Vector I 2015
Vector I 2015
A+B
tan=(vy/vx)
y
v=(vx,vy).
v
vy
v vx vy
2
vx
u+v=(ux+vx, uy+vy)
u=(ux, uy)
(iii)
(iv)
u=(-ux, -uy)
u-v=u+(-v)=(ux-vx, uy-vy)
vxi
vyj
v = v x i v y j
x
i
Example If v=2 i -3 j is a vector, find the unit vector which has the same direction
as that of v.
Def. Dot product of two vector u=ux i +uy j and v=vx i +vy j is a scalar and is defined
as:
uv=uxvx+uyvy
Example : If u=(1, 3) and v=(4, -7) then uv=14+3(-7)=-17.
Theorem 2 : Properties of Dot Product
For some vectors u, v and w,
(i)
uv=vu
(ii)
(u+v)w=uw+vw
(iii) (u)v=(uv), for some is
scalar
(iv)
(v)
v-u
u
v u
respectively. Therefore,
x
and
Sk/EUM114/Vector 1 Lecture/2015
(1)
cos
uv
uv
(2)
Two vectors are said to be parallel iff the angle between them is 0.
Note :
If v and u are parallel then u = tv for some positive scalar t.
If v and u are anti-parallel, then u = tv for some negative scalar t.
Def. : Orthogonal vectors
Two vectors are said to be orthogonal iff they are perpendicular.
Thus, if u and v are non-zero vectors, and they are orthogonal, then uv=0.
Example : Check if 3i 4j and 4i + 3j are orthogonal.
Solution : uv=3(4)+(-4)(3)=0
Def. : Projection and component
If u and v are non-zero vectors. Then the projection of u onto v is defined as:
uv v uv
(3)
Proj v u
v
v v
v
v
where v
is the unit vector pointing in the direction of v.
v
Geometric interpretation :
v
Projv
u
Proj v u
uv v
v u v u v u v cos
u cos
v v
v v
v
v
Sk/EUM114/Vector 1 Lecture/2015
z
A vector v is defined in the three
dimensional space by its x-, y- and zcomponents
v
vz
v=(vx,vy,vz).
vy
vx
x
(4)
Notice that all the vector properties and operations in the two dimensional space are
also valid in the three dimensional case.
Examples :
(1) If u=(2, 3, 1) and v=(-6, 2, 4)
(i) u+v=(-4,5,5)
(ii) u-v=(8,1,-3)
(iii) uv=2x(-6)+3x2+1x4=-2
Sk/EUM114/Vector 1 Lecture/2015
and thus,
v (v x , v y , v z ) v x i v y j v z k
(Vx, Vy , V)
z
y
(0 , Vy , 0)
(Vx, 0 , 0)
x
v
vx
v
, cos y , cos z
v
v
v
(5)
Sk/EUM114/Vector 1 Lecture/2015
is defined as:
u v (u y v z u z v y )i (u z v x u x v z )j (u x v y u y v x )k
i
ux
uy
uz
vx
vy
vz
(6)
Example : Find the cross product of uv, if u=(2, 4, -5) and v=(-3, -2, 1).
u v 2
5 6i 13j 8k
3 2
u v u v sin
(7)
(v) (uv)w=u(vw)
(vi) u(uv)=v(uv)=0
(vii) if u and v are parallel, then
uv=0.
Sk/EUM114/Vector 1 Lecture/2015
Equation of a line
OP
PQ
OQ
O
PR
R(x,y,z)
If we have a line passing through two points with known co-ordinates P(x1, y1, z1)
and Q(x2, y2, z2), and we want to find the line equation in three dimensional space,
OP x1i y1 j z1k and OQ x2i y2 j z 2 k
Therefore, the vector segment pointing from P to Q is:
PQ PO OQ OQ OP (x 2 x1 )i (y 2 y1 )j (z 2 z1 )k
For any point R(x, y, z) on the line, PR is parallel to PQ, which implies that:
PR= t PQ ,
for some scalar t
Or,
(x x1 )i (y y1 )j (z z1 )k t (x 2 x1 )i t (y2 y1 )j t (z2 z1 )k 1
(8)
Vector equations for a line
x x1 t ( x2 x1 )
y y1 t ( y 2 y1 ) Parametric equations of a line
(9)
z z1 t ( z 2 z1 )
Or we can rearrange the parametric equation by eliminating the parameter t to get:
x x1
y y1
z z1
Symmetric equations
x2 x1 y 2 y1 z 2 z1
(10)
Examples :
(i) Find the vector equations, parametric equations and the symmetric equations for
the line passing through the points P=(2, -1, 6) and Q=(3, 1, -2).
Solution :
(a) (x 2)i (y+1)j (z-6)k t (1)i t (2)j t (-8)k 1
x 2 t (1)
(b) y 1 t (2)
z 6 t (8)
Sk/EUM114/Vector 1 Lecture/2015
(c)
x 2 y 1 z 6
1
2
8
(ii) Find the parametric equation and the symmetric equation for the line L passing
through (1, -2, 4) and parallel to v=i+j-k
Solution : Since this line passes through (1, -2, 4) so L=(x-1)i+(y+2)j+(z-4)k
And it also parallel to v=i+j-k so L=ti+tj-tk
x 1 t
The parametric eq. is y 2 t
z 4t
x 1 y 2 z 4
N
Q (X , Y , Z)
PQ
o
P (Xo , Yo , Zo)
ax+by+cz=axo+byo+czo=d
(11)
Equation of plane
Examples:
(i) Find an equation of the plane passing through the point (2, 5, 1) and normal to the
vector N=i-2j+3k.
Solution : x-2y+3z=1x2-2x5+3x1=-5
(ii) Find an equation of the plane passing through the points P=(1, 2, 1), Q=(-2, 3, -1)
and R=(1, 0, 4).
Solution :
(a)The general form of eq. of plane is ax+by+cz=d. First this plane contains all these
three points, we have
a+2b+c=d, -2a+3b-c=d and a+4c=d
(b)We need one more equation. However, we can N as a unit vector, which means
a2+b2+c2=1
By solving these four equations we obtain a= -1/1181/2, b=9/1181/2, c=6/1181/2 and
d=23/1181/2. Remarks: (1) the common factor 1/1181/2 can be deleted. (2)There are
two set of solution due to the fact that a2+b2+c2=1 has two roots, +/- sign.
Sk/EUM114/Vector 1 Lecture/2015
(iii) Find all the points of intersection of the planes 2x-y-z=3 and x+2y+3z=7.
Solution : Two planes will intersect and form a line. We can obtain the eq. of the line
by the following steps:
(a)We can find the direction of the line. The normal unit vectors for these two planes
are n1=(2,-1,-1) and n2=(1,2,3). Note : both n1 and n2 must be perpendicular to the
line, therefore
(b) nL=n1 x n2 = (-1,-7,5) is a unit vector in the direction along the line, then L=t nL=
(-t,-7t,5t) = t (x 2 x1 )i t (y2 y1 )j t (z 2 z1 )k 1
(c)Let x=0, this line will go through the point by solving y-z=3 and 2y+3z=7, which
gives the point P=(x1, y1, z1) =(0,-16, 13) passed by the line.
We obtain the line equation as
x y 16 z 13
1
7
5
x2
a
y2
b
z2
where a and b are the diameter on the x and y axis direction respectively.
If A a1 i a2 j a 3 k , B b1 i b2 j b 3 k and C c1 i c2 j c3 k then
a1 a 2 a 3
A B C b1
b2
b3
c1
c2
c3
(A.2)
Definition A.1
Sk/EUM114/Vector 1 Lecture/2015
( A B) C A ( B C )
A B C B C A C A B
(A.3)
A C B B A C C B A
Note
The absolute value of the scalar triple product A ( B C ) of the three
noncoplanar vectors is the volume of the parallelepiped having A, B and C as
concurrent edges.
Definition A2
The product A ( B C ) is called the vector triple product. It should be noted
that A ( B C ) and ( A B) C denote different vectors
A ( B C ) ( A B) C .
If A a1 i a2 j a 3 k , B b1 i b2 j b 3 k and C c1 i c2 j c3 k then
i
j
k
(A.4)
A (B C)
a1
a2
a3
b2 c3 b3c2
(A.5)
(A.6)
The x-component of A ( B C ) is
a 2 b1c2 b2 c1 a 3 b3 c1 b1c3 a 2 b1c2 a 2 b2 c1 a 3b3 c1 a 3b1c3
a 2 c2 b1 a 3 c3b1 a 2 b2 c1 a 3b3 c1
a1c1b1 a 2 c2 b1 a 3 c3b1 a1b1c1 a 2 b2 c1 a 3b3 c1
a1c1 a 2 c2 a 3 c3 b1 a1b1 a 2 b2 a 3b3 c1
A C b1 A B c1
The R.H.S. of the above expression is just the x-component of ( A C ) B ( A B)C .
Similarly proof can be applied for the y-component and z-component.
Example 1
Sk/EUM114/Vector 1 Lecture/2015
10
Solution 1
3
A B C 6
2
4
2
2 120
3 2 4
By Eq.(A.5), we have
A ( B C ) ( A C ) B ( A B)C
= 13B 6C 13(6i 4 j 2 k ) 6( 3i 2 j 4 k )
= 80i 34 j 2 k
Example.2
Show that
(a)
( A B) (C D) ( A C ) ( B D) ( A D) ( B C )
(b)
A ( B C ) B (C A) C ( A B) 0
Solution 2
(a)
(b)
By Eq.(A.5), we have
A ( B C ) ( A C ) B ( A B)C
B (C A) ( B A)C ( B C ) A
C ( A B) (C B) A (C A) B
Sk/EUM114/Vector 1 Lecture/2015
11