Maths · Volume 1 · Chapter 6

Samacheer Class 12 Maths - Applications of Vector Algebra

100 Book Back Q&AVerified AnswersFree Content

Complete Class 12 Mathematics book back solutions for Applications of Vector Algebra with exam-ready answers.

Every answer on this page includes a verified and validated tag for study confidence.
What's on this page
EXERCISE 6.1 14EXERCISE 6.2 10EXERCISE 6.3 8EXERCISE 6.4 10EXERCISE 6.5 8EXERCISE 6.6 6EXERCISE 6.7 7EXERCISE 6.8 4EXERCISE 6.9 8Choose the correct 25
📝 Don't just read — test yourselfFree flashcards + scored self-test · no sign-in
Your Progress - Chapter 60% complete
EXERCISE 6.1EXERCISE 6.114 questions
Q.1Prove by vector method that if a line is drawn from the centre of a circle to the midpoint of a chord, then the line is perpendicular to the chord.v
Solution

Let O be origin, A,B endpoints of chord with position vectors a,b. Midpoint M has m=(a+b)/2. Chord vector AB = b-a. OM·AB = m·(b-a)=((a+b)/2)·(b-a) = (1/2)(a·b - a·a + b·b - b·a) = (1/2)(|b|^2-|a|^2). But A and B lie on same circle so |a|=|b|, hence OM·AB=0. Therefore OM ⟂ AB.

Answer:

The line from centre to midpoint is perpendicular to the chord.

Q.2Prove by vector method that the median to the base of an isosceles triangle is perpendicular to the base.v
Solution

Let triangle with base endpoints A,B (position vectors a,b) and apex C (c) with |c-a|=|c-b|. Midpoint M of AB has m=(a+b)/2. CM·AB = (c-m)·(b-a) = c·(b-a) - m·(b-a). But m·(b-a)=((a+b)/2)·(b-a)=(1/2)(|b|^2-|a|^2)=0 if we choose origin conveniently or note symmetry. Alternatively compute (c-a)·(c-a)=(c-b)·(c-b) ⇒ c·c -2c·a + a·a = c·c -2c·b + b·b ⇒ 2c·(b-a)=b·b-a·a. Using midpoint gives (c-m)·(b-a)= (1/2)(2c·(b-a) - (b·b-a·a))=0. Hence CM ⟂ AB.

Answer:

The median from apex to base is perpendicular to base.

Q.3Prove by vector method that an angle in a semi-circle is a right angle.v
Solution

Put diameter endpoints at a and -a so centre at origin. Let C be any point on the circle with position vector c (|c|=|a|). Vectors CA=c-a and CB=c+ a. (CA)·(CB) = (c-a)·(c+a)=c·c - a·a = 0 since |c|=|a|. Thus angle ACB is right.

Answer:

Angle subtended by a semicircle is 90°.

Q.4Prove by vector method that the diagonals of a rhombus bisect each other at right angles.v
Solution

Take rhombus with adjacent side vectors a and b from origin; vertices O, a, a+b, b. Diagonals are d1 = a+b (from O to opposite vertex) and d2 = b-a (from a to b). Their midpoints coincide at (a+b)/2 so they bisect each other. Their dot product: (a+b)·(b-a)=|b|^2-|a|^2=0 since |a|=|b| in a rhombus. Hence diagonals are perpendicular.

Answer:

Diagonals bisect each other and are perpendicular.

Q.5Using vector method, prove that if the diagonals of a parallelogram are equal, then it is a rectangle.v
Solution

Let adjacent side vectors be a,b. Diagonals are a+b and a-b. Equality of their lengths: |a+b|^2=|a-b|^2 ⇒ |a|^2+|b|^2+2a·b = |a|^2+|b|^2-2a·b ⇒ 4a·b=0 ⇒ a·b=0. Hence adjacent sides are perpendicular and the parallelogram is a rectangle.

Answer:

If diagonals equal in length then adjacent sides are perpendicular, so parallelogram is rectangle.

Q.6Prove by vector method that the area of the quadrilateral ABCD having diagonals AC and BD is 1/2 |AC × BD|.v
Solution

Let diagonals intersect at O. Write AC = u and BD = v. Quadrilateral splits into 4 triangles; two opposite triangles have area (1/2)| (u/2)×(v/2)| etc. More directly, area = area(ΔAOB)+ΔBOC+ΔCOD+ΔDOA = (1/2)(| (u/2)×(v/2)| + | (u/2)×(v/2)| + | (u/2)×(v/2)| + | (u/2)×(v/2)| ) = 4*(1/2)*(1/4)|u×v| = (1/2)|u×v|. Thus area = (1/2)|AC×BD|.

Answer:

Area(ABCD) = (1/2)|AC × BD|.

Q.7Prove by vector method that the parallelograms on the same base and between the same parallels are equal in area.v
Solution

Let base vector be b and the other side vectors be a and a' which are parallel (so a'=a+λb). Area of parallelogram with sides b and a is |b×a| and with b and a' is |b×a'| = |b×(a+λb)| = |b×a + λ(b×b)| = |b×a| since b×b=0. Hence areas equal.

Answer:

Parallelograms with same base and between same parallels have equal area.

Q.8If G is the centroid of a triangle ABC, prove that area(GAB)=area(GBC)=area(GCA)=1/3 area(ABC).v
Solution

Let position vectors of A,B,C be a,b,c and G=(a+b+c)/3. Area of ΔGBC = (1/2)| (b-g)×(c-g) | = (1/2)| ((2b-a-c)/3)×((2c-a-b)/3) | = (1/18)| (2b-a-c)×(2c-a-b) |. Expanding yields (1/3)*(1/2)| (b-a)×(c-a) | which equals (1/3) area(ABC). Similarly for the others. Hence each equals 1/3 area(ABC).

Answer:

Each triangle formed with centroid has area one-third of ABC.

Q.9Using vector method, prove that cos(α−β)=cosα cosβ + sinα sinβ.v
Solution

Let unit vectors u=(cosα,sinα) and v=(cosβ,sinβ). Then u·v = |u||v|cos(α−β)=cos(α−β). But u·v = cosα cosβ + sinα sinβ. Hence identity holds.

Answer:

cos(α−β)=cosα cosβ + sinα sinβ.

Q.10Prove by vector method that sin(α+β)=sinα cosβ + cosα sinβ.v
Solution

Using u=(cosα,sinα) and v=(cosβ,sinβ) consider determinant det[u;v]=cosα sinβ - sinα cosβ = sin(β−α). Rewriting for α+β gives sin(α+β)=sinα cosβ + cosα sinβ (use rotation or compute imaginary part of product of e^{iα} and e^{iβ}).

Answer:

sin(α+β)=sinα cosβ + cosα sinβ.

Q.11A particle acted on by constant forces 8i+2j−6k and 6i+2j−2k is displaced from the point (1,2,3) to the point (5,4,1). Find the total work done by the forces.v
Solution

Total force F = (8+6,2+2,−6−2) = (14,4,−8). Displacement d = (5−1,4−2,1−3) = (4,2,−2). Work = F·d = 14·4 + 4·2 + (−8)(−2) = 56 + 8 +16 = 80.

Answer:

80 units of work.

Q.12Forces of magnitudes 5√2 and 10√2 units acting in the directions 3i + 4j + 5k and 10i + 6j - 8k, respectively, act on a particle which is displaced from the point with position vector 4i - 3j - 2k to the point with position vector 6i + j - 3k. Find the work done by the forces.v
Solution

The direction vectors have magnitudes 5√2 and 10√2, so the force vectors are F₁ = 3i + 4j + 5k and F₂ = 10i + 6j - 8k. Hence F = F₁ + F₂ = 13i + 10j - 3k. The displacement is d = (6i + j - 3k) - (4i - 3j - 2k) = 2i + 4j - k. Therefore W = F·d = 13(2) + 10(4) + (-3)(-1) = 26 + 40 + 3 = 69 units.

Answer:

69 units

Q.1313. Find the magnitude and direction cosines of the torque of a force represented by 3$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$ about the point with position vector 2$\hat { i }$ – 3$\hat { j }$ + 4$\hat { k }$ acting through a point whose position vector is 4$\hat { i }$ + 2$\hat { j }$ – 3$\hat { k }$v
Solution

$\overline { OA }$ = 2$\hat { i }$ – 3$\hat { j }$ + 4$\hat { k }$
$\overline { OB }$ = 4$\hat { i }$ + 2$\hat { j }$ – 3$\hat { k }$
$\hat { r }$ = $\overline { AB }$ = $\overline { OB }$ – $\overline { OA }$
= 2$\hat { i }$ + 5$\hat { j }$ – 7$\hat { k }$
= 3$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$

Answer:

$\hat { r }$ = $\overline { AB }$ = $\overline { OB }$ – $\overline { OA }$ = 2$\hat { i }$ + 5$\hat { j }$ – 7$\hat { k }$ = 3$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$

Q.14Find the torque of the resultant of the three forces represented by -3$\hat { i }$ + 6$\hat { j }$ – 3$\hat { k }$, 4$\hat { i }$ – 10$\hat { j }$ + 12$\hat { k }$ and 4$\hat { i }$ + 7$\hat { j }$ acting at the point with position vector 8$\hat { i }$ – 6$\hat { j }$ – 4$\hat { k }$ about the point with position vector 18$\hat { i }$ + 3$\hat { j }$ – 9$\hat { k }$v
Solution

