SlideShare a Scribd company logo
1 of 20
Download to read offline
111
Chapter 5 Vector Geometry
5 VECTOR
GEOMETRY
Objectives
After studying this chapter you should
• be able to find and use the vector equation of a straight line;
• be able to find the equation of a plane in various forms;
• be able to interchange between cartesian and vector
equations;
• be able to find the perpendicular distance of a point from a
plane;
• be able to find the angle between two planes.
5.0 Introduction
This chapter deals with the use of vectors in geometric
problems. The key to confidence in answering problems is to be
able to visualise the situations. It is usually very helpful to
illustrate the situation with a drawing, even though drawing
planes can be quite difficult. First, though, try the activity
below, which should help you to think geometrically.
Activity 1
Consider the following statements, decide whether each is
sometimes true, always true or false, and discuss your answers
with your tutor. Think carefully before giving your answers.
(a) A line and a plane intersect at a point.
(b) Two lines intersect at a point.
(c) Two planes intersect in a line.
(d) A line is uniquely defined by two distinct points on it.
(e) A plane is uniquely defined by three distinct points on it.
(f) A plane is defined by giving the direction perpendicular to
the plane and a point on the plane.
112
Chapter 5 Vector Geometry
5.1 Straight line
A straight line, L, is uniquely defined by giving two distinct
points on the line.
Are there other ways to define uniquely a straight line?
If the coordinates of A and B are given, then the vectors a = OA
→
and b = OB
→
are known. Let P be any point on the line AB with
position vector
r = xi+ y j+ zk.
Then r = OP
→
= OA
→
+ AP
→
⇒ r = a + AP
→
But AP
→
is a linear multiple of AB
→
= b− a;
so r = a + λ b− a( )
for some parameter λ . This is the form of the vector equation
of a line. The parameter can take any real value, giving
different points on the line.
What value of λ gives the point A?
What value of λ gives the point B?
Example
Find the vector equation of the straight line passing through the
points A (1, 0, 1) and B (0, 1, 3).
Solution
Here a = i+ k
b = j+ 3k
so r= i+ k( ) + λ j+ 3k( ) − i+ k( )( )
r= i+ k( ) + λ − i+ j+ 2k( ) (or 1, 0, 1( )+ λ −1, 1, 2( ))
The vector equation of a line can readily be turned into a
cartesian equation by noting that the coordinates of the point on
the line are
x, y, x( ) = 1− λ, λ, 1+ 2γ( )
A
B
line l
A
B
O
a
b
r
P
Line L
113
Chapter 5 Vector Geometry
This gives
y = 1− λ
y = λ
z = 1+ 2λ





or
x −1
−1( )
=
y − 0
1
=
z −1
2
= λ( )
This is the form of the cartesian equation of a straight line. In
general, the vector equation can be written as
r = a + λ t
where t is a vector in the direction of the line.
If a = a1 i+ a2 j+ a3 k and t = t1 i+ t2 j+ t3 k
then
x = a1+ λ t1
y = a 2 + λ t2
z = a3+ λ t3





or
x − a1
t1
=
y − a 2
t2
=
z − a3
t3
Example
The cartesian equation of a straight line is given by
x −1
2
=
y +1
4
=
z − 2
−2( )
Rewrite it in vector form.
Solution
Writing
x −1
2
=
y +1
4
=
z − 2
−2( )
= λ for some parameter λ , then
x = 1+ 2λ
y = −1+ 4λ
z = 2 − 2λ





or r = i− j+ 2k( ) + λ 2i+ 4j− 2k( )
Note that this equation is not unique (although the line is unique).
For example, you can write
r = i− j+ 2k( ) + 2λ i+ 2j− k( )
and with µ = 2λ ,
r = i− j+ 2k( ) + µ i+ 2j− k( )
114
Chapter 5 Vector Geometry
Similarly, check for yourself that
r= −3j+ 3k( )+ σ i+ 2j− k( )
and
r= 3i+ 3j( )+ ρ −i− 2j+ k( )
describe the same line. In all cases the first vector is on the line
and the second is parallel to the line.
Example
Find a vector equation of the line which passes through the point
A (1, −1, 0) and is parallel to the line BC
→
where B and C are
the points with coordinates (−3, 2, 1) and (2, 1, 0). Show that
the point D (−14, 2, 3) lies on the line.
Solution
The line required is parallel to the line BC
→
, which has equation
2 − −3( )( )i+ 1− 2( )j+ 0 −1( )k = 5i− j− k.
Its equation is given by
r= i− j+ λ 5i− j− k( ).
To show that the point D lies on the line, you must check
whether
r= i− j+ λ 5i− j− k( )
can ever equal −14i+ 2j+ 3k for some value of λ.
So you need
i[ ] 1+ 5λ = −14 j[ ] 2 = −1− λ k[ ] 3 = −λ
and all three of these are satisfied when λ = −3. Hence D does
lie on the line.
Intersection of two lines
Two non-parallel lines either do not intersect or intersect at a
point. Lines which do not intersect are called skew lines.
115
Chapter 5 Vector Geometry
Example
The lines L and M have vector equations
L: r = 2j− 2k + λ i− j( )
M: r = i + j− 2k + µ j− k( ) (λ , µ parameters)
Show that these two lines intersect and find their point of
intersection.
Solution
If the lines intersect, then for some value of λ and µ ,
r= λ i+ 2 − λ( )j− 2k = i+ 1+ µ( )j− 2 + µ( )k.
Equating coefficients of i, j, k gives
i[ ] λ = 1
j[ ] 2 − λ = 1+ µ
k[ ] −2 = − 2 + µ( )
The first equation gives λ = 1 and the second then gives µ = 0.
These values of λ and µ also satisfy the third equation and so
the lines intersect. To find the point of intersection, put λ = 1
in the equation for the line L. This gives
r = i+ j− 2k
[You can check this answer by substituting µ = 0 in the
equation for M. This gives r = i+ j− 2k as before.]
Activity 2
The three lines, L, M and N, have vector equations
L: r= 1+ t( )i+ 1− t( )j− 2k
M: r= 3 − µ( )i− 1− µ( )j− µ − 2( )k
N: r= 1+ s( )i− 1+ 3s( )j− sk
for parameters t, µ and s. Which pairs of lines intersect?
116
Chapter 5 Vector Geometry
Exercise 5A
1. Find the vector and cartesian equations of the
straight line joining the points A and B, whose
coordinates are (−2 , 1, 4) and (1, 7, 6)
respectively.
2. If OA
→
= i− 2j+ k , OB
→
= − i− 3k ,
OC
→
= 3i+ j− 2k , OD
→
= 8i+ j+ 4k
find the vector equation of a straight line
(a) through A and B;
(b) through D parallel to BC;
(c) through C parallel to AB.
3. The three lines, L, M and N, are given by the
equations
L: r= 7i− 3j+ 3k + λ 3i−2j+k( )
M: r= 7i− 2j+ 4k + µ −2i+ j−k( )
N: r= i+ ν j−k( )
5.2 Equation of a plane
There are a number of ways of specifying a plane – you can
deduce its equation in each case. Here you will consider two
specific ways:
(1) a point on the plane and a perpendicular vector to the
plane are given;
(2) three non-collinear points on the plane are given.
Point and perpendicular vector
Let the given point on the plane be A with OA
→
= a. Also let n
be a vector perpendicular to the plane, i.e. a normal to the
plane.
If P is any point on the plane, with position vector r, then
AP
→
= r−a
is perpendicular to n; so
r− a( ).n = 0.
Thus the vector equation of a plane is of the form
r.n = a.n
n
a r
A
P
O
n
n
(a) Show that L and M intersect and find their
point of intersection.
(b) Show that L and N do not intersect.
(c) Do M and N intersect?
*4. Prove that a necessary and sufficient condition
for three points to be collinear is that their
position vectors satisfy the equation
λ a + µ b + ν c= 0
where λ , µ and ν are scalars such that
λ + µ + ν = 0 .
117
Chapter 5 Vector Geometry
Example
Find the vector equation of a plane which passes through the point
(0, 1, 1) and has normal vector n = i+ j+ k. Also find its
cartesian equation and show that the points (1, 0, 1) and (1, 1, 0)
lie on the plane. Sketch the plane.
Solution
The equation is given by
r. i+ j+ k( ) = 0i+1j+1k( ) . i+ j+ k( )
⇒ r. i+ j+ k( ) = 0 + 1 + 1 = 2
⇒ r. i+ j+ k( ) = 2 .
The cartesian equation is found by writing r as
r= xi+ yj+ zk
giving xi+ yj+ zk( ) . i+ j+ k( ) = 2
⇒ x + y + z = 2.
For the point (1, 0, 1), x = 1, y = 0 and z = 1, which satisfies
the equation. Similarly for (1, 1, 0).
A sketch of the plane is shown opposite.
Note that for any particular choice of the normal n, the equation
r.n = a.n
gives a unique equation for the plane despite the fact that a is the
position vector of any point on the plane. For example, another
point on the plane has coordinates (3, 1, –2). In this case, the
equation is
r. i+ j+ k( ) = 3i+ j− 2k( ). i+ j+ k( ) = 2
as before. Different choices for the normal n (which must be a
scalar multiple of i+ j+ k) will give essentially the same equation.
Three non-collinear points
Three non-collinear points are sufficient to define uniquely a
plane.
What shape will be defined by four non-collinear points?
Suppose the points A, B and C all lie on the plane and
OA
→
= a, OB
→
= b, OC
→
= c.
yx
z
118
Chapter 5 Vector Geometry
Now the vector AB
→
= b − a lies in the plane. Similarly
AC
→
= c− a lies in the plane. Now if P is any point in the plane
with position vector r, then
OP
→
= OA
→
+ AP
→
r = a + AP
→
By construction you can see that
AP
→
= AD
→
+ DP
→
where D is on AC, produced such that DP is parallel to AB.
So, if
AD = nAC and DP = mAB
for some parameters m and n, then
AP
→
= mAB
→
+ nAC
→
= m b− a( ) + n c− a( )
Finally, you can write the equation as
r = a + m b− a( ) + n c− a( )
or
r = 1− m − n( )a + mb + nc
where m and n are parameters.
Example
Find the vector equation of the plane that passes through the points
(0, 1, 1), (1,1, 0) and (1, 0, 1). Deduce its cartesian form.
Solution
With a = j+ k, b = i+ j, c= i+ k,
r = j+ k + m i− k( ) + n i− j( )
r = m + n( )i+ 1− n( )j+ 1− m( )k.
To find the cartesian equation of the plane, note that
r = xi+ yj+ zk
so x = m + n , y = 1− n, z = 1− m .
A
P
C
B
D
119
Chapter 5 Vector Geometry
Eliminating m and n,
x = 1− z( ) + 1− y( )
⇒ x + y + z = 2
as deduced in the previous example.
Activity 3
Deduce the general equation of a plane passing through the
point A, where OA
→
= a, and such that the vectors s and t are
parallel to the plane.
Example
The lines L1 and L2 have equations
r = 3i+ j−k( ) + α i+ 2j+ 3k( )
and r = 2i+5j( ) + β i− j+ k( )
respectively.
(a) Prove that L1 and L2 intersect and find the point of
intersection.
(b) Determine the equation of the plane π containing L1 and
L2 , giving your answer in the form r.n = d .
(AEB)
Solution
(a) If L1 and L2 intersect, then
3i+ j− k( ) + α i+ 2j+ 3k( ) = 2i+ 5j( ) + β i− j+ k( ).
Equating coefficients,
i[ ] 3 + α =2 +β
j[ ] 1+ 2α =5 − β




