Important Theorems and Formulas Recap

1. Direction Cosines and Ratios

  • For direction cosines l,m,nl, m, n, the fundamental identity is l2+m2+n2=1l^2 + m^2 + n^2 = 1.
  • If a,b,ca, b, c are direction ratios, then the corresponding direction cosines are l=±aa2+b2+c2,m=±ba2+b2+c2,n=±ca2+b2+c2l = \pm \frac{a}{\sqrt{a^2+b^2+c^2}}, \quad m = \pm \frac{b}{\sqrt{a^2+b^2+c^2}}, \quad n = \pm \frac{c}{\sqrt{a^2+b^2+c^2}} where the same sign is taken throughout, depending on the orientation of the directed line.
  • Direction ratios of a line joining P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) are (x2x1), (y2y1), (z2z1).(x_2-x_1), \ (y_2-y_1), \ (z_2-z_1).

2. Equation of a Line

  • Passing through position vector a\vec{a} and parallel to vector b\vec{b}: r=a+λb\vec{r} = \vec{a} + \lambda \vec{b} and in Cartesian form, xx1a=yy1b=zz1c.\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}.
  • Passing through points with position vectors a\vec{a} and b\vec{b}: r=a+λ(ba).\vec{r} = \vec{a} + \lambda(\vec{b}-\vec{a}).

3. Shortest Distance Between Lines

  • For skew lines: d=(a2a1)(b1×b2)b1×b2d = \left| \frac{(\vec{a}_2-\vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2)}{|\vec{b}_1 \times \vec{b}_2|} \right|
  • For parallel lines: d=(a2a1)×bb.d = \frac{|(\vec{a}_2-\vec{a}_1) \times \vec{b}|}{|\vec{b}|}.

4. Equation of a Plane

  • Normal form: rn^=d\vec{r} \cdot \hat{n} = d or equivalently lx+my+nz=d,lx + my + nz = d, where dd is the perpendicular distance from the origin.
  • Passing through point a\vec{a} with normal N\vec{N}: (ra)N=0.(\vec{r}-\vec{a}) \cdot \vec{N} = 0.
  • Coplanarity condition for two lines: (a2a1)(b1×b2)=0.(\vec{a}_2-\vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) = 0.

5. Distances and Angles

  • Angle between lines: cosθ=b1b2b1b2\cos\theta = \left| \frac{\vec{b}_1 \cdot \vec{b}_2}{|\vec{b}_1||\vec{b}_2|} \right|
  • Angle between planes: cosθ=n1n2n1n2\cos\theta = \left| \frac{\vec{n}_1 \cdot \vec{n}_2}{|\vec{n}_1||\vec{n}_2|} \right|
  • Angle between a line and a plane: sinϕ=bnbn\sin\phi = \left| \frac{\vec{b} \cdot \vec{n}}{|\vec{b}||\vec{n}|} \right|
  • Distance from point (x1,y1,z1)(x_1,y_1,z_1) to plane Ax+By+Cz+D=0Ax+By+Cz+D=0: d=Ax1+By1+Cz1+DA2+B2+C2.d = \frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2+B^2+C^2}}.

Example 1: Direction Cosines

If a line makes equal angles with the x, y, and z-axes, find its direction cosines.

Solution: Step 1: If the line makes equal angles with all three axes, let each angle be α\alpha. Then α=β=γ.\alpha = \beta = \gamma. Hence the three direction cosines are equal: l=m=n=cosα.l = m = n = \cos\alpha.

Step 2: Use the fundamental identity for direction cosines: l2+m2+n2=1.l^2 + m^2 + n^2 = 1. Since l=m=nl=m=n, we get 3l2=1.3l^2 = 1. Thus, l2=13.l^2 = \frac{1}{3}.

Step 3: Therefore, l=±13.l = \pm \frac{1}{\sqrt{3}}. Since all three are equal, the direction cosines are either all positive or all negative.

Answer: (13,13,13) or (13,13,13).\left(\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}}\right) \text{ or } \left(-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}}\right).

Example 2: Direction Ratios from Points

Find the direction cosines of the line passing through the points (2,4,5)(-2, 4, -5) and (1,2,3)(1, 2, 3).

Solution: Step 1: Let the points be P(2,4,5),Q(1,2,3).P(-2,4,-5), \quad Q(1,2,3). The direction ratios of the line joining PP to QQ are obtained by coordinate differences: a=1(2)=3,b=24=2,c=3(5)=8.a = 1-(-2)=3, \quad b = 2-4=-2, \quad c = 3-(-5)=8. So the direction ratios are (3,2,8).(3,-2,8).

Step 2: Find the magnitude of this direction vector: a2+b2+c2=32+(2)2+82=9+4+64=77.\sqrt{a^2+b^2+c^2} = \sqrt{3^2+(-2)^2+8^2} = \sqrt{9+4+64} = \sqrt{77}.

Step 3: Divide each direction ratio by the magnitude to get direction cosines: l=377,m=277,n=877.l = \frac{3}{\sqrt{77}}, \quad m = -\frac{2}{\sqrt{77}}, \quad n = \frac{8}{\sqrt{77}}.

Answer: 377, 277, 877\frac{3}{\sqrt{77}},\ -\frac{2}{\sqrt{77}},\ \frac{8}{\sqrt{77}}

Example 3: Equation of a Line

Find the Cartesian equation of the line which passes through the point (2,4,5)(-2, 4, -5) and is parallel to the vector 3i^+5j^+6k^3\hat{i} + 5\hat{j} + 6\hat{k}.

Solution: Step 1: The line passes through the fixed point (x1,y1,z1)=(2,4,5).(x_1,y_1,z_1)=(-2,4,-5).

Step 2: Since the line is parallel to 3i^+5j^+6k^,3\hat{i}+5\hat{j}+6\hat{k}, its direction ratios are a=3,b=5,c=6.a=3, \quad b=5, \quad c=6.

Step 3: Use the Cartesian form of the line: xx1a=yy1b=zz1c.\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}. Substituting the point and direction ratios, x(2)3=y45=z(5)6.\frac{x-(-2)}{3} = \frac{y-4}{5} = \frac{z-(-5)}{6}. So, x+23=y45=z+56.\frac{x+2}{3} = \frac{y-4}{5} = \frac{z+5}{6}.