$\overline { F_1 }$ = -3$\hat { i }$ + 6$\hat { j }$ – 3$\hat { k }$
$\overline { F_2 }$ = 4$\hat { i }$ – 10$\hat { j }$ + 12$\hat { k }$
$\overline { F_3 }$ = 4$\hat { i }$ + 7$\hat { j }$
$\overline { F }$ = $\overline { F_1 }$ + $\overline { F_2 }$ + $\overline { F_3 }$
= 5$\hat { i }$ + 3$\hat { j }$ + 9$\hat { k }$
$\overline { OB }$ = 8$\hat { i }$ – 6$\hat { j }$ – 4$\hat { k }$
$\overline { OA }$ = 18$\hat { i }$ + 3$\hat { j }$ – 9$\hat { k }$
$\overline { AB }$ = $\overline { OB }$ – $\overline { OA }$
= -10$\hat { i }$ – 9$\hat { j }$ + 5$\hat { k }$
$\overline { t }$ = $\overline { r }$ × $\overline { F }$ = $\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
-10 & -9 & 5 \\
5 & 3 & 9
\end{array}\right|$
= $\hat { i }$(-81 – 15) – $\hat { j }$(-90 – 25) + $\hat { k }$(-30 + 45)
= -96$\hat { i }$ + 115$\hat { j }$ + 15$\hat { k }$

Answer:

\end{array}\right|\) = $\hat { i }$(-81 – 15) – $\hat { j }$(-90 – 25) + $\hat { k }$(-30 + 45) = -96$\hat { i }$ + 115$\hat { j }$ + 15$\hat { k }$

EXERCISE 6.2EXERCISE 6.210 questions
Q.1If $\overline { a }$ = $\hat { i }$ – 2$\hat { j }$ + 3$\hat { k }$, b = 2$\hat { i }$ + $\hat { j }$ – 2$\hat { k }$, c = 3$\hat { i }$ + 2$\hat { j }$ + $\hat { k }$ find $\overline { a }$.($\overline { b}$ × $\overline { c }$).v
Solution

$\overline { a }$.($\overline { b}$ × $\overline { c }$) = [ $\overline { a }$, $\overline { b }$, $\overline { c }$ ] = $\left|\begin{array}{ccc}
1 & -2 & 3 \\
2 & 1 & -2 \\
3 & 2 & 1
\end{array}\right|$
= 1(1 + 4) + 2(2 + 6) + 3(4 – 3)
= 5 + 16 + 3 = 24

Answer:

\end{array}\right|\) = 1(1 + 4) + 2(2 + 6) + 3(4 – 3) = 5 + 16 + 3 = 24

Q.2Find the volume of the parallelepiped whose coterminous edges are represented by the vectors -6$\hat { i }$ + 14$\hat { j }$ + 10$\hat { k }$, 14$\hat { i }$ – 10$\hat { j }$ – 6$\hat { k }$ and 2$\hat { i }$ + 4$\hat { j }$ – 2$\hat { k }$v
Solution

Volume of the parallelepiped = [ $\overline { a }$, $\overline { b }$, $\overline { c }$ ]
= $\left|\begin{array}{ccc}
-6 & 14 & 10 \\
14 & -10 & -6 \\
2 & 4 & -2
\end{array}\right|$
= -6(20 + 24) -14(-28 + 12) + 10(56 + 20)
= -6(44) -14(-16) + 10(76)
= -264 + 224 + 760
= 720 cu. units.

Answer:

= -6(44) -14(-16) + 10(76) = -264 + 224 + 760 = 720 cu. units.

Q.3The volume of the parallelepiped whose coterminous edges are 7$\hat { i }$ + λ$\hat { j }$ – 3$\hat { k }$, $\hat { i }$ + 2$\hat { j }$ – $\hat { k }$, -3$\hat { i }$ + 7$\hat { j }$ + 5$\hat { k }$ is 90 cubic units. Find the value of λv
Solution

volume of the parallelepiped = [ $\overline { a }$, $\overline { b }$, $\overline { c }$ ]
$\left|\begin{array}{ccc}
7 & \lambda & -3 \\
1 & 2 & -1 \\
-3 & 7 & 5
\end{array}\right|$ = 90
7(10 + 7) – λ(5 – 3) – 3(7 + 6) = 90
7(17) – λ(2) – 3(13) = 90
119 – 2λ – 39 = 90
2λ = 119 – 39 – 90
2λ = -10
λ = -5

Answer:

2λ = 119 – 39 – 90 2λ = -10 λ = -5

Q.4If a,b,c are three non-coplanar vectors represented by concurrent edges of a parallelepiped of volume 4, find value of a·(b×c)+b·(c×a)+c·(a×b).v
Solution

Note scalar triple product T=a·(b×c) equals volume (with sign). Then cyclic permutations b·(c×a)=a·(b×c) and c·(a×b)=a·(b×c) as scalar triple product is invariant under cyclic permutation. So sum = 3T. Given |T|=4 and sign assumed positive, sum = 3×4 = 12.

Answer:

The value is 12.

Q.5Find the altitude of a parallelepiped determined by the vectors $\overline { a }$ = -2$\hat { i }$ + 5$\hat { j }$ + 3$\hat { k }$, $\overline { b }$ = $\hat { i }$ + 3$\hat { j }$ – 2$\hat { k }$ and $\overline { c }$ = -3$\hat { i }$ + $\hat { j }$ + 4$\hat { k }$ if the base is taken as the parallelogram determined by $\overline { b }$ and $\overline { c }$.v
Solution

V = $\overline { a }$ -($\overline { b }$ × $\overline { c }$) = [ $\overline { a }$, $\overline { b }$, $\overline { c }$ ]
= $\left|\begin{array}{ccc}
-2 & 5 & 3 \\
1 & 3 & -2 \\
-3 & 1 & 4
\end{array}\right|$
= -2(12 + 2) -5(4 – 6) + 3(1 + 9)
= -2(14) -5(-2) + 3(10)
= -28 + 10 + 30 = 12
Area = |$\overline { b }$ × $\overline { c }$| = $\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
1 & 3 & -2 \\
-3 & 1 & 4
\end{array}\right|$
= $\hat { i }$(12 + 2) – $\hat { j }$(4 – 6) + $\hat { k }$(1 + 9)
= 14$\hat { i }$ + 2$\hat { j }$ + 10$\hat { k }$
|$\overline { b }$ × $\overline { c }$| = $\sqrt { 196+4+100 }$ = $\sqrt { 300 }$
= 10√3
Altitude h = $\frac { V }{ Area }$ = $\frac { 12 }{ 10√3 }$ = $\frac { 12×√3 }{ 10×3 }$ = $\frac { 2√3 }{ 5 }$

Answer:

|$\overline { b }$ × $\overline { c }$| = $\sqrt { 196+4+100 }$ = $\sqrt { 300 }$ = 10√3 Altitude h = $\frac { V }{ Area }$ = $\frac { 12 }{ 10√3 }$ = $\frac { 12×√3 }{ 10×3 }$ = $\frac { 2√3 }{ 5 }$

Q.6Determine whether the three vectors 2i+3j+k, 2i+2j−k and 3i+3j+k are coplanar.v
Solution

Compute determinant |2 3 1; 2 2 −1; 3 3 1| = 2(2*1 − (−1)*3) −3(2*1 − (−1)*3) +1(2*3 −2*3) = 2(2+3) −3(2+3) + (6−6) = 2*5 −3*5 +0 =10−15 = −5 ≠0. Hence vectors are not coplanar.

Answer:

They are coplanar iff scalar triple product = 0. (Calculated below.)

Q.7Let $\overline { a }$ = $\hat { i }$ + $\hat { j }$ + $\hat { k }$, $\overline { b }$ = $\hat { i }$ and $\overline { c }$ = c 1 $\hat { i }$ + c 2 $\hat { j }$ + c 3 $\hat { k }$. If c 1 = 1 and c 2 = 2, find c 3 such that $\overline { a }$, $\overline { b }$ and $\overline { c }$ are coplanar.v
Solution

If $\overline { a }$, $\overline { b }$ and $\overline { c }$ are coplanar [ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] = 0
$\left|\begin{array}{lll}
1 & 1 & 1 \\
1 & 0 & 0 \\
c_{1} & c_{2} & c_{3}
\end{array}\right|$ = 0
1(0) – 1(c 3 ) + 1(c 2 ) = 0
-c 3 + c 2 = 0
c 3 = c 2 = 2

Answer:

1(0) – 1(c 3 ) + 1(c 2 ) = 0 -c 3 + c 2 = 0 c 3 = c 2 = 2

Q.8If $\overline { a }$ = $\hat { i }$ – $\hat { k }$, $\overline { b }$ = x$\hat { i }$ + $\hat { j }$ + (1 – x)$\hat { k }$ c = y$\hat { i }$ + x$\hat { j }$ + (1 + x – y) $\hat { k }$ Show that [ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] = 0v
Solution

[ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] = $\left|\begin{array}{ccc}
1 & 0 & -1 \\
x & 1 & 1-x \\
y & x & 1+x-y
\end{array}\right|$
= 1(1 + x – y – x + x²)-1(x² – y)
(1 + x – y – x + x² – x² + y)
= 1
There is no x and y terms
∴ [ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] depends on neither x nor y.

Answer:

= 1 There is no x and y terms ∴ [ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] depends on neither x nor y.

Q.9If the vectors a$\hat { i }$ + a$\hat { j }$ + c$\hat { k }$, $\hat { i }$ + $\hat { k }$ and c$\hat { i }$ + c$\hat { j }$ + b$\hat { k }$ are coplanar, prove that c is the geometric mean of a and b.v
Solution

