Take in the plane a fixed origin O. A translation t in the plane, is now completely determined by the image point P of O by this translation. The translation is determined by point P or also by any couple points (A,B) so that t(A)=B .
With a that translation t, we associate a free vector. The vector is the set of couples of points (A,B) so that t(A)=B .
There is a one one correspondence between the set of all translations and the set of all vectors in the plane.
We can represent a vector by means of an arrow with origin in O and with terminus t(O)=P. Point P is the image point of the vector. The arrow OP is a representation of the vector, but the arrow from A to the point t(A), is a representation too.
We note the vector with image point P as OP or P
Vectors AB and CD are equal if and only if there is a translation t such that t(A)=B and t(C)=D.
The vector OO corresponds with the identical translation and is called the zero vector.
It is easy to see that the set off all vectors forms a commutative group for the addition. The opposite vector of vector AB is vector BA corresponding with the inverse translation. The opposite vector of vector A is noted -A.
The difference of two vectors is defined by A - B = A + (-B).
For any vector AB we have :
OA + AB = OB <=> AB = B - A
Take the vector P and fix the origin of an x-axis in O and so that P is on that axis. With point P corresponds one and only one real number u. We say : point P is at x = u and we call u the abscis of point P. We write abs(P)= u . Now with any real number r, take on that axis the point Q with abs(Q) = r.u . Then the vector Q is defined as r times the vector P. We write Q = r.P .
It can be proved that for each r and s in R and each vector P and Q
If O,P,Q are on the same axis with origin in O, then we define abs(P)=abs(P). It can be proved that abs(P+Q)=abs(P)+abs(Q) and abs(r.P)= r. abs(P)
Take an x-axis with origin in O and any vector P. Say P' is the orthogonal projection of P on x. Then vector P' is called the vector-projection of P on x. We write proj(P)=P'.
For all vectors P and Q and for any real number r
|
The dot product of two vectors P and Q is defined by
P.Q = abs(P).abs(proj(Q))
|
|
For P not 0, we hawe P.P > 0 |
(r P).(s Q) = abs(r P).abs(proj(s P))
= abs(r P).abs(s.proj(P))
= r.abs(P).s.abs(proj(P))
= r.s.abs(P).abs(proj(P))
= r.s.(P.Q)
So,
| (r P).(s Q) = r.s.(P.Q) |
| P.Q = Q.P |
U.(V+W) = abs(U).abs(proj(V+W))
= abs(U).abs(proj(V)+proj(W))
= abs(U).(abs(proj(V))+abs(proj(W)))
= abs(U).abs(proj(V) + abs(U).abs(proj(W))
= U.V + U.W
| The dot product of two vectors is distributive with respect to the addition of vectors. |
U.(r.V+s.W) = U.(r.V) + U.(s.W)
= r.(U.V) + s.(U.W)
(U+V)2 = U2 +2.U.V + V2 (U-V)2 = U2 -2.U.V + V2 (U+V)(U-V) = U2 - V2
| U is orthogonal with V if and only if U.V = 0 |
| sqrt(V.V) = ||V|| |
| ||r.V|| = |r|.||V|| |
Then, E.U = abs(E).abs(proj(U)) = 1.cos(t)
Now, take any two vectors P and Q, then there are Unity vectors E and U such that P = ||P||.E and Q = ||Q||.U
We have :
P.Q = ||P||.E.||Q||.U
= ||P||.||Q||.E.U
P.Q = ||P||.||Q||. cos(t)
| P.Q = ||P||.||Q||. cos(t) |
||AB||2 = AB.AB =(B-A)(B-A) = B.B + A.A - 2.A.B =||B||2 +||A||2 -2.||A||.||B||.cos(t)Here t is the angle from A to B. Now, let us view the triangle OAB. Then it follows that
|AB|2 =|OB|2 +|OA| -2.|OB|.|OA|.cos(t)If we translate triangle OAB in triangle CAB, we have the cosine rule in any triangle.
|AB|2 =|CB|2 +|CA|2 -2.|CB|.|CA|.cos(t)with t the angle in point C of the triangle.
X Y ----- and ------ are Unity vectors and then ||X|| ||Y|| X Y -----.----- is always in [-1,1]. ||X|| ||Y|| So X.Y is always in [ -||X||.||Y|| , ||X||.||Y|| ]
||X+Y||2 = (X + Y)2
= X2 + Y2 +2.X.Y
=< ||X||2 + ||Y||2 + 2.||X||.||Y||
=< (||X|| + ||Y||)2
So,
||X+Y|| =< (||X|| + ||Y||)
A = x E + y U
b = x'E + y'U
A + B = x.E + y.U + x'E + y'U
A + B = (x+x')E + (y+y')U
r.A = r(x.E + y.U)
r.A = rx.E + ry.U
So, we have
co(A + B) = (x+x',y+y')
co(r.A) = (rx,ry)
A = x E + y U
B = x'E + y'U
A.B = (x.E + y.U)(x'E + y'U)
= x.x'.E.E' + x.y'.E.U + y.x'.U.E + y.y'.U.U'
= x.x' + y.y'
So, we have the formula
A.B = x.x' + y.y'
Remark :
A.A = x.x + y.y
<=>
A2 = ||A||2 = |OA|2 = x2 + y2
So, if A(x,y) then |OA| = sqrt( x2 + y2 )
|A B| = sqrt( (x'-x)2 - (y'-y)2 )
|
Let A = vector with image point A(x,y). Let B = vector with image point B(x',y'). Then
A.B = x.x' + y.y'
A2 = x2 + y2
||A|| = |OA| = sqrt( x2 + y2 )
|A B| = sqrt( (x'-x)2 - (y'-y)2 )
|