Answer: x+23=y45=z+56\frac{x+2}{3} = \frac{y-4}{5} = \frac{z+5}{6}

Example 4: Line through Two Points

Find the vector equation for the line passing through the points (3,2,5)(3, -2, -5) and (3,2,6)(3, -2, 6).

Solution: Step 1: Write the position vectors of the two points: a=3i^2j^5k^,b=3i^2j^+6k^.\vec{a} = 3\hat{i} - 2\hat{j} - 5\hat{k}, \quad \vec{b} = 3\hat{i} - 2\hat{j} + 6\hat{k}.

Step 2: Find the direction vector: ba=(33)i^+(2+2)j^+(6(5))k^=11k^.\vec{b} - \vec{a} = (3-3)\hat{i} + (-2+2)\hat{j} + (6-(-5))\hat{k} = 11\hat{k}. So the line is parallel to the z-axis.

Step 3: Use the two-point vector form: r=a+λ(ba).\vec{r} = \vec{a} + \lambda(\vec{b}-\vec{a}). Therefore, r=(3i^2j^5k^)+λ(11k^).\vec{r} = (3\hat{i} - 2\hat{j} - 5\hat{k}) + \lambda(11\hat{k}). Since 11λ11\lambda is again an arbitrary scalar, we may write this more simply as r=3i^2j^5k^+μk^.\vec{r} = 3\hat{i} - 2\hat{j} - 5\hat{k} + \mu\hat{k}.

Answer: r=3i^2j^5k^+μk^\vec{r} = 3\hat{i} - 2\hat{j} - 5\hat{k} + \mu\hat{k}

Example 5: Angle Between Two Lines

Find the angle between the lines r=3i^+2j^4k^+λ(i^+2j^+2k^)\vec{r} = 3\hat{i} + 2\hat{j} - 4\hat{k} + \lambda(\hat{i} + 2\hat{j} + 2\hat{k}) and r=5i^2j^+μ(3i^+2j^+6k^)\vec{r} = 5\hat{i} - 2\hat{j} + \mu(3\hat{i} + 2\hat{j} + 6\hat{k}).

Solution: Step 1: Extract the direction vectors of the two lines: b1=i^+2j^+2k^,b2=3i^+2j^+6k^.\vec{b}_1 = \hat{i} + 2\hat{j} + 2\hat{k}, \quad \vec{b}_2 = 3\hat{i} + 2\hat{j} + 6\hat{k}.

Step 2: Find the dot product: b1b2=(1)(3)+(2)(2)+(2)(6)=3+4+12=19.\vec{b}_1 \cdot \vec{b}_2 = (1)(3) + (2)(2) + (2)(6) = 3 + 4 + 12 = 19.

Step 3: Find the magnitudes: b1=12+22+22=9=3,|\vec{b}_1| = \sqrt{1^2+2^2+2^2} = \sqrt{9} = 3, b2=32+22+62=49=7.|\vec{b}_2| = \sqrt{3^2+2^2+6^2} = \sqrt{49} = 7.

Step 4: Use the angle formula between two lines: cosθ=b1b2b1b2=1937=1921.\cos\theta = \left|\frac{\vec{b}_1\cdot\vec{b}_2}{|\vec{b}_1||\vec{b}_2|}\right| = \frac{19}{3\cdot 7} = \frac{19}{21}. Therefore, θ=cos1(1921).\theta = \cos^{-1}\left(\frac{19}{21}\right).

Answer: cos1(19/21)\cos^{-1}(19/21)

Example 6: Perpendicular Lines Condition

Find pp so that lines x13=y22p/7=z32\frac{x-1}{3} = \frac{y-2}{2p/7} = \frac{z-3}{2} and x13p/7=y51=z65\frac{x-1}{-3p/7} = \frac{y-5}{1} = \frac{z-6}{-5} are perpendicular.

Solution: Step 1: Extract the direction ratios of the two lines: For the first line, a1=3,b1=2p7,c1=2.a_1 = 3, \quad b_1 = \frac{2p}{7}, \quad c_1 = 2. For the second line, a2=3p7,b2=1,c2=5.a_2 = -\frac{3p}{7}, \quad b_2 = 1, \quad c_2 = -5.

Step 2: Two lines are perpendicular if the dot product of their direction vectors is zero: a1a2+b1b2+c1c2=0.a_1a_2 + b_1b_2 + c_1c_2 = 0. So, 3(3p7)+(2p7)(1)+2(5)=0.3\left(-\frac{3p}{7}\right) + \left(\frac{2p}{7}\right)(1) + 2(-5) = 0.

Step 3: Simplify: 9p7+2p710=0-\frac{9p}{7} + \frac{2p}{7} - 10 = 0 7p710=0-\frac{7p}{7} - 10 = 0 p10=0.-p - 10 = 0. Hence, p=10.p = -10.

Answer: 10-10

Example 7: Shortest Distance Between Skew Lines

Find the shortest distance between the lines x12=y23=z34\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} and x23=y44=z55\frac{x-2}{3} = \frac{y-4}{4} = \frac{z-5}{5}.

Solution: Step 1: Identify points and direction vectors: For the first line, a1=(1,2,3),b1=(2,3,4).\vec{a}_1 = (1,2,3), \quad \vec{b}_1 = (2,3,4). For the second line, a2=(2,4,5),b2=(3,4,5).\vec{a}_2 = (2,4,5), \quad \vec{b}_2 = (3,4,5).

Step 2: Compute the vector joining the chosen points: a2a1=(1,2,2).\vec{a}_2 - \vec{a}_1 = (1,2,2).

Step 3: Compute the cross product of the direction vectors: b1×b2=i^j^k^234345.\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 4 \\ 3 & 4 & 5 \end{vmatrix}. Expanding, b1×b2=i^(1516)j^(1012)+k^(89)=i^+2j^k^.\vec{b}_1 \times \vec{b}_2 = \hat{i}(15-16) - \hat{j}(10-12) + \hat{k}(8-9) = -\hat{i} + 2\hat{j} - \hat{k}.

