MHT-CET Maths · Line and Plane

Intersection, Coplanarity, and Skew Lines

When do two 3-D lines meet, lie in one plane, or fly past each other? The single tool is the scalar-triple-product determinant of the joining vector and the two direction vectors — zero means coplanar (they intersect or are parallel), non-zero means skew, and dividing by the cross-product magnitude gives the shortest distance.

Why this matters

This is the HARDEST subtopic in the chapter — about two-thirds of its PYQs are HARD — and the most repeated single stem across the whole Line and Plane chapter is 'these two lines intersect (are coplanar), find k'. That stem hides a signature trap: the coplanarity determinant is QUADRATIC in the unknown, so it has TWO answers (the bank's correct option lists both, e.g. k = 1, 2 or k = 0, -3) and a single-value distractor is the planted wrong answer. Master one determinant — the scalar triple product [joining vector, direction-1, direction-2] = 0 — and you own coplanarity, the intersect-find-k template, four-point coplanarity, and (divided by the cross-product magnitude) the shortest distance between skew lines. The shortest-distance questions reverse the same machinery: 'SD given, find the parameter' is again quadratic.

Concept 1 of 9

A general point on a line

Intuition

Every point on a line is its fixed point plus some multiple of its direction. Set the symmetric ratios equal to a single parameter tt (or λ\lambda) and you can slide along the whole line by changing tt. This one move — turning a line into a moving point — unlocks every intersection and coplanarity question.

Definition

A line through A(x1,y1,z1)A(x_1,y_1,z_1) with direction ratios (a,b,c)(a,b,c) is written symmetrically as xx1a=yy1b=zz1c=t\dfrac{x-x_1}{a}=\dfrac{y-y_1}{b}=\dfrac{z-z_1}{c}=t. Setting that common ratio to a parameter tt gives the general point:

  • x=x1+at,y=y1+bt,z=z1+ctx = x_1 + at,\quad y = y_1 + bt,\quad z = z_1 + ct.

In vector form, r=a+td\vec{r} = \vec{a} + t\,\vec{d}: a fixed position vector a\vec{a} plus a scalar tt times the direction d\vec{d}. Every later technique starts here — substitute this moving point into whatever condition the question gives.

General point on a line

P=(x1+at,  y1+bt,  z1+ct)r=a+tdP = (x_1 + at,\; y_1 + bt,\; z_1 + ct) \qquad \vec{r} = \vec{a} + t\,\vec{d}
  • (x1,y1,z1)(x_1,y_1,z_1)a fixed point on the line
  • (a,b,c)(a,b,c)direction ratios of the line
  • ttparameter — sweeps out every point on the line

Worked example

Write the general point on the line x23=y+11=z42\dfrac{x-2}{3}=\dfrac{y+1}{-1}=\dfrac{z-4}{2}, then find the point at which it leaves the fixed point (t=0t = 0) and the point at t=2t = 2.
  1. Set each ratio equal to tt: x=2+3t,  y=1t,  z=4+2tx = 2 + 3t,\; y = -1 - t,\; z = 4 + 2t.
  2. At t=0t = 0: the fixed point (2,1,4)(2, -1, 4).
  3. At t=2t = 2: (2+6,  12,  4+4)=(8,3,8)(2 + 6,\; -1 - 2,\; 4 + 4) = (8, -3, 8).
Answer:General point (2+3t,1t,4+2t)(2+3t,\,-1-t,\,4+2t); at t=2t=2 it is (8,3,8)(8,-3,8)
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    General point on x12=y3=z+14\dfrac{x-1}{2}=\dfrac{y}{3}=\dfrac{z+1}{4}?
  2. 2.
    On the line through (0,0,0)(0,0,0) with direction (1,2,3)(1,2,3), the point at t=2t=2?
  3. 3.
    If a line's general point is (3+t,12t,5t)(3+t,\,1-2t,\,5t), its direction ratios are?
  4. 4.
    A line in vector form r=a+td\vec{r}=\vec{a}+t\vec{d}: which part is the direction?

A NEGATIVE denominator is a negative direction ratio

In y+11\dfrac{y+1}{-1} the direction component is 1-1, so y=1ty = -1 - t, NOT 1+t-1 + t. Carry the sign from the denominator straight into the general point — flipping it is the most common silent error.

Use DIFFERENT parameters for two different lines

When you parametrise two lines and look for an intersection, call them tt and ss (not both tt). A single parameter forces them to move in lock-step and gives a wrong system — the lines meet at a point each reaches at its OWN parameter value.

Concept 2 of 9

Point where a line meets a plane

Intuition

A line pierces a plane at exactly one point (unless it is parallel). Write the line's general point, plug it into the plane equation, and you get ONE linear equation in the parameter tt. Solve for tt, put it back, and you have the piercing point. The coordinate planes are just special planes: the XZ-plane is y=0y = 0, the XY-plane is z=0z = 0, the YZ-plane is x=0x = 0.

Definition

To find where the line r=a+td\vec{r} = \vec{a} + t\,\vec{d} meets the plane:

  • Substitute the general point (x1+at,y1+bt,z1+ct)(x_1+at,\,y_1+bt,\,z_1+ct) into the plane equation Ax+By+Cz=DAx + By + Cz = D.
  • Solve the resulting linear equation for tt.
  • Back-substitute tt into the general point to get the coordinates.

For a coordinate plane, set the relevant coordinate to 0: XZ-plane y=0\Rightarrow y = 0, XY-plane z=0\Rightarrow z = 0, YZ-plane x=0\Rightarrow x = 0. Solve for tt from that single equation. A variable plane in intercept form xa+yb+zc=1\frac{x}{a}+\frac{y}{b}+\frac{z}{c}=1 meets the axes at (a,0,0),(0,b,0),(0,0,c)(a,0,0),(0,b,0),(0,0,c).

Line meets plane

A(x1+at)+B(y1+bt)+C(z1+ct)=D    t    PA(x_1+at)+B(y_1+bt)+C(z_1+ct)=D \;\Rightarrow\; t \;\Rightarrow\; P
  • (x1+at,)(x_1{+}at,\,\ldots)general point on the line
  • Ax+By+Cz=DAx+By+Cz=Dthe plane (set a coordinate =0=0 for a coordinate plane)
  • ttthe single parameter value at the piercing point

Diagram · line piercing a plane (drag to rotate)

PL

Substitute the line's point (x₀+at, y₀+bt, z₀+ct) into the plane equation → one equation in t → solve → back-substitute to get the pierce point P.

Worked example

Find where the line x12=y23=z+54\dfrac{x-1}{2}=\dfrac{y-2}{-3}=\dfrac{z+5}{4} meets the plane 2x+4yz=32x + 4y - z = 3.
  1. General point: (1+2t,  23t,  5+4t)(1+2t,\;2-3t,\;-5+4t).
  2. Substitute into the plane: 2(1+2t)+4(23t)(5+4t)=32(1+2t)+4(2-3t)-(-5+4t)=3.
  3. Simplify: 2+4t+812t+54t=31512t=3t=12+4t+8-12t+5-4t = 3 \Rightarrow 15 - 12t = 3 \Rightarrow t = 1.
  4. Back-substitute t=1t = 1: (3,1,1)(3,\,-1,\,-1).
Answer:The line meets the plane at (3,1,1)(3, -1, -1)
Practice this conceptself-check · 4 quick reps

Try it yourself

The line through A(3,4,1)A(3,4,1) and B(5,1,6)B(5,1,6) crosses the XZ-plane at which point?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    The XY-plane is which equation?
  2. 2.
    Line (t,1+t,2t)(t,\,1+t,\,2t) meets z=0z = 0 at?
  3. 3.
    An intercept-form plane meets the X-axis at?
  4. 4.
    After solving for tt, what is the last step?

From the bank · past-year question

Example 2Line and PlaneMODERATE
If the line x12=y+13=z24\frac{x-1}{2}=\frac{y+1}{3}=\frac{z-2}{4} meets the plane x+2y+3z=15x+2y+3z=15 at the point P, then the distance of P from the origin is:

[Q106 · 11th May Shift 2 · 2024]

XZ-plane is y=0y = 0, not z=0z = 0

The plane is named by the two axes it CONTAINS, so the MISSING axis is the one set to zero. XZ-plane omits yy y=0\Rightarrow y = 0; YZ-plane omits xx x=0\Rightarrow x = 0. Mixing these up sends you to the wrong coordinate every time.

The question may want a derived quantity, not the point itself

Many stems ask for the DISTANCE of the piercing point from the origin, or its reflection in a plane. Find the point first, then do the extra step — x2+y2+z2\sqrt{x^2+y^2+z^2} for distance, or negate one coordinate for a reflection. Stopping at the point is a half-finished answer.

Concept 3 of 9

Point of intersection of two lines

Intuition

Two lines meet where their general points coincide. Parametrise each with its OWN parameter (tt and ss), set the three coordinates equal, and you get three equations in two unknowns. Solve any two for t,st, s, then the THIRD equation must hold automatically — if it does, the lines truly intersect; substitute back for the point.

Definition

To find the intersection of r1=a1+td1\vec{r}_1 = \vec{a}_1 + t\,\vec{d}_1 and r2=a2+sd2\vec{r}_2 = \vec{a}_2 + s\,\vec{d}_2:

  • Write both general points and equate coordinate-by-coordinate \Rightarrow three equations in t,st, s.
  • Solve two of them for tt and ss.
  • Check the third equation is satisfied (consistency = they really intersect).
  • Substitute tt (or ss) into its line to get the point.

Intersection by equating

x1+a1t=x2+a2s,y1+b1t=y2+b2s,z1+c1t=z2+c2sx_1+a_1t = x_2+a_2s,\quad y_1+b_1t = y_2+b_2s,\quad z_1+c_1t = z_2+c_2s
  • t,st,\,sthe two SEPARATE parameters (one per line)
  • 3 equations, 2 unknownssolve 2, the 3rd must check out for a real intersection

Worked example

Find the distance of (2,4,0)(2,4,0) from the intersection of x+63=y2=z+11\dfrac{x+6}{3}=\dfrac{y}{2}=\dfrac{z+1}{1} and x74=y93=z42\dfrac{x-7}{4}=\dfrac{y-9}{3}=\dfrac{z-4}{2}.
  1. Line 1: (3t6,  2t,  t1)(3t-6,\;2t,\;t-1); Line 2: (4s+7,  3s+9,  2s+4)(4s+7,\;3s+9,\;2s+4).
  2. Equate: 3t4s=13,    2t3s=9,    t2s=53t-4s = 13,\;\; 2t-3s = 9,\;\; t-2s = 5. Solving the first two gives t=3,  s=1t = 3,\; s = -1.
  3. Check the third: 32(1)=53 - 2(-1) = 5 ✓. Intersection point (3,6,2)(3,6,2).
  4. Distance from (2,4,0)(2,4,0): 12+22+22=9=3\sqrt{1^2+2^2+2^2} = \sqrt{9} = 3.
Answer:Distance =3= 3 units
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the point of intersection of x12=y+13=z1\dfrac{x-1}{2}=\dfrac{y+1}{3}=\dfrac{z}{1} and x41=y52=z33\dfrac{x-4}{1}=\dfrac{y-5}{2}=\dfrac{z-3}{3}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Two lines giving 3 equations in 2 unknowns — how many must you solve, how many must check?
  2. 2.
    If the third equation FAILS, the lines are?
  3. 3.
    Reflection of (2,4,7)(2,-4,7) in the XY-plane?
  4. 4.
    Why use tt and ss, not tt for both lines?

From the bank · past-year question

Example 3Line and PlaneMODERATE
Two lines x31=y+13=z61\frac{x-3}{1}=\frac{y+1}{3}=\frac{z-6}{-1} and x+57=y26=z34\frac{x+5}{7}=\frac{y-2}{-6}=\frac{z-3}{4} intersect at the point R. Then reflection of R in the xy-plane has co-ordinates

[Q103 · 10th May Shift 2 · 2024]

Always verify the THIRD equation

Solving two of the three coordinate equations ALWAYS gives some t,st, s — even for skew lines. The lines only truly intersect if those values also satisfy the third equation. Skipping the check can hand you a phantom 'intersection point' for lines that never meet.

Read the FINAL ask

Most of these stems don't want the intersection point — they want the distance from it to another point, or its reflection. Find the point, then finish the requested operation. The intersection is the midpoint of the work, not the answer.

Concept 4 of 9

Coplanarity and intersect-find-k by the scalar triple product

Intuition

Two lines lie in one plane (are coplanar) exactly when the vector joining a point of one to a point of the other lies in the plane spanned by their two directions — i.e. the three vectors are flat (zero box volume). That flatness is the scalar triple product = 0. This is THE most-tested template in the chapter: 'these lines intersect / are coplanar, find the unknown'. Crucially, when the unknown sits in BOTH direction vectors, the determinant comes out QUADRATIC — so there are usually TWO values.

Definition

Two lines with points A1,A2A_1, A_2 and directions d1=(a1,b1,c1)\vec{d}_1=(a_1,b_1,c_1), d2=(a2,b2,c2)\vec{d}_2=(a_2,b_2,c_2) are coplanar (they intersect or are parallel) iff:

[A1A2,  d1,  d2]=x2x1y2y1z2z1a1b1c1a2b2c2=0\big[\,\vec{A_1A_2},\;\vec{d_1},\;\vec{d_2}\,\big]=\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

  • For NON-parallel lines, coplanar **\Leftrightarrow they intersect**. So 'find kk for which the lines intersect' uses the SAME determinant =0=0.
  • If the unknown appears in both direction rows, expanding gives a quadratic \Rightarrow TWO answers.
  • A non-zero value \Rightarrow the lines are skew (do not intersect).

Coplanarity / intersection determinant = 0

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
  • Row 1joining vector A1A2=A2A1\vec{A_1A_2}=A_2-A_1
  • Row 2direction ratios of line 1
  • Row 3direction ratios of line 2

Diagram · triple product = box volume (SVG, drag to rotate)

abc
[a b c] = a · (b × c) = 13.22 (signed volume of the box)

The box spanned by a, b, c has volume |[a b c]|. Painter's-ordered faces fake the solidity — edges don't truly hide behind nearer faces, which is the SVG limit this comparison is testing.

Worked example

The lines x31=y21=z5k\dfrac{x-3}{1}=\dfrac{y-2}{1}=\dfrac{z-5}{-k} and x4k=y31=z32\dfrac{x-4}{k}=\dfrac{y-3}{1}=\dfrac{z-3}{2} are coplanar. Find kk.
  1. Points (3,2,5)(3,2,5), (4,3,3)(4,3,3) \Rightarrow joining vector (1,1,2)(1,1,-2). Directions (1,1,k)(1,1,-k) and (k,1,2)(k,1,2).
  2. Set the determinant to zero: 11211kk12=0\begin{vmatrix} 1 & 1 & -2 \\ 1 & 1 & -k \\ k & 1 & 2 \end{vmatrix}=0.
  3. Expand along row 1: 1(2+k)1(2+k2)2(1k)=01(2+k) - 1(2+k^2) - 2(1-k) = 0.
  4. Simplify: 2+k2k22+2k=k2+3k2=0k23k+2=02+k-2-k^2-2+2k = -k^2+3k-2 = 0 \Rightarrow k^2-3k+2 = 0.
  5. Factor: (k1)(k2)=0k=1(k-1)(k-2)=0 \Rightarrow k = 1 or k=2k = 2.
Answer:k=1k = 1 or k=2k = 2 — BOTH values (the determinant is quadratic)
Practice this conceptself-check · 5 quick reps

Try it yourself

For what kk are x21=y31=z4k\dfrac{x-2}{1}=\dfrac{y-3}{1}=\dfrac{z-4}{-k} and x1k=y42=z51\dfrac{x-1}{k}=\dfrac{y-4}{2}=\dfrac{z-5}{1} coplanar?

Practice — Level 1 (5 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Coplanarity condition for two lines, in one phrase?
  2. 2.
    For non-parallel lines, coplanar is equivalent to?
  3. 3.
    If the determinant is NON-zero, the lines are?
  4. 4.
    k23k+2=0k^2-3k+2=0 factors to?
  5. 5.
    Why does intersect-find-k often give two answers?

From the bank · past-year question

Example 4Line and PlaneHARD
If the lines x12=y+13=z14\frac{x-1}{2}=\frac{y+1}{3}=\frac{z-1}{4} and x31=yk2=z1\frac{x-3}{1}=\frac{y-k}{2}=\frac{z}{1} intersect, then the value of k is:

[Q104 · 11th May Shift 2 · 2024]

The QUADRATIC trap — there are usually TWO values of k

When the unknown sits in both direction rows, expanding the determinant gives k2+=0k^2 + \ldots = 0, which has TWO roots. The bank's correct option lists both (e.g. '1, 2' or '0, -3'); the planted distractor gives only ONE root. If your working produces a single kk, you almost certainly dropped a term — re-expand and look for the squared term.

Joining vector is A2A1A_2 - A_1, and it is ROW 1

The determinant's first row is the vector between the two fixed points (head minus tail), NOT a direction. Putting a direction vector in row 1, or subtracting the points the wrong way, flips signs and corrupts the whole expansion. Layout: joining vector on top, then the two directions.

'Intersect' uses the SAME determinant as 'coplanar'

For non-parallel lines, intersecting and being coplanar are the same condition. So whether the stem says 'intersect' or 'coplanar', set the same scalar-triple-product determinant to zero — don't hunt for a different formula.

Concept 5 of 9

Four points coplanar

Intuition

Four points lie in one plane when the three edge-vectors drawn from one of them are flat — zero box volume again. Pick a base point AA, build AB,AC,AD\vec{AB}, \vec{AC}, \vec{AD}, and set their scalar triple product to zero. Same engine as line coplanarity, just with point-to-point vectors instead of directions.

Definition

Points A,B,C,DA, B, C, D are coplanar iff the three vectors from AA have zero scalar triple product:

[AB,  AC,  AD]=ABACAD=0[\,\vec{AB},\;\vec{AC},\;\vec{AD}\,]=\begin{vmatrix} \vec{AB} \\ \vec{AC} \\ \vec{AD} \end{vmatrix}=0
where each row holds the components of that edge vector (AB=BA\vec{AB}=B-A, etc.). If an unknown sits in one coordinate, this gives a LINEAR equation for it (one answer), unlike the line-coplanarity case which is usually quadratic.

Four points coplanar

[AB,  AC,  AD]=0[\,\vec{AB},\;\vec{AC},\;\vec{AD}\,]=0
  • AB=BA\vec{AB}=B-Aedge vector from base point AA to BB
  • scalar triple productdeterminant of the three edge vectors as rows

Diagram · triple product = box volume (SVG, drag to rotate)

abc
[a b c] = a · (b × c) = 13.22 (signed volume of the box)

The box spanned by a, b, c has volume |[a b c]|. Painter's-ordered faces fake the solidity — edges don't truly hide behind nearer faces, which is the SVG limit this comparison is testing.

Worked example

Find λ\lambda so that the points A(1,0,1),B(2,1,3),C(0,2,1),D(λ,1,2)A(1,0,1),\,B(2,1,3),\,C(0,2,1),\,D(\lambda,1,2) are coplanar.
  1. AB=(1,1,2)\vec{AB} = (1,1,2), AC=(1,2,0)\vec{AC} = (-1,2,0), AD=(λ1,1,1)\vec{AD} = (\lambda-1,1,1).
  2. Set [AB,AC,AD]=112120λ111=0[\vec{AB},\vec{AC},\vec{AD}] = \begin{vmatrix} 1 & 1 & 2 \\ -1 & 2 & 0 \\ \lambda-1 & 1 & 1 \end{vmatrix} = 0.
  3. Expand along row 1: 1(20)1(10)+2(12(λ1))=2+1+2(12λ)1(2-0) - 1(-1-0) + 2(-1-2(\lambda-1)) = 2 + 1 + 2(1-2\lambda).
  4. =3+24λ=54λ=0λ=54= 3 + 2 - 4\lambda = 5 - 4\lambda = 0 \Rightarrow \lambda = \tfrac{5}{4}.
Answer:λ=54\lambda = \dfrac{5}{4}
Practice this conceptself-check · 4 quick reps

Try it yourself

Are the points A(0,0,0),B(1,2,3),C(2,4,6),D(1,1,1)A(0,0,0),\,B(1,2,3),\,C(2,4,6),\,D(1,1,1) coplanar?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Condition for 4 points to be coplanar?
  2. 2.
    Edge vector AB\vec{AB} equals?
  3. 3.
    If two of the edge-vector rows are proportional, the determinant is?
  4. 4.
    An unknown in ONE coordinate gives a ___ equation here?

From the bank · past-year question

Example 5Line and PlaneMODERATE
If the points A(1,1,2),B(2,1,p),C(1,0,3)A(1,1,2),B(2,1,p),C(1,0,3) and D(2,2,0)D(2,2,0) are coplanar then the value of pp is

[Q109 · 20 April Shift II · 2025]

All edge vectors must start from the SAME base point

Use AB,AC,AD\vec{AB}, \vec{AC}, \vec{AD} — all from AA. Mixing in BC\vec{BC} or CD\vec{CD} breaks the 'three edges of a box from one corner' picture and the determinant no longer tests coplanarity.

Four-point coplanarity is usually LINEAR in the unknown

Here the unknown sits in only one edge vector, so the expansion is linear — ONE value. Don't expect the two-root quadratic of the line-coplanarity template; if you get a quadratic, you probably put the unknown in two rows by mistake.

Concept 6 of 9

Shortest distance between skew lines

Intuition

Skew lines never meet, but there is a unique shortest segment between them — and it is perpendicular to BOTH. Its direction is d1×d2\vec{d_1}\times\vec{d_2}. Project the joining vector onto that common perpendicular: the shortest distance is the scalar triple product of (joining vector, d1\vec{d_1}, d2\vec{d_2}) divided by d1×d2|\vec{d_1}\times\vec{d_2}|. The numerator is the SAME coplanarity determinant — so SD =0= 0 exactly when the lines are coplanar.

Definition

For lines r1=a1+λd1\vec{r}_1=\vec{a_1}+\lambda\vec{d_1} and r2=a2+μd2\vec{r}_2=\vec{a_2}+\mu\vec{d_2}, the shortest distance is

d=(a2a1)(d1×d2)d1×d2d = \frac{\big|\,(\vec{a_2}-\vec{a_1})\cdot(\vec{d_1}\times\vec{d_2})\,\big|}{|\vec{d_1}\times\vec{d_2}|}

  • The numerator is [a2a1,d1,d2]\big|[\,\vec{a_2}-\vec{a_1},\,\vec{d_1},\,\vec{d_2}\,]\big| — the coplanarity determinant in absolute value.
  • **d=0d = 0 \Leftrightarrow coplanar** (intersecting or parallel).
  • 'SD given, find a parameter' reverses it: set dd equal to the given value and solve — often a quadratic, giving two values whose SUM the question may ask for.

Shortest distance (skew lines)

d=(a2a1)(d1×d2)d1×d2d = \frac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{d_1}\times\vec{d_2})|}{|\vec{d_1}\times\vec{d_2}|}
  • a2a1\vec{a_2}-\vec{a_1}vector joining the two fixed points
  • d1×d2\vec{d_1}\times\vec{d_2}common perpendicular direction
  • numeratorabsolute scalar triple product = coplanarity determinant
