Vectors
Vectors
Vectors
We assume that you are familiar with the standard (x, y).
Cartesian coordinate system in the plane. Each point p in the plane is identified with its x
and y components: p= (a, b). y
b P= (a, b)
a x
A scalar is a quantity that is determined by its magnitude (its number of units measured in a
suitable scale).
Quantities that have both magnitude and direction are called vectors. A vector is usually
represented by an arrow, the length of the arrow represents the magnitude of the vector and
the arrow head indicates the direction of the vector.
Examples 2 Velocity, acceleration, displacement and force are examples of vector quantities.
An ordered pair of numbers (a1, a2… an) is called vector. Here ai’s for i=1, 2… n are called
components.
The set of all vectors with n-components. The set of all vectors with n-components is denoted
by IRn.
Vectors are denoted by small case letter with an arrow at the top like 𝑎⃗, 𝑏⃗⃗, 𝑐⃗.
To determine the coordinates of a vector 𝑎⃗ in the plane, the first step is to translate the vector so
that its tail is at the origin of the coordinate system. Then, the head of the vector will be at some
point (a1, a2) in the plane. We call (a1, a2) the coordinates or the components of the vector 𝑎⃗. We
often write 𝑎⃗∈R2 to denote that it can be described by two real coordinates.
1
Desalegn A.
Zero vector: suppose 𝑎⃗ = (a1, a2… an) is any vector in IRn. Then 𝑎⃗ is said to be zero vector if
and only if all components are zero. That is 𝑎⃗ = 0 if and only if ai=0, ∀i = 1, 2, 3… n.
Equal vector: let 𝑎⃗ = (a1, a2… an) and 𝑏⃗⃗ = (b1, b2… bn) be vectors in IRn. Then the two vectors
are said to be equal if and only if their corresponding components are all equal.
Example: find the values of x, y, z if 𝑎⃗= (x-y, -1, 7) and 𝑏⃗⃗ = (5, x+y, 3z+1) are equal.
𝑥−𝑦 =5
⇒ {𝑥 + 𝑦 = −1
3𝑧 + 1 = 7
2
Desalegn A.
Let 𝑎⃗ = (a1, a2… an) and 𝑏⃗⃗ = (b1, b2… bn) be any two vectors in IRn. Then, we define
the sum and differences of these vectors as follows.
That is, 𝑎⃗ + 𝑏⃗⃗ is a new vector obtained by adding the corresponding components 𝑎⃗
and⃗⃗⃗
𝑏.
Subtraction of vectors:
That is, 𝑎⃗ - 𝑏⃗⃗ is a new vector obtained by subtracting the corresponding components
𝑎⃗ and 𝑏⃗⃗.
k𝒂
⃗⃗ = (ka1, ka2…, kan)
Then find
= (2+1,3+(-1),5+3)
= (3, 2, 8)
= (2-1,3-(-1),5-3)
= (1, 4, 2)
c) 3𝑎⃗ = (3*2,3*3,3*5)
= (6, 9, 15)
3
Desalegn A.
Directed vector: Any vector with initial point A and terminal point B denoted by ⃗⃗⃗⃗⃗⃗
𝐴𝐵
is called directed vector from A to B.
It is obtained by 𝐴𝐵
⃗⃗⃗⃗⃗⃗ = B –A.
Examples:
1. Find a vector 𝑣⃗ directed from A to B where A =(2, -1, 3) and B=(5, -4, 7).
Solution:𝑣⃗ = ⃗⃗⃗⃗⃗⃗
𝐴𝐵 = B – A = (5,-4, 7) – (2,-1,3)
2. Let ⃗⃗⃗⃗⃗⃗
𝐴𝐵 = (-2, 0, 4). If the midpoint of the segment ⃗⃗⃗⃗⃗⃗
𝐴𝐵 is (2, 3,-2). Then find the
end point of 𝐴𝐵
⃗⃗⃗⃗⃗⃗ .
Solution: Let A = (a, b, c) and B = (x, y, z) be the coordinate of the end point of the
segment.
Then ⃗⃗⃗⃗⃗⃗
𝐴𝐵 =B – A = (x-a, y-b, z-c) = (-2, 0, -4)
On the other hand, from the mid-point formula, the mid-point of ⃗⃗⃗⃗⃗⃗
𝐴𝐵 is given by
𝑥+𝑎 𝑦+𝑏 𝑧+𝑐
( , , ) = (2, 3, -2)
2 2 2
Definition: Let 𝑎⃗ = (a1, a2… an) be vectors in𝐼𝑅 𝑛 . Then the norm of 𝑎⃗ which denoted
by ‖𝑎⃗ ∣∣ is given by
‖𝑎⃗ ∣∣ = √a1 2 + 𝑎2 2 + ⋯ + 𝑎𝑛 2
Examples:
4
Desalegn A.
Solution:
Solution:
‖𝑎⃗ ∣∣ = √x 2 + 22 + 𝑥 2 = √2x 2 + 4 = 6
⇒2x 2 + 4 = 36
⇒x = ±4
⃗⃗⃗⃗ = (3, y+8, -6). If ‖𝑎⃗ + 𝑏⃗⃗ ∣∣ =5, then find the values of y.
3. Given 𝑎⃗ = (1, -5, 6) and 𝑏
⇒√16 + y 2 + 6𝑦 + 9 =5
⇒√y 2 + 6𝑦 + 25 =5
⇒y 2 + 6𝑦 + 25 = 25
⇒y = 0, y = -6.
⃗⃗⃗⃗⃗ ∣∣ = 4
Solution: By properties of norm, ‖𝑘𝑎
⃗⃗⃗⃗⃗ ∣∣ = ∣ k∣ ‖𝑎⃗ ∣∣
⇒‖𝑘𝑎
⇒6 ∣ k∣ = 4
2
⇒k = ±3
5
Desalegn A.
⃗𝒂⃗
Note that: For any non-zero vector 𝒂
⃗⃗ = is a unit vector in the direction of that of
|𝒂⃗⃗|
vector 𝒂
⃗⃗.
Examples:
1. The vector 𝑢
⃗⃗ = (2/3, 1/3, -2/3) is unit vector because
2. If 𝑢
⃗⃗ = (2/3, 1/3, t) is unit vector, then find the value of t.
Solution:‖𝑢
⃗⃗ ∣∣ = √(2/3)2 + (1/3)2 + (𝑡)2 =1
⇒√5/9 + (𝑡)2 =1
⇒𝑡 2 =4/9
2
⇒t = ±3
The standard unit vectors are i= (1, 0, 0), j= (0, 1, 0) and k = (0, 0, 1).
Examples:
1. Let 𝑎⃗ = 2i - j + 2k be given vector. Find unit vector in the same and opposite
direction of 𝑎⃗.
Solution: Here ‖𝑎⃗ ∣∣ = √22 + −12 + 22 = √9 = 3.
𝑎⃗⃗ 2i − j + 2k
The unit vector in the direction of 𝑎⃗ is ‖𝑎⃗⃗∣∣ = = 2/3i -1/3j +2/3k.
3
−𝑎⃗⃗ 2i − j + 2k
The unit vector in the opposite direction of 𝑎⃗ is ‖𝑎⃗⃗∣∣ = = -2/3i + 1/3j -
−3
2/3k.
2. Let 𝑎⃗ = i - j + k and 𝑏⃗⃗ = 3i + j + k be given vectors. Then find a unit vector in
the direction of 𝑎⃗+ 𝑏⃗⃗.
6
Desalegn A.
Dot product of vectors
Definition: Let 𝑎⃗ and 𝑏⃗⃗ be any two non-zero free vectors. The scalar (dot or inner)
product of 𝑎⃗ and 𝑏⃗⃗, denoted 𝑎⃗ • 𝑏⃗⃗ is defined by:
Then,
⃗⃗ • ⃗𝒃⃗ = a1 b1 + a2 b2 + a3 b3
𝒂
1. 𝑎⃗ • 𝑏⃗⃗ = 𝑏⃗⃗ • 𝑎⃗
2. 𝑎⃗ • (𝑏⃗⃗ + ⃗⃗⃗⃗
𝑐) = 𝑎⃗ • 𝑏⃗⃗ + 𝑎⃗ • 𝑐⃗
3. (k𝑎⃗)• 𝑏⃗⃗= k(𝑎⃗ • 𝑏⃗⃗)
4. 𝑎⃗ • 𝑎⃗ = ‖𝑎⃗ ∣∣2
Example: If ⃗⃗⃗𝑎⃗ = 2i + 3k and 𝑏⃗⃗ = 4i + 6j – k, the dot product is 𝑎⃗ • 𝑏⃗⃗ = 2(4) +0(6) +3(-1) = 5.
Two non – zero vectors 𝑎⃗ and 𝑏⃗⃗ are said to be orthogonal if their dot product is
zero.
Any two non-zero vectors are said to be parallel if and only if one is the scalar
multiple of the other. Let 𝑎⃗ and 𝑏⃗⃗ be non-zero vectors.
Examples:
7
Desalegn A.
1. Show that the vectors 𝑎⃗ = (3, -1, 5) and 𝑏⃗⃗ = (1, 13, 2) are orthogonal.
2. Let 𝑎⃗ = (3, -t, 2) and 𝑏⃗⃗ = (5t, 17, 3) be vectors. Find t so that 𝑎⃗ and 𝑏⃗⃗ are
orthogonal.
3. Are the vectors 𝑎⃗ = (1, 3, -2) and 𝑏⃗⃗ = (3, 9, -6) parallel?
4. Let 𝑎⃗ = (m, 3, -4) and 𝑏⃗⃗ = (2, -n, 8) be vectors. Find m and n so that 𝑎⃗ and 𝑏⃗⃗ are
parallels.
⇒t =-1/2, m = -1 and n = 6.
5. Let 𝑎⃗ = 2i -3j and 𝑏⃗⃗ = 2i. Find a vector 𝑐⃗ such that 𝑐⃗ • 𝑏⃗⃗ = 6 and 𝑐⃗⊥𝑎⃗.
⇒x = 3
Hence, 𝑐⃗ = 3i +2j.
8
Desalegn A.
2. ‖𝑎⃗ + 𝑏⃗⃗‖ ‖𝑎⃗‖ + ‖𝑏⃗⃗‖ (Triangle Inequality)
⃗⃗
𝑎⃗⃗ .𝑏
From this, 𝜽 = 𝑐𝑜𝑠 −1(‖𝑎⃗⃗∣∣‖𝑏⃗⃗∣∣)
Example. Given: The angle between two unit vectors 𝑝⃗ and 𝑞⃗ is 60. Then find
= 2 (1 + cos 60)
= 3.
= 1 + cos 60
= 1.5. i)
= 3 cos ii)
3
3 cos = 1.5 cos =
2
9
Desalegn A.
= 30.
Further examples
𝑎⃗ • 𝑏⃗⃗ = 1.
⃗⃗
𝑎⃗⃗ •𝑏 1 𝜋
𝜽 = 𝑐𝑜𝑠 −1 (‖𝑎⃗⃗∣∣‖𝑏⃗⃗∣∣) = 𝑐𝑜𝑠 −1(2) = 3
2. Find the value of c for which the angle between the vectors 𝑎⃗ = i – 2cj + k and
𝜋
𝑏⃗⃗ = i + j is4 .
Solution: Here,
𝑎⃗ • 𝑏⃗⃗ = 1 – 2c
⃗⃗
𝑎⃗⃗ .𝑏 𝜋 1−2𝑐
Cos𝜽 = ‖𝑎⃗⃗∣∣‖𝑏⃗⃗∣∣ ⇒Cos 4 = (√4𝑐 2 )(1/√2)
+2
⇒4𝑐 2 + 2 = 4𝑐 2 − 4𝑐 +1
−1
⇒c = 4
3. If 𝑎⃗ and 𝑏⃗⃗ are orthogonal unit vectors, show that ‖𝑎⃗ + 𝑏⃗⃗ ∣∣ = ‖𝑎⃗ − 𝑏⃗⃗ ∣∣ =√2.
Solution: since 𝑎⃗ and 𝑏⃗⃗ are orthogonal unit vectors, ‖𝑎⃗ ∣∣ =‖𝑏⃗⃗ ∣∣ = 1 and 𝑎⃗ . 𝑏⃗⃗ =0.
Hence,
I. ‖𝑎⃗ + 𝑏⃗⃗ ∣∣2 = (𝑎⃗ + 𝑏⃗⃗ )• (𝑎⃗ + 𝑏⃗⃗ ) =‖𝑎⃗ ∣∣2 + ‖𝑏⃗⃗ ∣∣2 +2𝑎⃗ • 𝑏⃗⃗ = 1+1+0 = 2
10
Desalegn A.
Direction Angles and Direction Cosines
Definition: Let 𝑎⃗ = (a1, a2, a3) be a non-zero vector. The angles, and
(between 0 and inclusively) that 𝑎⃗ makes with the positive x, y and z axes
respectively are called the direction angles of 𝒂
⃗⃗.
𝑎⃗ • i = a1 ⇒‖𝑎⃗ ∣∣ ‖𝑖 ∣∣ Cosα = a1
a1
⇒Cos α = ‖𝑎⃗⃗∣∣
𝑎⃗ • j = a2 ⇒‖𝑎⃗ ∣∣ ‖𝑗 ∣∣ Cosβ = a2
a2
⇒Cos β = ‖𝑎⃗⃗∣∣
𝑎⃗ • k = a3 ⇒‖𝑎⃗ ∣∣ ‖𝑘 ∣∣ Cosγ = a3
a3
⇒Cosγ = ‖𝑎⃗⃗∣∣
Examples:
Solution: ‖𝑎⃗ ∣∣ = √2
a2 0 𝜋
Cosβ = ‖𝑎⃗⃗∣∣ = =0⇒β = 𝑐𝑜𝑠 −1(0) = 2
√2
11
Desalegn A.
a3 1 1 𝜋
Cosγ = ‖𝑎⃗⃗∣∣ = ⇒γ = 𝑐𝑜𝑠 −1( ) =
√2 √2 4
Projection of vectors
Definition: Let 𝑎⃗ and 𝑏⃗⃗ be two non-zero vectors. The components of 𝑎⃗ along 𝑏⃗⃗ is
⃗⃗
𝑎⃗⃗•.𝑏
called the parallel projection of 𝑎⃗ onto 𝑏⃗⃗ and it is given by proj 𝑎⃗𝑏⃗⃗= (‖𝑏⃗⃗∣∣2) 𝑏⃗⃗.
On the other hand, the vector ⊥proj𝑎⃗𝑏⃗⃗ = 𝑎⃗ - proj 𝑎⃗𝑏⃗⃗ is called the orthogonal
projection of 𝑎⃗ onto 𝑏⃗⃗.
⃗⃗
𝑎⃗⃗ • 𝑏
Similarly, the projection of 𝑏⃗⃗ onto 𝑎⃗ is given by (‖𝑎⃗⃗∣∣2) 𝑎⃗.
Examples:
1. Let 𝑎⃗ =3i -6j +12k and 𝑏⃗⃗ = i+ j + k. Find the parallel and orthogonal projection of 𝑎⃗
onto 𝑏⃗⃗.
Solution: Here,
𝑎⃗ • 𝑏⃗⃗ = 9 and ‖𝑏⃗⃗ ∣∣ =√3. Thus the parallel projection of 𝑎⃗ onto 𝑏⃗⃗ is
⃗⃗
𝑎⃗⃗ .𝑏 9
proj𝑎⃗𝑏⃗⃗= (‖𝑏⃗⃗∣∣2) 𝑏⃗⃗ = ( 2 ) (i+ j + k) = 3i +3j + 3k.
√3
⊥proj𝑎⃗𝑏⃗⃗ = 𝑎⃗ - proj 𝑎⃗𝑏⃗⃗ = (3i -6j +12k) – (3i +3j + 3k) = -9j + 9k.
Cross Product
Definition: Let 𝑎⃗ = a1i + a2j + a3k and 𝑏⃗⃗ = b1i + b2j + b3k be vectors. Then the cross
product of 𝑎⃗ and 𝑏⃗⃗ denoted by 𝑎⃗ x 𝑏⃗⃗ is the vector given by
𝑖 𝑗 𝑘
𝑎⃗ x 𝑏⃗⃗ = อ𝑎1 𝑎2 𝑎3 อ = i(a2 b3 - a3 b2) –j(a1 b3 – a3 b1) +k(a1 b2 –a2 b1)
𝑏1 𝑏2 𝑏3
Example: Let 𝑎⃗ = (5, 1, 0) and 𝑏⃗⃗ = (0, 2, 2). Find 𝑎⃗ 𝑏⃗⃗ and 𝑏⃗⃗ 𝑎⃗.
12
Desalegn A.
𝑖 𝑗 𝑘
Solution: 𝑎⃗ x 𝑏⃗⃗ = อ5 −1 0 อ = i(2-0)-j(-10-0)+k(10-0) = 2i +10j +10k.
0 2 −2
𝑖 𝑗 𝑘
and 𝑏⃗⃗ x 𝑎⃗ = อ0 2 −2อ = i(0-2)-j(0-(-10))+k(0-10) =-2 i -10j – 10k
5 −1 0
i) 𝑎⃗ 𝑏⃗⃗= (𝑏⃗⃗𝑎⃗ )
ii) 𝑎⃗ 𝑎⃗ = 0
Corollary: Two non-zero vectors 𝑎⃗ and 𝑏⃗⃗ are parallel if and only if 𝑎⃗ 𝑏⃗⃗= 0.
Solution:
13
Desalegn A.
𝑖 𝑗 𝑘
𝑎⃗ x 𝑏⃗⃗ = อ3 2 −2อ = i(14-(-6))-j(21-0)+k(9-0) = 20i- 21j +9k.
0 3 7
1.3. Application of vectors
Area and volume
The area of parallelogram whose adjacent sides is the vectors 𝑎⃗ and 𝑏⃗⃗is computed by using
The area of triangle whose sides is the vectors 𝑎⃗ and 𝑏⃗⃗ is given by
1
Area = 2∣ ∣ 𝑎⃗ X 𝑏⃗⃗ ∣ ∣
Examples:
1. Find the area of the parallelogram whose adjacent sides are given by the vectors
𝑎⃗ = i+2 j +3k and 𝑏⃗⃗ = 4i+5j + 6k
𝐒𝐨𝐥𝐮𝐭𝐢𝐨𝐧:
Area =∣ ∣ 𝑎⃗ x 𝑏⃗⃗ ∣ ∣
𝑖 𝑗 𝑘
But 𝑎⃗ x 𝑏⃗⃗ = อ1 2 3อ = i(12 -15) –j(6-12) +k(5 - 8) = -3i +6j -3k
4 5 6
2. Find the area of the triangle whose adjacent sides are given by the vectors
𝑎⃗ = i-3 j +2k and 𝑏⃗⃗ = 2i+2j - 2k
Solution:
1
Area = 2∣ ∣ 𝑎⃗ x 𝑏⃗⃗ ∣ ∣
𝑖 𝑗 𝑘
⃗⃗
But 𝑎⃗ x 𝑏 = อ1 −3 2 อ = i(6 -4) –j(-2-4) +k(2 +6) = 2i -6j +8k
2 2 −2
1 √104
Area = 2∣ ∣ 𝑎⃗ x 𝑏⃗⃗ ∣ ∣ = 2 = √26
14
Desalegn A.
3. Find the area of the parallelogram whose vertices are p(1,2,0), Q(3,4,0), R(4,1,0)
and
S(2, -1,0).
Solution: First let’s find six directed vectors formed by the four vertices
𝑃𝑄 = 2i +2j , ⃗⃗⃗⃗⃗⃗
⃗⃗⃗⃗⃗⃗ 𝑃𝑅 = 3i – j, ⃗⃗⃗⃗⃗
𝑃𝑆 = i - 3j, 𝑅𝑄
⃗⃗⃗⃗⃗⃗ = i - 3j, ⃗⃗⃗⃗⃗⃗
𝑅𝑆 = 2i +2j and ⃗⃗⃗⃗⃗⃗
𝑆𝑄 = i +4j.
From these six vectors, the pair of equal (parallel) vectors are 𝑃𝑄
⃗⃗⃗⃗⃗⃗ = 2i +2j with 𝑅𝑆
⃗⃗⃗⃗⃗⃗ =
2i +2j and ⃗⃗⃗⃗⃗
𝑃𝑆 = i - 3j with 𝑅𝑄
⃗⃗⃗⃗⃗⃗ = i - 3j.
𝑖 𝑗 𝑘
⃗⃗⃗⃗⃗⃗ x 𝑃𝑆
𝑃𝑄 ⃗⃗⃗⃗⃗ = อ2 2 0อ = -8k
1 −3 0
Area = ∣ ∣ ⃗⃗⃗⃗⃗⃗
𝑃𝑄 x ⃗⃗⃗⃗⃗
𝑃𝑆 ∣ ∣ = 8.
4. Find the area of the triangle whose vertices are p(3, -2, 0), Q(2, 2, 2) and R(-1, 0,
3).
Solution: first find two vectors with common initial point using the three vertices.
Taking R as common,
𝑖 𝑗 𝑘
⃗⃗⃗⃗⃗⃗ x 𝑅𝑄
𝑅𝑃 ⃗⃗⃗⃗⃗⃗ = อ4 −2 −3อ = 8i – 5j +14k
3 2 −1
𝑎 𝑏⃗⃗,𝑐⃗ is
The volume of the parallelepiped determined by three non-zero vectors⃗⃗⃗⃗,
given by the absolute value of their scalar triple product.
𝑎1 𝑎2 𝑎3
That is ⃗⃗⃗
Volume =∣ ⃗⃗⃗𝑎⃗. ( 𝑏𝑥⃗⃗⃗)∣
𝑐 = อ𝑏1 𝑏2 𝑏3 อ
𝑐1 𝑐2 𝑐3
15
Desalegn A.
2 1 3
Solution: Volume = ∣ ⃗⃗⃗𝑎⃗. (⃗⃗⃗ 𝑐 = อ−1 1 −2อ = ∣ -6 -12∣ = 28.
𝑏𝑥⃗⃗⃗)∣
1 1 −2
Let l be a line in pass through P(𝑥0, 𝑦0, 𝑧0 ) and parallel to the non-zero vector 𝑢
⃗⃗ = ai
+b j +ck and suppose X(x, y, z) is arbitrary point on this line. Since both P and X are
on l the directed vector ⃗⃗⃗⃗⃗⃗
𝑃𝑋 is parallel to l. Besides, the line is supposed to be parallel
to the vector𝑢
⃗⃗.
⇒X – P = t𝑢
⃗⃗⇒X = P + t𝑢
⃗⃗ is called vector equation of line and t is parameter.
Now from the vector equation by letting X = (x, y, z), P = (𝑥0, 𝑦0, 𝑧0 ) and 𝑢 ⃗⃗ = (a, b, c),
we get that the vector equation to be l: (x, y, z) = (𝑥0, 𝑦0, 𝑧0 ) + t (a, b, c)
Solve t, we get
𝑥 − 𝑥0
𝑡=
𝑎
𝑦 − 𝑦0
𝑡=
𝑏
𝑧 − 𝑧0
{𝑡 = 𝑐
Examples:
1. Give the vector, parametric and symmetric equation of the line pass through the
point A(1, 3, 0) and parallel to the vector 𝑢
⃗⃗ = 2i -5 j +7k.
16
Desalegn A.
The parametric equation is
𝑥 = 1 + 2𝑡
{ 𝑦 = 3 − 5𝑡
𝑧 = 7𝑡
2. Give the vector, parametric and symmetric equation of the line pass through the
point A(2, -1, 1) and B(1, 3, -2).
𝑥 = 2−𝑡
{𝑦 = −1 + 4𝑡
𝑧 = 1 − 3𝑡
Definition:
Suppose l: X = P + t𝑢
⃗⃗ and m : X = Q + r𝑣⃗ ,t, r ∈ R are any two lines. Then they are
said to be
Examples:
Determine whether the following pair of lines are parallel, perpendicular or neither
and for these which are neither find the angle between.
17
Desalegn A.
Solution:
a) here 𝑢
⃗⃗ = (1, 2, -1) and 𝑣⃗ = (-3, -6, 3)
⇒ 𝑣⃗ = -3𝑢
⃗⃗
⇒ 𝑢
⃗⃗//𝑣⃗
b) In this case, 𝑢
⃗⃗ = B-A =(3, 4, 0) and 𝑣⃗ = D – C = (-4, 3, 5).
⃗⃗.𝑣⃗ = 0
⇒𝑢
⇒𝑢
⃗⃗⊥𝑣⃗
c) In this case, 𝑢
⃗⃗ = B-A =(0, -1, 1) and 𝑣⃗ = D – C = (0, 1, 0).
But those vectors are neither parallel nor perpendicular and so are the lines
through these points. Let 𝜽 be angle between the lines.
⃗⃗.𝑣
𝑢 ⃗⃗ −1 3𝜋
Then, cos𝜽 = ‖𝑢⃗⃗∣‖𝑣⃗⃗∣∣∣ = ⇒𝜽 =
√2 4
d) For what value of k are the lines l: x=2t,y=1-3t, z= -2-7t and the line
m: X = (2, 3, -5) + r(3, k, -3) are perpendicular?
Intersection of lines
𝑥 = 𝑥0 + 𝑎𝑡 𝑥 = 𝑥1 + 𝑚𝑡
Suppose l: { 𝑦 = 𝑦0 + 𝑏𝑡 and m: { 𝑦 = 𝑦1 + 𝑛𝑡 are parametric equation of the lines
𝑧 = 𝑧0 + 𝑐𝑡 𝑧 = 𝑧1 + 𝑟𝑡
l and m.
Here, a point P(x, y, z) will be the intersection of the lines if and only if it satisfies
the equation of both lines at the same time.
𝑥0 + 𝑎𝑡 = 𝑥1 + 𝑚𝑡
Hence, at the point of intersection, we have { 𝑦0 + 𝑏𝑡 = 𝑦1 + 𝑛𝑡
𝑧0 + 𝑐𝑡 = 𝑧1 + 𝑟𝑡
Example:
Given that lines l: x+1=4t, y-3 = t, z-1=0 and m: x +13=12r, y-1 = 6r ,z-2 =-3r.
18
Desalegn A.
Then find the intersection point of the lines.
Solution:
To find the intersection point of the two lines equate corresponding equations.
−1 + 4𝑡 = −13 + 12𝑟
−1
That is, { 3 + 𝑡 = 1 + 6𝑟 ⇒r = 3 , t =-4
1 = 2 + 3𝑟
−1
Hence, put t= -4 in the equation of l, we get P =(-17, -1, 1) and if we put r = in the
3
equation of m, we get point Q =(-17, -1, 1).
Plane in space
Suppose 𝜋 is plane passing through the point 𝑃0 and normal to the vector 𝑁
⃗⃗ = ai +bj
+ck. The point P(x, y, z) be any point in 𝜋.
Since 𝑁⃗⃗ = ai +bj +ck is normal to the vector of the plane and the points
𝑃0 (𝑥0, 𝑦0, 𝑧0 ) and P(x, y, z) are on the plane, the vectors ⃗⃗⃗⃗⃗⃗⃗⃗⃗
𝑃0 𝑃 = (𝑥 − 𝑥0, 𝑦 − 𝑦0, 𝑧 − 𝑧0 )
and 𝑁
⃗⃗ = ai +bj +ck are perpendicular.
Examples:
1. Find the equation of a plane passing through the point (6, 1, -3) and normal to the
vector
⃗⃗ = 3i -2j +4k.
𝑁
Solution:
Take 𝑃0 =(6, 1, -3) and let P = (x, y, z) be arbitrary point on the plane.
19
Desalegn A.
We have ⃗⃗⃗⃗⃗⃗⃗⃗⃗
𝑃0 𝑃 • 𝑁 ⃗⃗ =0⇒(𝑥 − 6𝑦 − 1, 𝑧 + 3 )•(3, -2, 4) = 0
⇒3(x-6)-2(y -1)+4(z+3) =0
⇒3x-2y +4z = 4
2. Find the equation of plane through P(1, 2, -1), Q(3, 2, 4) and R(0, 1, 5).
Solution:
Here, three points are given rather than a point and a normal vector.
𝑃𝑄 = 2i +5k,
⃗⃗⃗⃗⃗⃗ 𝑃𝑅 = -i –j + 6k are lying on the plane. But from the property of cross
⃗⃗⃗⃗⃗⃗
product, the vector 𝑁 ⃗⃗ = 𝑃𝑄
⃗⃗⃗⃗⃗⃗ x 𝑃𝑅
⃗⃗⃗⃗⃗⃗ is perpendicular to both of the vectors and so is to
plane containing them.
𝑖 𝑗 𝑘
So, 𝑁
⃗⃗ = 𝑃𝑄
⃗⃗⃗⃗⃗⃗ x 𝑃𝑅
⃗⃗⃗⃗⃗⃗ = อ 2 0 5อ = 5i -17j -2k
−1 −1 6
Definition:
Examples:
c) X +y +z = 7 and x +y –z = -13
Solution:
20
Desalegn A.
a) 𝑛1 = 2i -3j +5k and 𝑛2 = i +4j +2k
⇒ 𝑛1 . 𝑛2 = 2 – 12 +10 = 0
⇒ 𝑛1 ⊥ 𝑛2
Hence, the planes are perpendicular.
1
b) 𝑛1 = 2i -6j +k and 𝑛2 = -i + 3j -2k
⇒ 𝑛1 = -2𝑛2
⇒ 𝑛1 //𝑛2
This means the plane themselves are parallel.
c) In this case, 𝑛1 = i + j +k and 𝑛2 = i +j - k which are neither parallel nor
perpendicular and so the planes.
Therefore, the angle between the planes is given by
⃗⃗⃗⃗⃗⃗
𝑛1.𝑛2 ⃗⃗⃗⃗⃗⃗ 1
Cos𝜽 = ⃗⃗⃗⃗⃗⃗∣‖𝑛2
‖𝑛1 ⃗⃗⃗⃗⃗⃗∣∣∣
=3
1
𝜽= 𝑐𝑜𝑠 −1 (3)
3. Find the equation of the plane
a) through P(-2, 1, 4), Q(1, 0, 3) and perpendicular to the plane 𝜋: 4x –y + 3z
=2
b) containing the point P(-1, 2,-5) and perpendicular to the planes 𝜋1 : 2x – y +
z = 1 and
𝜋2 : x + y - 2z = 3.
Solution:
a) If two planes are perpendicular their normal are perpendicular and thus the
normal vector f one plane is parallel to the other plane. Thus, the vector 𝑁
⃗⃗ = 4i
21
Desalegn A.
Hence, N X M = i+5j +3k can be used as a normal vector to the required
plane.
The plane 𝜋: x+1+5(y -2) +3(z +5) = 0 ⇒x +5y +3z = -6.
Intersection of a line and plane
Then, the intersection of the line and planes is a point (x, y, z) which satisfies the
equation of line and plane at the same time.
Examples: Find the intersection point of the line l: x =2-3t, y = 4+3t, z = 3 -5t and
the plane
𝜋: 2x +3y +4z = -6
⇒17t = 34
⇒t = 2
Solution: In this case, the equation of the line is not parametric form. So, first
change it in parametric form:
⇒x + y +z =1
22
Desalegn A.
23
Desalegn A.