Step 4: Find its magnitude: b1×b2=(1)2+22+(1)2=6.|\vec{b}_1 \times \vec{b}_2| = \sqrt{(-1)^2 + 2^2 + (-1)^2} = \sqrt{6}.

Step 5: Find the scalar triple product numerator: (a2a1)(b1×b2)=(1,2,2)(1,2,1).(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) = (1,2,2) \cdot (-1,2,-1). Thus, 1+42=1.-1 + 4 - 2 = 1.

Step 6: Therefore the shortest distance is d=16=16.d = \left|\frac{1}{\sqrt{6}}\right| = \frac{1}{\sqrt{6}}.

Answer: 16\frac{1}{\sqrt{6}}

Example 8: Distance Between Parallel Lines

Find the distance between the parallel lines r=i^+2j^4k^+λ(2i^+3j^+6k^)\vec{r} = \hat{i} + 2\hat{j} - 4\hat{k} + \lambda(2\hat{i} + 3\hat{j} + 6\hat{k}) and r=3i^+3j^5k^+μ(2i^+3j^+6k^)\vec{r} = 3\hat{i} + 3\hat{j} - 5\hat{k} + \mu(2\hat{i} + 3\hat{j} + 6\hat{k}).

Solution: Step 1: Identify a1=(1,2,4),a2=(3,3,5),b=(2,3,6).\vec{a}_1 = (1,2,-4), \quad \vec{a}_2 = (3,3,-5), \quad \vec{b} = (2,3,6). Since both lines have the same direction vector, they are parallel.

Step 2: Find the vector joining the chosen points: a2a1=(2,1,1).\vec{a}_2 - \vec{a}_1 = (2,1,-1).

Step 3: Compute the cross product: (a2a1)×b=i^j^k^211236.(\vec{a}_2-\vec{a}_1) \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & -1 \\ 2 & 3 & 6 \end{vmatrix}. Expanding, =i^(6(3))j^(12(2))+k^(62)= \hat{i}(6-(-3)) - \hat{j}(12-(-2)) + \hat{k}(6-2) =9i^14j^+4k^.= 9\hat{i} - 14\hat{j} + 4\hat{k}.

Step 4: Find its magnitude: (a2a1)×b=92+(14)2+42=81+196+16=293.|(\vec{a}_2-\vec{a}_1) \times \vec{b}| = \sqrt{9^2 + (-14)^2 + 4^2} = \sqrt{81+196+16} = \sqrt{293}.

Step 5: Find the magnitude of the common direction vector: b=22+32+62=49=7.|\vec{b}| = \sqrt{2^2+3^2+6^2} = \sqrt{49} = 7.

Step 6: Therefore, d=2937.d = \frac{\sqrt{293}}{7}.

Answer: 2937\frac{\sqrt{293}}{7}

Example 9: Equation of a Plane (Normal Form)

Find the vector equation of a plane which is at a distance of 6/296/\sqrt{29} from the origin and its normal vector from the origin is 2i^3j^+4k^2\hat{i} - 3\hat{j} + 4\hat{k}.

Solution: Step 1: The given normal vector is N=2i^3j^+4k^.\vec{N} = 2\hat{i} - 3\hat{j} + 4\hat{k}. Its magnitude is N=22+(3)2+42=4+9+16=29.|\vec{N}| = \sqrt{2^2+(-3)^2+4^2} = \sqrt{4+9+16} = \sqrt{29}.

Step 2: Therefore the unit normal vector is n^=NN=2i^3j^+4k^29.\hat{n} = \frac{\vec{N}}{|\vec{N}|} = \frac{2\hat{i} - 3\hat{j} + 4\hat{k}}{\sqrt{29}}.

Step 3: Since the plane is at distance d=629d = \frac{6}{\sqrt{29}} from the origin, its normal form is rn^=d.\vec{r} \cdot \hat{n} = d. So, r(2i^3j^+4k^29)=629.\vec{r} \cdot \left(\frac{2\hat{i} - 3\hat{j} + 4\hat{k}}{\sqrt{29}}\right) = \frac{6}{\sqrt{29}}.

Step 4: Multiply both sides by 29\sqrt{29}: r(2i^3j^+4k^)=6.\vec{r} \cdot (2\hat{i} - 3\hat{j} + 4\hat{k}) = 6.

Answer: r(2i^3j^+4k^)=6\vec{r} \cdot (2\hat{i} - 3\hat{j} + 4\hat{k}) = 6

Example 10: Plane Passing Through a Point

Find the Cartesian equation of the plane passing through (1,2,4)(1, 2, -4) and parallel to the plane x2y+4z=3x - 2y + 4z = 3.

Solution: Step 1: A plane parallel to x2y+4z=3x - 2y + 4z = 3 has the same normal vector. So its equation must be of the form x2y+4z=d.x - 2y + 4z = d.

Step 2: Substitute the given point (1,2,4)(1,2,-4) into this equation: 12(2)+4(4)=d.1 - 2(2) + 4(-4) = d. So, 1416=d    d=19.1 - 4 - 16 = d \implies d = -19.

Step 3: Therefore the required plane is x2y+4z=19.x - 2y + 4z = -19. Writing in standard form, x2y+4z+19=0.x - 2y + 4z + 19 = 0.

Answer: x2y+4z+19=0x - 2y + 4z + 19 = 0

Example 11: Intercept Form

Find the intercepts cut off by the plane 2x+yz=52x + y - z = 5.

Solution: Step 1: Divide the plane equation by 5 to make the right-hand side equal to 1: 2x5+y5z5=1.\frac{2x}{5} + \frac{y}{5} - \frac{z}{5} = 1.

Step 2: Rewrite in intercept form: x5/2+y5+z5=1.\frac{x}{5/2} + \frac{y}{5} + \frac{z}{-5} = 1. Comparing with xa+yb+zc=1,\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1, we get a=52,b=5,c=5.a = \frac{5}{2}, \quad b = 5, \quad c = -5.

Answer: 52, 5, 5\frac{5}{2},\ 5,\ -5

