Vardaan Watermark
Vardaan Learning Institute
Created by Team Vardaan with Powered by VARDAAN COMET

Chapter 11: Three Dimensional Geometry

Dear Class 12 Student! Three Dimensional Geometry seamlessly elevates Vector Algebra into geometric coordinate space. For the CBSE Class 12 Board Examination, the curriculum has been streamlined: the chapter concentrates centrally on the geometry of Straight Lines in Space (Direction Cosines & Ratios, Cartesian & Vector forms, Angle between lines, Shortest Distance between Skew/Parallel lines, Coplanarity, and Foot of Perpendicular). The "Planes" portion has been completely rationalised from the CBSE syllabus, allowing you to master straight lines with 100% precision.

1. Direction Cosines and Direction Ratios of a Line

In three-dimensional space, the orientation of any directed line is uniquely governed by the angles it forms with the positive coordinate axes.

Z axis X axis Y axis O P (x, y, z) r = OP γ β α
Figure 1.1: Position vector $\vec{OP}$ making direction angles $\alpha, \beta, \gamma$ with the coordinate axes.
Definitions & Fundamental Relations

1. Direction Angles ($\alpha, \beta, \gamma$): The angles made by a directed line $L$ with the positive directions of $x$, $y$, and $z$ axes respectively, where $0 \le \alpha, \beta, \gamma \le \pi$.

2. Direction Cosines (DCs - $l, m, n$): The cosines of these direction angles:
$$ l = \cos\alpha, \quad m = \cos\beta, \quad n = \cos\gamma $$ Fundamental Identity: $$\mathbf{l^2 + m^2 + n^2 = 1} \quad \iff \quad \cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1$$ Important Consequence (Frequently tested in 1-mark board MCQs): $$\begin{aligned} \sin^2\alpha + \sin^2\beta + \sin^2\gamma &= (1 - \cos^2\alpha) + (1 - \cos^2\beta) + (1 - \cos^2\gamma) \\ &= 3 - (l^2 + m^2 + n^2) = 3 - 1 = \mathbf{2} \end{aligned}$$

3. Direction Ratios (DRs - $a, b, c$): Any three numbers proportional to the direction cosines $l, m, n$. That is:
$$ \frac{l}{a} = \frac{m}{b} = \frac{n}{c} = \pm \frac{1}{\sqrt{a^2 + b^2 + c^2}} $$ Hence, given direction ratios $a, b, c$, the direction cosines are: $$\begin{aligned} l &= \pm \frac{a}{\sqrt{a^2 + b^2 + c^2}}, \quad m = \pm \frac{b}{\sqrt{a^2 + b^2 + c^2}}, \\ n &= \pm \frac{c}{\sqrt{a^2 + b^2 + c^2}} \end{aligned}$$

4. Line Passing through Two Points $P(x_1, y_1, z_1)$ and $Q(x_2, y_2, z_2)$:
- Direction ratios of line $PQ$: $\mathbf{a = x_2 - x_1, \; b = y_2 - y_1, \; c = z_2 - z_1}$
- Length $PQ = |\vec{PQ}| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$
- Direction cosines of line $PQ$: $$ l = \frac{x_2 - x_1}{PQ}, \quad m = \frac{y_2 - y_1}{PQ}, \quad n = \frac{z_2 - z_1}{PQ} $$

Board Exam Distinction Tip Direction Cosines vs Direction Ratios:
- Direction cosines $(l, m, n)$ are unique for a directed line (up to a sign for an undirected line), and their sum of squares must strictly equal 1.
- Direction ratios $(a, b, c)$ are infinitely many (any non-zero scalar multiple $ka, kb, kc$ works), and $a^2 + b^2 + c^2$ does not necessarily equal 1.
- The unit vector in the direction of the line is simply: $\mathbf{\hat{u} = l\hat{i} + m\hat{j} + n\hat{k}}$.
Board Question 1: Direction Angles (1 Mark) Question: If a line makes angles $90^\circ, 135^\circ, 45^\circ$ with the $x, y$ and $z$ axes respectively, find its direction cosines.
Step-by-step Board Solution:
Given direction angles are $\alpha = 90^\circ$, $\beta = 135^\circ$, and $\gamma = 45^\circ$.
The direction cosines $l, m, n$ are given by:
1. $l = \cos\alpha = \cos 90^\circ = 0$
2. $m = \cos\beta = \cos 135^\circ = \cos(180^\circ - 45^\circ) = -\cos 45^\circ = -\frac{1}{\sqrt{2}}$
3. $n = \cos\gamma = \cos 45^\circ = \frac{1}{\sqrt{2}}$
Check: $l^2 + m^2 + n^2 = 0^2 + \left(-\frac{1}{\sqrt{2}}\right)^2 + \left(\frac{1}{\sqrt{2}}\right)^2 = 0 + \frac{1}{2} + \frac{1}{2} = 1$. (Verified)
Answer: The direction cosines of the line are $\mathbf{\left(0, -\frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}\right)}$.