[ $\overline { a }$, $\overline { b }$ and $\overline { c }$ ] = 0
$\left|\begin{array}{lll}
a & a & c \\
1 & 0 & 1 \\
c & c & b
\end{array}\right|$ = 0
a(0 – c) – a(b – c) + c(c) = 0
-ac – ab + ac + c² = 0
c² – ab = 0
c² = ab
⇒ c in the geometric mean of a and b.

Answer:

c² – ab = 0 c² = ab ⇒ c in the geometric mean of a and b.

Q.10Let $\overline { a }$, $\overline { b }$ and $\overline { c }$ be three non-zero vectors such that $\overline { c }$ is a unit vector perpendicular to both $\overline { a }$ and $\overline { b }$. If the angle between $\overline { a }$ and $\overline { b }$ is $\frac { π }{ 6 }$ show that [$\overline { a }$, $\overline { b }$ and $\overline { c }$]² = $\frac { 1 }{ 4 }$ |$\overline { a }$|² |$\overline { b }$|²v
Solution


Hence proved

Answer:

Hence proved

EXERCISE 6.3EXERCISE 6.38 questions
Q.1If $\overline { a }$ = $\hat { i }$ – 2$\hat { j }$ + 3$\hat { k }$, $\overline { b }$ = 2$\hat { i }$ + $\hat { j }$ – 2$\hat { k }$, $\overline { c }$ = 3$\hat { i }$ + 2$\hat { j }$ + $\hat { k }$
Find (i) ($\overline { a }$ × $\overline { b }$ ) × $\overline { c }$
(ii) $\overline { a }$ × ($\overline { b }$ × $\overline { c }$)
v
Solution

(i) $\overline { a }$ × $\overline { b }$ = $\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
1 & -2 & 3 \\
2 & 1 & -2
\end{array}\right|$
= $\hat { i }$(4 – 3) – $\hat { j }$(-2 – 6) + $\hat { k }$(1 + 4)
= $\hat { i }$ + 8$\hat { j }$ + 5$\hat { k }$
$\overline { a }$ × $\overline { b }$ × $\overline { c }$ = $\left|\begin{array}{lll}
\hat{i} & \hat{j} & \hat{k} \\
1 & 8 & 5 \\
3 & 2 & 1
\end{array}\right|$
= $\hat { i }$(8 – 10) – $\hat { j }$(1 – 15) + $\hat { k }$(2 – 24)
= -2$\hat { i }$ + 14$\hat { j }$ – 22$\hat { k }$
(ii) $\overline { b }$ × $\overline { c }$ = $\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
2 & 1 & -2 \\
3 & 2 & 1
\end{array}\right|$
= $\hat { i }$(1 + 4) – $\hat { j }$(2 + 6) + $\hat { k }$(4 – 3)
= 5$\hat { i }$ – 8$\hat { j }$ + $\hat { k }$
$\overline { a }$ × $\overline { b }$ × $\overline { c }$ = $\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
1 & -2 & 3 \\
5 & -8 & 1
\end{array}\right|$
= $\hat { i }$(-2 + 24) – $\hat { j }$(1 – 15) + $\hat { k }$(-8 + 10)
= 22$\hat { i }$ + 14$\hat { j }$ + 2$\hat { k }$

Answer:

\end{array}\right|\) = $\hat { i }$(-2 + 24) – $\hat { j }$(1 – 15) + $\hat { k }$(-8 + 10) = 22$\hat { i }$ + 14$\hat { j }$ + 2$\hat { k }$

Q.2For any vector a, prove that i×(a×i) + j×(a×j) + k×(a×k) = 2a.v
Answer:

Use vector triple product identity: p×(q×r) = q(p·r) - r(p·q). For p = i, q = a, r = i we get i×(a×i) = a(i·i) - i(i·a) = a - i a_x, where a_x = i·a. Similarly j×(a×j) = a - j a_y and k×(a×k) = a - k a_z. Summing gives 3a - (a_x i + a_y j + a_z k) = 3a - a = 2a. Hence proved.

Q.3Prove that [$\overline { a }$ – $\overline { b }$, $\overline { b }$ – $\overline { c }$, c – a] = 0.v
Solution


Hence proved.

Answer:

Hence proved.

Q.4If $\overline { a }$ = 2$\hat { i }$ + 3$\hat { j }$ – $\hat { k }$, $\overline { b }$ = 3$\hat { i }$ + 5$\hat { j }$ + 2$\hat { k }$, $\overline { c }$ = –$\hat { i }$ – 2$\hat { j }$ + 3$\hat { k }$
(i) ($\overline { a }$ × $\overline { b }$) × $\overline { c }$ = ($\overline { a }$. $\overline { c }$)$\overline { b }$ – ($\overline { b }$.$\overline { c }$)$\overline { a }$
(ii) $\overline { a }$ ($\overline { b }$ × $\overline { c }$) = ($\overline { a }$. $\overline { c }$)$\overline { b }$ – ($\overline { a }$.$\overline { b }$)$\overline { c }$
v
Solution



Answer:

See the worked solution above.

Q.5$\overline { a }$ = 2$\hat { i }$ + 3$\hat { j }$ – $\hat { k }$, $\overline { b }$ = –$\hat { i }$ + 2$\hat { j }$ – 4$\hat { k }$, $\overline { c }$ = $\hat { i }$ + $\hat { j }$ + $\hat { k }$ then find the value of ($\overline { a }$ × $\overline { b }$) – ($\overline { a }$ × $\overline { c }$)v
Solution
Answer:

See the worked solution above.

Q.6If a, b, c, d are coplanar vectors, show that (a×b)·(c×d) = 0.v
Answer:

If a,b,c,d are coplanar then a×b is perpendicular to the plane and so is c×d; thus both are parallel (or anti-parallel) to the same normal. However coplanarity of all four implies that at least one of a,b is a linear combination of c,d; using identity (a×b)·(c×d) = (a·c)(b·d) - (a·d)(b·c). For coplanar vectors columns of matrix have dependent rows making this expression zero. Hence (a×b)·(c×d)=0.

Q.7If $\overline { a }$ = $\hat { i }$ + 2$\hat { j }$ + 3$\hat { k }$, $\overline { b }$ = 2$\hat { i }$ – $\hat { j }$ + $\hat { k }$, $\overline { c }$ = 3$\hat { i }$ + 2$\hat { j }$ + $\hat { k }$ and $\overline { a }$ × ($\overline { b }$ × $\overline { c }$) = l$\overline { a }$ + m$\overline { b }$ + n$\overline { c }$, find the values of l, m, n.v
Solution


m = 3 + 4 + 3; n = -(2 – 2 + 3)
m = 10; n = -3
l = 0; m = 10; n = -3

Answer:

m = 3 + 4 + 3; n = -(2 – 2 + 3) m = 10; n = -3 l = 0; m = 10; n = -3

Q.8If $\hat { a }$, $\hat { b }$, $\hat { c }$ are three unit vectors such that $\hat { b }$ and $\hat { c }$ are non-parallel and $\hat { a }$ × ($\hat { b }$ × $\hat { c }$) = $\frac { 1 }{ 2 }$ $\hat { b }$ find the angle between $\hat { a }$ and $\hat { c }$.v
Solution
Answer:

See the worked solution above.

EXERCISE 6.4EXERCISE 6.410 questions
Q.1Find the non-parametric form of vector equation and Cartesian equations of the straight line passing through the point with position vector 4i - 3j + 7k and parallel to the vector 2i - 6j + 7k.v
Answer:

Vector equation: r = (4, -3, 7) + t(2, -6, 7). Parametric form: x = 4 + 2t, y = -3 - 6t, z = 7 + 7t. Cartesian (symmetric) form: (x - 4)/2 = (y + 3)/(-6) = (z - 7)/7.

Q.1If the straight line joining the points (2, 1, 4) and (a – 1, 4, -1) is parallel to the line joining the points (0, 2, b – 1) and (5, 3, -2) find the values of a and b.v
Solution

(i) Points are (2, 1, 4) (a – 1, 4, -1)
Cartesian equation

(ii) Points are (0, 2, b – 1) (5, 3, -2)
Cartesian equation

Answer:

Cartesian equation (ii) Points are (0, 2, b – 1) (5, 3, -2) Cartesian equation

Q.2Find the parametric form of vector equation and Cartesian equations of the straight line passing through the point (-2, 3, 4) and parallel to the straight line $\frac { x-1 }{ -4 }$ = $\frac { y+3 }{ 5 }$ = $\frac { 8-z }{ 6 }$v
Solution

$\overline { a }$ = -2$\hat { i }$ + 3$\hat { j }$ + 4$\hat { k }$ (x 1, y 1, z 1 ) = (-2, 3, 4)
$\overline { b }$ = -4$\hat { i }$ + 5$\hat { j }$ + 6$\hat { k }$ (l, m, n) = (-4, 5, 6)
vector equation

Answer:

$\overline { a }$ = -2$\hat { i }$ + 3$\hat { j }$ + 4$\hat { k }$ (x 1, y 1, z 1 ) = (-2, 3, 4) $\overline { b }$ = -4$\hat { i }$ + 5$\hat { j }$ + 6$\hat { k }$ (l, m, n) = (-4, 5, 6) vector equation

Q.3Find the points where the straight line through (6,7,4) and (8,4,9) cuts the xz and yz planes.v
Answer:

Direction vector = (8-6,4-7,9-4) = (2,-3,5). Parametric equation: x = 6 + 2t, y = 7 - 3t, z = 4 + 5t. Intersection with xz-plane: y = 0 ⇒ 7 - 3t = 0 ⇒ t = 7/3. Then x = 6 + 2*(7/3) = 6 + 14/3 = (18+14)/3 = 32/3, z = 4 + 5*(7/3) = 4 + 35/3 = (12+35)/3 = 47/3. Point: (32/3, 0, 47/3). Intersection with yz-plane: x = 0 ⇒ 6 + 2t = 0 ⇒ t = -3. Then y = 7 - 3*(-3) = 7 + 9 = 16, z = 4 + 5*(-3) = 4 -15 = -11. Point: (0,16,-11).

Q.4Find the direction cosines of the line through (5,6,7) and (7,9,13). Also give parametric vector equation and Cartesian equations of the line through these two points.v
Answer:

Direction vector = (7-5,9-6,13-7) = (2,3,6). Its magnitude = √(4+9+36) = √49 =7. Direction cosines = (2/7, 3/7, 6/7). Vector equation: r = (5,6,7) + t(2,3,6). Parametric: x = 5 + 2t, y = 6 + 3t, z = 7 + 6t. Cartesian (symmetric): (x-5)/2 = (y-6)/3 = (z-7)/6.

Q.5Find the acute angle between the following lines. ]
(i) $\overline { r }$ = (4$\hat { i }$ – $\hat { j }$) + t($\hat { i }$ + 2$\hat { j }$ – 2$\hat { k }$),
$\overline { r }$ = ($\hat { i }$ – 2$\hat { j }$ + 4$\hat { k }$) + s(-$\hat { i }$ – 2$\hat { j }$ + 2$\hat { k }$)
(ii) $\frac { x+4 }{ 3 }$ = $\frac { y-7 }{ 4 }$ = $\frac { z+5 }{ 5 }$, $\overline { r }$ = 4$\hat { k }$ + t(2$\hat { i }$ + $\hat { j }$ + $\hat { k }$)
(iii) 2x = 3y = -z and 6x = -y = -4z.
v
Solution



Answer:

See the worked solution above.

Q.6The vertices of triangle ABC are A(7,2,1), B(6,0,3), C(4,2,4). Find angle ABC.v
Answer:

Compute vectors BA = A - B = (1,2,-2) and BC = C - B = (-2,2,1). Dot product BA·BC = (1)(-2) + (2)(2) + (-2)(1) = -2 +4 -2 =0. Hence BA ⟂ BC, so angle ABC = 90°.

Q.7If the straight line joining the points (2, 1, 4) and (a – 1, 4, -1) is parallel to the line joining the points (0, 2, b – 1) and (5, 3, -2) find the values of a and b.v
Solution

(i) Points are (2, 1, 4) (a – 1, 4, -1)
Cartesian equation

(ii) Points are (0, 2, b – 1) (5, 3, -2)
Cartesian equation

Answer:

Cartesian equation (ii) Points are (0, 2, b – 1) (5, 3, -2) Cartesian equation

Q.8If the straight lines $\frac { x-5 }{ 5m+2 }$ = $\frac { 2-y }{ 5 }$ = $\frac { 1-z }{ -1 }$ and x = $\frac { 2y+1 }{ 4ni }$ = $\frac { 1-z }{ -3 }$ are perpendicular to each other, find the value of m.v
Solution

If the lines are perpendicular
b 1 d 1 + b 2 d 2 + b 3 d 3 = 0
(5m + 2) – 5(2m) + 1(+3) = 0
5m + 2 – 10m + 3 = 0
-5m = -5
m = $\frac { -5 }{ -5 }$ = 1
⇒ ∴ m = 1

Answer:

-5m = -5 m = $\frac { -5 }{ -5 }$ = 1 ⇒ ∴ m = 1

Q.9Show that the points (2,3,4), (−1,4,5) and (8,1,2) are collinear.v
Solution

Compute vectors between points: from (2,3,4) to (−1,4,5) is v1 = (−3,1,1). From (2,3,4) to (8,1,2) is v2 = (6,−2,−2). Note v2 = −2·v1, so v1 and v2 are parallel. Hence the three points are collinear.

Answer:

Collinear

EXERCISE 6.5EXERCISE 6.58 questions
Q.1Find the parametric form of vector equation and Cartesian equations of straight line passing through (5, 2, 8) and is perpendicular to the straight lines
$\overline { r }$ = ($\hat { i }$ + $\hat { j }$ – $\hat { k }$) + s(2$\hat { i }$ – 2$\hat { j }$ + $\hat { k }$) and
$\overline { r }$ = (2$\hat { i }$ – $\hat { j }$ – 3$\hat { k }$) + t($\hat { i }$ + 2$\hat { j }$ + 2$\hat { k }$).
v
Solution

Given points (5, 2, 8)

2$\hat { i }$ + $\hat { j }$ + 3$\hat { k }$ is a vector perpendicular to both the given straight lines it passes through (5, 2, 8)
The equation is $\overline { r }$ = (5$\hat { i }$ + 2$\hat { j }$ + 8$\hat { k }$) + t(2$\hat { i }$ + $\hat { j }$ – 2$\hat { k }$)
Cartesian form = $\frac { x-5 }{ 2 }$ = $\frac { y-2 }{ 1 }$ = $\frac { z-8 }{ -2 }$

Answer:

2$\hat { i }$ + $\hat { j }$ + 3$\hat { k }$ is a vector perpendicular to both the given straight lines it passes through (5, 2, 8) The equation is $\overline { r }$ = (5$\hat { i }$ + 2$\hat { j }$ + 8$\hat { k }$) + t(2$\hat { i }$ + $\hat { j }$ – 2$\hat { k }$) Cartesian form = $\frac { x-5 }{ 2 }$ = $\frac { y-2 }{ 1 }$ = $\frac { z-8 }{ -2 }$

Q.2Show that the lines
$\overline { r }$ = (6$\hat { i }$ + $\hat { j }$ + 2$\hat { k }$) + s($\hat { i }$ + 2$\hat { j }$ – 3$\hat { k }$) and
$\overline { r }$ = (3$\hat { i }$ + 2$\hat { j }$ – 2$\hat { k }$) + t(2$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$) are skew lines and hence find the shortest distance between them.
v
Solution


$\overline { b }$ is not a scalar multiple of $\overline { d }$
∴ They are not parallel.
∴ The given lines are skew lines.

Answer:

$\overline { b }$ is not a scalar multiple of $\overline { d }$ ∴ They are not parallel. ∴ The given lines are skew lines.

Q.3If the two lines $\frac { x-1 }{ 2 }$ = $\frac { y+1 }{ 3 }$ = $\frac { z-1 }{ 4 }$ and $\frac { x-3 }{ 1 }$ = $\frac { y-m }{ 2 }$ = z intersect at a point, find the value of m.v
Solution

(x 1, y 1, z 1 ) = (1, -1, 1), (x 2, y 2, z 2 ) = (3, m, 0)
( 1, 2, b 3 ) = (2, 3, 4), (d 1, d 2, d 3 ) = (1, 2, 1).

2(3 – 8) – (m + 1) (2 – 4) – 1(4 – 3) = 0
-10 – (m + 1) (-2) – 1(1) = 0
-10 + 2m + 2 – 1 = 0
2m – 9 = 0
2m = 9
m = $\frac { 9 }{ 2 }$

Answer:

2m – 9 = 0 2m = 9 m = $\frac { 9 }{ 2 }$

Q.3 (continued)Show that the lines
$\overline { r }$ = (6$\hat { i }$ + $\hat { j }$ + 2$\hat { k }$) + s($\hat { i }$ + 2$\hat { j }$ – 3$\hat { k }$) and
$\overline { r }$ = (3$\hat { i }$ + 2$\hat { j }$ – 2$\hat { k }$) + t(2$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$) are skew lines and hence find the shortest distance between them.
v
Solution


$\overline { b }$ is not a scalar multiple of $\overline { d }$
∴ They are not parallel.
∴ The given lines are skew lines.

Answer:

$\overline { b }$ is not a scalar multiple of $\overline { d }$ ∴ They are not parallel. ∴ The given lines are skew lines.

Q.4Show that the lines $\frac { x-3 }{ 3 }$ = $\frac { y-3 }{ -1 }$, z – 1 = 0 and $\frac { x-6 }{ 2 }$ = $\frac { z-1 }{ 3 }$, y – 2 = 0 intersect. Also find the point of intersection.v
Solution


(2s + 6, 2, 3s + 1) ……… (2)
(1) = (2)
((3t + 3), -t + 3, 1) = (2s + 6, 2, 3s + 1)
Compare on both sides
-t + 3 = 2; 3s + 1 = 1
t = 3 – 2; 3s = 0
t = 1; s = 0
(1) ⇒ Point of intersect (6, 2, 1)

Answer:

t = 3 – 2; 3s = 0 t = 1; s = 0 (1) ⇒ Point of intersect (6, 2, 1)

Q.5Show that the straight lines x + 1 = 2y = -12z and x = y + 2 = 6z – 6 are skew and hence find the shortest distance between them.v
Solution

Given x + 1 = 2y = -12z

$\overline { b }$ is not a scalar multiple of $\overline { d }$. So, the two vectors are not parallel.
∴ The given lines are skew lines.

Answer:

Given x + 1 = 2y = -12z $\overline { b }$ is not a scalar multiple of $\overline { d }$. So, the two vectors are not parallel. ∴ The given lines are skew lines.