Example 12: Equation of Plane Through Three Points

Find the equation of the plane through the points (1,1,0)(1,1,0), (1,2,1),(1,2,1), and (2,2,1)(-2,2,-1).

Solution: Step 1: Let the three points be A(1,1,0),B(1,2,1),C(2,2,1).A(1,1,0), \quad B(1,2,1), \quad C(-2,2,-1). Use the determinant form of the plane through three points: x1y1z0112110212110=0.\begin{vmatrix} x-1 & y-1 & z-0 \\ 1-1 & 2-1 & 1-0 \\ -2-1 & 2-1 & -1-0 \end{vmatrix} = 0. This becomes x1y1z011311=0.\begin{vmatrix} x-1 & y-1 & z \\ 0 & 1 & 1 \\ -3 & 1 & -1 \end{vmatrix} = 0.

Step 2: Expand along the first row: (x1)1111(y1)0131+z0131=0.(x-1)\begin{vmatrix}1 & 1 \\ 1 & -1\end{vmatrix} - (y-1)\begin{vmatrix}0 & 1 \\ -3 & -1\end{vmatrix} + z\begin{vmatrix}0 & 1 \\ -3 & 1\end{vmatrix} = 0.

Step 3: Evaluate the minors: (x1)(11)(y1)(0(3))+z(0(3))=0.(x-1)(-1-1) - (y-1)(0-(-3)) + z(0-(-3)) = 0. So, 2(x1)3(y1)+3z=0.-2(x-1) - 3(y-1) + 3z = 0. Expand: 2x+23y+3+3z=0-2x + 2 - 3y + 3 + 3z = 0 2x3y+3z+5=0.-2x - 3y + 3z + 5 = 0. Multiplying by 1-1, 2x+3y3z=5.2x + 3y - 3z = 5.

Answer: 2x+3y3z=52x + 3y - 3z = 5

Example 13: Plane Through Intersection

Find the equation of the plane passing through the intersection of x+y+z=6x+y+z=6 and 2x+3y+4z+5=02x+3y+4z+5=0 and the point (1,1,1)(1,1,1).

Solution: Step 1: Write the family of planes through the line of intersection: (x+y+z6)+λ(2x+3y+4z+5)=0.(x+y+z-6) + \lambda(2x+3y+4z+5) = 0.

Step 2: Since the required plane passes through (1,1,1)(1,1,1), substitute these coordinates: (1+1+16)+λ(2+3+4+5)=0.(1+1+1-6) + \lambda(2+3+4+5) = 0. This gives 3+14λ=0,-3 + 14\lambda = 0, so λ=314.\lambda = \frac{3}{14}.

Step 3: Substitute this value of λ\lambda into the family: (x+y+z6)+314(2x+3y+4z+5)=0.(x+y+z-6) + \frac{3}{14}(2x+3y+4z+5)=0. Multiply throughout by 14: 14(x+y+z6)+3(2x+3y+4z+5)=0.14(x+y+z-6) + 3(2x+3y+4z+5)=0. Expand: 14x+14y+14z84+6x+9y+12z+15=0.14x+14y+14z-84 + 6x+9y+12z+15 = 0. So, 20x+23y+26z69=0.20x + 23y + 26z - 69 = 0.

Answer: 20x+23y+26z=6920x + 23y + 26z = 69

Example 14: Coplanarity of Lines

Check if lines x12=y23=z34\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} and x45=y12=z1\frac{x-4}{5} = \frac{y-1}{2} = \frac{z}{1} are coplanar.

Solution: Step 1: From the first line, (x1,y1,z1)=(1,2,3),(a1,b1,c1)=(2,3,4).(x_1,y_1,z_1) = (1,2,3), \quad (a_1,b_1,c_1) = (2,3,4). From the second line, (x2,y2,z2)=(4,1,0),(a2,b2,c2)=(5,2,1).(x_2,y_2,z_2) = (4,1,0), \quad (a_2,b_2,c_2) = (5,2,1).

Step 2: Use the coplanarity determinant: x2x1y2y1z2z1a1b1c1a2b2c2=0.\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0. Substitute values: 313234521.\begin{vmatrix} 3 & -1 & -3 \\ 2 & 3 & 4 \\ 5 & 2 & 1 \end{vmatrix}.

Step 3: Expand: 3(3142)(1)(2145)+(3)(2235).3(3\cdot1 - 4\cdot2) - (-1)(2\cdot1 - 4\cdot5) + (-3)(2\cdot2 - 3\cdot5). That is, 3(38)+(220)3(415)3(3-8) + (2-20) - 3(4-15) =3(5)183(11)= 3(-5) - 18 - 3(-11) =1518+33=0.= -15 - 18 + 33 = 0.

Since the determinant is zero, the lines are coplanar.

Answer: Yes, the lines are coplanar.

Example 15: Angle Between Planes

Find the angle between the planes x+y+z=1x+y+z=1 and x2y+3z=1x-2y+3z=1.

Solution: Step 1: The normal vectors of the two planes are n1=(1,1,1),n2=(1,2,3).\vec{n}_1 = (1,1,1), \quad \vec{n}_2 = (1,-2,3).

Step 2: Compute the dot product: n1n2=1(1)+1(2)+1(3)=2.\vec{n}_1 \cdot \vec{n}_2 = 1(1) + 1(-2) + 1(3) = 2.

Step 3: Compute the magnitudes: n1=1+1+1=3,|\vec{n}_1| = \sqrt{1+1+1} = \sqrt{3}, n2=1+4+9=14.|\vec{n}_2| = \sqrt{1+4+9} = \sqrt{14}.

Step 4: Use the angle formula between planes: cosθ=n1n2n1n2=2314=242.\cos\theta = \left|\frac{\vec{n}_1 \cdot \vec{n}_2}{|\vec{n}_1||\vec{n}_2|}\right| = \frac{2}{\sqrt{3}\sqrt{14}} = \frac{2}{\sqrt{42}}. Hence, θ=cos1(242).\theta = \cos^{-1}\left(\frac{2}{\sqrt{42}}\right).

Answer: cos1(2/42)\cos^{-1}(2/\sqrt{42})