2. Equation of a Straight Line in Space

A straight line in three-dimensional space is uniquely determined under two geometric conditions:

Equation of a Straight Line in Space
Figure 2.1: Line $L$ passing through point $A(\vec{a})$ and parallel to given vector $\vec{b}$.
Case A: Point-Direction Form

Equation of a line passing through a given point $A(x_1, y_1, z_1)$ with position vector $\vec{a}$ and parallel to a given vector $\vec{b} = a\hat{i} + b\hat{j} + c\hat{k}$ (having direction ratios $a, b, c$):

Vector Equation: $$\mathbf{\vec{r} = \vec{a} + \lambda\vec{b}}, \quad \lambda \in \mathbb{R}$$

Cartesian (Symmetric) Equation: $$\mathbf{\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}}$$

Note: If direction cosines $l, m, n$ are used instead of ratios, the equation is: $$\frac{x - x_1}{l} = \frac{y - y_1}{m} = \frac{z - z_1}{n} = r$$ where $|r|$ represents the actual directed distance from point $(x_1, y_1, z_1)$ to any point $(x, y, z)$ on the line.

Case B: Two-Point Form

Equation of a line passing through two distinct points $A(x_1, y_1, z_1)$ and $B(x_2, y_2, z_2)$ with position vectors $\vec{a}$ and $\vec{b}$ respectively:

Vector Equation: $$\mathbf{\vec{r} = \vec{a} + \lambda(\vec{b} - \vec{a})}, \quad \lambda \in \mathbb{R}$$

Cartesian Equation: $$\mathbf{\frac{x - x_1}{x_2 - x_1} = \frac{y - y_1}{y_2 - y_1} = \frac{z - z_1}{z_2 - z_1}}$$

Crucial Board Alert: Standard vs Non-Standard Forms

In CBSE Board questions, lines are frequently given in non-standard Cartesian forms designed to trap students. In the standard Cartesian form: $$\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}$$ The coefficients of $x, y, z$ MUST BE EXACTLY $+1$.

Example: Convert $\frac{6 - 3x}{2} = 4y - 1 = \frac{1 - z}{5}$ into standard form:
- Term 1: $\frac{-3(x - 2)}{2} = \frac{x - 2}{-2/3}$
- Term 2: $\frac{4(y - 1/4)}{1} = \frac{y - 1/4}{1/4}$
- Term 3: $\frac{-(z - 1)}{5} = \frac{z - 1}{-5}$
Standard Form: $\frac{x - 2}{-2/3} = \frac{y - 1/4}{1/4} = \frac{z - 1}{-5} \implies \mathbf{\frac{x - 2}{-8} = \frac{y - 1/4}{3} = \frac{z - 1}{-60}}$ (multiplying DRs by 12).

Coordinates of a General Point on a Line

To find the coordinates of any arbitrary point on the line $\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}$, equate each ratio to a scalar parameter $\lambda$:

$$\frac{x - x_1}{a} = \lambda \implies x = a\lambda + x_1$$ $$\frac{y - y_1}{b} = \lambda \implies y = b\lambda + y_1$$ $$\frac{z - z_1}{c} = \lambda \implies z = c\lambda + z_1$$

The general point is $\mathbf{(a\lambda + x_1, \; b\lambda + y_1, \; c\lambda + z_1)}$. This parametric representation is the master key to solving intersection, foot of perpendicular, and reflection problems.

3. Collinearity of Three Points

Methods to Prove Collinearity

Three given points $A(x_1, y_1, z_1)$, $B(x_2, y_2, z_2)$, and $C(x_3, y_3, z_3)$ are collinear if:

Board Question 2: Collinearity Check (2 Marks) Question: Show that the points $P(2, 3, 4)$, $Q(-1, -2, 1)$, and $R(5, 8, 7)$ are collinear.
Step-by-step Board Solution:
1. Direction ratios of segment $PQ$ ($a_1, b_1, c_1$):
$a_1 = -1 - 2 = -3, \quad b_1 = -2 - 3 = -5, \quad c_1 = 1 - 4 = -3$
So DRs of $PQ$ are $(-3, -5, -3)$ or $(3, 5, 3)$.

2. Direction ratios of segment $QR$ ($a_2, b_2, c_2$):
$a_2 = 5 - (-1) = 6, \quad b_2 = 8 - (-2) = 10, \quad c_2 = 7 - 1 = 6$
So DRs of $QR$ are $(6, 10, 6)$.

3. Check proportionality of direction ratios:
$\frac{a_1}{a_2} = \frac{-3}{6} = -\frac{1}{2}, \quad \frac{b_1}{b_2} = \frac{-5}{10} = -\frac{1}{2}, \quad \frac{c_1}{c_2} = \frac{-3}{6} = -\frac{1}{2}$
Since $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$, the lines $PQ$ and $QR$ are parallel. Since point $Q$ is common to both segments, the points $P, Q,$ and $R$ must lie along the same straight line. Hence, $P, Q, R$ are collinear.

4. Angle Between Two Lines

The acute angle $\theta$ between two lines is equal to the angle between their respective direction vectors $\vec{b_1}$ and $\vec{b_2}$.

Formulas for Angle $\theta$

Vector Form: For lines $\vec{r} = \vec{a_1} + \lambda\vec{b_1}$ and $\vec{r} = \vec{a_2} + \mu\vec{b_2}$:
$$\mathbf{\cos\theta = \left| \frac{\vec{b_1} \cdot \vec{b_2}}{|\vec{b_1}| |\vec{b_2}|} \right|}$$

Cartesian Form: For lines with direction ratios $(a_1, b_1, c_1)$ and $(a_2, b_2, c_2)$:
$$\mathbf{\cos\theta = \left| \frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{a_1^2 + b_1^2 + c_1^2} \sqrt{a_2^2 + b_2^2 + c_2^2}} \right|}$$

Critical Orthogonality & Parallelism Conditions:
- Perpendicular Lines ($\theta = 90^\circ$): $\vec{b_1} \cdot \vec{b_2} = 0 \iff \mathbf{a_1 a_2 + b_1 b_2 + c_1 c_2 = 0}$
- Parallel Lines ($\theta = 0^\circ$): $\vec{b_1} = k\vec{b_2} \iff \mathbf{\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}}$

Board Question 3: Unknown Parameter for Orthogonality (3 Marks) Question: Find the value of $k$ so that the lines $\frac{x - 1}{-3} = \frac{y - 2}{2k} = \frac{z - 3}{2}$ and $\frac{x - 1}{3k} = \frac{y - 1}{1} = \frac{6 - z}{5}$ are perpendicular to each other.
Step-by-step Board Solution:
1. Standardise Line Equations:
- Line 1: $\frac{x - 1}{-3} = \frac{y - 2}{2k} = \frac{z - 3}{2}$. Already in standard form.
Direction ratios: $a_1 = -3, \; b_1 = 2k, \; c_1 = 2$.

- Line 2: $\frac{x - 1}{3k} = \frac{y - 1}{1} = \frac{6 - z}{5}$.
Rewrite the third ratio: $\frac{6 - z}{5} = \frac{-(z - 6)}{5} = \frac{z - 6}{-5}$.
Direction ratios: $a_2 = 3k, \; b_2 = 1, \; c_2 = -5$.

2. Apply Condition for Perpendicularity:
$a_1 a_2 + b_1 b_2 + c_1 c_2 = 0$
$(-3)(3k) + (2k)(1) + (2)(-5) = 0$
$-9k + 2k - 10 = 0$
$-7k = 10 \implies \mathbf{k = -\frac{10}{7}}$.

5. Shortest Distance Between Two Lines (5-Mark CBSE Guarantee)

In 3D space, two straight lines can be parallel, intersecting, or skew. Lines that are neither parallel nor intersecting are called Skew Lines. They lie in non-parallel, distinct planes.

Plane 1 A (a₁) L₁: r = a₁ + λb₁ Plane 2 B (a₂) L₂: r = a₂ + μb₂ S T Shortest Distance d n-vector ∥ (b₁ × b₂)
Figure 5.1: Skew lines $L_1$ and $L_2$ with common perpendicular segment $ST$ measuring shortest distance $d$.
Shortest Distance Formulas