Q.6Find the parametric form of vector equation of the straight line passing through (-1, 2, 1) and parallel to the straight line
$\overline { r }$ = (2$\hat { i }$ + 3$\hat { j }$ – $\hat { k }$) + t($\hat { i }$ – 2$\hat { j }$ + $\hat { k }$) and hence find the shortest distance between the lines.
v
Solution
Answer:

See the worked solution above.

Q.7Find the foot of the perpendicular drawn: from the point (5, 4, 2) to the line $\frac { x+1 }{ 2 }$ = $\frac { y-3 }{ 3 }$ = $\frac { z-1 }{ -1 }$. Also, find the equation of the perpendicular.
v
Solution

$\overline { r }$ = $\overline { a }$ + t$\overline { b }$
$\overline { a }$ = -i + 3j + k, $\overline { b }$ = 2i + 3j – k
Given points D (5, 4, 2) to the point A. If P is the foot of the perpendicular from to the straight line.
F is of the form
(2t – 1, 3t + 3, -t + 1) and
$\overline { DF }$ = $\overline { OF }$ – $\overline { OD }$ = (2t – 6)i + (3t – 1)j + (-t – l)k
$\overline { b }$ is perpendicular to $\overline { DF }$, we have
$\overline { b }$.$\overline { DF }$ = 0 => (2t – 6) 2 + 3(3t – 1) – 1(-t – 1) = 0
4t- 12 + 9t – 3 + t + 1 = 0
14t – 14 = 0
14t = 14
t = 1
∴ F (2 – 1, 3 + 3, -1 + 1) = F (1, 6, 0) is foot point. Equation of the perpendicular.
(x 1, y 1, z 1 ) = (5, 4, 2), (x 2, y 2, z 2 ) = (1, 6, 0).

Answer:

t = 1 ∴ F (2 – 1, 3 + 3, -1 + 1) = F (1, 6, 0) is foot point. Equation of the perpendicular. (x 1, y 1, z 1 ) = (5, 4, 2), (x 2, y 2, z 2 ) = (1, 6, 0).

EXERCISE 6.6EXERCISE 6.66 questions
Q.1Find the vector equation of a plane which is at a distance of 7 units from the origin having 3, 4,5 − as direction ratios of a normal to it.v
Solution

Normal vector n = (3,4,−5) has magnitude |n| = √(9+16+25)=√50=5√2. A plane at distance d from origin with normal n has equation r·(n/|n|)=±d ⇒ r·n = ±d|n|. Here d=7 so r·(3,4,−5)=±7·5√2 = ±35√2. Thus vector equations: r·(3i+4j−5k)=35√2 or r·(3i+4j−5k)=−35√2. Cartesian forms: 3x+4y−5z = ±35√2.

Answer:

r·n = ±7|n| where n = (3,4,−5); so r·(3,4,−5) = ±7·√(3^2+4^2+(-5)^2) = ±7·√50 = ±7·5√2 = ±35√2

Q.2Find the direction cosines of the normal to the plane 12x + 3y − 4z = 65. Also, find the non-parametric form of vector equation of a plane and the length of the perpendicular to the plane from the origin.v
Solution

Normal n = (12,3,−4), |n| = √(144+9+16)=√169=13. Direction cosines = n/|n| = (12/13, 3/13, −4/13). Vector (non-parametric) equation: r·n = 65 ⇒ r·(12i+3j−4k)=65. Distance from origin = |constant|/|n| = |65|/13 = 5.

Answer:

Direction cosines: (12,3,−4)/√(12^2+3^2+(-4)^2) = (12,3,−4)/13. Vector eqn: r·(12,3,−4) = 65. Perpendicular distance from origin = |65|/13 = 5.

Q.3Find the vector and Cartesian equations of the plane passing through the point with position vector 2i+6j+3k and normal to the vector 3i+5j+k.v
Solution

Given r0 = (2,6,3), n = (3,5,1). Plane: (r−r0)·n = 0 ⇒ r·n = r0·n = 39. So 3x+5y+z=39.

Answer:

Vector: (r − r0)·n = 0 ⇒ r·(3,5,1) = r0·n = 2·3 + 6·5 + 3·1 = 6+30+3 = 39. Cartesian: 3x + 5y + z = 39.

Q.4A plane passes through the point (−1,1,2) and the normal to the plane of magnitude 3√3 makes equal acute angles with the coordinate axes. Find the equation of the plane.v
Solution

If normal makes equal acute angles with axes, its direction cosines are (l,l,l) with l>0 and l^2+l^2+l^2=1 ⇒ 3l^2=1 ⇒ l=1/√3. Unit normal = (1/√3,1/√3,1/√3). Given magnitude = 3√3, the normal vector is n = (3√3)(1/√3,1/√3,1/√3) = 3(1,1,1). Plane through P(−1,1,2): n·(r−r0)=0 ⇒ 3(1,1,1)·(x+1,y−1,z−2)=0 ⇒ x+1 + y−1 + z−2 =0 ⇒ x+y+z = 2.

Answer:

Normal direction cosines are (1/√3,1/√3,1/√3) so normal vector n = (1,1,1) scaled to magnitude 3√3 ⇒ n = 3(1,1,1). Equation: 3(x−(−1)) + 3(y−1) + 3(z−2) = 0 ⇒ x + y + z = 2.

Q.5Find the intercepts cut off by the plane (6,4,3)·r = 12 on the coordinate axes.v
Solution

Plane equation: 6x + 4y + 3z = 12. For x-intercept set y=z=0 ⇒ x = 12/6 = 2. For y-intercept set x=z=0 ⇒ y = 12/4 = 3. For z-intercept set x=y=0 ⇒ z = 12/3 = 4.

Answer:

Intercepts: x-intercept = 2, y-intercept = 3, z-intercept = 4.

Q.6If a plane meets the coordinate axes at A, B, C such that the centroid of triangle ABC is the point (u,v,w), find the equation of the plane.v
Solution

Let intercepts be a,b,c. Centroid = (a/3, b/3, c/3) = (u,v,w) ⇒ a=3u, b=3v, c=3w. Therefore plane intercept form: x/a + y/b + z/c = 1 ⇒ x/(3u) + y/(3v) + z/(3w) =1. Multiply by 3: x/u + y/v + z/w = 3.

Answer:

If intercepts are a,b,c then centroid is (a/3, b/3, c/3) = (u,v,w) ⇒ a=3u, b=3v, c=3w. Equation: x/(3u) + y/(3v) + z/(3w) = 1, i.e. x/u + y/v + z/w = 3.

EXERCISE 6.7EXERCISE 6.77 questions
Q.1Find the non-parametric form of vector equation and Cartesian equation of the plane passing through the point (2, 3, 6) and parallel to the.straight lines.
$\frac { x-1 }{ 2 }$ = $\frac { y+1 }{ 3 }$ = $\frac { z-3 }{ 1 }$ and $\frac { x+3 }{ 2 }$ = $\frac { y-3 }{ -5 }$ = $\frac { z+1 }{ -3 }$
v
Solution
Answer:

See the worked solution above.

Q.2Find the non-parametric form of vector equation, and Cartesian equations of the plane passing through the points (2,2,1), (9,3,6) and perpendicular to the plane 2x + 6y + 6z = 9.v
Solution

Vector along given two points: v = (9−2,3−2,6−1) = (7,1,5). Given plane normal m = (2,6,6). The plane sought is perpendicular to the plane with normal m, so its normal n must be perpendicular to m and also perpendicular to no — actually the plane must contain the line through the two given points and be perpendicular to the given plane; hence its normal is n = v × m. Compute n = (7,1,5) × (2,6,6) = (−24,−32,40) = −8(3,4,−5). Using point (2,2,1): (3,4,−5)·(x−2,y−2,z−1)=0 ⇒ 3x+4y−5z = 9. Vector form: r·(3,4,−5) = 9.

Answer:

Plane normal is parallel to vector joining given points and also perpendicular to (2,6,6). So normal n = (r2−r1) × (2,6,6) where r2−r1 = (7,1,5). Compute n = (7,1,5) × (2,6,6) = |i j k;7 1 5;2 6 6| = i(1·6−5·6) − j(7·6−5·2) + k(7·6−1·2) = i(6−30) − j(42−10) + k(42−2) = (−24, −32, 40). Can simplify dividing by −8 ⇒ (3,4,−5). Using point (2,2,1): 3(x−2)+4(y−2)−5(z−1)=0 ⇒ 3x+4y−5z = 3*2+4*2−5*1 =6+8−5=9. So equation: 3x + 4y −5z = 9.

Q.3Find parametric form of vector equation and Cartesian equations of the plane passing through the points (2, 2, 1), (1, -2, 3) and parallel to the straight line passing through the points (2, 1, -3) and (-1, 5, -8)v
Solution


Cartesian equation
-12x + 11y + 16z = 14
12x – 11y – 16z = -14
12x – 11y – 16z + 14 = 0

Answer:

-12x + 11y + 16z = 14 12x – 11y – 16z = -14 12x – 11y – 16z + 14 = 0

Q.4Find the non-parametric form of vector equation and Cartesian equation of the plane passing through the point (1, -2, 4) and perpendicular to the plane x + 2y – 3z = 11 and parallel to the line $\frac { x+7 }{ 3 }$ = $\frac { y+3 }{ -1 }$ = $\frac { z }{ 1 }$v
Solution


Non parametric form

Which is the required Cartesian equation of the place.

Answer:

Non parametric form Which is the required Cartesian equation of the place.

Q.5Find the parametric form of vector equation and Cartesian equations of the plane containing
the line $\overline { r }$ = ($\hat { i }$ – $\hat { j }$ + 3$\hat { k }$) + t(2$\hat { i }$ – $\hat { j }$ + 4$\hat { k }$ ) and perpendicular to plane $\overline { r }$ ($\hat { i }$ + 2$\hat { j }$ + $\hat { k }$) = 8
v
Solution


Cartesian equation
9x – 2y – 5z = -4
9x – 2y – 5z + 4 = 0

Answer:

Cartesian equation 9x – 2y – 5z = -4 9x – 2y – 5z + 4 = 0

Q.6Find the parametric vector, non-parametric vector and Cartesian form of the equations of the plane passing through the three non-collinear points A(3,6,2), B(−1,2,6) and C(6,4,−2).v
Solution

Take A(3,6,2). Direction vectors: AB = B−A = (−4,−4,4), AC = C−A = (3,−2,−4). Parametric: r = A + s AB + t AC. Normal n = AB × AC = (24,−4,20) = 4(6,−1,5) so take n = (6,−1,5). Cartesian: n·(r − A) = 0 ⇒ 6(x−3) −1(y−6) +5(z−2)=0 ⇒ 6x − y +5z −22 = 0. Non‑parametric vector form: (r − A)·(6,−1,5)=0.

Answer:

Parametric: r = (3,6,2) + s(−4,−4,4) + t(3,−2,−4). Non-parametric (vector): ((r−A)·(6,−1,5)) = 0. Cartesian: 6x − y + 5z − 22 = 0.

Q.7Find the non-parametric form of vector equation and Cartesian equations of the plane
$\overline { r }$ = (6$\hat { i }$ – $\hat { j }$ + $\hat { k }$) + s($\hat { -i }$ + 2$\hat { j }$ + $\hat { k }$) + t($\hat { -5i }$ – 4$\hat { j }$ – 5$\hat { k }$)
v
Solution


Cartesian equation:
3x + Sy – 7z = 6
3x + 5y – 7z – 6 = 0

Answer:

Cartesian equation: 3x + Sy – 7z = 6 3x + 5y – 7z – 6 = 0

EXERCISE 6.8EXERCISE 6.84 questions
Q.1Show that the straight lines
$\overline { r }$ = (5$\hat { i }$ + 7$\hat { j }$ – 3$\hat { k }$) + s(4$\hat { i }$ + 4$\hat { j }$ – 5$\hat { k }$) and
$\overline { r }$ = (8$\hat { i }$ + 4$\hat { j }$ + 5$\hat { k }$) + t(7$\hat { i }$ + $\hat { j }$ + 3$\hat { k }$) are coplanar. Find the vector equation of the, plane in which they lie.
v
Solution
Answer:

See the worked solution above.

Q.2Show that the lines $\dfrac{x-2}{1}=\dfrac{y-3}{1}=\dfrac{z-4}{3}$ and $\dfrac{x-1}{-3}=\dfrac{y-4}{2}=\dfrac{z-5}{1}$ are coplanar. Also find the plane containing them.v
Solution

Take $P=(2,3,4),\ \vec u=(1,1,3)$ and $Q=(1,4,5),\ \vec v=(-3,2,1)$. Then $\vec{PQ}=(-1,1,1)$ and $\vec u\times\vec v=(-5,-10,5)$. Since $\vec{PQ}\cdot(\vec u\times\vec v)=5-10+5=0$, the lines are coplanar. The plane has normal $(1,2,-1)$ (i.e. $\vec u\times\vec v$ divided by $-5$) and passes through $(2,3,4)$: $1(x-2)+2(y-3)-1(z-4)=0$, i.e. $x+2y-z=4$.

Answer:

The lines are coplanar; the plane containing them is $x+2y-z=4$.

Q.3If the straight lines $\frac { x-1 }{ 1 }$ = $\frac { y-2 }{ 2 }$ = $\frac { z-3}{ m^2 }$ and $\frac { x-3 }{ 1 }$ = $\frac { y-2 }{ m^2 }$ = $\frac { z-1 }{ 2 }$ are coplanar, find the distinct real values of mv
Solution


2(4 – m 4 ) – 2(m² – 2) = 0
8 – 2m 4 – 2m² + 4 = 0
12 – 2m 4 – 2m² = 0
(÷ -2) -6 + m 4 + m² = 0
m 4 + m² – 6 = 0
(m² – 2)(m² + 3) = 0
m² – 2 = 2; m² = -3 (not possible)
m² = 2
m = ±√2

Answer:

m² – 2 = 2; m² = -3 (not possible) m² = 2 m = ±√2

Q.4If the straight lines $\frac { x-1 }{ 2 }$ = $\frac { y+1 }{ λ }$ = $\frac { z }{ 2 }$ and $\frac { x+1 }{ 5 }$ = $\frac { y+1 }{ 2 }$ = $\frac { z }{ λ }$ are coplanar, find λ and equations of the planes containing these two lines.v
Solution

If the two lines are coplanar

When λ = 2
(x 1, y 1, z 1 ) = (1, -1, 0)
(b 1, b 2, b 3 ) = (2, 2, 2)
(d 1, d 2, d 3 ) = (5, 2, 2)
$\left|\begin{array}{ccc}
x-x_{1} & y-y_{1} & z-z_{1} \\
b_{1} & b_{2} & b_{3} \\
d_{1} & d_{2} & d_{3}
\end{array}\right|$ = 0
⇒ $\left|\begin{array}{ccc}
x-1 & y+1 & z-0 \\
2 & 2 & 2 \\
5 & 2 & 2
\end{array}\right|$ = 0
⇒ (x – 1)(0) – (y + 1)(-6) + z(6) = 0
⇒6(y + 1) – 6z = 0
⇒ 6y + 6 – 6z = 0
⇒ y – z + 1 = 0
When λ = 2
(b 1, b 2, b 3 ) = (2, -2, 2)
(d 1, d 2, d 3 ) = (5, 2, -2)
⇒ $\left|\begin{array}{ccc}
x-1 & y+1 & z-0 \\
2 & -2 & 2 \\
5 & 2 & -2
\end{array}\right|$ = 0
⇒ (x – 1)(0) – (y + 1)(-14) + z(4 + 10) = 0
⇒ 14(y + 1) + 14z = 0
⇒ 14y + 14 + 14z = 0
⇒ y + z + 1 = 0

Answer:

⇒ 14(y + 1) + 14z = 0 ⇒ 14y + 14 + 14z = 0 ⇒ y + z + 1 = 0

EXERCISE 6.9EXERCISE 6.98 questions
Q.1Find the equation of the plane passing through the line of intersection of the planes $\overline { r }$ = (2$\hat { i }$ – 7$\hat { j }$ + 4$\hat { k }$) = 3 and 3x – 5y + 4z + 11 = 0 and the point (- 2, 1, 3).v
Solution

Given planes are
$\vec{r} \cdot(2 \hat{i}-7 \hat{j}+4 \hat{k})$ = 3
2x – 7y + 4z – 3 = 0 and 3x – 5y + 4z + 11 = 0
Equation of a plane which passes through the line of intersection of the planes
(2x – 7y + 4z – 3) + λ(3x – 5y + 4z + 11) = 0 …………… (1)
This passes through the point (-2, 1, 3).
(1) ⇒ (-4 – 7 + 12 – 3) + λ(-6 – 5 + 12 + 11) = 0
-2 + λ(12) = 0 ⇒ 12λ = 2
λ = $\frac{2}{12}$ ⇒ λ = $\frac{1}{6}$
The required equation is
(1) ⇒ (2x – 7y + 4z – 3) + $\frac{1}{6}$ (3x – 5y + 4z + 11) = 0
12x – 42y + 24z – 18 + 3x – 5y + 4z + 11 = 0
15x – 47y + 28z – 7 = 0

Answer:

(1) ⇒ (2x – 7y + 4z – 3) + $\frac{1}{6}$ (3x – 5y + 4z + 11) = 0 12x – 42y + 24z – 18 + 3x – 5y + 4z + 11 = 0 15x – 47y + 28z – 7 = 0

Q.2Find the equation of the plane passing through the line of intersection of the planes x + 2y + 3z = 2 and x – y + z = 3 and at a distance $\frac { 2 }{ √3 }$ from the point (3, 1, -1).v
Solution

Required equation of the plane
(x + 2y + 3z – 2) + λ(x – y + z – 3) = 0 ………. (1)
(1 + λ)x + (2 – λ)y + (3 + λ)z + (-2 – 3λ) = 0 ………(2)
Distance from (2) to the point (3, 1, -1) is $\frac { 2 }{ √3 }$

putting
λ = $\frac { -7 }{ 2 }$ in (1)
The required equation
(x + 2y + 3z – 2) – $\frac { 7 }{ 2 }$ (x – y + z – 3) = 0
2x + 4y + 6z – 4 – 7x + 7y – 7z + 21 = 0
-5x + 11y – z + 17 = 0
5x – 11y + z – 17 = 0

Answer:

2x + 4y + 6z – 4 – 7x + 7y – 7z + 21 = 0 -5x + 11y – z + 17 = 0 5x – 11y + z – 17 = 0

Q.3Find the angle between the line
$\overline { r }$ = (2$\hat { i }$ – $\hat { j }$ + $\hat { k }$) + ($\hat { i }$ + 2$\hat { j }$ – 2$\hat { k }$) and the plane $\overline { r }$ (6$\hat { i }$ + 3$\hat { j }$ + 2$\hat { k }$) = 8
v
Solution
Answer:

See the worked solution above.

Q.4Find the angle between the planes $\overline { r }$ ($\hat { i }$ + $\hat { j }$ – 2$\hat { k }$) = 3 and 2x – 2y + z = 2.v
Solution
Answer:

See the worked solution above.

Q.5Find the equation of the plane which passes through the point (3,4,1) and is parallel to the plane 2x − 3y + 5z − 7 = 0. Also find the distance between the two planes.v
Solution

For a plane parallel to 2x−3y+5z−7=0 the normal is (2,−3,5). Equation through (3,4,1): 2(x−3) −3(y−4) +5(z−1)=0 ⇒ 2x−3y+5z +1 = 0. Distance between planes |(−7) − (1)|/√(4+9+25) = 8/√38.

Answer:

Plane: 2x − 3y + 5z + D = 0 where D chosen so (3,4,1) satisfies it ⇒ 2·3 −3·4 +5·1 + D = 0 ⇒ 6 −12 +5 + D =0 ⇒ D = 1. So plane: 2x − 3y + 5z + 1 = 0. Distance between planes: |(−7) − (1)| / √(2^2+ (−3)^2+5^2) = |−8|/√(4+9+25)=8/√38 = 4/√(38/4) but simplest 8/√38 = 4/√(9.5).

Q.6Find the length of the perpendicular from the point $(1,2,3)$ to the plane $x-y+z=5$.v
Solution

Using the distance formula, length $=\dfrac{|1-2+3-5|}{\sqrt{1^2+(-1)^2+1^2}}=\dfrac{|-3|}{\sqrt3}=\dfrac{3}{\sqrt3}=\sqrt3$ units.

Answer:

$\sqrt3$ units.

Q.7Find the point of intersection of the line with the plane (x – 1) = $\frac { y }{ 2 }$ = z + 1 with the plane 2x – y – 2z = 2. Also, the angle between the line and the plane.v
Solution

Any point on the line x – 1 = $\frac{y}{2}$ = z + 1 is
x – 1 = $\frac{y}{2}$ = z + 1 = λ,(say)
(λ + 1, 2λ, λ – 1)
This passes through the plane 2x – y + 2z = 2
2(λ + 1) – 2λ + 2(λ – 1) = 2
2λ + 2 – 2λ + 2λ – 2 = 2
λ = 1
∴ The required point of intersection is (2, 2, 0)

Answer:

2λ + 2 – 2λ + 2λ – 2 = 2 λ = 1 ∴ The required point of intersection is (2, 2, 0)

Q.8Find the coordinates of the foot of the perpendicular and the length of the perpendicular from the point $(4,3,2)$ to the plane $x+2y+3z=2$.v
Solution

The normal to the plane is $\vec n=(1,2,3)$, with $|\vec n|^2=1+4+9=14$. For $P=(4,3,2)$, $\vec n\cdot P=4+6+6=16$, so $\vec n\cdot P-2=14$. The foot of the perpendicular is $Q=P-\dfrac{\vec n\cdot P-2}{|\vec n|^2}\,\vec n=(4,3,2)-\dfrac{14}{14}(1,2,3)=(3,1,-1)$. The length of the perpendicular is $PQ=\dfrac{|\vec n\cdot P-2|}{|\vec n|}=\dfrac{14}{\sqrt{14}}=\sqrt{14}$ units.

Answer:

Foot of the perpendicular $=(3,1,-1)$; length of the perpendicular $=\sqrt{14}$ units.

Choose the correctChoose the correct25 questions
Q.1If a and b are parallel vectors, then [a,c,b] is equal to (1) 2 (2) −1 (3) 1 (4) 0v
Solution

If b = k a then [a,c,b] = a·(c×b) = a·(c×(k a)) = k a·(c×a) = 0 because a·(c×a)=0. Hence it is 0.

Answer:

4

Q.2If a vector α lies in the plane of β and γ, then which is true of [α β γ]? (options: 1) 1, 2) −1, 3) 0, 4) 2 )v
Solution

If α lies in the plane of β and γ then α is a linear combination of β and γ, so the three vectors are coplanar and their scalar triple product is 0.

Answer:

3

Q.3If $\vec a\cdot\vec b=\vec b\cdot\vec c=\vec c\cdot\vec a=0$, then the value of $[\vec a\ \vec b\ \vec c]$ is
(A) $|\vec a||\vec b||\vec c|$   (B) $\tfrac13|\vec a||\vec b||\vec c|$   (C) $1$   (D) $-1$
v
Solution

(a) $|\vec a||\vec b||\vec c|$
The vectors are mutually perpendicular, so $\vec b\times\vec c$ is parallel to $\vec a$ with $|\vec b\times\vec c|=|\vec b||\vec c|$. Hence $[\vec a\ \vec b\ \vec c]=\vec a\cdot(\vec b\times\vec c)=|\vec a||\vec b||\vec c|$.

Answer:

$|\vec a||\vec b||\vec c|$

Q.4If a,b,c are unit vectors such that a ⟂ b and a is parallel to c then (a×b)×c equals (1) a (2) b (3) c (4) 0v
Solution

Use vector identity (x×y)×z = y(x·z) − x(y·z). With x=a,y=b,z=c and a·c=1, b·c=b·a=0, we get (a×b)×c = b(a·c) − a(b·c) = b(1) − a(0) = b.

Answer:

2

Q.5If $[\vec a\ \vec b\ \vec c]=1$, then the value of $[\vec a\times\vec b,\ \vec b\times\vec c,\ \vec c\times\vec a]$ is
(A) $1$   (B) $-1$   (C) $2$   (D) $3$
v
Solution

(a) $1$
By the standard identity $[\vec a\times\vec b,\ \vec b\times\vec c,\ \vec c\times\vec a]=[\vec a\ \vec b\ \vec c]^2$. So the value is $1^2=1$.

Answer:

$1$

Q.6The volume of the parallelepiped with its edges represented by the vectors $\hat { i }$ + $\hat { j }$, $\hat { i }$ + 2$\hat { j }$, $\hat { i }$ + $\hat { j }$ + π$\hat { k }$ is
(A) $\frac { π }{ 2 }$   (B) $\frac { π }{ 3 }$   (C) π   (D) $\frac { π }{ 4 }$
v
Solution

(c) π
Hint:
$\left|\begin{array}{lll}
1 & 1 & 0 \\
1 & 2 & 0 \\
1 & 1 & \pi
\end{array}\right|$ = π$\left|\begin{array}{ll}
1 & 1 \\
1 & 2
\end{array}\right|$
= π (2 – 1) = π

Answer:

π

Q.7If a and b are unit vectors such that [a, b, a×b] = 1/4, find the angle between a and b.v
Solution

For unit vectors a,b, [a,b,a×b] = (a×b)·(a×b) = |a×b|^2 = sin^2θ where θ is angle between a and b. Given sin^2θ = 1/4 ⇒ sinθ = 1/2 ⇒ θ = π/6 (acute).

Answer:

(1) \(\pi/6\)

Q.8If $\overline { a }$ = $\hat { i }$ + $\hat { j }$ + $\hat { k }$, $\overline { b }$ = $\hat { i }$ + $\hat { j }$, $\overline { c }$ = $\hat { i }$ and ($\overline { a }$ × $\overline { b }$)$\overline { c }$ – λ$\overline { a }$ + µ$\overline { b }$ then the value of λ + µ is
(A) 0   (B) 1   (C) 6   (D) 3
v
Solution

(a) 0
Hint:
$\overline { a }$.$\overline { c }$ = 1 and $\overline { b }$.$\overline { c }$ = 1
($\overline { a }$ × $\overline { b }$)$\overline { c }$ = ($\overline { c }$ × $\overline { a }$)$\overline { b }$ – ($\overline { c }$ × $\overline { b }$)$\overline { a }$ = λ$\overline { a }$ + µ$\overline { b }$
⇒ µ = c; a = 1λ = -($\overline { c }$.$\overline { b }$) = -1
µ + λ = 1 – 1 = 0

Answer:

0

Q.9If non‑coplanar nonzero vectors a,b,c satisfy [a,b,c]=3, compute 2 [a×b, b×c, c×a].v
Solution

Identity: [a×b, b×c, c×a] = [a,b,c]^2. Given [a,b,c]=3 ⇒ [a×b, b×c, c×a] = 9. Hence 2 times that = 18.

Answer:

(4) 18

Q.10If $\overline { a }$, $\overline { b }$, $\overline { c }$ are three non-coplanar vectors such that $\overline { a }$ × ($\overline { b }$ × $\overline { c }$) = $\frac { \overline{b}+\overline{c} }{ √2 }$ then the angle between $\overline { a }$ and $\overline { b }$ is
(A) $\frac { π }{ 2 }$   (B) $\frac { 3π }{ 4 }$   (C) $\frac { π }{ 4 }$   (D) π
v
Solution

(b) $\frac { 3π }{ 4 }$
Hint:

Answer:

$\frac { 3π }{ 4 }$

Q.11If the volume of the parallelepiped with $\overline { a }$ × $\overline { b }$, $\overline { b }$ × $\overline { c }$, $\overline { c }$ × $\overline { a }$ as coterminous edges is 8 cubic units, then the volume of the parallelepiped with ($\overline { a }$ × $\overline { b }$) × ($\overline { b }$ × $\overline { c }$), ($\overline { b }$ × $\overline { c }$) × ($\overline { c }$ × $\overline { a }$) and ($\overline { c }$ × $\overline { a }$) × ($\overline { a }$ × $\overline { b }$) as coterminous edges is
(A) 8 cubic units   (B) 512 cubic units   (C) 64 cubic units   (D) 24 cubic units
v
Solution