Example 16: Angle Between Line and Plane

Find the angle between the line x+12=y3=z36\frac{x+1}{2} = \frac{y}{3} = \frac{z-3}{6} and the plane 10x+2y11z=310x + 2y - 11z = 3.

Solution: Step 1: The direction vector of the line is b=(2,3,6),\vec{b} = (2,3,6), and the normal vector of the plane is n=(10,2,11).\vec{n} = (10,2,-11).

Step 2: Compute the dot product: bn=2(10)+3(2)+6(11)=20+666=40.\vec{b}\cdot\vec{n} = 2(10) + 3(2) + 6(-11) = 20 + 6 - 66 = -40.

Step 3: Compute the magnitudes: b=4+9+36=7,|\vec{b}| = \sqrt{4+9+36} = 7, n=100+4+121=225=15.|\vec{n}| = \sqrt{100+4+121} = \sqrt{225} = 15.

Step 4: Use the formula for the angle ϕ\phi between a line and a plane: sinϕ=bnbn=40715=40105=821.\sin\phi = \left|\frac{\vec{b}\cdot\vec{n}}{|\vec{b}||\vec{n}|}\right| = \frac{40}{7\cdot15} = \frac{40}{105} = \frac{8}{21}. Thus, ϕ=sin1(821).\phi = \sin^{-1}\left(\frac{8}{21}\right).

Answer: sin1(8/21)\sin^{-1}(8/21)

Example 17: Distance of Point from Plane

Find the distance of the point (2,5,3)(2, 5, -3) from the plane r(6i^3j^+2k^)=4\vec{r} \cdot (6\hat{i} - 3\hat{j} + 2\hat{k}) = 4.

Solution: Step 1: Convert the vector equation into Cartesian form: 6x3y+2z=4    6x3y+2z4=0.6x - 3y + 2z = 4 \implies 6x - 3y + 2z - 4 = 0. So, A=6,B=3,C=2,D=4.A=6, \quad B=-3, \quad C=2, \quad D=-4. The point is (2,5,3).(2,5,-3).

Step 2: Use the distance formula: d=6(2)3(5)+2(3)462+(3)2+22.d = \frac{|6(2) - 3(5) + 2(-3) - 4|}{\sqrt{6^2 + (-3)^2 + 2^2}}.

Step 3: Simplify the numerator: 121564=13=13.|12 - 15 - 6 - 4| = |-13| = 13.

Step 4: Simplify the denominator: 36+9+4=49=7.\sqrt{36+9+4} = \sqrt{49} = 7.

Step 5: Therefore, d=137.d = \frac{13}{7}.

Answer: 137\frac{13}{7}

Example 18: Distance Between Parallel Planes

Find the distance between the parallel planes 2xy+3z+4=02x - y + 3z + 4 = 0 and 2xy+3z10=02x - y + 3z - 10 = 0.

Solution: Step 1: Since the coefficients of x,y,zx,y,z are the same, the planes are parallel. Use the formula d=d1d2A2+B2+C2.d = \frac{|d_1-d_2|}{\sqrt{A^2+B^2+C^2}}. Here, A=2,B=1,C=3,d1=4,d2=10.A=2, \quad B=-1, \quad C=3, \quad d_1=4, \quad d_2=-10.

Step 2: Compute the numerator: 4(10)=14.|4 - (-10)| = 14.

Step 3: Compute the denominator: 22+(1)2+32=4+1+9=14.\sqrt{2^2 + (-1)^2 + 3^2} = \sqrt{4+1+9} = \sqrt{14}.

Step 4: Therefore, d=1414=14.d = \frac{14}{\sqrt{14}} = \sqrt{14}.

Answer: 14\sqrt{14}

Example 19: Foot of the Perpendicular

Find the coordinates of the foot of the perpendicular from (1,1,1)(1, 1, 1) to the plane x+2y+3z=2x + 2y + 3z = 2.

Solution: Step 1: The normal vector of the plane is (1,2,3).(1,2,3). So the perpendicular line through (1,1,1)(1,1,1) is x11=y12=z13=λ.\frac{x-1}{1} = \frac{y-1}{2} = \frac{z-1}{3} = \lambda.

Step 2: A general point on this line is Q(λ+1, 2λ+1, 3λ+1).Q(\lambda+1,\ 2\lambda+1,\ 3\lambda+1).

Step 3: Since QQ lies on the plane, substitute into x+2y+3z=2.x+2y+3z=2. So, (λ+1)+2(2λ+1)+3(3λ+1)=2.(\lambda+1) + 2(2\lambda+1) + 3(3\lambda+1) = 2. Simplify: λ+1+4λ+2+9λ+3=2\lambda+1 + 4\lambda+2 + 9\lambda+3 = 2 14λ+6=214\lambda + 6 = 2 14λ=414\lambda = -4 λ=27.\lambda = -\frac{2}{7}.

Step 4: Substitute back: x=127=57,x = 1-\frac{2}{7} = \frac{5}{7}, y=147=37,y = 1-\frac{4}{7} = \frac{3}{7}, z=167=17.z = 1-\frac{6}{7} = \frac{1}{7}.

Answer: (57,37,17)\left(\frac{5}{7},\frac{3}{7},\frac{1}{7}\right)

JEE Main Standard

Example 20: Image of a Point in a Plane

Find the image of the point (3,1,2)(3, 1, 2) in the plane 2xy+z+4=02x - y + z + 4 = 0.

Solution: Step 1: The normal vector of the plane is (2,1,1).(2,-1,1). Hence the line through (3,1,2)(3,1,2) perpendicular to the plane is x32=y11=z21=λ.\frac{x-3}{2} = \frac{y-1}{-1} = \frac{z-2}{1} = \lambda. A general point on this line is Q(2λ+3, λ+1, λ+2).Q(2\lambda+3,\ -\lambda+1,\ \lambda+2).

Step 2: Since QQ is the foot of the perpendicular, it must lie on the plane: 2(2λ+3)(λ+1)+(λ+2)+4=0.2(2\lambda+3) - (-\lambda+1) + (\lambda+2) + 4 = 0. Simplify: 4λ+6+λ1+λ+2+4=04\lambda+6 + \lambda-1 + \lambda+2 + 4 = 0 6λ+11=06\lambda + 11 = 0 λ=116.\lambda = -\frac{11}{6}.