1. Between Two Skew Lines:
For $L_1: \vec{r} = \vec{a_1} + \lambda\vec{b_1}$ and $L_2: \vec{r} = \vec{a_2} + \mu\vec{b_2}$:
$$\mathbf{d = \left| \frac{(\vec{b_1} \times \vec{b_2}) \cdot (\vec{a_2} - \vec{a_1})}{|\vec{b_1} \times \vec{b_2}|} \right|}$$

Cartesian Determinant Form:
For $L_1: \frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1}$ and $L_2: \frac{x - x_2}{a_2} = \frac{y - y_2}{b_2} = \frac{z - z_2}{c_2}$:
$$\mathbf{d = \frac{\left| \begin{matrix} 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{matrix} \right|}{\sqrt{(b_1 c_2 - b_2 c_1)^2 + (c_1 a_2 - c_2 a_1)^2 + (a_1 b_2 - a_2 b_1)^2}}}$$

2. Between Two Parallel Lines:
If lines are parallel, their direction vectors are identical or scalar multiples: $L_1: \vec{r} = \vec{a_1} + \lambda\vec{b}$ and $L_2: \vec{r} = \vec{a_2} + \mu\vec{b}$:
$$\mathbf{d = \left| \frac{\vec{b} \times (\vec{a_2} - \vec{a_1})}{|\vec{b}|} \right|}$$

Board Strategy: Skew vs Parallel Lines Before calculating shortest distance, ALWAYS inspect the direction vectors $\vec{b_1}$ and $\vec{b_2}$:
- If $\vec{b_1} \propto \vec{b_2}$, the lines are parallel. You MUST use the cross-product formula $\left|\frac{\vec{b} \times (\vec{a_2} - \vec{a_1})}{|\vec{b}|}\right|$. Applying the skew formula will yield $\vec{b_1} \times \vec{b_2} = \vec{0}$ in the denominator ($0/0$, indeterminate).
- If $\vec{b_1} \not\propto \vec{b_2}$, the lines are skew or intersecting. Use the standard skew line formula.
Board Question 4: Shortest Distance Between Skew Lines (5 Marks) Question: Find the shortest distance between the following lines:
$L_1: \frac{x + 1}{7} = \frac{y + 1}{-6} = \frac{z + 1}{1}$
$L_2: \frac{x - 3}{1} = \frac{y - 5}{-2} = \frac{z - 7}{1}$
Step-by-step Board Solution:
1. Extract points and direction vectors:
- For $L_1$: Point $\vec{a_1} = -\hat{i} - \hat{j} - \hat{k}$; direction vector $\vec{b_1} = 7\hat{i} - 6\hat{j} + \hat{k}$.
- For $L_2$: Point $\vec{a_2} = 3\hat{i} + 5\hat{j} + 7\hat{k}$; direction vector $\vec{b_2} = \hat{i} - 2\hat{j} + \hat{k}$.

2. Find $(\vec{a_2} - \vec{a_1})$:
$(\vec{a_2} - \vec{a_1}) = (3 - (-1))\hat{i} + (5 - (-1))\hat{j} + (7 - (-1))\hat{k} = 4\hat{i} + 6\hat{j} + 8\hat{k}$.

3. Find cross-product $(\vec{b_1} \times \vec{b_2})$:
$$\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 7 & -6 & 1 \\ 1 & -2 & 1 \end{vmatrix}$$ $= \hat{i}((-6)(1) - (1)(-2)) - \hat{j}((7)(1) - (1)(1)) + \hat{k}((7)(-2) - (-6)(1))$
$= \hat{i}(-6 + 2) - \hat{j}(7 - 1) + \hat{k}(-14 + 6)$
$= -4\hat{i} - 6\hat{j} - 8\hat{k}$.

4. Find magnitude $|\vec{b_1} \times \vec{b_2}|$:
$|\vec{b_1} \times \vec{b_2}| = \sqrt{(-4)^2 + (-6)^2 + (-8)^2} = \sqrt{16 + 36 + 64} = \sqrt{116} = 2\sqrt{29}$.