(c) 64 cubic units
Hint:
Given volume of the parallelepiped with

Answer:

64 cubic units

Q.12If (a×b)·(c×d) = 0 and P1, P2 are planes determined by the pairs of vectors a,b and c,d respectively, then the angle between P1 and P2 is:v
Solution

Normals of P1 and P2 are n1 = a×b and n2 = c×d. Given n1·n2 = 0 ⇒ normals are perpendicular ⇒ planes are perpendicular. So angle between planes = 90°.

Answer:

(4) 90 °

Q.13If $\overline { a }$ × ($\overline { b }$ × $\overline { c }$) = ($\overline { a }$ × $\overline { b }$) × $\overline { c }$ where $\overline { a }$, $\overline { b }$, $\overline { c }$ are any three vectors such that $\overline { b }$.$\overline { c }$ ≠ 0 and $\overline { a }$.$\overline { b }$ ≠ 0, then $\overline { a }$ and $\overline { c }$ are
(A) perpendicular   (B) parallel   (C) inclined at angle $\frac { π }{ 3 }$   (D) inclined at an angle $\frac { π }{ 6 }$
v
Solution

(b) parallel
Hint:

Answer:

parallel

Q.14If $\overline { a }$ = 2$\hat { i }$ + 3$\hat { j }$ – $\hat { k }$, $\overline { b }$ = $\hat { i }$ + 2$\hat { j }$ – 5$\hat { k }$, $\overline { c }$ = 3$\hat { i }$ + 5$\hat { j }$ – $\hat { k }$ then $\overline { a }$ vector perpendicular to a and lies in the plane containing $\overline { b }$ and $\overline { c }$ is
(A) -17$\hat { i }$ + 21$\hat { j }$ – 97$\hat { k }$   (B) 17$\hat { i }$ + 21$\hat { j }$ – 123$\hat { k }$   (C) -17$\hat { i }$ – 21$\hat { j }$ + 97$\hat { k }$   (D) -17$\hat { i }$ – 21$\hat { j }$ – 97$\hat { k }$
v
Solution

(d) -17$\hat { i }$ – 21$\hat { j }$ – 97$\hat { k }$
Hint:
A vector ⊥r to $\overline { a }$ and lies in the plane containing $\overline { b }$ and $\overline { c }$

Answer:

-17$\hat { i }$ – 21$\hat { j }$ – 97$\hat { k }$

Q.15The angle between the lines $\frac { x-2 }{ 3 }$ = $\frac { y+1 }{ -2 }$, z = 2 and $\frac { x-1 }{ 1 }$ = $\frac { 2y+3 }{ 3 }$ = $\frac { z+5 }{ 2 }$ is
(A) $\frac { π }{ 6 }$   (B) $\frac { π }{ 4 }$   (C) $\frac { π }{ 3 }$   (D) $\frac { π }{ 2 }$
v
Solution

(d) $\frac { π }{ 2 }$
Hint:

Answer:

$\frac { π }{ 2 }$

Q.16If the line $\dfrac{x-2}{3}=\dfrac{y-1}{-5}=\dfrac{z+2}{2}$ lies in the plane $x+3y-\alpha z+\beta=0$, then $(\alpha,\beta)$ is
(A) $(-5,5)$   (B) $(-6,7)$   (C) $(5,-5)$   (D) $(6,-7)$
v
Solution

(b) $(-6,7)$
The normal $(1,3,-\alpha)$ must be perpendicular to the direction $(3,-5,2)$: $3-15-2\alpha=0\Rightarrow\alpha=-6$. The point $(2,1,-2)$ lies in the plane: $2+3+2\alpha+\beta=0\Rightarrow5-12+\beta=0\Rightarrow\beta=7$. Hence $(\alpha,\beta)=(-6,7)$.

Answer:

$(-6,7)$

Q.17The angle between the line $\vec r=(\hat i+2\hat j-3\hat k)+t(2\hat i+\hat j-2\hat k)$ and the plane $\vec r\cdot(\hat i+\hat j)+4=0$ is
(A) $0^\circ$   (B) $30^\circ$   (C) $45^\circ$   (D) $90^\circ$
v
Solution

(c) $45^\circ$
With direction $\vec d=(2,1,-2)$ and normal $\vec n=(1,1,0)$, $\sin\theta=\dfrac{|\vec d\cdot\vec n|}{|\vec d||\vec n|}=\dfrac{|2+1|}{3\sqrt2}=\dfrac{3}{3\sqrt2}=\dfrac1{\sqrt2}$, so $\theta=45^\circ$.

Answer:

$45^\circ$

Q.18The coordinates of the point where the line $\vec r=(6\hat i-\hat j-3\hat k)+t(-\hat i+4\hat k)$ meets the plane $\vec r\cdot(\hat i+\hat j-\hat k)=3$ are
(A) $(2,1,0)$   (B) $(7,-1,-7)$   (C) $(1,2,-6)$   (D) $(5,-1,1)$
v
Solution

(d) $(5,-1,1)$
A general point of the line is $(6-t,\,-1,\,-3+4t)$. Substituting into $\vec r\cdot(\hat i+\hat j-\hat k)=3$: $(6-t)+(-1)-(-3+4t)=8-5t=3\Rightarrow t=1$, which gives the point $(5,-1,1)$.

Answer:

$(5,-1,1)$

Q.19Distance from the origin to the plane 3x - 6y + 2z - 7 = 0 is?v
Solution

Distance = |Ax0 + By0 + Cz0 + D| / sqrt(A^2+B^2+C^2) = | -7 | / sqrt(9+36+4) = 7/7 = 1.

Answer:

(2) 1

Q.20The distance between the planes
x + 2y + 3z + 7 = 0 and 2x + 4y + 6z + 7 = 0 is
(A) $\frac { √7 }{ 2√2 }$   (B) $\frac { 7 }{ 2 }$   (C) $\frac { √7 }{ 2 }$   (D) $\frac { 7 }{ 2√2 }$
v
Solution

(a) $\frac { √7 }{ 2√2 }$
Hint:
x + 2y + 3z+7 = 0
2x + 4y + 6z + 7 = 0
(÷ 2) x + 2y + 3z + $\frac { 7 }{ 2 }$ = 0
(1) and (2) are parallel planes

Answer:

$\frac { √7 }{ 2√2 }$

Q.21If the direction cosines of a line are (c, c, c) (i.e. all equal), then which is true?v
Solution

Direction cosines l,m,n satisfy l^2+m^2+n^2 =1. If l=m=n=c then 3c^2=1 ⇒ c = ±1/√3. Thus statement (1) is the correct form.

Answer:

(1) \(c = \pm\tfrac{1}{\sqrt{3}}\)

Q.22The vector equation $\vec r=(\hat i-2\hat j-\hat k)+t(6\hat j-\hat k)$ represents a straight line passing through the points
(A) $(0,6,-1)$ and $(1,-2,-1)$   (B) $(0,6,-1)$ and $(-1,-4,-2)$   (C) $(1,-2,-1)$ and $(1,4,-2)$   (D) $(1,-2,-1)$ and $(0,-6,1)$
v
Solution

(c) $(1,-2,-1)$ and $(1,4,-2)$
At $t=0$ the point is $(1,-2,-1)$; at $t=1$ it is $(1,-2,-1)+(0,6,-1)=(1,4,-2)$. So the line passes through these two points.

Answer:

$(1,-2,-1)$ and $(1,4,-2)$

Q.23If the distance of the point $(1,1,1)$ from the origin is half of its distance from the plane $x+y+z+k=0$, then the values of $k$ are
(A) $\pm3$   (B) $\pm6$   (C) $-3,9$   (D) $3,-9$
v
Solution

(d) $3,-9$
The distance from the origin to $(1,1,1)$ is $\sqrt3$, and from $(1,1,1)$ to the plane it is $\dfrac{|3+k|}{\sqrt3}$. Given $\sqrt3=\dfrac12\cdot\dfrac{|3+k|}{\sqrt3}$, we get $|3+k|=6$, so $k=3$ or $k=-9$.

Answer:

$k=3$ or $k=-9$

Q.24If the planes $\overline { r }$ (2$\hat { i }$ – λ$\hat { j }$ + $\hat { k }$) = 3 and $\overline { r }$ (4$\hat { i }$ + $\hat { j }$ – µ$\hat { k }$) = 5 are parallel, then the value of λ and µ are
(A) $\frac { 1 }{ 2 }$, -2   (B) –$\frac { 1 }{ 2 }$, 2   (C) –$\frac { 1 }{ 2 }$, -2   (D) $\frac { 1 }{ 2 }$, 2
v
Solution

(c) –$\frac { 1 }{ 2 }$, -2
Hint:

Answer:

–$\frac { 1 }{ 2 }$, -2

Q.25If the length of the perpendicular from the origin to the plane 2x + 3y + λz = 1, λ > 0 is $\frac { 1 }{ 5 }$, then the value of λ is
(A) 2√3   (B) 3√2   (C) 0   (D) 1
v
Solution

(a) 2√3
Hint:

5 = $\sqrt { 4+9+λ^2 }$
25 = 4 + 9 + λ²
25 = 13 + λ²
λ² = 12
λ = 2√3

Answer:

2√3