Vector Operations and Properties
Vector Operations and Properties
Choose a fix point O (origin) and the three directed line through O that are perpendicular to
each other, called the coordinate axes.
Coordinate planes
yz-plan
xz-plan
xy-plan
1
Let P be any point in the space, we represent the point P by the ordered triple (a, b, c) of real
numbers and a, b and c are the coordinates of P.
a – the x- coordinate
b – the y- coordinate
c – the z- coordinate
To locate the point P(a, b, c), start at the origin O and move a unit along the x-axis, b units
parallel to y-axis, c units parallel to the z-axis.
z
P(a, b, c)
a
O c y
x b
Figure 3: Coordinate of P.
•(0, 0, c) •R(0, b, c)
•
S(a, 0, c)
• P(a, b, c)
a •O c • y
(a, 0, 0)• (0, b, c)
x b •
Q(a, b, 0)
The Cartesian product = (x, y, z ) x, y, z is the set of all ordered triples of real
numbers and is denoted by 3 .
(b) The equation y = 5 represents the set of all points in 3 whose y- coordinate is 5. This
is vertical plane that is parallel to the xz-plane and five units above it.
Figure 5
P1 P2 = (x2 − x1 )2 + ( y2 − y1 )2 + (z 2 − z1 )2
Example 1.2
The distance from the point P(2, -1, 7) to the point Q(1, -3, 5) is
⃗⃗⃗⃗⃗ | = √(1 − 2)2 + (−3 + 1)2 + (5 − 7)2 = √1 + 4 + 4 = √9 = 3
|𝑃𝑄
1.2 Vectors
O
➢ Analytically a vector is represented by
A , A letter with over-arrow
A bold face type letter
A letter with below-tilde
~
Combination of Vectors
Suppose a particle moves from A to B, so its displacement vector is AB . Then the particle
changes direction and moves from B to C, with displacement vector BC . The combined effect
of these displacements is that the particle has moved from A to C. The resulting displacement
vector AC is called the sum of AB and BC can be written as
AC = AB + BC
C
BC
AC
AC = AB+BC
B
AB
A Figure 6
If u and v are vectors positioned so the initial point of v is at the terminal point of u, then the
sum u + v is the vector from the initial point of u to the terminal point of v.
u
u +v v
v v +u u +v
v
u u
v+u = u+v
Figure 7: The Triangle Law Figure 8 : The Parallelogram Law
4
➢ In Figure 8, we start with the same vectors u and v as in Figure left and draw another
copy of v with the same initial point as u.
➢ Completing the parallelogram, we see that u + v = v + u.
Example 1.3:
b
a
Solution:
First translate b and place its tail at the tip of a, being careful to draw a copy of b that has the
same length and direction. Then we draw the vector a + b (Figure 9) starting at the initial
point of a and ending at the terminal point of the copy of b.
Alternatively, we could place b so its starts where a starts and construct a + b by the
parallelogram Law (Figure 10).
a
a
a+ b
b b+a b a+b = b+a
a+b
Figure 9 Figure 10
The negative of a vector v, denoted by –v, is the vector that has the same length as v but is
oppositely directed, and the difference of v from w, denoted by w - v, is taken to be the sum
w – v = w + ( - v)
-v
v w w- v w w w–v
• -v + w
-v
-v • v v
Figure 11(a)
Figure 11(b) Figure 11 (c)
If c is scalar and v is a vector, then the scalar multiple cv is the vector whose length is
c times the length of v and whose direction is the same as v if c > 0 and is opposite to v
if c < 0. If c = 0 or v = 0, then cv = 0.
5
ori times 2
times 1/2
v 2v 1
v -v -1.5v
2
inverse and times 1.5
inverse
Example 1.4:
If a and b are the vectors shown as below, draw a – 2b.
b
a
Solution: First draw the vector -2b pointing in the direction opposite to b and twice as long.
We place it with its tail at the tip of a and then use the Triangle Law to draw a + (–2b).
2b a
b
a
a - 2b
Figure 12 a-2b
Components
➢ Place the initial point of a vector a at the origin of a rectangular coordinate system, then
the terminal point of a has coordinates of the form (a1, a2) or (a1, a2, a3), depending on
whether coordinate system is two- or three- dimensional.
➢ These coordinates are called the components of a and can be written as
a = a1 , a 2 or a = a1 , a2 , a3
z
y
• (a1, a2, a3)
• (a1, a2)
x
O x y
Figure 13 : a = a1 , a 2
Figure 14: a = a1 , a2 , a3
2-dimensioanl
three-dimensional
6
"<>", vector bracket
It is sometimes necessary to consider vectors whose initial points are not at the origin. If AB
denotes the vector with initial point A( x1 , y1 ) and terminal point B( x2 , y2 ) , and the vector a
with representation AB , then the components of this vector are given by the formula
a = x2 − x1 , y 2 − y1
That is, the components of are obtained by subtracting the coordinates of the initial point
from the coordinates of the terminal point. In Figure 15, the vector AB is the difference of
vectors OB and OA , so
AB = OB − OA = x2 , y 2 − x1 , y1 = x2 − x1 , y 2 − y1
B( x 2 , y 2 )
A( x1 , y1 ) a •
•
OA OB
Figure 15: a = AB = OB − OA
a = x2 − x1 , y2 − y1 , z2 − z1
3-dimensional
Example 1.5:
Find the vector represented by the directed line segment with initial point A (2,−3,4) and
terminal point B (− 2,1,1) .
Solution:
By (1), the vector corresponding to AB is
a = − 2 − 2,1 − (−3),1 − 4 = − 4, 4, − 3
7
The magnitude or length of the vector v is the length of any of its representations and is
denoted by the symbol | v | or || v ||. The magnitude of a vector is also called the norm of a
vector.
If a = 4,0,3 and b = − 2,1,5 , find | a | and the vectors a + b, a – b, 3b, and 2a + 5b.
Solution:
|a|= 4 2 + 0 2 + 32 = 25 = 5
a + b = 4,0,3 + − 2,1,5 = 4 − 2, 0 + 1, 3 + 5 = 2,1, 8
a - b = 4,0,3 - − 2,1,5 = 4 − (−2), 0 − 1, 3 − 5 = 6, − 1, − 2
3b = 3 − 2,1,5 = − 6,3,15
2a + 5b = 2 4,0,3 + 5 − 2,1,5 = 8,0,6 + − 10,5,25 = − 2,5,31
Properties of vectors If a and b are vectors in Vn and c and d are scalars, then
8
The Standard Unit Vectors
When a rectangular coordinate system is introduced in R2 and R3, the unit vectors in the
positive directions of coordinate axes are called the standard unit vectors.
Then i, j, k are vectors that have length 1 and point in the directions of the positive x-, y-, and
z-axes and similarly in two dimensions. z
y
(0 ,1)
k
j j
x i
i
y
(1 ,0) x
(a) (b)
a = a1 i + a2 j + a 3 k
z
x
a1i a2j y
x
Figure 17(a): a = a1i + a2j
Figure17 (b): a = a1i + a2j + a3k
Thus any vector in can be expressed in term of the standard basis vectors i, j, and k.
9
For instance,
1,−2,6 = i - 2j + 6k
Solution:
Unit Vectors
A unit vector is a vector whose length is 1. For instance, i, j and k are all unit vectors. In
general, if a ≠ 0, then the unit vector that has the same direction as a is
𝐚
̂=
𝐮
‖𝐚‖
need to find ||a||
Example 1.8:
Solution:
𝐚 ∙ 𝐛 = 𝑎1 𝑏1 + 𝑎2 𝑏2 + ⋯ + 𝑎𝑛 𝑏𝑛
10
Example 1.9: (Computing dot products from components)
2,4 3,−1 = 2(3) + 4(−1) = 2
1 1
− 1,7,4 6,2,− = (−1)(6) + 7(2) + 4(− ) = 6
2 2
(𝐢 + 2𝐣 − 3𝐤) ∙ (2𝐣 − 𝐤) = 1(0) + 2(2) + (−3)(−1) = 7
Our next objective is to define a useful multiplication operation on vectors in R2 and R3 and
then extend that operation to Rn.
𝜃 is the smaller angle between the vectors when they are drawn with the same initial point. If
either a or b is 0, we define 𝐚 ∙ 𝐛 = 0. a*b= 0; angle = 90 degree
Two nonzero vectors a and b are called perpendicular or orthogonal if the angle between
𝜋
them is 𝜃 = 2 . For such vectors we have
𝜋
𝐚 ∙ 𝐛 = ‖𝐚‖‖𝐛‖cos ( ) = 0.
2
𝜋
Conversely if 𝐚 ∙ 𝐛 = 0, then cos𝜃 = 0, so 𝜃 = 2 .
𝜋
• If 0 ≤ 𝜃 < , then cos𝜃 > 0
2
𝜋
• If < 𝜃 ≤ 𝜋, then cos𝜃 < 0
2
𝜋 𝜋
𝐚 ∙ 𝐛 is positive for 𝜃 < and negative for 𝜃 > 2 .
2
a 𝜃 b
𝜃
b a
a
b
11
Example 1.10: (Testing for orthogonality)
Show that 2𝐢 + 2𝐣 − 𝐤 is perpendicular to 5𝐢 − 4𝐣 + 2𝐤 .
Example 1.11:
Find the angle between the vectors the vectors 𝐚 =< 2,2, −1 > and 𝐛 =< 5, −3,2 >.
Solution: 𝐚∙𝐛 2
cos𝜃 = =
|𝐚| = √22 + 22 + (−1)2 = 3 |𝐚||𝐛| 3√38
So, angle between a and b is
|𝐛| = √52 + (−3)2 + 22 = √38
2
𝐚 ∙ 𝐛 = 2(5) + 2(−3) + (−1)(2) = 2 𝜃 = cos −1 ( ) ≈ 1.46 rad(or 84° )
3√38
Definition If
𝐚 = 〈𝑎1 , 𝑎2 , 𝑎3 〉 and 𝐛 = 〈𝑏1 , 𝑏2 , 𝑏3 〉 are vectors in 3-space, then the cross
product 𝐚 × 𝐛 is the vector defined by
𝐚 × 𝐛 = 〈𝑎2 𝑏3 − 𝑎3 𝑏2 , 𝑎3 𝑏1 − 𝑎1 𝑏3 , 𝑎1 𝑏2 − 𝑎2 𝑏1 〉
or in determinant notation,
𝑎2 𝑎3 𝑎1 𝑎3 𝑎1 𝑎2
𝐚 × 𝐛 = (|𝑏 𝑏3 | , − | 𝑏1 𝑏3 | , |𝑏1 𝑏2 |)
2
Solution:
2 −2 1 −2 1 2
𝐮 × 𝐯 = (| |,−| |,| |) = < 2, −7, −6 >
0 1 3 1 3 0
12
Geometric Interpretation of Cross Product
If u and v are vectors in 3-space, then the norm of 𝐚 × 𝐛 has a useful geometric interpretation.
Hence we have
area ‖𝐚 × 𝐛‖ = ‖𝐚‖‖𝐛‖ sin 𝜃, for 0 ≤ 𝜃 ≤ π
b
But ‖𝐛‖ sin 𝜃 is the altitude (height) of the parallelogram determine by a and b (figure
above). Thus the area A of this parallelogram is given by
area : A = (𝑏𝑎𝑠𝑒)(𝑎𝑙𝑡𝑖𝑡𝑢𝑑𝑒) = ‖𝐚‖‖𝐛‖ sin 𝜃 = ‖𝐚 × 𝐛‖
Theorem: Area of a Parallelogram
If a and b are vectors in 3-space, then ‖𝐚 × 𝐛‖ is equal to the area of the parallelogram
determined by a and b.
Find the area of the triangle determined by the points 𝑃1 (2,2,0), 𝑃2 (−1,0,2) and 𝑃3 (0,4,3).
1 1 15
z ⃗⃗⃗⃗⃗⃗⃗⃗
Area, 𝐴 = ‖𝑃 ⃗⃗⃗⃗⃗⃗⃗⃗
1 𝑃2 × 𝑃1 𝑃3 ‖ = (15) =
2 2 2
y ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃3 = 𝑃1 𝑂 + 𝑂𝑃3 =< −2, −2,0 > +< 0,4,3 >=< −2,2,3 >
𝑃1 (2,2,0) ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃2 × ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃3 =< −10,5, −10 > using cross product of vector
x
Figure 20 |a2 a3|, - |a1 a3|, |a1 a2|
|b2 b3| |b1 b3| |b1 b2|
Theorem (Properties of Cross Product)
(a) 𝐚 × 𝐛 = −(𝐛 × 𝐚)
(b) 𝐚 × (𝐛 + 𝐜) = (𝐚 × 𝐛) + (𝐚 × 𝐜)
(c) (𝐚 + 𝐛) × 𝐜 = (𝐚 × 𝐜) + (𝐛 × 𝐜)
(e) 𝐚 × 𝟎 = 𝟎 × 𝐚 = 𝟎
13
(f) 𝐚 × 𝐚 = 𝟎
Theorem (Relationships Involving Cross Product and Dot Product)
(a) 𝐚 ∙ (𝐚 × 𝐛) = 𝟎 (𝐚 × 𝐛 is orthogonal to a)
(b) 𝐛 ∙ (𝐚 × 𝐛) = 𝟎 (𝐚 × 𝐛 is orthogonal to b)
Consider the vectors 𝐮 =< 1,2, −2 > and 𝐯 =< 3,0,1 >. Show that 𝐮 × 𝐯 is perpendicular to
u and v.
These vectors each have length 1 and lie along the coordinate axes (Figure). They are called
standard unit vectors in 3-space. Every vector 𝐯 =< 𝑣1 , 𝑣2 , 𝑣3 > in 3-space is expressible in
terms of i, j, and k since we can write
𝐯 =< 𝑣1 , 𝑣2 , 𝑣3 >= 𝑣1 < 1,0,0 > +𝑣2 < 0,1,0 > +𝑣3 < 0,0,1 >= 𝑣1 𝐢 + 𝑣2 𝐣 + 𝑣3 𝐤
z
j
y
< 0,1,0 >
i < 1,0,0 >
x
Figure 21: The standard unit vectors.
14
Example 1.15:
Figure 22
Determinant Form of Cross Product
It is also worth noting that a cross product can be represented symbolically in the form of
𝐢 𝐣 𝐤 𝑎2 𝑎3 𝑎1 𝑎3 𝑎1 𝑎2
𝐚×𝐛=| 1 𝑎 𝑎 𝑎 3 | = |𝑏 | 𝐢 − | | 𝐣 + |
2
2 𝑏3 𝑏1 𝑏3 𝑏1 𝑏2 | 𝐤
𝑏1 𝑏2 𝑏3
Example 1.16:
If 𝐚 =< 1,2, −2 > and 𝐛 =< 3,0,1 >, then
𝐢 𝐣 𝐤
2 −2 1 −2 1 2
𝐚 × 𝐛 = |1 2 −2| = | |𝐢 − | |𝐣 + | | 𝐤 = 2𝐢 − 7𝐣 − 6𝐤
0 1 3 1 3 0
3 0 1
Definition: If a, b and c are vectors in 3-space, then 𝐚 ∙ (𝐛 × 𝐜) is called the scalar triple
product of a, b, and c.
The scalar triple product of 𝐚 =< 𝑎1 , 𝑎2 , 𝑎3 >, 𝐛 =< 𝑏1 , 𝑏2 , 𝑏3 > and 𝐚 =< 𝑐1 , 𝑐2 , 𝑐3 > can
be calculated from the formula
𝑎1 𝑎2 𝑎3
𝐚 ∙ (𝐛 × 𝐜) = |𝑏1 𝑏2 𝑏3 |
𝑐1 𝑐2 𝑐3
The scalar triple product geometric significance can be seen by considering the parallelepiped
determined by the vectors a, b, and c.
Volume of a Parallelepiped
The volume of the parallelepiped formed by the vectors a, b and c is given by the absolute
value of their scalar triple product:
|𝐕 = 𝐚 ∙ (𝐛 × 𝐜)|
Note: If the volume is equal to 0, then we have that a, b and c all lies in the same plane.
15
Theorem (Coplanar): If the vectors 𝐚 =< 𝑎1 , 𝑎2 , 𝑎3 > , 𝐛 =< 𝑏1 , 𝑏2 , 𝑏3 > and 𝐜 =<
𝑐1 , 𝑐2 , 𝑐3 > have the same initial point, then they lie in the same plane if and only if
𝑎1 𝑎2 𝑎3
𝐚 ∙ (𝐛 × 𝐜) = |𝑏1 𝑏2 𝑏3 | = 𝟎
𝑐1 𝑐2 𝑐3
volume of 𝐕 = |𝐚 ∙ (𝐛 × 𝐜)|
i j k
~ ~ ~
3 −8 2 −8 2 3
2 3 −8 = i− j+ k = (18 − 40) i − (12 + 64) j + (− 10 − 24) k
−5 6 ~ 8 6 ~ 8 −5 ~ ~ ~ ~
8 −5 6
bxc
= −22 i − 76 j − 34 k = − 22,−76,−34 .
~ ~ ~
𝜃 a
h
c
b
Use the scalar triple product to show that the vectors 𝐚 =< 1,4, −7 >, 𝐛 =< 2, −1,4 >, 𝐜 =
< 0, −9,18 > are coplanar; that is they lie the same plane.
Solution:
1 4 −7
−1 4 2 4 2 −1
𝐚 ∙ (𝐛 × 𝐜) = |2 −1 4 | = 1 | | − 4| | − 7| |
−9 18 0 18 0 −9
0 −9 18
= 1(18) − 4(36) − 7(−18) = 0
Therefore the volume of the parallelepiped determined by a, b and c is 0. This means that a,
b and c are coplanar.
16
Direction angle s and cosines
• The direction angles of a nonzero vector a are the angles α, β, and γ (in the interval [0, π])
that a makes with the positive x-, y-, and z-axes.
R • 𝐴(𝑎1 , 𝑎2 , 𝑎3 )
𝑎3 o
𝑷(𝑎1 , 𝑎2 , 𝑎3 )
O
B
A 𝑎2
Figure 23 Q
• The cosines of these direction angles—cos α, cos β, and cos γ — are called the direction
cosines of the vector a.
• We know |𝐚| = √𝑎1 2 + 𝑎2 2 + 𝑎3 2 .
• From the diagram, we obtain:
P P P
|𝐚| |𝐚| |𝐚|
Figure 23(a) Figure 23(b) Figure 23(c)
α β γ
O B O
O 𝑎1 A 𝑎2 R 𝑎3
𝑎1 𝑎1 𝑎2 𝑎2 𝑎3 𝑎3
cos𝛼 = = cos𝛽 = = cos𝛾 = =
|𝐚| √𝑎 2 + 𝑎2 2 + 𝑎 3 2 |𝐚| √𝑎 2 + 𝑎2 2 + 𝑎3 2 |𝐚| √𝑎 2 + 𝑎2 2 + 𝑎3 2
1 1 1
Example 1.19
17
Equation Line and Planes
Vector equation of a line 𝑃0 (𝑥0 , 𝑦0 , 𝑧0 )
a • 𝑃(𝑥, 𝑦, 𝑧)
•
r
r0
L
The line v
O
Figure 24
Let 𝑃(𝑥, 𝑦, 𝑧) be an arbitrary point on L and let r0 and r be the position vectors of 𝑃0 and 𝑃
( that is, they have representations ⃗⃗⃗⃗⃗⃗⃗
𝑂𝑃0 and ⃗⃗⃗⃗⃗
𝑂𝑃).
But since a and v are parallel vectors, there is a scalar t (𝑡𝜖ℝ) such that 𝐚 = 𝑡𝐯. Thus
𝐫 = 𝐫0 + 𝑡𝐯
𝐫 = 𝐫0 + 𝑡𝐯
𝑥 𝑥0 𝑎 𝑥0 + 𝑡𝑎
[𝑦] = [𝑦0 ] + 𝑡 [𝑏 ] = [𝑦0 + 𝑡𝑏 ]
𝑧 𝑧0 𝑐 𝑧0 + 𝑡𝑐
Parametric equations 𝑥 = 𝑥0 + 𝑡𝑎 𝑦 = 𝑦0 + 𝑡𝑏 𝑧 = 𝑧0 + 𝑡𝑐
(a) Find a vector equation and parametric equations for the line that passes through the
point (5,1,3) and is parallel to the vector 𝐢 + 4𝐣 − 2𝐤.
L
𝐫𝟎
(5,1,3)•
y
𝐯 = 𝐢 + 4𝐣 − 2𝐤
x
Figure 25
Note that the vector equation and parametric equations of a line are not unique. If we change
the point or the parameter or choose a different parallel vector, then the equations change.
In general, if a vector 𝐯 = 〈𝑎, 𝑏, 𝑐〉 is used to describe the direction of a line L, then the
number a, b, and c are called direction numbers of L.
𝑦−𝑦0 𝑧−𝑧0
If a = 0, 𝑥 = 𝑥0 , = , this means that L lies in the vertical plane 𝑥 = 𝑥0 .
𝑏 𝑐
(a) Find parametric equations and Cartesian equations of the line that passes through the
points 𝐴(2,4, −3) and 𝐵(3, −1,1).
(b) At what point does this line intersect the xy-plane?
Solution:
(a) 𝐯 = ⃗⃗⃗⃗⃗
𝐴𝐵 = ⃗⃗⃗⃗⃗ ⃗⃗⃗⃗⃗ = −< 2,4, −3 > +< 3, −1,1 >
𝐴𝑂 + 𝑂𝐵
=< −2 + 3, −4 − 1,3 + 1 >=< 1, −5,4 >
The direction numbers are a = 1, b = -5, c = 4. Taking the point (2, 4, -3) as P0, the
parametric equations are:
𝑥 = 𝑥0 + 𝑡𝑎 = 2 + 𝑡, 𝑦 = 𝑦0 + 𝑡𝑏 = 4 − 5𝑡, 𝑧 = 𝑧0 + 𝑡𝑐 = −3 + 4𝑡
19
(b) The line intersect on xy-plane when z = 0
𝑥−2 𝑦−4 0+3 3
=> = = =
1 −5 4 4
𝑥−2 3 3 3 11
= ==> 𝑥 − 2 = ==> 𝑥 = 2 + =
1 4 4 4 4
𝑦−4 3 15 1
= ==> 𝑦 − 4 = − ==> 𝑦 =
−5 4 4 4
11 1
So the line interests the xy-plane at the point ( 4 , 4 , 0).
Example 1.22:
Solution:
The lines are not parallel because the corresponding vectors < 1,3, −1 > and < 2,1,4 > are
not parallel.(Their component are not proportional).
If 𝐿1 and 𝐿2 had a point of intersection, there would be values of t and s such that
1 + 𝑡 = 2𝑠
−2 + 3𝑡 = 3 + 𝑠
4 − 𝑡 = −3 + 4𝑠
11 8
But if we solve the first two equations, we get 𝑡 = and 𝑠 = 5, and these value don’t satisfy
5
the third equation. Therefore there are no values of t and s that satisfy the three equations, so
𝐿1 and 𝐿2 do not intersect. Thus 𝐿1 and 𝐿2 are skew lines.
z
5
𝐿2
𝐿1
5
5 10
y
x -5
Figure 26
20
Vector equation of a plane
To obtain the equation of a plane, we use the result that the line joining any two points in the
plane is perpendicular to the normal to the plane as illustrated in figure. The vector n is
perpendicular to the plane, a is the position vector of given point A in the plane and r is the
⃗⃗⃗⃗⃗ = 𝐫 − 𝐚 is perpendicular to n, and
position vector of any point P on the plane. The vector 𝐴𝑃
hence
(𝐫 − 𝐚) ∙ 𝐧 = 0
𝐫∙𝐧=𝐚∙𝐧
n
𝑃(𝑥, 𝑦, 𝑧)
•
𝐫−𝐚
r
• 𝐴(𝑥0 , 𝑦0 , 𝑧0 )
𝐚
O
x y
Figure 27
To obtain a scalar equation for the plane, we write 𝐧 =< 𝑎, 𝑏, 𝑐 >, 𝐫 =< 𝑥, 𝑦, 𝑧 > and 𝐚 =
< 𝑥0 , 𝑦0 , 𝑧0 >. Then the vector equation becomes
𝑎(𝑥 − 𝑥0 ) + 𝑏( 𝑦 − 𝑦0 ) + 𝑐(𝑧 − 𝑧0 ) = 0
This equation is the scalar equation of the plane through 𝐴(𝑥0 , 𝑦0 , 𝑧0 ) with normal vector
𝐧 =< 𝑎, 𝑏, 𝑐 >.
21
Example 1.23:
Find an equation of the plane through the point (2,4, −1) with normal vector 𝒏 =< 2,3,4 >.
Solution:
Let 𝑎 = 2, 𝑏 = 3, 𝑐 = 4, 𝑥0 = 2, 𝑦0 = 4 , 𝑧0 = −1, the equation of the plane is
2(𝑥 − 2) + 3(𝑦 − 4) + 4(𝑧 + 1) = 0
Or 2𝑥 + 3𝑦 + 4𝑧 = 12
Find an equation of the plane that passed through the points 𝑃(1,3,2), 𝑄(3, −1,6) and
𝑅(5,2,0).
Solution:
⃗⃗⃗⃗⃗ and 𝑃𝑅
The vectors a and b corresponding to 𝑃𝑄 ⃗⃗⃗⃗⃗ are
𝐚 =< 2, −4,4 >, 𝐛 =< 4, −1, −2 >
Since both a and b lie in the plane, their cross product 𝐚 × 𝐛 is orthogonal to the plane and
can be taken as the normal vector. Thus
𝐢 𝐣 𝐤
𝐧 = 𝐚 × 𝐛 = |2 −4 4 | = 12𝐢 + 20𝐣 + 14𝐤
4 −1 −2
With the point P(1, 3, 2) and the normal vector n, an equation of the plane is
12(𝑥 − 1) + 20(𝑦 − 3) + 14(𝑧 − 2) = 0
6𝑥 + 10𝑦 + 7𝑧 = 50
z
𝑄(3, −1,6)
•
• 𝑃(1,3,2)
x • y
𝑅(5,2,0)
Figure 28
22
Example 1.25:
Find the point at which the line with parametric equations 𝑥 = 2 + 3𝑡, 𝑦 = −4𝑡, 𝑧 = 5 + 𝑡
intersects the plane 4𝑥 + 5𝑦 − 2𝑧 = 18.
Solution:
Substitute the expressions for x, y and z from the parametric equations into the equation of the
plane:
4(2 + 3𝑡) + 5(−4𝑡) − 2(5 + 𝑡) = 18
−10𝑡 = 20
𝑡 = −2
When 𝑡 = −2,
𝑥 = 2 + 3(−2) = −4
𝑦 = −4(−2) = 8
𝑧 = 5 + (−2) = 3
Figure 29
• One of the common points of both planes is also a point on the line.
• For common point, we need to solve the two equations of the planes simultaneously.
Example 1.26:
Write the parametric equations of the line of intersection of the planes − 5 x + 11y + z = 34
and − 2 x + 4 y + z = 9 .
23
Solution:
1 : −5x + 11y + z = 34
2 : −2 x + 4 y + z = 9
Or
− 5
1 : r 11 = 34
~
1
− 2
2 : r 4 = 9
~
1
The intersecting line, r = a + b
~ ~ ~
b = n n
~ ~1 ~2
i j k
~ ~ ~ 11 1 − 5 1 − 5 11
= − 5 11 1 = i− j+ k
4 1~ −2 1 ~ −2 4 ~
−2 4 1
= (11 − 4) i − (− 5 + 2) j + (− 20 + 22) k
~ ~ ~
= 7 i + 3 j+ 2 k
~ ~ ~
25
− 3 7
The intersecting line, r = a + b = 0 + 3.
~ ~ ~ 23
− 2
3
24
Example 1.27: (Angle between planes; line of intersection of planes)
Solution:
(b) First find a point on L. We can find the point where the line intersects the xy-plane by
setting z = 0 in the equations of both planes.
When z = 0,
𝑥 + 𝑦 = 1 and 𝑥 − 2𝑦 = 1.
Observe that since L lies in both planes, it is perpendicular to both of the normal vectors.
Thus a vector v parallel to L is given by the cross product
𝐢 𝐣 𝐤
𝐯 = 𝐧1 × 𝐧2 = |1 1 1| = 5𝐢 − 2𝐣 − 3𝐤
1 −2 3
25
Example 1.28: (Distance between a Point and a Plane)
Find the distance D between the point (1, -4, -3) and the plane 2 x − 3 y + 6 z = −1 .
Solution:
2(1) + (−3)(−4) + 6(−3) + 1 −3 3
D= = = .
2 + (−3) + 6
2 2 2 7 7
Solution:
Note that the planes are parallel because their normal vectors < 10, 2, -2 > and < 5, 1, -1 > are
parallel.
To find the distance D between the planes, we choose any point on one plane and calculate its
distance to the other plane.
1
Now we choose any point from plane 10𝑥 + 2𝑦 − 2𝑧 = 5, i.e. y = z = 0, so 10 x = 5, 𝑥 = 2
1
|5 (2) + 1(0) + (−1)(0) − 1| √3
𝐷= =
√52 + 12 + (−1)2 6
Solution:
Since the two lines 𝐿1 and 𝐿2 are skew, they can be viewed as lying on two parallel 𝑃1 and 𝑃2 .
The distance between 𝐿1 and 𝐿2 is the same distance between 𝑃1 and 𝑃2 , which can computed
as previous example.
The common normal vector to both planes must be orthogonal to both 𝐯1 =< 1,3, −1 > (the
direction of 𝐿1 ) and 𝐯2 =< 2,1,4 > (the direction of 𝐿2 ). So a normal vector is
𝐢 𝐣 𝐤
𝐧 = 𝐯1 × 𝐯2 = |1 3 −1| = 13𝐢 − 6𝐣 − 5𝐤
2 1 4
26
If we put s = 0 in the equations of 𝐿2 , we get the point (0, 3, -3) on 𝐿2 and so an equation for
𝑃2 is
If set t = 0 in the equations for 𝐿1 , will get the point (1,-2, 4) on 𝑃1 . So the distance between
𝐿1 and 𝐿2 is the same distance from (1,-2, 4) to 13𝑥 − 6𝑦 − 5𝑧 + 3 = 0.
v
A ~1
l1
n
l2
B v
~2
Figure 30
iii) Find the length of the projection of CD on the vector found in i) – (a multiple of AB)
CD AB
iv) This would be the required distance, d =
AB
27
Find the shortest distance between two skew lines:
l1 : r = 2,1,2 + s − 9,−2,2
~
l 2 : r = 7,2,−2 + t − 15,−4,2
~
AB = v v
~1 ~2
= − 9,−2,2 − 15,−4,2
i j k
~ ~
−2 2
~ −9 2 −9 −2
= −9 −2 2 = i− j+ k
− 4 2 ~ − 15 2 ~ − 15 − 4 ~
− 15 − 4 2
= (−4 + 8) i − (−18 + 30) j + (36 − 30) k
~ ~ ~
= 4 i − 12 j + 6 k
~ ~ ~
d
b
~
A
Figure 31
AQ b = AQ b sin
~ ~
28
d
AQ b = AQ b sin = AQ b
~ ~ ~
AQ
AQ b
~
d =
b
~
Find the shortest distance from the point Q(1, 5, 1) to the line r = 0,5,2 + t 1,−2,1 .
~
Solution:
AQ = AO + OQ = − 0,5,2 + 1,5,1 = 1,0,−1
AQ b = 1,0,−1 1,−2,1
~
i j k
~ ~
0 −1 1 −1
~ 1 0
= 1 0 −1 = i− j+ k
−2 1 ~ 1 1 ~ 1 −2 ~
1 −2 1
= (0 − 2) i − (1 + 1) j + (−2 − 0) k
~ ~ ~
= −2 i − 2 j − 2 k
~ ~ ~
29