5. Compute the scalar product $(\vec{b_1} \times \vec{b_2}) \cdot (\vec{a_2} - \vec{a_1})$:
$$\begin{aligned} (\vec{b_1} \times \vec{b_2}) \cdot (\vec{a_2} - \vec{a_1}) &= (-4\hat{i} - 6\hat{j} - 8\hat{k}) \cdot (4\hat{i} + 6\hat{j} + 8\hat{k}) \\ &= (-4)(4) + (-6)(6) + (-8)(8) \\ &= -16 - 36 - 64 = \mathbf{-116} \end{aligned}$$
6. Calculate Shortest Distance:
$$\begin{aligned} d &= \left| \frac{(\vec{b_1} \times \vec{b_2}) \cdot (\vec{a_2} - \vec{a_1})}{|\vec{b_1} \times \vec{b_2}|} \right| = \left| \frac{-116}{2\sqrt{29}} \right| \\ &= \frac{116}{2\sqrt{29}} = \frac{58}{\sqrt{29}} = \mathbf{2\sqrt{29} \text{ units}} \end{aligned}$$
Board Question 5: Distance Between Parallel Lines (3/5 Marks) Question: Find the distance between the parallel lines:
$\vec{r} = (\hat{i} + 2\hat{j} - 4\hat{k}) + \lambda(2\hat{i} + 3\hat{j} + 6\hat{k})$ and $\vec{r} = (3\hat{i} + 3\hat{j} - 5\hat{k}) + \mu(2\hat{i} + 3\hat{j} + 6\hat{k})$.
Step-by-step Board Solution:
1. Identify Vectors:
$\vec{a_1} = \hat{i} + 2\hat{j} - 4\hat{k}, \quad \vec{a_2} = 3\hat{i} + 3\hat{j} - 5\hat{k}, \quad \vec{b} = 2\hat{i} + 3\hat{j} + 6\hat{k}$.

2. Find $(\vec{a_2} - \vec{a_1})$:
$(\vec{a_2} - \vec{a_1}) = (3-1)\hat{i} + (3-2)\hat{j} + (-5 - (-4))\hat{k} = 2\hat{i} + \hat{j} - \hat{k}$.

3. Find Cross Product $\vec{b} \times (\vec{a_2} - \vec{a_1})$:
$$\vec{b} \times (\vec{a_2} - \vec{a_1}) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 6 \\ 2 & 1 & -1 \end{vmatrix}$$ $= \hat{i}((3)(-1) - (6)(1)) - \hat{j}((2)(-1) - (6)(2)) + \hat{k}((2)(1) - (3)(2))$
$= \hat{i}(-3 - 6) - \hat{j}(-2 - 12) + \hat{k}(2 - 6) = -9\hat{i} + 14\hat{j} - 4\hat{k}$.

4. Compute Magnitudes:
$|\vec{b} \times (\vec{a_2} - \vec{a_1})| = \sqrt{(-9)^2 + 14^2 + (-4)^2} = \sqrt{81 + 196 + 16} = \sqrt{293}$.
$|\vec{b}| = \sqrt{2^2 + 3^2 + 6^2} = \sqrt{4 + 9 + 36} = \sqrt{49} = 7$.

5. Calculate Shortest Distance:
$$ d = \frac{|\vec{b} \times (\vec{a_2} - \vec{a_1})|}{|\vec{b}|} = \mathbf{\frac{\sqrt{293}}{7} \text{ units}}. $$

6. Coplanarity and Intersection of Two Lines

Two lines are said to be coplanar if they lie within the same plane. Two non-parallel lines in space are coplanar if and only if they intersect.

Conditions for Coplanarity

Vector Condition: Lines $L_1: \vec{r} = \vec{a_1} + \lambda\vec{b_1}$ and $L_2: \vec{r} = \vec{a_2} + \mu\vec{b_2}$ are coplanar if and only if their shortest distance is zero:
$$\mathbf{(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = 0}$$

Cartesian Condition:
$$\mathbf{\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}$$

Standard Algorithm: Finding Point of Intersection of Two Lines

If two lines intersect, their point of intersection can be determined systematically:

  1. Express a general point on Line 1 in terms of parameter $\lambda$: $P(a_1\lambda + x_1, \; b_1\lambda + y_1, \; c_1\lambda + z_1)$.
  2. Express a general point on Line 2 in terms of parameter $\mu$: $Q(a_2\mu + x_2, \; b_2\mu + y_2, \; c_2\mu + z_2)$.
  3. Equate corresponding $x, y, z$ coordinates to form three linear equations in $\lambda$ and $\mu$.
  4. Solve any two equations simultaneously for $\lambda$ and $\mu$.
  5. Substitute the values of $\lambda$ and $\mu$ into the third (unused) equation. If it is satisfied, the lines intersect; if not satisfied, they are skew.
  6. Substitute $\lambda$ into point $P$ to obtain the exact coordinates of the intersection point.
Board Question 6: Intersection of Two Lines (3/5 Marks) Question: Check whether the lines $\frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z - 3}{4}$ and $\frac{x - 4}{5} = \frac{y - 1}{2} = z$ intersect. If they do, find their point of intersection.
Step-by-step Board Solution:
1. Let general point on Line 1 be $P$ in terms of $\lambda$:
$\frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z - 3}{4} = \lambda \implies P(2\lambda + 1, \; 3\lambda + 2, \; 4\lambda + 3)$.

