FP1 Tut 1 - Vectors-1
FP1 Tut 1 - Vectors-1
FP1 Tut 1 - Vectors-1
TUTORIAL 1 (FP1)
CHAPTER 1: VECTORS
2. There are several ways to perform the cross product. The easiest is using the “cover and cross” method.
(i) To find the first component, i.e. 𝑐1 ,
• cover the first row,
• then cross-multiply and subtract (much like finding the determinant of 2 × 2 matrix)
1
Prepared by AwYeongZS
where 𝜃 is the angle measured from the vector 𝒂 to the vector 𝒃 when the vectors are both diverging, and
̂𝒏 is a unit vector perpendicular to both a and b.
4. The most important point from this is that the vector obtained will be perpendicular to both the two vectors
that were used to do the cross product.
𝒂×𝒃⊥𝒂 and 𝒂 × 𝒃 ⊥ 𝒃
2
Prepared by AwYeongZS
1 1
∴ Area of Δ𝐴𝐵𝐶 = 𝑎𝑏 sin 𝐶 = |𝒂 × 𝒃|
2 2
Since a parallelogram can be divided into two congruent triangles, then the area of a parallelogram is equal
to twice the area of a triangle.
In general,
The length of c can be found using Pythagoras’ Theorem after the length of the projection of a on b is found.
Another way to find this length is using cross product.
|𝒂 × 𝒃|
|𝒄| = ̂|
= |𝒂 × 𝒃
|𝒃|
3
Prepared by AwYeongZS
Example 1
Given that 𝒂 = 𝒊 − 2𝒋, 𝒃 = −2𝒊 + 𝒋 + 4𝒌, 𝒄 = 3𝒊, find 𝒂 × 𝒃, 𝒃 × 𝒂 and 𝒂 × 𝒄.
What is the geometric relationship between 𝒂 × 𝒃 and 𝒃 × 𝒂?
−8 8 0
𝐴𝑛𝑠: (−4) ; (4) ; (0)
−3 3 6
Solution
Example 2
1
Given that 𝒂 = 3𝒊 + 𝒋 + 𝒌 , 𝒃 = 2𝒊 + 𝒋 and 𝒄 = 𝒊 + 𝒋 + 6𝒌 are position vectors of the points 𝐴, 𝐵 and 𝐶
2
respectively, find the position vector of point 𝑃 which divides 𝐵𝐶 in the ratio 2: 1. Hence, find the area of the
triangle 𝐴𝑃𝐵.
1 5
𝐴𝑛𝑠: ⃗⃗⃗⃗⃗
𝑂𝑃 = (1) ; 𝐴𝑟𝑒𝑎 𝑜𝑓 𝑡𝑟𝑖𝑎𝑛𝑔𝑙𝑒 𝐴𝑃𝐵 = 𝑢𝑛𝑖𝑡𝑠 2
2
4
Solution
4
Prepared by AwYeongZS
Example 3
1 2 −1
Relative to the origin 𝑂, the points 𝐴, 𝐵 and 𝐶 have position vectors (2) , (1) and ( 2 ) respectively.
1 3 3
Find the shortest distance from 𝐶 to 𝐴𝐵. Hence or otherwise, find the area of triangle 𝐴𝐵𝐶.
22
𝐴𝑛𝑠: Shortest dist = √ units; Area = √11 units 2
3
Solution
5
Prepared by AwYeongZS
For each individual plane, there is one direction that is important, the direction normal to the plane. The
normal to a plane (a.k.a. the normal vector of a plane), n, uniquely defines the orientation of the plane and can
be obtained by taking the cross product of two vectors parallel to the plane (but not parallel to each other).
[Note: Normal vector of a plane is not unique, for if n is a normal vector, then 𝑘n (k is any non-zero real
number) is also a normal vector.]
𝑎
3. Suppose the normal to the plane is given as 𝐧 = (𝑏 ) and we know one point 𝐴(𝑝, 𝑞, 𝑟) in the plane. Using a
𝑐
general point 𝑅(𝑥, 𝑦, 𝑧) in the plane we can generate a vector ⃗⃗⃗⃗⃗
𝐴𝑅 in the plane, so it is perpendicular to n.
5. Using the scalar product leads to the Cartesian equation of a plane (a.k.a. Cartesian form),
𝑎𝑥 + 𝑏𝑦 + 𝑐𝑧 = 𝑑
where 𝑑 = 𝐚 ⋅ 𝐧.
6
Prepared by AwYeongZS
6. Consider, relative to the origin, a position vector a of a point in the plane. Then consider two free vectors b and
c which are not parallel to each other but parallel to the plane.
8. Finding the vector product (a.k.a. cross product) of the two direction vectors produces a common
perpendicular, a vector that is normal to the plane. From this we can find the Cartesian equation of the plane,
𝑎𝑥 + 𝑏𝑦 + 𝑐𝑧 = 𝑑.
Exercise 1
Find the equation of plane in parametric, scalar product and Cartesian form in the following cases.
(a) Contains point (1, 2, 3) and with vectors 2i + j – k and 2j parallel to it
(b) Contains points (1, 2, 0), (2, 1, 4) and (−1, 0, 0)
(c) Contains point (2, 1, 3) and the line 𝑙: 𝐫 = 2𝐢 + 𝐣 + 𝜆(𝐢 + 2𝐤)
(d) Contains point (4, 1, −1) and has a normal 4i + 2j – 2k.
1
𝐴𝑛𝑠: (in Cartesian form) (a) 𝑥 + 2𝑧 = 7, (b) 𝑥 − 𝑦 − 𝑧 = −1, (c) 𝑦 = 1, (d) 2𝑥 + 𝑦 − 𝑧 = 10
2
7
Prepared by AwYeongZS
To find the distance between the point P and the plane Π, we can use the formula for the length of projection of
⃗⃗⃗⃗⃗⃗
𝑨𝑷 onto n, to get
⃗⃗⃗⃗⃗ ⋅𝐧|
|𝐴𝑃
Distance from point P to plane Π =
|𝐧|
Note: To find the point A, we merely need to seek (by trial and error) a triple (x, y, z) of real numbers which
satisfies the equation of plane 𝚷.
Alternative method:
The distance of the point 𝑃(𝑥0 , 𝑦0 , 𝑧0 ) from the plane 𝑎𝑥 + 𝑏𝑦 + 𝑐𝑧 = 𝑑 is given by
Example 5
The planes Π1 and Π2 have equations 𝐫 ⋅ (2𝐢 + 2𝐣 + 3𝐤) = 4 and 𝑥 + 3𝑦 + 2𝑧 = 5 respectively. The point 𝐴 has
position vector 2𝐢 + 2𝐣 + 𝐤.
7√17
(i) Find the perpendicular distance from the point A to the plane Π1 . (𝐴𝑛𝑠: units)
17
(ii) The plane Π3 is parallel to plane Π2 and passes through the point with position vector −𝐢 − 𝐣 + 𝐤. Find the
1
equation of the plane Π3 in the form r⋅n= 𝑑. [𝐴𝑛𝑠: 𝐫 ⋅ (3) = −2]
2
Solution
8
Prepared by AwYeongZS
9
Prepared by AwYeongZS
**Note: To show that a line which is parallel to the plane is not contained in the plane, we only need to
show that either one of the above criteria fails to hold.
If a line is not parallel to the plane, then the line must intersect the plane at a point.
10
Prepared by AwYeongZS
Example 6
(a) The line l has equation 𝒓 = 𝒋 + 𝒌 + 𝜆(𝒊 − 2𝒋 + 𝒌), 𝜆 ∈ ℝ. The plane Π1 has equation 𝑥 + 2𝑦 + 3𝑧 = 5.
Show that the line l lies in the plane Π1 .
𝑦 1−𝑧
(b) The plane 𝑝1 has equation 2𝑥 + 𝑦 + 2𝑧 = 3. The line 𝑙1 has equation 𝑥 + 1 = = .
2 2
Show that the line is parallel to, but not contained in the plane 𝑝1 .
Solution
11
Prepared by AwYeongZS
After obtaining the value of 𝜆, we substitute back into the equation of line 𝑙 to get the position vector of the point of
intersection.
12
Prepared by AwYeongZS
3
2 3√2
𝐴𝑛𝑠: (a) (− 3), (b) units
2
2
1
Solution
13
Prepared by AwYeongZS
To obtain the reflected line 𝑙′, when line 𝑙 is reflected about the plane Π, we will need to
1. find the point of intersection, 𝑋, between line 𝑙 and plane Π,
2. obtain the reflected point 𝑃′ from reflecting point 𝑃 on line 𝑙 about plane Π,
3. Using the points 𝑃′ and 𝑋, form the equation of the line 𝑙′.
25 137
− −
29 29
2 23 2 75
𝐴𝑛𝑠: (a) Π1 : 𝒓 ⋅ (3) = 1; (b) − ; (c) 𝑙2 : 𝒓 = (−1) + 𝜆 − ,𝜆 ∈ ℝ
4 29 0 29
37 71
( 29 ) ( − 29 )
Solution
14
Prepared by AwYeongZS
𝜃 is the acute angle between the line 𝑙 and the plane Π. Hence we can find 𝜙 by
|𝐧 ⋅ 𝐝|
cos 𝜙 =
|𝐧||𝐝|
𝜋 𝜋
Since 𝜃 + 𝜙 = , we have cos 𝜙 = cos ( − 𝜃) = sin 𝜃. Therefore,
2 2
|𝐧 ⋅ 𝐝|
sin 𝜃 =
|𝐧||𝐝|
−1 1
𝐴𝑛𝑠: (𝑎) 𝑙1 : 𝒓 = ( 2 ) + 𝜆 (0) , 𝜆 ∈ ℝ; (𝑏) 31.9°
3 2
Solution
15
Prepared by AwYeongZS
If two planes are parallel, their normals are scalar multiples of each other.
𝒏𝟏 = 𝑘𝒏𝟐 for some scalar 𝑘.
Distance between 2 Parallel Planes
Suppose the 2 parallel planes are of the form Π1 : 𝒓 ⋅ 𝒏 = 𝑑1 and Π2 : 𝒓 ⋅ 𝒏 = 𝑑2 , then the perpendicular
distance between the planes is
𝑑1 − 𝑑2
| |
|𝒏|
Note that the normals of the 2 planes must be made the same.
2. Coincident Planes
Two planes are coincident if they are the same plane.
3. Intersecting Planes
Two planes intersect if they have a line in common.
The diagram shows the two intersecting planes Π1 and Π2 with their normal vectors 𝒏𝟏 and 𝒏𝟐 respectively.
16
Prepared by AwYeongZS
**Note:
Before we let the point on the line of intersection be (𝑥, 𝑦, 𝟎), we must first ensure that somewhere on the
line 𝑙 there must be a point where the z-coordinate actually is 0. We can ensure this by checking that the
direction vector of 𝒍 has a non-zero z-component.
The similar applies to the case when we let the point on the line of intersection be (𝑥, 0, 𝑧) or (0, 𝑦, 𝑧).
17
Prepared by AwYeongZS
Example 12
Two planes Π1 and Π2 are given by
(i) Show that point 𝐴(1, 1, 1) lies on Π2 , and find the perpendicular distance from 𝐴 to Π1 .
⃗⃗⃗⃗⃗ where 𝐵 is the image of 𝐴 when reflected in the plane Π1 .
(ii) Find 𝑂𝐵
(iii) Find a vector equation of the line of intersection of Π1 and Π2 .
(iv) Find a vector equation of the plane which is the image of Π2 when Π2 is reflected in Π1 .
7
3 23 20
2 11
𝐴𝑛𝑠: (i) √21; (ii) 3
; (iii) 𝑙: 𝒓 = (−5) + 𝜆 (−8) , 𝜆 ∈ ℝ;
3
13 0 1
−
(
3)
7 62
3 3
11 20 26
(iv) 𝒓 = + 𝜆 (−8) + 𝜇 − where 𝜆, 𝜇 ∈ ℝ
3 1 3
13 13
(− 3 ) ( 3 )
Solution
18
Prepared by AwYeongZS
Looking at the side view of planes Π1 and Π2 , and using the scalar product, we have
|𝐧𝟏 ⋅ 𝒏𝟐 |
cos 𝜃 =
|𝐧𝟏 ||𝐧𝟐 |
Perpemdicular Planes
Two planes are perpendicular if and only if their normal vectors are perpendicular, i.e. 𝒏𝟏 ⋅ 𝒏𝟐 = 0.
19
Prepared by AwYeongZS
1. Recall: Two lines are skew if they are not parallel, and they do not intersect.
2. Given two skew lines 𝑙1 and 𝑙2 , it is always possible to find two non-coincident parallel planes Π1 and Π2 such
that 𝑙1 is contained in Π1 , and 𝑙2 is contained in Π2 .
3. Picture one plane as the ‘floor’ and the other plane as the ‘ceiling’.
4. The shortest distance between the two skew lines 𝑙1 and 𝑙2 is actually just the distance between the parallel
planes Π1 and Π2 .
5. Suppose that the vector equations of the lines 𝑙1 and 𝑙2 are given as below:
𝑙1 : 𝐫 = 𝐚1 + 𝜆𝐛1
𝑙2 : 𝐫 = 𝐚2 + 𝜇𝐛2
Let points 𝐴1 and 𝐴2 have position vectors 𝐚1 and 𝐚2 respectively.
8. Below is a summary of the steps to perform when finding the shortest distance between two skew lines 𝑙1 and 𝑙2 .
Step 1: Find a vector perpendicular to both lines, that is, 𝐛1 × 𝐛2 .
⃗⃗⃗⃗⃗⃗⃗⃗⃗⃗
Step 2: Find a vector connecting a point on 𝑙1 to a point on 𝑙2 , for example, 𝐴 1 𝐴2 .
⃗⃗⃗⃗⃗⃗⃗⃗⃗⃗
Step 3: Find the length of projection of 𝐴1 𝐴2 onto the direction (𝐛1 × 𝐛2 ). This gives the required shortest
distance between the two skew lines.
20
Prepared by AwYeongZS
21
Prepared by AwYeongZS
22
Prepared by AwYeongZS
TUTORIAL 1 (FP1)
CHAPTER 1: VECTORS
Q1. 2009s1/11
Q2. 2013s13/11E
Q3. 2013w11/8
Q4. 2013w13/8
23
Prepared by AwYeongZS
Q5. 2016s13/11O
Q6. 2018s11/10
Q7. 2020s11/5
Q8. 2020s13/7
24
Prepared by AwYeongZS
Q9. 2020w12/7
Q10. 2021s11/6
Q11. 2021s13/6
25