P(x₀,y₀)ax+by+c=0dd = |ax₀+by₀+c| / √(a²+b²)

Worked example

Find the shortest distance between x12=y23=z34\dfrac{x-1}{2}=\dfrac{y-2}{3}=\dfrac{z-3}{4} and x23=y44=z55\dfrac{x-2}{3}=\dfrac{y-4}{4}=\dfrac{z-5}{5}.
  1. a2a1=(21,42,53)=(1,2,2)\vec{a_2}-\vec{a_1} = (2-1,\,4-2,\,5-3) = (1,2,2). Directions d1=(2,3,4)\vec{d_1}=(2,3,4), d2=(3,4,5)\vec{d_2}=(3,4,5).
  2. d1×d2=(3544,  4325,  2433)=(1,2,1)\vec{d_1}\times\vec{d_2} = (3\cdot5-4\cdot4,\;4\cdot3-2\cdot5,\;2\cdot4-3\cdot3) = (-1,2,-1); magnitude 1+4+1=6\sqrt{1+4+1} = \sqrt{6}.
  3. Numerator: (1)(1)+(2)(2)+(2)(1)=1+42=1|(1)(-1)+(2)(2)+(2)(-1)| = |-1+4-2| = 1.
  4. d=16d = \dfrac{1}{\sqrt{6}}.