2. Let general point on Line 2 be $Q$ in terms of $\mu$ (standardise $z = \frac{z - 0}{1}$):
$\frac{x - 4}{5} = \frac{y - 1}{2} = \frac{z - 0}{1} = \mu \implies Q(5\mu + 4, \; 2\mu + 1, \; \mu)$.

3. Equate coordinates for intersection ($P = Q$):
(i) $2\lambda + 1 = 5\mu + 4 \implies 2\lambda - 5\mu = 3$
(ii) $3\lambda + 2 = 2\mu + 1 \implies 3\lambda - 2\mu = -1$
(iii) $4\lambda + 3 = \mu \implies 4\lambda - \mu = -3$

4. Solve equations (i) and (ii):
Multiply (i) by 3 and (ii) by 2:
$6\lambda - 15\mu = 9$
$6\lambda - 4\mu = -2$
Subtract: $-11\mu = 11 \implies \mu = -1$.
Substitute $\mu = -1$ into (i): $2\lambda - 5(-1) = 3 \implies 2\lambda + 5 = 3 \implies 2\lambda = -2 \implies \lambda = -1$.

5. Check consistency in equation (iii):
LHS = $4\lambda - \mu = 4(-1) - (-1) = -4 + 1 = -3 =$ RHS. (Satisfied!)
Since the values satisfy all three equations, the lines intersect.

6. Substitute $\lambda = -1$ into coordinates of $P$:
$x = 2(-1) + 1 = -1, \quad y = 3(-1) + 2 = -1, \quad z = 4(-1) + 3 = -1$.
Point of Intersection: $\mathbf{(-1, -1, -1)}$.

7. Foot of Perpendicular, Length, and Image of a Point

A classic, high-frequency 5-mark question in Class 12 Boards requires finding the foot of the perpendicular from a given point to a line, the perpendicular distance (length), and the reflected image.

Line L DRs: (a, b, c) P (x₁, y₁, z₁) Q (Foot of ⊥) Midpoint of PP' Length d P' (Image) (x₁', y₁', z₁')
Figure 7.1: Geometry of Foot of Perpendicular $Q$ and Reflected Image $P'$.
Board Step-by-Step Algorithm
  1. Write parametric point $Q$: Express general coordinates of foot $Q$ on line $L$ in terms of parameter $\lambda$.
  2. Direction Ratios of $PQ$: Form DRs of segment $PQ$: $$ (x_Q - x_P, \quad y_Q - y_P, \quad z_Q - z_P) $$
  3. Apply Perpendicularity Condition: Since $PQ \perp \text{Line } L$, the dot product of their direction ratios is zero: $$ a(x_Q - x_P) + b(y_Q - y_P) + c(z_Q - z_P) = 0 $$
  4. Solve for $\lambda$: Substitute $\lambda$ back into $Q$ to get the Foot of the Perpendicular.
  5. Length of Perpendicular: Compute distance $PQ = \sqrt{(x_Q - x_P)^2 + (y_Q - y_P)^2 + (z_Q - z_P)^2}$.
  6. Image $P'(x', y', z')$: Since $Q$ is the midpoint of $PP'$: $$ \frac{x_P + x'}{2} = x_Q \implies x' = 2x_Q - x_P $$ $$ \frac{y_P + y'}{2} = y_Q \implies y' = 2y_Q - y_P $$ $$ \frac{z_P + z'}{2} = z_Q \implies z' = 2z_Q - z_P $$
Board Question 7: Complete Foot, Length & Image Problem (5 Marks) Question: Find the coordinates of the foot of the perpendicular, length of the perpendicular, and the image of the point $P(1, 6, 3)$ with respect to the line $\frac{x}{1} = \frac{y - 1}{2} = \frac{z - 2}{3}$.
Step-by-step Board Solution:
1. Parametric coordinates of $Q$:
$\frac{x}{1} = \frac{y - 1}{2} = \frac{z - 2}{3} = \lambda \implies Q(\lambda, \; 2\lambda + 1, \; 3\lambda + 2)$.