Step 3: Therefore the foot of the perpendicular is Q(2(116)+3, (116)+1, 116+2)Q\left(2\left(-\frac{11}{6}\right)+3,\ -\left(-\frac{11}{6}\right)+1,\ -\frac{11}{6}+2\right) =(23, 176, 16).= \left(-\frac{2}{3},\ \frac{17}{6},\ \frac{1}{6}\right).

Step 4: Let the image point be P(x,y,z)P'(x',y',z'). Since QQ is the midpoint of PPPP', we have x=2Qx3,y=2Qy1,z=2Qz2.x' = 2Q_x - 3, \quad y' = 2Q_y - 1, \quad z' = 2Q_z - 2. So, x=2(23)3=433=133,x' = 2\left(-\frac{2}{3}\right) - 3 = -\frac{4}{3} - 3 = -\frac{13}{3}, y=2(176)1=1731=143,y' = 2\left(\frac{17}{6}\right) - 1 = \frac{17}{3} - 1 = \frac{14}{3}, z=2(16)2=132=53.z' = 2\left(\frac{1}{6}\right) - 2 = \frac{1}{3} - 2 = -\frac{5}{3}.

Answer: (133, 143, 53)\left(-\frac{13}{3},\ \frac{14}{3},\ -\frac{5}{3}\right)

Example 21: Line Intersection with Plane

Find the distance of the point (1,5,10)(-1, -5, -10) from the point of intersection of the line x23=y+14=z212\frac{x-2}{3} = \frac{y+1}{4} = \frac{z-2}{12} and the plane xy+z=5x - y + z = 5.

Solution: Step 1: Write the general point on the line by taking the common parameter as λ\lambda: x=3λ+2,y=4λ1,z=12λ+2.x = 3\lambda + 2, \quad y = 4\lambda - 1, \quad z = 12\lambda + 2. So the general point is Q(3λ+2, 4λ1, 12λ+2).Q(3\lambda+2,\ 4\lambda-1,\ 12\lambda+2).

Step 2: Since the point of intersection lies on the plane xy+z=5x-y+z=5, substitute: (3λ+2)(4λ1)+(12λ+2)=5.(3\lambda+2) - (4\lambda-1) + (12\lambda+2) = 5. Simplify: 3λ+24λ+1+12λ+2=53\lambda + 2 - 4\lambda + 1 + 12\lambda + 2 = 5 11λ+5=511\lambda + 5 = 5 λ=0.\lambda = 0.

Step 3: Therefore the intersection point is Q(2,1,2).Q(2,-1,2).

Step 4: Find the distance from P(1,5,10)P(-1,-5,-10) to Q(2,1,2)Q(2,-1,2): PQ=(2+1)2+(1+5)2+(2+10)2PQ = \sqrt{(2+1)^2 + (-1+5)^2 + (2+10)^2} =32+42+122=9+16+144=169=13.= \sqrt{3^2 + 4^2 + 12^2} = \sqrt{9+16+144} = \sqrt{169} = 13.

Answer: 1313

Example 22: Shortest Distance with Parameter

If the shortest distance between the lines x1α=y+11=z1\frac{x-1}{\alpha} = \frac{y+1}{-1} = \frac{z}{1} and x+12=y21=z12\frac{x+1}{2} = \frac{y-2}{1} = \frac{z-1}{2} is 1/31/\sqrt{3}, find α\alpha.

Solution: Step 1: Write the two lines in vector-data form. For the first line, a1=(1,1,0),b1=(α,1,1).\vec{a}_1 = (1,-1,0), \quad \vec{b}_1 = (\alpha,-1,1). For the second line, a2=(1,2,1),b2=(2,1,2).\vec{a}_2 = (-1,2,1), \quad \vec{b}_2 = (2,1,2).

Step 2: Compute the vector joining the chosen points: a2a1=(2,3,1).\vec{a}_2 - \vec{a}_1 = (-2,3,1).

Step 3: Compute the cross product: b1×b2=i^j^k^α11212.\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \alpha & -1 & 1 \\ 2 & 1 & 2 \end{vmatrix}. Expanding, b1×b2=i^((1)(2)1(1))j^(α212)+k^(α1(1)2).\vec{b}_1 \times \vec{b}_2 = \hat{i}((-1)(2)-1(1)) - \hat{j}(\alpha\cdot2 - 1\cdot2) + \hat{k}(\alpha\cdot1 - (-1)\cdot2). Thus, b1×b2=(3, 22α, α+2).\vec{b}_1 \times \vec{b}_2 = (-3,\ 2-2\alpha,\ \alpha+2).

Step 4: Compute the numerator of the shortest distance formula: (a2a1)(b1×b2)(\vec{a}_2-\vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) =(2,3,1)(3, 22α, α+2)= (-2,3,1)\cdot(-3,\ 2-2\alpha,\ \alpha+2) =6+3(22α)+(α+2)= 6 + 3(2-2\alpha) + (\alpha+2) =6+66α+α+2=145α.= 6 + 6 - 6\alpha + \alpha + 2 = 14 - 5\alpha. So the numerator is 145α.|14 - 5\alpha|.

Step 5: Compute the denominator: b1×b2=(3)2+(22α)2+(α+2)2.|\vec{b}_1 \times \vec{b}_2| = \sqrt{(-3)^2 + (2-2\alpha)^2 + (\alpha+2)^2}. This becomes 9+(48α+4α2)+(α2+4α+4)\sqrt{9 + (4 - 8\alpha + 4\alpha^2) + (\alpha^2 + 4\alpha + 4)} =5α24α+17.= \sqrt{5\alpha^2 - 4\alpha + 17}.