Answer:d=16d = \dfrac{1}{\sqrt{6}} units
Practice this conceptself-check · 5 quick reps

Try it yourself

If the shortest distance between x12=y23=z3λ\dfrac{x-1}{2}=\dfrac{y-2}{3}=\dfrac{z-3}{\lambda} and x21=y44=z55\dfrac{x-2}{1}=\dfrac{y-4}{4}=\dfrac{z-5}{5} is 13\dfrac{1}{\sqrt{3}}, find the SUM of possible λ\lambda.

Practice — Level 1 (5 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Common perpendicular direction of two skew lines?
  2. 2.
    Shortest distance =0= 0 means the lines are?
  3. 3.
    Numerator of the SD formula equals which determinant?
  4. 4.
    If SD given and λ\lambda is in a direction, the equation in λ\lambda is usually?
  5. 5.
    d1×d2=(8,8,4)\vec{d_1}\times\vec{d_2}=(8,8,4): its magnitude?

From the bank · past-year question

Example 6Line and PlaneHARD
The shortest distance (in units) between the lines x+13=y+21=z+12\frac{x+1}{3}=\frac{y+2}{1}=\frac{z+1}{2} and r=(2i^2j^+3k^)+λ(i^+2j^)\vec{r}=(2\hat{i}-2\hat{j}+3\hat{k})+\lambda(\hat{i}+2\hat{j}) is

[Q103 · 12th May Shift 2 · 2024]

Divide by d1×d2|\vec{d_1}\times\vec{d_2}|, and take the ABSOLUTE value on top

The shortest distance is a length, so the numerator is in modulus and you divide by the cross-product's magnitude — NOT by a2a1|\vec{a_2}-\vec{a_1}|. Forgetting the absolute value can give a negative 'distance'; dividing by the wrong magnitude gives a plausible-looking but wrong fraction.

'SD given, find the parameter' is a QUADRATIC — expect two values

Reversing the formula (set dd to a number, solve for the unknown) almost always squares into a quadratic. The question often asks for the SUM of the two values — read it off as b/a-b/a without even finding the roots separately.

Concept 7 of 9

Direction of the line of intersection of two planes

Intuition

Two non-parallel planes meet along a line. That line lies inside BOTH planes, so it is perpendicular to BOTH normals — which means its direction is the cross product of the two normals n1×n2\vec{n_1}\times\vec{n_2}. You don't need a point on the line to answer 'a vector parallel to the line of intersection'.

Definition

Planes rn1=d1\vec{r}\cdot\vec{n_1}=d_1 and rn2=d2\vec{r}\cdot\vec{n_2}=d_2 intersect in a line whose direction is

d=n1×n2\vec{d}=\vec{n_1}\times\vec{n_2}
because the line lies in both planes and is therefore perpendicular to each normal. Any non-zero scalar multiple of n1×n2\vec{n_1}\times\vec{n_2} is an equally valid direction.

Direction of line of intersection of two planes

d=n1×n2\vec{d}=\vec{n_1}\times\vec{n_2}
  • n1,n2\vec{n_1},\,\vec{n_2}normals of the two planes
  • n1×n2\vec{n_1}\times\vec{n_2}direction of their line of intersection

Worked example

Find a vector parallel to the line of intersection of the planes r(2i^+j^k^)=3\vec{r}\cdot(2\hat{i}+\hat{j}-\hat{k})=3 and r(i^j^+2k^)=1\vec{r}\cdot(\hat{i}-\hat{j}+2\hat{k})=1.
  1. Normals: n1=(2,1,1)\vec{n_1}=(2,1,-1), n2=(1,1,2)\vec{n_2}=(1,-1,2).
  2. n1×n2=i^j^k^211112\vec{n_1}\times\vec{n_2}=\begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\2&1&-1\\1&-1&2\end{vmatrix}.
  3. =i^(21)j^(4+1)+k^(21)=i^5j^3k^= \hat{i}(2-1) - \hat{j}(4+1) + \hat{k}(-2-1) = \hat{i}-5\hat{j}-3\hat{k}.
Answer:i^5j^3k^\hat{i}-5\hat{j}-3\hat{k}
Practice this conceptself-check · 4 quick reps

Try it yourself

A vector parallel to the line of intersection of the planes x+y+z=1x+y+z=1 and xy+z=2x-y+z=2?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Direction of the line where two planes meet?
  2. 2.
    Why is the line perpendicular to each normal?
  3. 3.
    Cross product of (1,0,0)(1,0,0) and (0,1,0)(0,1,0)?
  4. 4.
    Is 2(n1×n2)2(\vec{n_1}\times\vec{n_2}) also a valid direction?

From the bank · past-year question

Example 7Line and PlaneMODERATE
A vector parallel to the line of intersection of the planes r(3i^j^+k^)=1\vec{r}\cdot(3\hat{i}-\hat{j}+\hat{k})=1 and r(i^+4j^2k^)=2\vec{r}\cdot(\hat{i}+4\hat{j}-2\hat{k})=2 is

[Q118 · 14th May Shift 2 · 2024]

Use the NORMALS, not the planes' constants

The direction depends only on n1×n2\vec{n_1}\times\vec{n_2} — the right-hand-side constants d1,d2d_1, d_2 play no part. They would only matter if you wanted an actual POINT on the line.

Cross-product sign — keep the middle term's minus

Expanding n1×n2\vec{n_1}\times\vec{n_2}, the j^\hat{j} component carries a leading minus sign in the cofactor expansion. Dropping it flips that component and you'll match the wrong option (the distractors are often the sign-flipped vector).

Concept 8 of 9

Transversal intersecting two given lines

Intuition

A transversal is a third line that crosses two given lines, with its OWN fixed direction. Take a general point AA on line 1 and BB on line 2 (each with its own parameter); the segment AB\vec{AB} must be PARALLEL to the transversal's given direction ratios. That parallel condition pins down both parameters, hence both points A and B.

Definition

To find where a line of given direction (l,m,n)(l,m,n) meets two lines at AA and BB:

  • Write AA as a general point of line 1 (parameter λ\lambda) and BB of line 2 (parameter μ\mu).
  • **Force AB(l,m,n)\vec{AB}\parallel (l,m,n)**: the components of AB\vec{AB} are proportional to (l,m,n)(l,m,n), giving (AB)xl=(AB)ym=(AB)zn\dfrac{(\vec{AB})_x}{l}=\dfrac{(\vec{AB})_y}{m}=\dfrac{(\vec{AB})_z}{n}.
  • Solve the two independent proportion equations for λ,μ\lambda, \mu; substitute back for AA and BB.

Transversal condition

AB(l,m,n)    (AB)xl=(AB)ym=(AB)zn\vec{AB}\parallel (l,m,n) \;\Rightarrow\; \frac{(\vec{AB})_x}{l}=\frac{(\vec{AB})_y}{m}=\frac{(\vec{AB})_z}{n}
  • A,BA,\,Bgeneral points on line 1 (param λ\lambda) and line 2 (param μ\mu)
  • (l,m,n)(l,m,n)direction ratios of the transversal

Worked example

A line with direction ratios (1,1,1)(1,1,1) meets x1=y2=z3\dfrac{x}{1}=\dfrac{y}{2}=\dfrac{z}{3} at A and x12=y11=z11\dfrac{x-1}{2}=\dfrac{y-1}{1}=\dfrac{z-1}{1} at B. Find A and B.
  1. A=(λ,  2λ,  3λ)A = (\lambda,\;2\lambda,\;3\lambda); B=(1+2μ,  1+μ,  1+μ)B = (1+2\mu,\;1+\mu,\;1+\mu).
  2. AB=(1+2μλ,  1+μ2λ,  1+μ3λ)\vec{AB} = (1+2\mu-\lambda,\;1+\mu-2\lambda,\;1+\mu-3\lambda) must be proportional to (1,1,1)(1,1,1) — so all three components are EQUAL.
  3. Equate xx- and yy-components: 1+2μλ=1+μ2λμ+λ=01+2\mu-\lambda = 1+\mu-2\lambda \Rightarrow \mu+\lambda = 0. Equate yy- and zz-components: 1+μ2λ=1+μ3λλ=01+\mu-2\lambda = 1+\mu-3\lambda \Rightarrow \lambda = 0, hence μ=0\mu = 0.
  4. Substitute: A=(0,0,0)A = (0,0,0), B=(1,1,1)B = (1,1,1); indeed AB=(1,1,1)\vec{AB} = (1,1,1) ✓.
Answer:A(0,0,0),  B(1,1,1)A(0,0,0),\; B(1,1,1)
Practice this conceptself-check · 4 quick reps

Try it yourself

After finding the parameters in a transversal problem, what MUST you verify before trusting your A and B?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    The segment joining the two intersection points must be ___ to the transversal?
  2. 2.
    How many parameters do you introduce for a transversal meeting two lines?
  3. 3.
    AB(l,m,n)\vec{AB}\parallel(l,m,n) gives how many independent equations?
  4. 4.
    AB=(2,8,4)\vec{AB}=(2,-8,4) — is it parallel to (1,4,2)(1,-4,2)?

From the bank · past-year question

Example 8Line and PlaneHARD
A line having direction ratios 1,4,21, -4, 2 intersects the lines x73=y11=z+21\frac{x-7}{3} = \frac{y-1}{-1} = \frac{z+2}{1} and x2=y73=z1\frac{x}{2} = \frac{y-7}{3} = \frac{z}{1} at the points A and B respectively. Then co-ordinates of points A and B are

[Q112 · Shift 1 · 2023]

VERIFY the parallel condition after solving

It is easy to solve two of the proportion equations and stop, but the found λ,μ\lambda, \mu must make AB\vec{AB} genuinely proportional to (l,m,n)(l,m,n). Skip this and you can land on the sign-flipped distractor (e.g. (8,6,7)(8,6,7) instead of (8,6,7)(-8,6,-7)).

Two SEPARATE parameters, one per line

Point A uses line 1's parameter λ\lambda; point B uses line 2's parameter μ\mu. Re-using one symbol collapses the system and gives no valid transversal.

Concept 9 of 9

Condition for a line to lie in a plane

Intuition

A line lies entirely in a plane when TWO things hold at once: the line's direction is perpendicular to the plane's normal (so the line is parallel to the plane), AND one point of the line actually sits on the plane (so it is not just parallel-but-off). Both conditions together force every point of the line onto the plane.

Definition

The line through P0P_0 with direction d\vec{d} lies in the plane Ax+By+Cz+D=0Ax+By+Cz+D=0 (normal n=(A,B,C)\vec{n}=(A,B,C)) iff BOTH:

  • Direction perpendicular to normal: dn=0\vec{d}\cdot\vec{n}=0 (line is parallel to the plane), AND
  • Point on plane: P0P_0 satisfies the plane equation.

Either condition alone is not enough — dn=0\vec{d}\cdot\vec{n}=0 without the point gives a line parallel to but OUTSIDE the plane.

Line lies in plane (both conditions)

dn=0andP0plane\vec{d}\cdot\vec{n}=0 \quad\text{and}\quad P_0 \in \text{plane}
  • dn=0\vec{d}\cdot\vec{n}=0direction ⟂ normal ⇒ line parallel to plane
  • P0P_0 \in planea point of the line satisfies the plane equation

Worked example

Find aa and bb so that the line x12=y+11=z2a\dfrac{x-1}{2}=\dfrac{y+1}{1}=\dfrac{z-2}{a} lies in the plane x2y+z=bx - 2y + z = b.
  1. Direction (2,1,a)(2,1,a) ⟂ normal (1,2,1)(1,-2,1): 2(1)+1(2)+a(1)=0a=02(1)+1(-2)+a(1)=0 \Rightarrow a = 0.
  2. Point (1,1,2)(1,-1,2) on the plane: 12(1)+2=bb=51 - 2(-1) + 2 = b \Rightarrow b = 5.
  3. So the line x12=y+11=z20\dfrac{x-1}{2}=\dfrac{y+1}{1}=\dfrac{z-2}{0} lies in x2y+z=5x - 2y + z = 5.
Answer:a=0,  b=5a = 0,\; b = 5
Practice this conceptself-check · 4 quick reps

Try it yourself

Does the line through (1,0,0)(1,0,0) with direction (1,1,1)(1,1,1) lie in the plane x+y2z=1x+y-2z=1?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Two conditions for a line to lie in a plane?
  2. 2.
    dn=0\vec{d}\cdot\vec{n}=0 alone means the line is?
  3. 3.
    Direction (2,1,1)(2,1,1), normal (1,1,1)(1,-1,-1): is dn=0\vec{d}\cdot\vec{n}=0?
  4. 4.
    Which condition do you use to find the constant term β\beta?

From the bank · past-year question

Example 9Line and PlaneHARD
Line x23=y15=z+22\frac{x-2}{3}=\frac{y-1}{-5}=\frac{z+2}{2} lies in plane x+3yαz+β=0x+3y-\alpha z+\beta=0. Value of α2+αβ+β2\alpha^2+\alpha\beta+\beta^2 is

[Q140 · 10th May Shift 1 · 2024]

BOTH conditions are required

Solving only dn=0\vec{d}\cdot\vec{n}=0 gives α\alpha, but you still need the point-on-plane condition to get β\beta (and to confirm the line is actually IN, not merely parallel to, the plane). One condition gives one unknown — you need both for problems with two unknowns.

Perpendicular DIRECTIONS, parallel LINE

It's the line's direction that is perpendicular to the normal, which makes the LINE parallel to the plane. Don't confuse 'direction ⟂ normal' with 'line ⟂ plane' — those are opposite situations.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (9)

  • A general point on a line

    General point on a line

    P=(x1+at,  y1+bt,  z1+ct)r=a+tdP = (x_1 + at,\; y_1 + bt,\; z_1 + ct) \qquad \vec{r} = \vec{a} + t\,\vec{d}
  • Point where a line meets a plane

    Line meets plane

    A(x1+at)+B(y1+bt)+C(z1+ct)=D    t    PA(x_1+at)+B(y_1+bt)+C(z_1+ct)=D \;\Rightarrow\; t \;\Rightarrow\; P
  • Point of intersection of two lines

    Intersection by equating

    x1+a1t=x2+a2s,y1+b1t=y2+b2s,z1+c1t=z2+c2sx_1+a_1t = x_2+a_2s,\quad y_1+b_1t = y_2+b_2s,\quad z_1+c_1t = z_2+c_2s
  • Coplanarity and intersect-find-k by the scalar triple product

    Coplanarity / intersection determinant = 0

    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
  • Four points coplanar

    Four points coplanar

    [AB,  AC,  AD]=0[\,\vec{AB},\;\vec{AC},\;\vec{AD}\,]=0
  • Shortest distance between skew lines

    Shortest distance (skew lines)

    d=(a2a1)(d1×d2)d1×d2d = \frac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{d_1}\times\vec{d_2})|}{|\vec{d_1}\times\vec{d_2}|}
  • Direction of the line of intersection of two planes

    Direction of line of intersection of two planes

    d=n1×n2\vec{d}=\vec{n_1}\times\vec{n_2}
  • Transversal intersecting two given lines

    Transversal condition

    AB(l,m,n)    (AB)xl=(AB)ym=(AB)zn\vec{AB}\parallel (l,m,n) \;\Rightarrow\; \frac{(\vec{AB})_x}{l}=\frac{(\vec{AB})_y}{m}=\frac{(\vec{AB})_z}{n}
  • Condition for a line to lie in a plane

    Line lies in plane (both conditions)

    dn=0andP0plane\vec{d}\cdot\vec{n}=0 \quad\text{and}\quad P_0 \in \text{plane}