2. Direction ratios of line segment $PQ$:
$a_1 = \lambda - 1$
$b_1 = (2\lambda + 1) - 6 = 2\lambda - 5$
$c_1 = (3\lambda + 2) - 3 = 3\lambda - 1$

3. Direction ratios of given line: $(a_2, b_2, c_2) = (1, 2, 3)$.

4. Apply $PQ \perp \text{Line } L \implies a_1 a_2 + b_1 b_2 + c_1 c_2 = 0$:
$1(\lambda - 1) + 2(2\lambda - 5) + 3(3\lambda - 1) = 0$
$\lambda - 1 + 4\lambda - 10 + 9\lambda - 3 = 0$
$14\lambda - 14 = 0 \implies \mathbf{\lambda = 1}$.

5. Coordinates of Foot of Perpendicular $Q$:
$Q(1, \; 2(1) + 1, \; 3(1) + 2) = \mathbf{Q(1, 3, 5)}$.

6. Length of Perpendicular ($PQ$):
$PQ = \sqrt{(1 - 1)^2 + (3 - 6)^2 + (5 - 3)^2} = \sqrt{0 + (-3)^2 + 2^2} = \sqrt{9 + 4} = \mathbf{\sqrt{13} \text{ units}}$.

7. Coordinates of Image $P'(x', y', z')$:
$x' = 2(1) - 1 = 1$
$y' = 2(3) - 6 = 0$
$z' = 2(5) - 3 = 7$
Image: $\mathbf{P'(1, 0, 7)}$.

8. CBSE Board Pattern Case-Based Practice Question

Board Case Study: Air Traffic Navigation (4 Marks) Context: Two commercial aircraft $F_1$ and $F_2$ are operating within a high-altitude air corridor monitored by radar from an air traffic control (ATC) tower located at the origin $(0, 0, 0)$. At a given moment, their flight trajectories are modeled by straight lines:
Flight $F_1: \vec{r} = (3\hat{i} + 8\hat{j} + 3\hat{k}) + \lambda(3\hat{i} - \hat{j} + \hat{k})$
Flight $F_2: \vec{r} = (-3\hat{i} - 7\hat{j} + 6\hat{k}) + \mu(-3\hat{i} + 2\hat{j} + 4\hat{k})$
(Coordinates represent distances in kilometers).

Sub-questions:
(i) Find the direction ratios of the trajectories of flights $F_1$ and $F_2$. (1 Mark)
(ii) Check whether the flight paths are parallel to each other. (1 Mark)
(iii) Find the shortest distance between the two flight paths to ensure safe vertical/lateral separation. (2 Marks)
Step-by-step Solution:
(i) Direction Ratios:
- For Flight $F_1$: Direction vector $\vec{b_1} = 3\hat{i} - \hat{j} + \hat{k} \implies$ DRs are $\mathbf{(3, -1, 1)}$.
- For Flight $F_2$: Direction vector $\vec{b_2} = -3\hat{i} + 2\hat{j} + 4\hat{k} \implies$ DRs are $\mathbf{(-3, 2, 4)}$.

(ii) Check for Parallelism:
Examine ratio of direction ratios: $\frac{a_1}{a_2} = \frac{3}{-3} = -1$; $\frac{b_1}{b_2} = \frac{-1}{2} = -0.5$.
Since $\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$, the flight paths are not parallel.

(iii) Shortest Distance:
$\vec{a_1} = 3\hat{i} + 8\hat{j} + 3\hat{k}, \quad \vec{a_2} = -3\hat{i} - 7\hat{j} + 6\hat{k}$
$(\vec{a_2} - \vec{a_1}) = (-3 - 3)\hat{i} + (-7 - 8)\hat{j} + (6 - 3)\hat{k} = -6\hat{i} - 15\hat{j} + 3\hat{k}$.

Compute $\vec{b_1} \times \vec{b_2}$:
$$\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & -1 & 1 \\ -3 & 2 & 4 \end{vmatrix} = \hat{i}(-4 - 2) - \hat{j}(12 - (-3)) + \hat{k}(6 - 3) = -6\hat{i} - 15\hat{j} + 3\hat{k}$$
Compute $|\vec{b_1} \times \vec{b_2}| = \sqrt{(-6)^2 + (-15)^2 + 3^2} = \sqrt{36 + 225 + 9} = \sqrt{270} = 3\sqrt{30}$.

Compute dot product $(\vec{b_1} \times \vec{b_2}) \cdot (\vec{a_2} - \vec{a_1})$:
$(-6)(-6) + (-15)(-15) + (3)(3) = 36 + 225 + 9 = 270$.

Shortest Distance $d = \left| \frac{270}{3\sqrt{30}} \right| = \frac{90}{\sqrt{30}} = \frac{90\sqrt{30}}{30} = \mathbf{3\sqrt{30} \text{ km}} \approx 16.43 \text{ km}$.
Conclusion: The aircraft maintain an adequate minimum separation distance of $3\sqrt{30} \text{ km}$.

9. Extended Competitive Corner: The Plane (JEE Main / State Boards)

Excluded from CBSE Board Exam Note: While Planes have been completely omitted from the CBSE Class 12 Rationalised Board syllabus, they remain syllabus-active in JEE Main, JEE Advanced, and select State CETs. This compact summary serves your competitive reference.

Plane Equations & Formulas

1. General First Degree Cartesian Equation: $Ax + By + Cz + D = 0$, where $(A, B, C)$ are the direction ratios of the normal vector $\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}$.