Step 6: Use the given shortest distance: 145α5α24α+17=13.\frac{|14-5\alpha|}{\sqrt{5\alpha^2 - 4\alpha + 17}} = \frac{1}{\sqrt{3}}. Squaring both sides, (145α)25α24α+17=13.\frac{(14-5\alpha)^2}{5\alpha^2 - 4\alpha + 17} = \frac{1}{3}. So, 3(145α)2=5α24α+17.3(14-5\alpha)^2 = 5\alpha^2 - 4\alpha + 17. Expanding, 3(196140α+25α2)=5α24α+173(196 - 140\alpha + 25\alpha^2) = 5\alpha^2 - 4\alpha + 17 588420α+75α2=5α24α+17.588 - 420\alpha + 75\alpha^2 = 5\alpha^2 - 4\alpha + 17. Rearranging, 70α2416α+571=0.70\alpha^2 - 416\alpha + 571 = 0.

Step 7: Solve the quadratic: α=416±4162470571140.\alpha = \frac{416 \pm \sqrt{416^2 - 4\cdot70\cdot571}}{140}. This gives α=10435±336670.\alpha = \frac{104}{35} \pm \frac{3\sqrt{366}}{70}.

Answer: α=10435±336670\alpha = \frac{104}{35} \pm \frac{3\sqrt{366}}{70}

Example 23: Plane Containing Two Lines

Find the equation of the plane containing the lines r=i^+j^+λ(i^+2j^k^)\vec{r} = \hat{i} + \hat{j} + \lambda(\hat{i} + 2\hat{j} - \hat{k}) and r=i^+j^+μ(i^+j^2k^)\vec{r} = \hat{i} + \hat{j} + \mu(-\hat{i} + \hat{j} - 2\hat{k}).

Solution: Step 1: Both lines pass through the common point (1,1,0).(1,1,0). So this point lies on the required plane.

Step 2: The direction vectors of the two lines are b1=(1,2,1),b2=(1,1,2).\vec{b}_1 = (1,2,-1), \quad \vec{b}_2 = (-1,1,-2).