Watch out for (19)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Line and PlaneMODERATE
The co-ordinates of the point, where the line x12=y23=z+54\dfrac{x-1}{2}=\dfrac{y-2}{-3}=\dfrac{z+5}{4} meets the plane 2x+4yz=32x+4y-z=3, are

[Q139 · 9th May Shift 2 · 2024]

Example 2Line and PlaneMODERATE
The distance of the point (2,4,0)(2,4,0) from the point of intersection of the lines x+63=y2=z+11\frac{x+ 6}{3}=\frac{y}{2}=\frac{z+ 1}{1} and x74=y93=z42\frac{x- 7}{4}=\frac{y- 9}{3}=\frac{z- 4}{2} is

[Q129 · 20 April Shift II · 2025]

Example 3Line and PlaneHARD
If the lines x12=y23=z14\frac{x-1}{2}=\frac{y-2}{3}=\frac{z-1}{4} and x31=yk2=z1\frac{x-3}{-1}=\frac{y-k}{2}=\frac{z}{1} intersect, then k is equal to

[Q122 · 10th May Shift 1 · 2023]

Example 4Line and PlaneHARD
The shortest distance between lines r=(i^+2j^k^)+λ(2i^+j^3k^)\vec{r} = (\hat{i}+2\hat{j}-\hat{k}) + \lambda(2\hat{i}+\hat{j}-3\hat{k}) and r=(2i^j^+2k^)+μ(i^j^+k^)\vec{r} = (2\hat{i}-\hat{j}+2\hat{k}) + \mu(\hat{i}-\hat{j}+\hat{k}) is

[Q113 · 10th May Shift 2 · 2023]

Example 5Line and PlaneHARD
A line having direction ratios 1,4,21, -4, 2 intersects the lines x73=y11=z+21\frac{x-7}{3} = \frac{y-1}{-1} = \frac{z+2}{1} and x2=y73=z1\frac{x}{2} = \frac{y-7}{3} = \frac{z}{1} at points A and B respectively. Then co-ordinates of A and B are

[Q112 · 16th May Shift 2 · 2023]

Drill every past-year question on this subtopic

28 questions from the bank — paginated, with cart and Word-export support.

Related notes