2. Normal Form: $\mathbf{\vec{r} \cdot \hat{n} = d}$ (Vector) $\iff \mathbf{lx + my + nz = d}$ (Cartesian), where $d$ is the perpendicular distance from the origin and $\hat{n}$ is the unit normal.

3. Point & Normal Form: Passing through $\vec{a}(x_1, y_1, z_1)$ with normal $\vec{n}(A, B, C)$:
$\mathbf{(\vec{r} - \vec{a}) \cdot \vec{n} = 0} \iff \mathbf{A(x - x_1) + B(y - y_1) + C(z - z_1) = 0}$.

4. Intercept Form: If intercepts on axes are $a, b, c$: $\mathbf{\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1}$.

5. Distance of Point from Plane: Distance of $(x_1, y_1, z_1)$ from $Ax + By + Cz + D = 0$ is $\mathbf{d = \left|\frac{Ax_1 + By_1 + Cz_1 + D}{\sqrt{A^2 + B^2 + C^2}}\right|}$.

6. Angle Between Line and Plane: Between line with direction $\vec{b}$ and plane with normal $\vec{n}$:
$$\mathbf{\sin\theta = \left| \frac{\vec{b} \cdot \vec{n}}{|\vec{b}| |\vec{n}|} \right|}$$

10. Rapid Formula Revision Sheet for Board Exam

Concept Vector Form Cartesian Form
Direction Cosines $\hat{u} = l\hat{i} + m\hat{j} + n\hat{k}$ $l^2 + m^2 + n^2 = 1, \quad \sum \sin^2\alpha = 2$
Line: Point & Direction $\vec{r} = \vec{a} + \lambda\vec{b}$ $\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}$
Line: Two Points $\vec{r} = \vec{a} + \lambda(\vec{b} - \vec{a})$ $\frac{x - x_1}{x_2 - x_1} = \frac{y - y_1}{y_2 - y_1} = \frac{z - z_1}{z_2 - z_1}$
Angle Between Lines $\cos\theta = \left|\frac{\vec{b_1} \cdot \vec{b_2}}{|\vec{b_1}||\vec{b_2}|}\right|$ $\cos\theta = \left|\frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{\sum a_1^2}\sqrt{\sum a_2^2}}\right|$
Perpendicular Lines $\vec{b_1} \cdot \vec{b_2} = 0$ $a_1 a_2 + b_1 b_2 + c_1 c_2 = 0$
Parallel Lines $\vec{b_1} = k\vec{b_2}$ $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$
Shortest Dist. (Skew) $d = \left|\frac{(\vec{b_1} \times \vec{b_2})\cdot(\vec{a_2}-\vec{a_1})}{|\vec{b_1} \times \vec{b_2}|}\right|$ $d = \frac{|\det(P_2 - P_1, \vec{b_1}, \vec{b_2})|}{|\vec{b_1} \times \vec{b_2}|}$
Shortest Dist. (Parallel) $d = \left|\frac{\vec{b} \times (\vec{a_2}-\vec{a_1})}{|\vec{b}|}\right|$ -
Coplanarity of Lines $(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = 0$ $\det|P_2 - P_1, \vec{b_1}, \vec{b_2}| = 0$