Step 3: A normal vector to the plane is n=b1×b2.\vec{n} = \vec{b}_1 \times \vec{b}_2. Compute: n=i^j^k^121112\vec{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -1 \\ -1 & 1 & -2 \end{vmatrix} =i^((4)(1))j^((2)1)+k^(1(2))= \hat{i}((-4)-(-1)) - \hat{j}((-2)-1) + \hat{k}(1-(-2)) =3i^+3j^+3k^.= -3\hat{i} + 3\hat{j} + 3\hat{k}. This simplifies to the normal vector (1,1,1).(1,-1,-1).

Step 4: Use the point-normal form through (1,1,0)(1,1,0): 1(x1)1(y1)1(z0)=0.1(x-1) - 1(y-1) - 1(z-0) = 0. Simplifying, x1y+1z=0x - 1 - y + 1 - z = 0 xyz=0.x - y - z = 0.

Answer: xyz=0x - y - z = 0

Example 24: Plane Passing Through Line and Point

Find the equation of the plane containing the line x+13=y32=z+21\frac{x+1}{-3} = \frac{y-3}{2} = \frac{z+2}{1} and the point (0,7,7)(0,7,-7).

Solution: Step 1: A point on the line is obtained by taking the parameter as 0: A(1,3,2).A(-1,3,-2). The given external point is B(0,7,7).B(0,7,-7).

Step 2: The direction vector of the given line is b=(3,2,1).\vec{b} = (-3,2,1). The vector joining the point on the line to the given point is AB=(0(1), 73, 7(2))=(1,4,5).\vec{AB} = (0-(-1),\ 7-3,\ -7-(-2)) = (1,4,-5).

Step 3: A normal vector to the required plane is n=AB×b.\vec{n} = \vec{AB} \times \vec{b}. So, n=i^j^k^145321\vec{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 4 & -5 \\ -3 & 2 & 1 \end{vmatrix} =i^(4(10))j^(115)+k^(2(12))= \hat{i}(4-(-10)) - \hat{j}(1-15) + \hat{k}(2-(-12)) =14i^+14j^+14k^.= 14\hat{i} + 14\hat{j} + 14\hat{k}. So a simplified normal vector is (1,1,1).(1,1,1).

Step 4: Use point-normal form through B(0,7,7)B(0,7,-7): 1(x0)+1(y7)+1(z+7)=0.1(x-0) + 1(y-7) + 1(z+7) = 0. This simplifies to x+y+z=0.x + y + z = 0.

Answer: x+y+z=0x + y + z = 0

Example 25: Family of Planes

Find the equation of the plane through the intersection of planes 3xy+2z4=03x - y + 2z - 4 = 0 and x+y+z2=0x + y + z - 2 = 0 and the point (2,2,1)(2, 2, 1).

Solution: Step 1: The family of planes through the line of intersection is (3xy+2z4)+λ(x+y+z2)=0.(3x - y + 2z - 4) + \lambda(x + y + z - 2) = 0.

Step 2: Since the required plane passes through (2,2,1)(2,2,1), substitute these values: (322+214)+λ(2+2+12)=0.(3\cdot2 - 2 + 2\cdot1 - 4) + \lambda(2 + 2 + 1 - 2) = 0. So, (62+24)+3λ=0(6 - 2 + 2 - 4) + 3\lambda = 0 2+3λ=02 + 3\lambda = 0 λ=23.\lambda = -\frac{2}{3}.

Step 3: Substitute this value into the family: (3xy+2z4)23(x+y+z2)=0.(3x - y + 2z - 4) - \frac{2}{3}(x + y + z - 2) = 0. Multiply by 3: 3(3xy+2z4)2(x+y+z2)=0.3(3x - y + 2z - 4) - 2(x + y + z - 2) = 0. Expand: 9x3y+6z122x2y2z+4=0.9x - 3y + 6z - 12 - 2x - 2y - 2z + 4 = 0. Thus, 7x5y+4z8=0.7x - 5y + 4z - 8 = 0.

Answer: 7x5y+4z=87x - 5y + 4z = 8

Example 26: Projection of a Line on a Plane

Find the projection of the line x12=y13=z+11\frac{x-1}{2} = \frac{y-1}{3} = \frac{z+1}{-1} on the plane x+y+z=1x+y+z=1.

Solution: Step 1: First find the point where the given line meets the plane. Take the common parameter as λ\lambda: x=2λ+1,y=3λ+1,z=λ1.x = 2\lambda + 1, \quad y = 3\lambda + 1, \quad z = -\lambda - 1. Substitute into the plane equation: (2λ+1)+(3λ+1)+(λ1)=1.(2\lambda+1) + (3\lambda+1) + (-\lambda-1) = 1. This gives 4λ+1=1    λ=0.4\lambda + 1 = 1 \implies \lambda = 0. So the line meets the plane at P(1,1,1).P(1,1,-1).

Step 2: Choose another point on the line by taking λ=1\lambda=1: A(3,4,2).A(3,4,-2). Now project this point perpendicularly onto the plane.

Step 3: Since the plane is x+y+z=1,x+y+z=1, its normal vector is (1,1,1).(1,1,1). The perpendicular through A(3,4,2)A(3,4,-2) is x31=y41=z+21=μ.\frac{x-3}{1} = \frac{y-4}{1} = \frac{z+2}{1} = \mu. So a general point on this perpendicular is B(μ+3, μ+4, μ2).B(\mu+3,\ \mu+4,\ \mu-2).

Step 4: Since BB lies on the plane, (μ+3)+(μ+4)+(μ2)=1.(\mu+3) + (\mu+4) + (\mu-2) = 1. Thus, 3μ+5=1    3μ=4    μ=43.3\mu + 5 = 1 \implies 3\mu = -4 \implies \mu = -\frac{4}{3}. Hence, B=(53, 83, 103).B = \left(\frac{5}{3},\ \frac{8}{3},\ -\frac{10}{3}\right).

Step 5: The projection of the original line on the plane is the line through points PP and BB. Its direction ratios are (531, 831, 103+1)=(23, 53, 73),\left(\frac{5}{3}-1,\ \frac{8}{3}-1,\ -\frac{10}{3}+1\right) = \left(\frac{2}{3},\ \frac{5}{3},\ -\frac{7}{3}\right), which are proportional to (2,5,7).(2,5,-7).

Step 6: Therefore, the Cartesian equation of the projected line is x12=y15=z+17.\frac{x-1}{2} = \frac{y-1}{5} = \frac{z+1}{-7}.

Answer: x12=y15=z+17\frac{x-1}{2} = \frac{y-1}{5} = \frac{z+1}{-7}

Example 27: Distance Measured Parallel to a Plane

Find the distance of the point (2,3,4)(2,3,4) from the line x+33=y26=z2\frac{x+3}{3} = \frac{y-2}{6} = \frac{z}{2} measured parallel to the plane 3x+2y+2z5=03x + 2y + 2z - 5 = 0.

Solution: Step 1: Let the required point on the given line be Q(3λ3, 6λ+2, 2λ).Q(3\lambda-3,\ 6\lambda+2,\ 2\lambda). The given point is P(2,3,4).P(2,3,4). So, PQ=(3λ5, 6λ1, 2λ4).\vec{PQ} = (3\lambda-5,\ 6\lambda-1,\ 2\lambda-4).

Step 2: The distance is measured parallel to the plane 3x+2y+2z5=0.3x + 2y + 2z - 5 = 0. Hence the segment PQPQ must be parallel to the plane. Therefore, PQ\vec{PQ} must be perpendicular to the normal vector of the plane, (3,2,2).(3,2,2). So, (3λ5, 6λ1, 2λ4)(3,2,2)=0.(3\lambda-5,\ 6\lambda-1,\ 2\lambda-4) \cdot (3,2,2) = 0.

Step 3: Compute the dot product: 3(3λ5)+2(6λ1)+2(2λ4)=03(3\lambda-5) + 2(6\lambda-1) + 2(2\lambda-4) = 0 9λ15+12λ2+4λ8=09\lambda - 15 + 12\lambda - 2 + 4\lambda - 8 = 0 25λ25=025\lambda - 25 = 0 λ=1.\lambda = 1.

Step 4: Therefore, Q=(0,8,2).Q = (0,8,2).

Step 5: Find the distance: PQ=(02)2+(83)2+(24)2PQ = \sqrt{(0-2)^2 + (8-3)^2 + (2-4)^2} =4+25+4=33.= \sqrt{4+25+4} = \sqrt{33}.

Answer: 33\sqrt{33}

Example 28: Equation of Angle Bisector

Find the direction ratios of the angle bisectors of two lines with direction vectors b1\vec{b}_1 and b2\vec{b}_2.

Solution: Step 1: Let the unit vectors in the directions of the two lines be b^1=b1b1,b^2=b2b2.\hat{b}_1 = \frac{\vec{b}_1}{|\vec{b}_1|}, \quad \hat{b}_2 = \frac{\vec{b}_2}{|\vec{b}_2|}.

Step 2: The internal and external angle bisectors are obtained by adding and subtracting these unit vectors. This is because a bisector must make equal angles with both given directions. Therefore, the direction vectors of the two bisectors are parallel to b^1+b^2\hat{b}_1 + \hat{b}_2 and b^1b^2.\hat{b}_1 - \hat{b}_2.

Step 3: Hence the direction ratios of the bisectors are proportional to the components of these vectors.

Answer: Direction ratios are proportional to b^1±b^2\hat{b}_1 \pm \hat{b}_2

Example 29: Locus of a Point

Find the locus of a point whose sum of squares of distances from the coordinate planes is d2d^2.

Solution: Step 1: Let the moving point be P(x,y,z).P(x,y,z).

Step 2: The three coordinate planes are:

  • yz-plane: x=0x=0
  • xz-plane: y=0y=0
  • xy-plane: z=0z=0

Step 3: The perpendicular distances of P(x,y,z)P(x,y,z) from these planes are respectively x,y,z.|x|, \quad |y|, \quad |z|.

Step 4: The sum of squares of these distances is therefore x2+y2+z2.x^2 + y^2 + z^2. Given that this equals d2d^2, we get x2+y2+z2=d2.x^2 + y^2 + z^2 = d^2.

Step 5: This is the standard equation of a sphere with centre at the origin and radius dd.

Answer: x2+y2+z2=d2x^2 + y^2 + z^2 = d^2