α − β = −1
2α + β = 4



3α = 3 ⇒ α = 1, β = 2
k[ ] −1 + 3α = β
Now α = 1, β = 2 satisfies the third equation, and so the
lines intersect at the point (4, 3, 2).
120
Chapter 5 Vector Geometry
(b) The plane contains the point with position vector
4i+ 3j+ 2k
and the directions of i+ 2j+ 3k( ) and i− j+ k( ).
Hence
r = 4i+ 3j+ 2k + m i+ 2j+ 3k( ) + n i− j+ k( )
for parameters m and n.
[Note that you can find the cartesian form by writing
r= xi+ yi+ zk, giving
x = 4 + m + n
y = 3 + 2m − n
z = 2 + 3m + n
Activity 4
Show that the equation of a plane, containing the points A, B and C
where OA
→
= a, OB
→
= b, OC
→
= c, can be written in the form
r = λ a + µ b + ν c
where λ + µ + ν = 1.
Exercise 5B
1. Find the equation of the plane that contains the
points
A (2, −1, 0), B ( −1, 3, 4) and C (3, 0, 2).
2. Find the equation of the plane that contains the
point A (2, −1, 0) and for which the vector
r= 4i+10j− 7k
is perpendicular to the plane.
3. Compare your answers to Questions 1 and 2. What
do you deduce?
4. Find the equation of the plane passing through (0,
0, 0) and with normal vector i+ 2j− 3k.
5. Show that the line with equation
r= k+ λ 2i+ 6j+ 8k( )
is perpendicular to the plane with equation
x + 3y + 4z = 8
x + y = 7 + 3m
y + z = 5 + 5m











⇒ 5x + 2y − 3z = 20
6. Show that the point A (2, 3, 1) lies on the plane
r. 2i− k( ) = 3
Also show that the line with vector equation
r = 3i+ j+ 3k + λ i− 2j+ 2k( )
is contained in the plane.
7. Find the point of intersection of the line
r= k + λ 2i+ j+ k( )
with the plane r. i= 4 .
8. The planes
r. 2i− 3j− k( ) = 19 and r. −i+ 2j+ 2k( ) = − 9
intersect in a line L. Find the cartesian equation
of the plane which contains L and is parallel to
the vector i.
121
Chapter 5 Vector Geometry
5.3 Miscellaneous problems
Line of intersection of planes
In general, two planes, π1 and π2 , intersect in a line, L, as
shown opposite.
What else can happen?
The following example illustrates how you can determine the
equation of L.
Example
Show that the two planes
r. i+ j+ k( ) = 2
and r. i+2j+ 3k( ) = 3
intersect in a line. Find the vector equation of this line.
Solution
The cartesian form of these equations is
x + y + z = 2
and
x + 2y + 3z = 3.
Writing x = λ , (alternatively, you could use y = µ, etc.)
y + z = 2 − λ ⇒ 2y + 2z = 4 − 2λ
2y + 3z = 3 − λ .
Hence
z = 3 − λ − 4 − 2λ( ) = −1 + λ
and y = 2 − λ − z = 2 − λ − −1+ λ( ) = 3 − 2λ .
So the cartesian equation of the line is
x
1
=
y − 3
−2( )
=
z +1
1
= λ( )
L
π1
π2
122
Chapter 5 Vector Geometry
or, in vector form
r = a + λ t
where a = 3j− k
t = i− 2j+ k.
Distance of a point from a plane
To find the distance of the point B with position vector
b =(b1, b2 , b3 ) from the plane with equation
r.n = a.n = d
you first find the equation of the line BN, which is perpendicular
to the plane. Hence it is in the direction of n, and so its equation
is of the form
r = b + λ n.
But N also lies on the plane, so it satisfies
r. n = d ⇒ b+ λ n( ).n = d
b.n + λ n.n = d
λ n.n = d − b.n
λ =
d − b.n
n
2
But the length of BN is λ n =
d − b.n
n
, so
distance =
d − b.n
n
Example
Find the distance of the point (4, 2, 3) from the plane
r. 6i+ 2j− 9k( ) = 46.
Solution
Here d = 46, n= 6i+ 2j− 9k, n = 36 + 4 + 81 = 11, and
b = 4i+ 2j+ 3k.
a
A
O
b
B
N
planePlane
123
Chapter 5 Vector Geometry
So b.n = 24 + 4 − 27 = 1
and distance =
46 −1
11
=
45
11
This section is completed by looking at a typical exam-type
question.
Example
The points A, B and C have position vectors
i+ 2j− 3k, i+ 5j and 5i+ 6j− k
respectively, relative to an origin O.
(a) Show that AB is perpendicular to BC and find the area of
the triangle ABC.
(b) Find the vector product AB
→
× BC
→
. Hence find an equation
of the plane ABC in the form r. n = p.
(c) The point D has position vector 4i− j+ 3k. Find the
distance of the point D from the plane ABC. Hence show
that the volume of the tetrahedron ABCD is equal to 21.
(d) Give, in cartesian form, the equation of the plane π which
contains D and which has the property that for each point E
in π the volume of the tetrahedron ABCE is still 21.
(AEB)
Solution
(a) AB
→
= b − a
= i+ 5j( ) − i+ 2j− 3k( )
= 3j+ 3k
BC
→
= c− b
= 5i+ 6j− k( ) − i+ 5j( )
= 4i+ j− k
and AB
→
. BC
→
= 3j+ 3k( ) . 4i+ j− k( )
= 0 × 4 + 3 ×1 + 3 × −1( )
= 0
124
Chapter 5 Vector Geometry
Hence AB and BC are perpendicular.
Therefore triangle ABC has a right angle at B and area of
triangle ABC = 1
2 AB
→
BC
→
= 1
2 9 + 9( ) 16 +1+1( )
= 1
2 18 18
= 9
(b) AB
→
× BC
→
= 3j+ 3k( ) × 4i+ j− k( )
= 3. −1( )− 3.1( )i+ 3.4 − 0. −1( )( )j+ 0.1− 3.4( )k
= −6i+ 12j− 12k.
This is perpendicular to the plane ABC and so the equation
of the plane takes the form
r. −6i+12j−12k( ) = a. −6i+12j−12k( )
= i+ 2j− 3k( ) . −6i+12j−12k( )
= −6 + 24 + 36
= 54
[Note that you could have used b or c instead of a. You
would still obtain 54 on the right-hand-side.]
Thus the equation of the plane is
r. −i+ 2j− 2k( ) = 9 (dividing by 6)
(You could have saved a little effort by noting that
−i+ 2j− 2k, being a multiple of −6i−12j−12k, is
perpendicular to the plane and used that for your n.)
(c) Using the formula for the distance of d = 4i− j+ 3k from
the plane r. −i+ 2j− 2k( ) = 9
gives
distance =
9 − 4i− j+ 3k( ). −i+ 2j− 2k( )
1+ 4 + 4
=
21
1+ 4 + 4
= 7
125
Chapter 5 Vector Geometry
Volume of tetrahedron ABCD = 1
3 × base area × height
= 1
3 × 9 × 7
= 21
(d) The required plane is parallel to the plane ABC, and so,
using the equation of the plane found in (b), has equation
r. −i+ 2j− 2k( ) = constant, K
Since it contains D,
4i− j+ 3k( ) . −i+ 2j− 2k( ) = K
⇒ −4 − 2 − 6 = K
⇒ K = −12
and the equation is
r. −i+ 2j− 2k( ) = −12.
In cartesian form, r = xi+ yj+ zk, gives
−x + 2y − 2z = −12
(or x − 2y + 2z = 12).
Use of vector product
The vector product can be useful when we need a vector
perpendicular to two given vectors. For instance, when we are
finding the line of intersection of two planes with equations
r.n1= d 1 and r.n2= d 2
the direction of the line of intersection will be n1× n2.
Can you explain why?
Example
Find a vector equation for the line of intersection of the planes
with equations
r. i+ 2j+ 3k( ) = 6 and r. 3i− 2k( ) = 1.
126
Chapter 5 Vector Geometry
(writing the vectors as
3 ×1 column matrices)
Solution
The direction of the line is given by the vector product
i+ 2j+ 3k( )× 3i− 2k( )
=
1
2
3










×
3
0
−2










=
−4
11
−6










The line of intersection is therefore of the form
r= a+ λ −4i+11j− 6k( )
where a is the position vector of any point on both of the planes
and hence on the line of intersection.
For instance,
1, 1, 1( ) ,
1
3
,
17
6
, 0



, 0,
15
4
, −
1
2




all lie on each of the planes.
A possible equation for the line of intersection is therefore
r= 1+ j+ k( )+ λ −4i+11j− 6k( )
Angle between two planes
The two planes
r.n1= d 1 and r.n2= d 2
have normals n1 and n2 respectively.
The angle between the two planes is equal to the angle between
n1 and n2 .
Can you draw a diagram to explain why?
Example
Find the cosine of the acute angle between the two planes
r. i− j+ 5k( ) = 2 and r. 3i+ 2j− k( ) = 5.
127
Chapter 5 Vector Geometry
Solution
Let n1= i− j+ 5k and n2= 3i+ 2j− k
n1.n2= 3 − 2 − 5 = −4
n1 = 1+1+ 25( ) = 27 ; n2 = 9 + 4 +1( ) = 14
If θ is the angle between n1 and n2 ,
cosθ =
n1.n2
n1 n2
=
−4
27 × 14
=
−4
378
When two lines intersect, the angle between the lines could be
taken as the acute or obtuse angle. The answer above gives the
obtuse angle since cosine is negative.
The acute angle is given by
cos−1 4
378






But this is equal to the angle between the two planes.
The cosine of the acute angle between the planes is
4
378
Angle between a line and a plane
Let the acute angle between the line L with equation
r= a+ λ d
and the plane π with equation r.n = p be θ.
Let the acute angle between the direction vector of the line d
and n, the normal to the plane π , be φ.
Can you see why θ + φ = 90°?
Therefore cosφ =
n.d
n d
or sinφ =
n.d
n d
128
Chapter 5 Vector Geometry
The angle between L and π is therefore
sin−1 n.d
n d






Example
Find the angle betweeen the line with equation
r= 2i+ k( )+ λ 3i− 4j+ k( )
and the plane with equation
r. 5i+ j− 6k( ) = 2
Solution
Direction of line d = 3i− 4j+ k
Normal to plane n = 5i+ j− 6k
d.n = 15 − 4 − 6 = 5 ⇒ d= 26 , n= 62
Angle between line and normal to plane
= cos−1 5
26 62






≈ 82.8°
⇒ Angle between line and plane
= 90°−82.8°
≈ 7.2°
5.4 Miscellaneous Exercises
1. Referred to a fixed origin O, the position vectors
of the points A, B, C and D are respectively:
− j+ k, 2i− j+ 3k, −i− 2j+ 2k, 7i− 4j+ 2k.
(a) Find a vector which is perpendicular to the
plane ABC.
(b) Show that the length of the perpendicular
from D to the plane ABC is of length 2 6 .
(c) Show that the planes ABC and BCD are
perpendicular.
(d) Find the acute angle between the line BD and
the plane ABC, giving your answer to the
nearest degree. (AEB)
2. The point A has position vector i+ 4j− 3k
referred to the origin O. The line L has vector
equation r= ti. The plane π contains the line L
and the point A. Find:
(a) a vector which is normal to the plane π ;
(b) a vector equation for the plane π ;
(c) the cosine of the acute angle between OA and
the line L.
129
Chapter 5 Vector Geometry
3. The lines l1 and l2 have vector equations
l1: r= 2i+ 3j+ 5k + λ i+ j+ 2k( )
l2: r= 4j+ 6k + µ −i+ 2j+ 3k( )
(a) Show that l1 and l2 intersect and find the
position vector of the point of intersection.
(b) Find the acute angle between l1 and l2 ,
giving your answer correct to the nearest
degree. (AEB)
4. The points P and Q have position vectors
p = 3i− j+ 2k and q = 4i− 2j− k
respectively, relative to a fixed origin O.
(a) Determine a vector equation of the line
l1 , passing through P and Q in the form
r= a+ sb , where s is a scalar parameter.
(b) The line l2 has vector equation
r= 2i− 2j− 3k+ t 2i− j− 2k( ).
Show that l1 and l2 intersect and find the
position vector of the point of intersection V.
(c) Show that PV has length 3 11 .
(d) The acute angle between l1 and l2 is θ .
Show that
cosθ =
3
11
(e) Calculate the perpendicular distance from P
to l2 . (AEB)
5. The position vectors of the points A, B and C are
a = 4i+10j+ 6k, b = 6i+ 8j− 2k, c= i+10j+ 3k
with respect to a fixed origin O.
(a) Show that the angle ACB is a right angle.
(b) Find the area of the triangle ABC and hence,
or otherwise, show that the shortest distance
from C to AB is 3 3
2( ).
(c) The point D lies on the straight line through
A and C. Show that the vector AD
→
= λ i+ k( )
for some scalar λ .
Given that the lengths AB and AD are equal,
dtermine the possible position vectors of D.
(AEB)
6. Referred to a fixed origin O, the points A, B and
C have position vectors
3i− j+ 2k, 7i+ 2j+ 7k and i+ j+ 3k
respectively. The vector n is the vector product
AB
→
× AC
→
.
Express n in terms of i, j and k and describe the
direction of n in relation to the plane ABC.
Find an equation for the plane ABC in the form
r.n = p. Hence find the shortest distance from O
to the plane ABC.
Show that the plane OCA has equation
r. 5i+ 7j− 4k( ) = 0 .
Hence find, to 0.1°
, the angle between the plane
OCA and the plane ABC. (AEB)
7. The line l has vector equation r= a+ λ d, where
a= 3i+ 4j− 3k and d = 2i− j− 2k . The points P
and Q have position vectors p = 4j+ 3k and
q = 2i+ 6j+ 2k respectively. The plane π
contains the line l and the point P.
(a) Find the vector product d × a− p( ). Hence,
or otherwise, find the equation of the plane
π in the form r.n = k .
(b) Determine the angle between the lines
passing through the points P and Q and the
plane π .
(c) Prove that the point P is equidistant from the
line l and the point Q. (AEB)
8. Referred to a fixed origin O, the points
A (4, 1, 3), B ( −2 , 7, 6) and C (1, 1, 4)
have position vectors a, b and c respectively.
Find b− a( ) × c− a( ) and hence, or otherwise,
determine in the form r.n = p an equation of the
plane ABC.
The point D with position vector d = 5i− 3j+ λ k
lies in the plane ABC. Find the value of λ .
Prove that ABCD is a trapezium and find its
area. (AEB)
9. With respect to a fixed origin O, the lines l1 and
l2 are given by the vector equations
l1: r= 9i− 4j+ 5k + t 2i− j+ k( )
l2: r= 2i− 8j+12k + s i+ 2j− 3k( ),
where t and s are scalar parameters. The point A
lies on l1 and OA is perpendicular to l1 .
Determine the position vector of A and hence
find in the form r.n = p an equation of the
plane π1 which passes through A and is
perpendicular to OA.
Show that l1 and l2 intersect and find the
position vector of B, their point of intersection.
Find a vector which is perpendicular to both l1
and l2 and hence find an equation for the plane
π2 which contains l1 and l2 .
Find, to the nearest one tenth of a degree, the
acute angle between the planes π1 and π2 .
(AEB)
130
Chapter 5 Vector Geometry
(d) Verify that the point D with position vector
2i− 2j+11k lies in the plane π and is such
that DA is perpendicular to AB. Hence, or
otherwise, calculate the volume of the
tetrahedron ABCD. (AEB)
13. The points A, B and C have position vectors
a = i+ 2j+ 2k, b = 3i+ 6j− 5k , c= 7i+ 20j− 7k
respectively, relative to a fixed origin. The point
D has position vector d and is such that ABCD is
a parallelogram.
(a) Find d in terms of i, j and k.
(b) Calculate b− a( ) . c− a( ) and hence
determine the size of angle BAC, giving your
answer to the nearest 0.1°
.
(c) Calculate the area of the parallelogram
ABCD.
(d) Show that a general point P on the diagonal
AC is (1+ 2λ , 2 + 6λ , 2 − 3λ ). Write down
the vector BP
→
and hence, or otherwise,
determine the position vector of the point on
the line AC that is closest to B. (AEB)
14. With respect to a fixed origin, O, the points A
and B have position vectors
2i+ 3j+ 6k( ) and 2i+ 4j+ 4k( ) respectively.
(a) Calculate OA
→
, OB
→
and, by using the scalar
product OA
→
.OB
→
, calculate the value of the
cosine of angle AOB.
(b) The point C has position vector 5i+12j+ 6k.
Show that OC and AB are perpendicular.
Show also that the line through O and C
intersects the line through A and B, and find
the position vector of the point E where they
intersect.
(c) Given that AE
→
= λ EB
→
, find the value of
λ and explain briefly why λ is negative.
(AEB)
10. With respect to a fixed origin O, the points L and
M have position vectors 6i+ 3j+ 2k and
2i+ 2j+ k respectively.
(a) Form the scalar product OL
→
. OM
→
and hence
find the cosine of angle LOM.
(b) The point N is on the line LM, produced such
that angle MON is 90°
. Find an equation for
the line LM in the form r= a+ bt and hence
calculate the position vector of N. (AEB)
11. The plane π1 contains the points
(1, 4, 2), (1, 0, 5) and (0, 8, −1).
Find its equation in cartesian form.
The plane π2 contains the point (2, 2, 3) and has
normal vector i+ 2j+ 2k( ). Find its equation in
cartesian form.
The point (p, 0, q) lies in both the planes π1
and π2 . Find p and q and express the equation
of the line of intersection of the two planes in
the form r= a+ λ b.
The point (1, 1, µ ) is equidistant from the
planes π1 and π2 . Find the two possible values
of µ . (AEB)
12.The points A, B and C have position vectors
a = i+ 2j+ 4k , b = − 2i+ 3j+ 5k, c= 3i− j+ 2k
respectively, with respect to a fixed origin.
(a) Show that the point P (1− 3λ , 2 + λ , 4 + λ )
lies on the straight line through A and B.
Express PC2
in terms of λ and show that, as
λ varies, the least value of PC2
is 6. Verify
that in this case the line PC is perpendicular
to the line AB.
(b) Find a vector perpendicular to AB and AC
and hence, or otherwise, find an equation for
the plane ABC in the form r.n = p .
(c) Find a cartesian equation of the plane π
which contains the line AB and which is
perpendicular to the plane ABC.

More Related Content

What's hot

самостійна робота на тему "Теорема синусів та її наслідки"
самостійна робота на тему "Теорема синусів та її наслідки"самостійна робота на тему "Теорема синусів та її наслідки"
самостійна робота на тему "Теорема синусів та її наслідки"natasha29091997
 
Ppt geometri analit ruang
Ppt geometri analit ruangPpt geometri analit ruang
Ppt geometri analit ruangDevi_viani
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equationsMew Aornwara
 
Form 4 formulae and note
Form 4 formulae and noteForm 4 formulae and note
Form 4 formulae and notesmktsj2
 
Matematika Diskrit - 06 relasi dan fungsi - 04
Matematika Diskrit - 06 relasi dan fungsi - 04Matematika Diskrit - 06 relasi dan fungsi - 04
Matematika Diskrit - 06 relasi dan fungsi - 04KuliahKita
 
Кут між прямою і площиною
Кут між прямою і площиноюКут між прямою і площиною
Кут між прямою і площиноюGdanuk
 
Pembahasan Soal Matematika UN SMA IPA 2010/2011
Pembahasan Soal Matematika UN SMA IPA 2010/2011Pembahasan Soal Matematika UN SMA IPA 2010/2011
Pembahasan Soal Matematika UN SMA IPA 2010/2011NASuprawoto Sunardjo
 
Persamaan lingkaran dan sifat sifatnya
Persamaan lingkaran dan sifat sifatnyaPersamaan lingkaran dan sifat sifatnya
Persamaan lingkaran dan sifat sifatnya1724143052
 
Презентація: Паралельне перенесення
Презентація: Паралельне перенесенняПрезентація: Паралельне перенесення
Презентація: Паралельне перенесенняsveta7940
 
Pendahuluan kalkulus kal1[1]
Pendahuluan kalkulus kal1[1]Pendahuluan kalkulus kal1[1]
Pendahuluan kalkulus kal1[1]Ajir Aja
 
Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsMatthew Leingang
 

What's hot (15)

Equações literais
Equações literaisEquações literais
Equações literais
 
самостійна робота на тему "Теорема синусів та її наслідки"
самостійна робота на тему "Теорема синусів та її наслідки"самостійна робота на тему "Теорема синусів та її наслідки"
самостійна робота на тему "Теорема синусів та її наслідки"
 
тести 11 алгебра
тести 11 алгебратести 11 алгебра
тести 11 алгебра
 
04 turunan
04 turunan04 turunan
04 turunan
 
Ppt geometri analit ruang
Ppt geometri analit ruangPpt geometri analit ruang
Ppt geometri analit ruang
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equations
 
Form 4 formulae and note
Form 4 formulae and noteForm 4 formulae and note
Form 4 formulae and note
 
Matematika Diskrit - 06 relasi dan fungsi - 04
Matematika Diskrit - 06 relasi dan fungsi - 04Matematika Diskrit - 06 relasi dan fungsi - 04
Matematika Diskrit - 06 relasi dan fungsi - 04
 
Кут між прямою і площиною
Кут між прямою і площиноюКут між прямою і площиною
Кут між прямою і площиною
 
Pembahasan Soal Matematika UN SMA IPA 2010/2011
Pembahasan Soal Matematika UN SMA IPA 2010/2011Pembahasan Soal Matematika UN SMA IPA 2010/2011
Pembahasan Soal Matematika UN SMA IPA 2010/2011
 
Persamaan lingkaran dan sifat sifatnya
Persamaan lingkaran dan sifat sifatnyaPersamaan lingkaran dan sifat sifatnya
Persamaan lingkaran dan sifat sifatnya
 
Презентація: Паралельне перенесення
Презентація: Паралельне перенесенняПрезентація: Паралельне перенесення
Презентація: Паралельне перенесення
 
Pendahuluan kalkulus kal1[1]
Pendahuluan kalkulus kal1[1]Pendahuluan kalkulus kal1[1]
Pendahuluan kalkulus kal1[1]
 
Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
 
площа трапеції
площа трапеціїплоща трапеції
площа трапеції
 

Similar to 5.vector geometry Further Mathematics Zimbabwe Zimsec Cambridge

Three dim. geometry
Three dim. geometryThree dim. geometry
Three dim. geometryindu thakur
 
7.5 lines and_planes_in_space
7.5 lines and_planes_in_space7.5 lines and_planes_in_space
7.5 lines and_planes_in_spaceMahbub Alwathoni
 
Analytical Geometry in three dimension
Analytical Geometry in three dimensionAnalytical Geometry in three dimension
Analytical Geometry in three dimensionSwathiSundari
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XIIindu thakur
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 MD Kutubuddin Sardar
 
Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1TGTMATH
 
Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1TGTMATH
 
IIT JEE - 2008 ii- mathematics
IIT JEE  - 2008  ii- mathematicsIIT JEE  - 2008  ii- mathematics
IIT JEE - 2008 ii- mathematicsVasista Vinuthan
 
Cbse Class 12 Maths Sample Paper 2012
Cbse Class 12 Maths Sample Paper 2012Cbse Class 12 Maths Sample Paper 2012
Cbse Class 12 Maths Sample Paper 2012Sunaina Rawat
 
CLASS X MATHS
CLASS X MATHS CLASS X MATHS
CLASS X MATHS Rc Os
 
2-Vector.pptx
2-Vector.pptx2-Vector.pptx
2-Vector.pptxssfasf
 
Analytic geometry lecture1
Analytic geometry lecture1Analytic geometry lecture1
Analytic geometry lecture1admercano101
 

Similar to 5.vector geometry Further Mathematics Zimbabwe Zimsec Cambridge (20)

1525 equations of lines in space
1525 equations of lines in space1525 equations of lines in space
1525 equations of lines in space
 
Three dim. geometry
Three dim. geometryThree dim. geometry
Three dim. geometry
 
7.5 lines and_planes_in_space
7.5 lines and_planes_in_space7.5 lines and_planes_in_space
7.5 lines and_planes_in_space
 
Coordinate geometry
Coordinate geometryCoordinate geometry
Coordinate geometry
 
Analytical Geometry in three dimension
Analytical Geometry in three dimensionAnalytical Geometry in three dimension
Analytical Geometry in three dimension
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XII
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007
 
Math project
Math projectMath project
Math project
 
Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1
 
Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1
 
1560 mathematics for economists
1560 mathematics for economists1560 mathematics for economists
1560 mathematics for economists
 
Linear Equations in Two Variables.pptx
Linear Equations in Two Variables.pptxLinear Equations in Two Variables.pptx
Linear Equations in Two Variables.pptx
 
IIT JEE - 2008 ii- mathematics
IIT JEE  - 2008  ii- mathematicsIIT JEE  - 2008  ii- mathematics
IIT JEE - 2008 ii- mathematics
 
Cbse Class 12 Maths Sample Paper 2012
Cbse Class 12 Maths Sample Paper 2012Cbse Class 12 Maths Sample Paper 2012
Cbse Class 12 Maths Sample Paper 2012
 
CLASS X MATHS
CLASS X MATHS CLASS X MATHS
CLASS X MATHS
 
3D Geometry Theory 9
3D Geometry Theory 93D Geometry Theory 9
3D Geometry Theory 9
 
Linear Algebra Assignment help
Linear Algebra Assignment helpLinear Algebra Assignment help
Linear Algebra Assignment help
 
Vectors and 3 d
Vectors and 3 dVectors and 3 d
Vectors and 3 d
 
2-Vector.pptx
2-Vector.pptx2-Vector.pptx
2-Vector.pptx
 
Analytic geometry lecture1
Analytic geometry lecture1Analytic geometry lecture1
Analytic geometry lecture1
 

More from alproelearning

Chemistry zimsec chapter 20 lattice energy
Chemistry zimsec chapter 20  lattice energyChemistry zimsec chapter 20  lattice energy
Chemistry zimsec chapter 20 lattice energyalproelearning
 
Chemistry zimsec chapter 11 group ii
Chemistry zimsec chapter 11 group iiChemistry zimsec chapter 11 group ii
Chemistry zimsec chapter 11 group iialproelearning
 
Chemistry zimsec chapter 8 chemical equilibria
Chemistry zimsec chapter 8 chemical equilibriaChemistry zimsec chapter 8 chemical equilibria
Chemistry zimsec chapter 8 chemical equilibriaalproelearning
 
Chemistry chapter 1 atomic structure zimsec (2)
Chemistry chapter 1 atomic structure zimsec (2)Chemistry chapter 1 atomic structure zimsec (2)
Chemistry chapter 1 atomic structure zimsec (2)alproelearning
 
Chemistry zimsec chapter 21 electrode potentials
Chemistry zimsec chapter 21  electrode potentialsChemistry zimsec chapter 21  electrode potentials
Chemistry zimsec chapter 21 electrode potentialsalproelearning
 
Chemistry zimsec chapter 7 redox reactions and electrolysis
Chemistry zimsec chapter 7 redox reactions and electrolysisChemistry zimsec chapter 7 redox reactions and electrolysis
Chemistry zimsec chapter 7 redox reactions and electrolysisalproelearning
 
Chemistry zimsec chapter 9 chemical periodicity
Chemistry zimsec chapter 9 chemical periodicityChemistry zimsec chapter 9 chemical periodicity
Chemistry zimsec chapter 9 chemical periodicityalproelearning
 
Chemistry zimsec chapter 6 chemical energetics
Chemistry zimsec chapter 6 chemical energeticsChemistry zimsec chapter 6 chemical energetics
Chemistry zimsec chapter 6 chemical energeticsalproelearning
 
Chemistry zimsec chapter 17 hydroxy compounds
Chemistry zimsec chapter 17 hydroxy compoundsChemistry zimsec chapter 17 hydroxy compounds
Chemistry zimsec chapter 17 hydroxy compoundsalproelearning
 
Chemistry zimsec chapter 6 electrochemistry
Chemistry zimsec chapter 6 electrochemistryChemistry zimsec chapter 6 electrochemistry
Chemistry zimsec chapter 6 electrochemistryalproelearning
 
Chemistry zimsec chapter 24 group iv
Chemistry zimsec chapter 24 group ivChemistry zimsec chapter 24 group iv
Chemistry zimsec chapter 24 group ivalproelearning
 
Zimsec chemistry chapter 9 rate of reaction
Zimsec chemistry chapter 9 rate of reactionZimsec chemistry chapter 9 rate of reaction
Zimsec chemistry chapter 9 rate of reactionalproelearning
 
Chemistry zimsec chapter 2 atoms, molecules and stoichiometry
Chemistry zimsec chapter 2  atoms, molecules and stoichiometryChemistry zimsec chapter 2  atoms, molecules and stoichiometry
Chemistry zimsec chapter 2 atoms, molecules and stoichiometryalproelearning
 
Chemistry zimsec chapter 16 halogen derivatives
Chemistry zimsec chapter 16 halogen derivativesChemistry zimsec chapter 16 halogen derivatives
Chemistry zimsec chapter 16 halogen derivativesalproelearning
 
Chemistry zimsec chapter 10 chemical periodicity
Chemistry zimsec chapter 10 chemical periodicityChemistry zimsec chapter 10 chemical periodicity
Chemistry zimsec chapter 10 chemical periodicityalproelearning
 
Chemistry zimsec chapter 13 nitrogen and sulfur
Chemistry zimsec chapter 13  nitrogen and sulfurChemistry zimsec chapter 13  nitrogen and sulfur
Chemistry zimsec chapter 13 nitrogen and sulfuralproelearning
 
Chemistry zimsec chapter 26 benzene and its compounds
Chemistry zimsec chapter 26 benzene and its compoundsChemistry zimsec chapter 26 benzene and its compounds
Chemistry zimsec chapter 26 benzene and its compoundsalproelearning
 
Chemistry zimsec chapter 25 transition elements
Chemistry zimsec chapter 25 transition elementsChemistry zimsec chapter 25 transition elements
Chemistry zimsec chapter 25 transition elementsalproelearning
 
Chemistry zimsec chapter 23 reaction kinetics
Chemistry zimsec chapter 23 reaction kineticsChemistry zimsec chapter 23 reaction kinetics
Chemistry zimsec chapter 23 reaction kineticsalproelearning
 
Chemistry zimsec chapter 22 ionic equilibria
Chemistry zimsec chapter 22  ionic equilibriaChemistry zimsec chapter 22  ionic equilibria
Chemistry zimsec chapter 22 ionic equilibriaalproelearning
 

More from alproelearning (20)

Chemistry zimsec chapter 20 lattice energy
Chemistry zimsec chapter 20  lattice energyChemistry zimsec chapter 20  lattice energy
Chemistry zimsec chapter 20 lattice energy
 
Chemistry zimsec chapter 11 group ii
Chemistry zimsec chapter 11 group iiChemistry zimsec chapter 11 group ii
Chemistry zimsec chapter 11 group ii
 
Chemistry zimsec chapter 8 chemical equilibria
Chemistry zimsec chapter 8 chemical equilibriaChemistry zimsec chapter 8 chemical equilibria
Chemistry zimsec chapter 8 chemical equilibria
 
Chemistry chapter 1 atomic structure zimsec (2)
Chemistry chapter 1 atomic structure zimsec (2)Chemistry chapter 1 atomic structure zimsec (2)
Chemistry chapter 1 atomic structure zimsec (2)
 
Chemistry zimsec chapter 21 electrode potentials
Chemistry zimsec chapter 21  electrode potentialsChemistry zimsec chapter 21  electrode potentials
Chemistry zimsec chapter 21 electrode potentials
 
Chemistry zimsec chapter 7 redox reactions and electrolysis
Chemistry zimsec chapter 7 redox reactions and electrolysisChemistry zimsec chapter 7 redox reactions and electrolysis
Chemistry zimsec chapter 7 redox reactions and electrolysis
 
Chemistry zimsec chapter 9 chemical periodicity
Chemistry zimsec chapter 9 chemical periodicityChemistry zimsec chapter 9 chemical periodicity
Chemistry zimsec chapter 9 chemical periodicity
 
Chemistry zimsec chapter 6 chemical energetics
Chemistry zimsec chapter 6 chemical energeticsChemistry zimsec chapter 6 chemical energetics
Chemistry zimsec chapter 6 chemical energetics
 
Chemistry zimsec chapter 17 hydroxy compounds
Chemistry zimsec chapter 17 hydroxy compoundsChemistry zimsec chapter 17 hydroxy compounds
Chemistry zimsec chapter 17 hydroxy compounds
 
Chemistry zimsec chapter 6 electrochemistry
Chemistry zimsec chapter 6 electrochemistryChemistry zimsec chapter 6 electrochemistry
Chemistry zimsec chapter 6 electrochemistry
 
Chemistry zimsec chapter 24 group iv
Chemistry zimsec chapter 24 group ivChemistry zimsec chapter 24 group iv
Chemistry zimsec chapter 24 group iv
 
Zimsec chemistry chapter 9 rate of reaction
Zimsec chemistry chapter 9 rate of reactionZimsec chemistry chapter 9 rate of reaction
Zimsec chemistry chapter 9 rate of reaction
 
Chemistry zimsec chapter 2 atoms, molecules and stoichiometry
Chemistry zimsec chapter 2  atoms, molecules and stoichiometryChemistry zimsec chapter 2  atoms, molecules and stoichiometry
Chemistry zimsec chapter 2 atoms, molecules and stoichiometry
 
Chemistry zimsec chapter 16 halogen derivatives
Chemistry zimsec chapter 16 halogen derivativesChemistry zimsec chapter 16 halogen derivatives
Chemistry zimsec chapter 16 halogen derivatives
 
Chemistry zimsec chapter 10 chemical periodicity
Chemistry zimsec chapter 10 chemical periodicityChemistry zimsec chapter 10 chemical periodicity
Chemistry zimsec chapter 10 chemical periodicity
 
Chemistry zimsec chapter 13 nitrogen and sulfur
Chemistry zimsec chapter 13  nitrogen and sulfurChemistry zimsec chapter 13  nitrogen and sulfur
Chemistry zimsec chapter 13 nitrogen and sulfur
 
Chemistry zimsec chapter 26 benzene and its compounds
Chemistry zimsec chapter 26 benzene and its compoundsChemistry zimsec chapter 26 benzene and its compounds
Chemistry zimsec chapter 26 benzene and its compounds
 
Chemistry zimsec chapter 25 transition elements
Chemistry zimsec chapter 25 transition elementsChemistry zimsec chapter 25 transition elements
Chemistry zimsec chapter 25 transition elements
 
Chemistry zimsec chapter 23 reaction kinetics
Chemistry zimsec chapter 23 reaction kineticsChemistry zimsec chapter 23 reaction kinetics
Chemistry zimsec chapter 23 reaction kinetics
 
Chemistry zimsec chapter 22 ionic equilibria
Chemistry zimsec chapter 22  ionic equilibriaChemistry zimsec chapter 22  ionic equilibria
Chemistry zimsec chapter 22 ionic equilibria
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Recently uploaded (20)

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

5.vector geometry Further Mathematics Zimbabwe Zimsec Cambridge

  • 1. 111 Chapter 5 Vector Geometry 5 VECTOR GEOMETRY Objectives After studying this chapter you should • be able to find and use the vector equation of a straight line; • be able to find the equation of a plane in various forms; • be able to interchange between cartesian and vector equations; • be able to find the perpendicular distance of a point from a plane; • be able to find the angle between two planes. 5.0 Introduction This chapter deals with the use of vectors in geometric problems. The key to confidence in answering problems is to be able to visualise the situations. It is usually very helpful to illustrate the situation with a drawing, even though drawing planes can be quite difficult. First, though, try the activity below, which should help you to think geometrically. Activity 1 Consider the following statements, decide whether each is sometimes true, always true or false, and discuss your answers with your tutor. Think carefully before giving your answers. (a) A line and a plane intersect at a point. (b) Two lines intersect at a point. (c) Two planes intersect in a line. (d) A line is uniquely defined by two distinct points on it. (e) A plane is uniquely defined by three distinct points on it. (f) A plane is defined by giving the direction perpendicular to the plane and a point on the plane.
  • 2. 112 Chapter 5 Vector Geometry 5.1 Straight line A straight line, L, is uniquely defined by giving two distinct points on the line. Are there other ways to define uniquely a straight line? If the coordinates of A and B are given, then the vectors a = OA → and b = OB → are known. Let P be any point on the line AB with position vector r = xi+ y j+ zk. Then r = OP → = OA → + AP → ⇒ r = a + AP → But AP → is a linear multiple of AB → = b− a; so r = a + λ b− a( ) for some parameter λ . This is the form of the vector equation of a line. The parameter can take any real value, giving different points on the line. What value of λ gives the point A? What value of λ gives the point B? Example Find the vector equation of the straight line passing through the points A (1, 0, 1) and B (0, 1, 3). Solution Here a = i+ k b = j+ 3k so r= i+ k( ) + λ j+ 3k( ) − i+ k( )( ) r= i+ k( ) + λ − i+ j+ 2k( ) (or 1, 0, 1( )+ λ −1, 1, 2( )) The vector equation of a line can readily be turned into a cartesian equation by noting that the coordinates of the point on the line are x, y, x( ) = 1− λ, λ, 1+ 2γ( ) A B line l A B O a b r P Line L
  • 3. 113 Chapter 5 Vector Geometry This gives y = 1− λ y = λ z = 1+ 2λ      or x −1 −1( ) = y − 0 1 = z −1 2 = λ( ) This is the form of the cartesian equation of a straight line. In general, the vector equation can be written as r = a + λ t where t is a vector in the direction of the line. If a = a1 i+ a2 j+ a3 k and t = t1 i+ t2 j+ t3 k then x = a1+ λ t1 y = a 2 + λ t2 z = a3+ λ t3      or x − a1 t1 = y − a 2 t2 = z − a3 t3 Example The cartesian equation of a straight line is given by x −1 2 = y +1 4 = z − 2 −2( ) Rewrite it in vector form. Solution Writing x −1 2 = y +1 4 = z − 2 −2( ) = λ for some parameter λ , then x = 1+ 2λ y = −1+ 4λ z = 2 − 2λ      or r = i− j+ 2k( ) + λ 2i+ 4j− 2k( ) Note that this equation is not unique (although the line is unique). For example, you can write r = i− j+ 2k( ) + 2λ i+ 2j− k( ) and with µ = 2λ , r = i− j+ 2k( ) + µ i+ 2j− k( )
  • 4. 114 Chapter 5 Vector Geometry Similarly, check for yourself that r= −3j+ 3k( )+ σ i+ 2j− k( ) and r= 3i+ 3j( )+ ρ −i− 2j+ k( ) describe the same line. In all cases the first vector is on the line and the second is parallel to the line. Example Find a vector equation of the line which passes through the point A (1, −1, 0) and is parallel to the line BC → where B and C are the points with coordinates (−3, 2, 1) and (2, 1, 0). Show that the point D (−14, 2, 3) lies on the line. Solution The line required is parallel to the line BC → , which has equation 2 − −3( )( )i+ 1− 2( )j+ 0 −1( )k = 5i− j− k. Its equation is given by r= i− j+ λ 5i− j− k( ). To show that the point D lies on the line, you must check whether r= i− j+ λ 5i− j− k( ) can ever equal −14i+ 2j+ 3k for some value of λ. So you need i[ ] 1+ 5λ = −14 j[ ] 2 = −1− λ k[ ] 3 = −λ and all three of these are satisfied when λ = −3. Hence D does lie on the line. Intersection of two lines Two non-parallel lines either do not intersect or intersect at a point. Lines which do not intersect are called skew lines.
  • 5. 115 Chapter 5 Vector Geometry Example The lines L and M have vector equations L: r = 2j− 2k + λ i− j( ) M: r = i + j− 2k + µ j− k( ) (λ , µ parameters) Show that these two lines intersect and find their point of intersection. Solution If the lines intersect, then for some value of λ and µ , r= λ i+ 2 − λ( )j− 2k = i+ 1+ µ( )j− 2 + µ( )k. Equating coefficients of i, j, k gives i[ ] λ = 1 j[ ] 2 − λ = 1+ µ k[ ] −2 = − 2 + µ( ) The first equation gives λ = 1 and the second then gives µ = 0. These values of λ and µ also satisfy the third equation and so the lines intersect. To find the point of intersection, put λ = 1 in the equation for the line L. This gives r = i+ j− 2k [You can check this answer by substituting µ = 0 in the equation for M. This gives r = i+ j− 2k as before.] Activity 2 The three lines, L, M and N, have vector equations L: r= 1+ t( )i+ 1− t( )j− 2k M: r= 3 − µ( )i− 1− µ( )j− µ − 2( )k N: r= 1+ s( )i− 1+ 3s( )j− sk for parameters t, µ and s. Which pairs of lines intersect?
  • 6. 116 Chapter 5 Vector Geometry Exercise 5A 1. Find the vector and cartesian equations of the straight line joining the points A and B, whose coordinates are (−2 , 1, 4) and (1, 7, 6) respectively. 2. If OA → = i− 2j+ k , OB → = − i− 3k , OC → = 3i+ j− 2k , OD → = 8i+ j+ 4k find the vector equation of a straight line (a) through A and B; (b) through D parallel to BC; (c) through C parallel to AB. 3. The three lines, L, M and N, are given by the equations L: r= 7i− 3j+ 3k + λ 3i−2j+k( ) M: r= 7i− 2j+ 4k + µ −2i+ j−k( ) N: r= i+ ν j−k( ) 5.2 Equation of a plane There are a number of ways of specifying a plane – you can deduce its equation in each case. Here you will consider two specific ways: (1) a point on the plane and a perpendicular vector to the plane are given; (2) three non-collinear points on the plane are given. Point and perpendicular vector Let the given point on the plane be A with OA → = a. Also let n be a vector perpendicular to the plane, i.e. a normal to the plane. If P is any point on the plane, with position vector r, then AP → = r−a is perpendicular to n; so r− a( ).n = 0. Thus the vector equation of a plane is of the form r.n = a.n n a r A P O n n (a) Show that L and M intersect and find their point of intersection. (b) Show that L and N do not intersect. (c) Do M and N intersect? *4. Prove that a necessary and sufficient condition for three points to be collinear is that their position vectors satisfy the equation λ a + µ b + ν c= 0 where λ , µ and ν are scalars such that λ + µ + ν = 0 .
  • 7. 117 Chapter 5 Vector Geometry Example Find the vector equation of a plane which passes through the point (0, 1, 1) and has normal vector n = i+ j+ k. Also find its cartesian equation and show that the points (1, 0, 1) and (1, 1, 0) lie on the plane. Sketch the plane. Solution The equation is given by r. i+ j+ k( ) = 0i+1j+1k( ) . i+ j+ k( ) ⇒ r. i+ j+ k( ) = 0 + 1 + 1 = 2 ⇒ r. i+ j+ k( ) = 2 . The cartesian equation is found by writing r as r= xi+ yj+ zk giving xi+ yj+ zk( ) . i+ j+ k( ) = 2 ⇒ x + y + z = 2. For the point (1, 0, 1), x = 1, y = 0 and z = 1, which satisfies the equation. Similarly for (1, 1, 0). A sketch of the plane is shown opposite. Note that for any particular choice of the normal n, the equation r.n = a.n gives a unique equation for the plane despite the fact that a is the position vector of any point on the plane. For example, another point on the plane has coordinates (3, 1, –2). In this case, the equation is r. i+ j+ k( ) = 3i+ j− 2k( ). i+ j+ k( ) = 2 as before. Different choices for the normal n (which must be a scalar multiple of i+ j+ k) will give essentially the same equation. Three non-collinear points Three non-collinear points are sufficient to define uniquely a plane. What shape will be defined by four non-collinear points? Suppose the points A, B and C all lie on the plane and OA → = a, OB → = b, OC → = c. yx z
  • 8. 118 Chapter 5 Vector Geometry Now the vector AB → = b − a lies in the plane. Similarly AC → = c− a lies in the plane. Now if P is any point in the plane with position vector r, then OP → = OA → + AP → r = a + AP → By construction you can see that AP → = AD → + DP → where D is on AC, produced such that DP is parallel to AB. So, if AD = nAC and DP = mAB for some parameters m and n, then AP → = mAB → + nAC → = m b− a( ) + n c− a( ) Finally, you can write the equation as r = a + m b− a( ) + n c− a( ) or r = 1− m − n( )a + mb + nc where m and n are parameters. Example Find the vector equation of the plane that passes through the points (0, 1, 1), (1,1, 0) and (1, 0, 1). Deduce its cartesian form. Solution With a = j+ k, b = i+ j, c= i+ k, r = j+ k + m i− k( ) + n i− j( ) r = m + n( )i+ 1− n( )j+ 1− m( )k. To find the cartesian equation of the plane, note that r = xi+ yj+ zk so x = m + n , y = 1− n, z = 1− m . A P C B D
  • 9. 119 Chapter 5 Vector Geometry Eliminating m and n, x = 1− z( ) + 1− y( ) ⇒ x + y + z = 2 as deduced in the previous example. Activity 3 Deduce the general equation of a plane passing through the point A, where OA → = a, and such that the vectors s and t are parallel to the plane. Example The lines L1 and L2 have equations r = 3i+ j−k( ) + α i+ 2j+ 3k( ) and r = 2i+5j( ) + β i− j+ k( ) respectively. (a) Prove that L1 and L2 intersect and find the point of intersection. (b) Determine the equation of the plane π containing L1 and L2 , giving your answer in the form r.n = d . (AEB) Solution (a) If L1 and L2 intersect, then 3i+ j− k( ) + α i+ 2j+ 3k( ) = 2i+ 5j( ) + β i− j+ k( ). Equating coefficients, i[ ] 3 + α =2 +β j[ ] 1+ 2α =5 − β     α − β = −1 2α + β = 4    3α = 3 ⇒ α = 1, β = 2 k[ ] −1 + 3α = β Now α = 1, β = 2 satisfies the third equation, and so the lines intersect at the point (4, 3, 2).
  • 10. 120 Chapter 5 Vector Geometry (b) The plane contains the point with position vector 4i+ 3j+ 2k and the directions of i+ 2j+ 3k( ) and i− j+ k( ). Hence r = 4i+ 3j+ 2k + m i+ 2j+ 3k( ) + n i− j+ k( ) for parameters m and n. [Note that you can find the cartesian form by writing r= xi+ yi+ zk, giving x = 4 + m + n y = 3 + 2m − n z = 2 + 3m + n Activity 4 Show that the equation of a plane, containing the points A, B and C where OA → = a, OB → = b, OC → = c, can be written in the form r = λ a + µ b + ν c where λ + µ + ν = 1. Exercise 5B 1. Find the equation of the plane that contains the points A (2, −1, 0), B ( −1, 3, 4) and C (3, 0, 2). 2. Find the equation of the plane that contains the point A (2, −1, 0) and for which the vector r= 4i+10j− 7k is perpendicular to the plane. 3. Compare your answers to Questions 1 and 2. What do you deduce? 4. Find the equation of the plane passing through (0, 0, 0) and with normal vector i+ 2j− 3k. 5. Show that the line with equation r= k+ λ 2i+ 6j+ 8k( ) is perpendicular to the plane with equation x + 3y + 4z = 8 x + y = 7 + 3m y + z = 5 + 5m            ⇒ 5x + 2y − 3z = 20 6. Show that the point A (2, 3, 1) lies on the plane r. 2i− k( ) = 3 Also show that the line with vector equation r = 3i+ j+ 3k + λ i− 2j+ 2k( ) is contained in the plane. 7. Find the point of intersection of the line r= k + λ 2i+ j+ k( ) with the plane r. i= 4 . 8. The planes r. 2i− 3j− k( ) = 19 and r. −i+ 2j+ 2k( ) = − 9 intersect in a line L. Find the cartesian equation of the plane which contains L and is parallel to the vector i.
  • 11. 121 Chapter 5 Vector Geometry 5.3 Miscellaneous problems Line of intersection of planes In general, two planes, π1 and π2 , intersect in a line, L, as shown opposite. What else can happen? The following example illustrates how you can determine the equation of L. Example Show that the two planes r. i+ j+ k( ) = 2 and r. i+2j+ 3k( ) = 3 intersect in a line. Find the vector equation of this line. Solution The cartesian form of these equations is x + y + z = 2 and x + 2y + 3z = 3. Writing x = λ , (alternatively, you could use y = µ, etc.) y + z = 2 − λ ⇒ 2y + 2z = 4 − 2λ 2y + 3z = 3 − λ . Hence z = 3 − λ − 4 − 2λ( ) = −1 + λ and y = 2 − λ − z = 2 − λ − −1+ λ( ) = 3 − 2λ . So the cartesian equation of the line is x 1 = y − 3 −2( ) = z +1 1 = λ( ) L π1 π2
  • 12. 122 Chapter 5 Vector Geometry or, in vector form r = a + λ t where a = 3j− k t = i− 2j+ k. Distance of a point from a plane To find the distance of the point B with position vector b =(b1, b2 , b3 ) from the plane with equation r.n = a.n = d you first find the equation of the line BN, which is perpendicular to the plane. Hence it is in the direction of n, and so its equation is of the form r = b + λ n. But N also lies on the plane, so it satisfies r. n = d ⇒ b+ λ n( ).n = d b.n + λ n.n = d λ n.n = d − b.n λ = d − b.n n 2 But the length of BN is λ n = d − b.n n , so distance = d − b.n n Example Find the distance of the point (4, 2, 3) from the plane r. 6i+ 2j− 9k( ) = 46. Solution Here d = 46, n= 6i+ 2j− 9k, n = 36 + 4 + 81 = 11, and b = 4i+ 2j+ 3k. a A O b B N planePlane
  • 13. 123 Chapter 5 Vector Geometry So b.n = 24 + 4 − 27 = 1 and distance = 46 −1 11 = 45 11 This section is completed by looking at a typical exam-type question. Example The points A, B and C have position vectors i+ 2j− 3k, i+ 5j and 5i+ 6j− k respectively, relative to an origin O. (a) Show that AB is perpendicular to BC and find the area of the triangle ABC. (b) Find the vector product AB → × BC → . Hence find an equation of the plane ABC in the form r. n = p. (c) The point D has position vector 4i− j+ 3k. Find the distance of the point D from the plane ABC. Hence show that the volume of the tetrahedron ABCD is equal to 21. (d) Give, in cartesian form, the equation of the plane π which contains D and which has the property that for each point E in π the volume of the tetrahedron ABCE is still 21. (AEB) Solution (a) AB → = b − a = i+ 5j( ) − i+ 2j− 3k( ) = 3j+ 3k BC → = c− b = 5i+ 6j− k( ) − i+ 5j( ) = 4i+ j− k and AB → . BC → = 3j+ 3k( ) . 4i+ j− k( ) = 0 × 4 + 3 ×1 + 3 × −1( ) = 0
  • 14. 124 Chapter 5 Vector Geometry Hence AB and BC are perpendicular. Therefore triangle ABC has a right angle at B and area of triangle ABC = 1 2 AB → BC → = 1 2 9 + 9( ) 16 +1+1( ) = 1 2 18 18 = 9 (b) AB → × BC → = 3j+ 3k( ) × 4i+ j− k( ) = 3. −1( )− 3.1( )i+ 3.4 − 0. −1( )( )j+ 0.1− 3.4( )k = −6i+ 12j− 12k. This is perpendicular to the plane ABC and so the equation of the plane takes the form r. −6i+12j−12k( ) = a. −6i+12j−12k( ) = i+ 2j− 3k( ) . −6i+12j−12k( ) = −6 + 24 + 36 = 54 [Note that you could have used b or c instead of a. You would still obtain 54 on the right-hand-side.] Thus the equation of the plane is r. −i+ 2j− 2k( ) = 9 (dividing by 6) (You could have saved a little effort by noting that −i+ 2j− 2k, being a multiple of −6i−12j−12k, is perpendicular to the plane and used that for your n.) (c) Using the formula for the distance of d = 4i− j+ 3k from the plane r. −i+ 2j− 2k( ) = 9 gives distance = 9 − 4i− j+ 3k( ). −i+ 2j− 2k( ) 1+ 4 + 4 = 21 1+ 4 + 4 = 7
  • 15. 125 Chapter 5 Vector Geometry Volume of tetrahedron ABCD = 1 3 × base area × height = 1 3 × 9 × 7 = 21 (d) The required plane is parallel to the plane ABC, and so, using the equation of the plane found in (b), has equation r. −i+ 2j− 2k( ) = constant, K Since it contains D, 4i− j+ 3k( ) . −i+ 2j− 2k( ) = K ⇒ −4 − 2 − 6 = K ⇒ K = −12 and the equation is r. −i+ 2j− 2k( ) = −12. In cartesian form, r = xi+ yj+ zk, gives −x + 2y − 2z = −12 (or x − 2y + 2z = 12). Use of vector product The vector product can be useful when we need a vector perpendicular to two given vectors. For instance, when we are finding the line of intersection of two planes with equations r.n1= d 1 and r.n2= d 2 the direction of the line of intersection will be n1× n2. Can you explain why? Example Find a vector equation for the line of intersection of the planes with equations r. i+ 2j+ 3k( ) = 6 and r. 3i− 2k( ) = 1.
  • 16. 126 Chapter 5 Vector Geometry (writing the vectors as 3 ×1 column matrices) Solution The direction of the line is given by the vector product i+ 2j+ 3k( )× 3i− 2k( ) = 1 2 3           × 3 0 −2           = −4 11 −6           The line of intersection is therefore of the form r= a+ λ −4i+11j− 6k( ) where a is the position vector of any point on both of the planes and hence on the line of intersection. For instance, 1, 1, 1( ) , 1 3 , 17 6 , 0    , 0, 15 4 , − 1 2     all lie on each of the planes. A possible equation for the line of intersection is therefore r= 1+ j+ k( )+ λ −4i+11j− 6k( ) Angle between two planes The two planes r.n1= d 1 and r.n2= d 2 have normals n1 and n2 respectively. The angle between the two planes is equal to the angle between n1 and n2 . Can you draw a diagram to explain why? Example Find the cosine of the acute angle between the two planes r. i− j+ 5k( ) = 2 and r. 3i+ 2j− k( ) = 5.
  • 17. 127 Chapter 5 Vector Geometry Solution Let n1= i− j+ 5k and n2= 3i+ 2j− k n1.n2= 3 − 2 − 5 = −4 n1 = 1+1+ 25( ) = 27 ; n2 = 9 + 4 +1( ) = 14 If θ is the angle between n1 and n2 , cosθ = n1.n2 n1 n2 = −4 27 × 14 = −4 378 When two lines intersect, the angle between the lines could be taken as the acute or obtuse angle. The answer above gives the obtuse angle since cosine is negative. The acute angle is given by cos−1 4 378       But this is equal to the angle between the two planes. The cosine of the acute angle between the planes is 4 378 Angle between a line and a plane Let the acute angle between the line L with equation r= a+ λ d and the plane π with equation r.n = p be θ. Let the acute angle between the direction vector of the line d and n, the normal to the plane π , be φ. Can you see why θ + φ = 90°? Therefore cosφ = n.d n d or sinφ = n.d n d
  • 18. 128 Chapter 5 Vector Geometry The angle between L and π is therefore sin−1 n.d n d       Example Find the angle betweeen the line with equation r= 2i+ k( )+ λ 3i− 4j+ k( ) and the plane with equation r. 5i+ j− 6k( ) = 2 Solution Direction of line d = 3i− 4j+ k Normal to plane n = 5i+ j− 6k d.n = 15 − 4 − 6 = 5 ⇒ d= 26 , n= 62 Angle between line and normal to plane = cos−1 5 26 62       ≈ 82.8° ⇒ Angle between line and plane = 90°−82.8° ≈ 7.2° 5.4 Miscellaneous Exercises 1. Referred to a fixed origin O, the position vectors of the points A, B, C and D are respectively: − j+ k, 2i− j+ 3k, −i− 2j+ 2k, 7i− 4j+ 2k. (a) Find a vector which is perpendicular to the plane ABC. (b) Show that the length of the perpendicular from D to the plane ABC is of length 2 6 . (c) Show that the planes ABC and BCD are perpendicular. (d) Find the acute angle between the line BD and the plane ABC, giving your answer to the nearest degree. (AEB) 2. The point A has position vector i+ 4j− 3k referred to the origin O. The line L has vector equation r= ti. The plane π contains the line L and the point A. Find: (a) a vector which is normal to the plane π ; (b) a vector equation for the plane π ; (c) the cosine of the acute angle between OA and the line L.
  • 19. 129 Chapter 5 Vector Geometry 3. The lines l1 and l2 have vector equations l1: r= 2i+ 3j+ 5k + λ i+ j+ 2k( ) l2: r= 4j+ 6k + µ −i+ 2j+ 3k( ) (a) Show that l1 and l2 intersect and find the position vector of the point of intersection. (b) Find the acute angle between l1 and l2 , giving your answer correct to the nearest degree. (AEB) 4. The points P and Q have position vectors p = 3i− j+ 2k and q = 4i− 2j− k respectively, relative to a fixed origin O. (a) Determine a vector equation of the line l1 , passing through P and Q in the form r= a+ sb , where s is a scalar parameter. (b) The line l2 has vector equation r= 2i− 2j− 3k+ t 2i− j− 2k( ). Show that l1 and l2 intersect and find the position vector of the point of intersection V. (c) Show that PV has length 3 11 . (d) The acute angle between l1 and l2 is θ . Show that cosθ = 3 11 (e) Calculate the perpendicular distance from P to l2 . (AEB) 5. The position vectors of the points A, B and C are a = 4i+10j+ 6k, b = 6i+ 8j− 2k, c= i+10j+ 3k with respect to a fixed origin O. (a) Show that the angle ACB is a right angle. (b) Find the area of the triangle ABC and hence, or otherwise, show that the shortest distance from C to AB is 3 3 2( ). (c) The point D lies on the straight line through A and C. Show that the vector AD → = λ i+ k( ) for some scalar λ . Given that the lengths AB and AD are equal, dtermine the possible position vectors of D. (AEB) 6. Referred to a fixed origin O, the points A, B and C have position vectors 3i− j+ 2k, 7i+ 2j+ 7k and i+ j+ 3k respectively. The vector n is the vector product AB → × AC → . Express n in terms of i, j and k and describe the direction of n in relation to the plane ABC. Find an equation for the plane ABC in the form r.n = p. Hence find the shortest distance from O to the plane ABC. Show that the plane OCA has equation r. 5i+ 7j− 4k( ) = 0 . Hence find, to 0.1° , the angle between the plane OCA and the plane ABC. (AEB) 7. The line l has vector equation r= a+ λ d, where a= 3i+ 4j− 3k and d = 2i− j− 2k . The points P and Q have position vectors p = 4j+ 3k and q = 2i+ 6j+ 2k respectively. The plane π contains the line l and the point P. (a) Find the vector product d × a− p( ). Hence, or otherwise, find the equation of the plane π in the form r.n = k . (b) Determine the angle between the lines passing through the points P and Q and the plane π . (c) Prove that the point P is equidistant from the line l and the point Q. (AEB) 8. Referred to a fixed origin O, the points A (4, 1, 3), B ( −2 , 7, 6) and C (1, 1, 4) have position vectors a, b and c respectively. Find b− a( ) × c− a( ) and hence, or otherwise, determine in the form r.n = p an equation of the plane ABC. The point D with position vector d = 5i− 3j+ λ k lies in the plane ABC. Find the value of λ . Prove that ABCD is a trapezium and find its area. (AEB) 9. With respect to a fixed origin O, the lines l1 and l2 are given by the vector equations l1: r= 9i− 4j+ 5k + t 2i− j+ k( ) l2: r= 2i− 8j+12k + s i+ 2j− 3k( ), where t and s are scalar parameters. The point A lies on l1 and OA is perpendicular to l1 . Determine the position vector of A and hence find in the form r.n = p an equation of the plane π1 which passes through A and is perpendicular to OA. Show that l1 and l2 intersect and find the position vector of B, their point of intersection. Find a vector which is perpendicular to both l1 and l2 and hence find an equation for the plane π2 which contains l1 and l2 . Find, to the nearest one tenth of a degree, the acute angle between the planes π1 and π2 . (AEB)
  • 20. 130 Chapter 5 Vector Geometry (d) Verify that the point D with position vector 2i− 2j+11k lies in the plane π and is such that DA is perpendicular to AB. Hence, or otherwise, calculate the volume of the tetrahedron ABCD. (AEB) 13. The points A, B and C have position vectors a = i+ 2j+ 2k, b = 3i+ 6j− 5k , c= 7i+ 20j− 7k respectively, relative to a fixed origin. The point D has position vector d and is such that ABCD is a parallelogram. (a) Find d in terms of i, j and k. (b) Calculate b− a( ) . c− a( ) and hence determine the size of angle BAC, giving your answer to the nearest 0.1° . (c) Calculate the area of the parallelogram ABCD. (d) Show that a general point P on the diagonal AC is (1+ 2λ , 2 + 6λ , 2 − 3λ ). Write down the vector BP → and hence, or otherwise, determine the position vector of the point on the line AC that is closest to B. (AEB) 14. With respect to a fixed origin, O, the points A and B have position vectors 2i+ 3j+ 6k( ) and 2i+ 4j+ 4k( ) respectively. (a) Calculate OA → , OB → and, by using the scalar product OA → .OB → , calculate the value of the cosine of angle AOB. (b) The point C has position vector 5i+12j+ 6k. Show that OC and AB are perpendicular. Show also that the line through O and C intersects the line through A and B, and find the position vector of the point E where they intersect. (c) Given that AE → = λ EB → , find the value of λ and explain briefly why λ is negative. (AEB) 10. With respect to a fixed origin O, the points L and M have position vectors 6i+ 3j+ 2k and 2i+ 2j+ k respectively. (a) Form the scalar product OL → . OM → and hence find the cosine of angle LOM. (b) The point N is on the line LM, produced such that angle MON is 90° . Find an equation for the line LM in the form r= a+ bt and hence calculate the position vector of N. (AEB) 11. The plane π1 contains the points (1, 4, 2), (1, 0, 5) and (0, 8, −1). Find its equation in cartesian form. The plane π2 contains the point (2, 2, 3) and has normal vector i+ 2j+ 2k( ). Find its equation in cartesian form. The point (p, 0, q) lies in both the planes π1 and π2 . Find p and q and express the equation of the line of intersection of the two planes in the form r= a+ λ b. The point (1, 1, µ ) is equidistant from the planes π1 and π2 . Find the two possible values of µ . (AEB) 12.The points A, B and C have position vectors a = i+ 2j+ 4k , b = − 2i+ 3j+ 5k, c= 3i− j+ 2k respectively, with respect to a fixed origin. (a) Show that the point P (1− 3λ , 2 + λ , 4 + λ ) lies on the straight line through A and B. Express PC2 in terms of λ and show that, as λ varies, the least value of PC2 is 6. Verify that in this case the line PC is perpendicular to the line AB. (b) Find a vector perpendicular to AB and AC and hence, or otherwise, find an equation for the plane ABC in the form r.n = p . (c) Find a cartesian equation of the plane π which contains the line AB and which is perpendicular to the plane ABC.