NDA Maths · 3D Geometry

The Straight Line in Space

A line is a point plus a direction; everything — points on it, where it pierces a plane, whether it's parallel to one — follows from its parametric form.

Why this matters

Eleven PYQs, almost all EASY or MODERATE — the most reliably scorable subtopic in the chapter once you commit to parametrising. The bank repeats four moves: write the line, generate a point on it, find where it meets a coordinate plane or a given plane, and test whether it is parallel to (or lies in) a plane. Master the parametric form and the rest are substitutions.

Concept 1 of 5

Equation of a line — symmetric and two-point forms

Intuition

A line is pinned down by one point on it and one direction. Symmetric form stacks the three coordinate equations into one chain; two-point form builds the direction from the difference of the points. A line in space is also the intersection of two planes — which is why a single symmetric line can be written as a pair of plane equations.

Definition

Through point (x0,y0,z0)(x_0,y_0,z_0) with direction ratios a,b,c\langle a,b,c\rangle, the symmetric form is xx0a=yy0b=zz0c\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c}. Through two points A,BA, B, the direction ratios are x2x1,y2y1,z2z1\langle x_2-x_1, y_2-y_1, z_2-z_1\rangle. Setting the chain equal to a parameter tt gives the parametric form (x0+at, y0+bt, z0+ct)(x_0+at,\ y_0+bt,\ z_0+ct). Splitting the chain into two equalities expresses the line as the intersection of two planes.

Symmetric form of a line

xx0a=yy0b=zz0c=t\frac{x - x_0}{a} = \frac{y - y_0}{b} = \frac{z - z_0}{c} = t

Worked example

Write the line through A(1,2,1)A(1, 2, -1) and B(3,1,2)B(3, -1, 2) in symmetric form.
  1. Direction ratios =BA=31, 12, 2(1)=2,3,3= B - A = \langle 3-1,\ -1-2,\ 2-(-1)\rangle = \langle 2, -3, 3\rangle.
  2. Use point A(1,2,1)A(1,2,-1) and these ratios.
  3. Symmetric form: x12=y23=z+13\frac{x-1}{2} = \frac{y-2}{-3} = \frac{z+1}{3}.
Answer:x12=y23=z+13\dfrac{x-1}{2} = \dfrac{y-2}{-3} = \dfrac{z+1}{3}.
Practice this conceptself-check · 4 quick reps

Try it yourself

Express the line x+23=y11=z2\frac{x+2}{3} = \frac{y-1}{1} = \frac{z}{2} as the intersection of two planes.

Practice — Level 1 (4 reps)

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

  1. 1.
    DRs of the line through (0,0,0)(0,0,0) and (2,3,4)(2,3,4)?
  2. 2.
    Parametric point of x12=y3=z+14=t\frac{x-1}{2}=\frac{y}{3}=\frac{z+1}{4}=t?
  3. 3.
    A line in space is the intersection of how many planes?
  4. 4.
    Symmetric form needs how many things to be fixed?

From the bank · past-year question

Example 13D GeometryHARD
The line x12=y23=z34\frac{x-1}{2}=\frac{y-2}{3}=\frac{z-3}{4} is given by

[Q58 · Sep · 2018]

Concept 2 of 5

Points on a line

Intuition

Every point on a line is the base point pushed along the direction by some amount tt. Plug a value of tt and you get a point; or set the parametric coordinates equal to a candidate point and check they share a single tt.

Definition

Points on (x0+at, y0+bt, z0+ct)(x_0+at,\ y_0+bt,\ z_0+ct) are generated by choosing tt. To test whether (p,q,r)(p,q,r) lies on the line, solve p=x0+atp = x_0+at for tt and confirm the SAME tt reproduces qq and rr.

Worked example

Find a point on the line x23=y+11=z42\frac{x-2}{3} = \frac{y+1}{1} = \frac{z-4}{2} other than (2,1,4)(2,-1,4).
  1. Set the chain equal to tt: point =(2+3t, 1+t, 4+2t)= (2+3t,\ -1+t,\ 4+2t).
  2. Take t=1t = 1: (5,0,6)(5, 0, 6).
  3. Check: 523=1, 0+11=1, 642=1\frac{5-2}{3} = 1,\ \frac{0+1}{1} = 1,\ \frac{6-4}{2} = 1 — all equal. ✓
Answer:(5,0,6)(5, 0, 6) (any t0t \neq 0 works).
Practice this conceptself-check · 4 quick reps

Try it yourself

A point PP lies on the line joining A(1,2,3)A(1,2,3) and B(2,10,1)B(2,10,1). If PP's z-coordinate is 7, find the sum of its other two coordinates.

Practice — Level 1 (4 reps)

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

  1. 1.
    Point on (2+t,1t,3t)(2+t, 1-t, 3t) at t=2t=2?
  2. 2.
    At what t does (1+2t,3t,t)(1+2t, 3t, t) hit x=5x=5?
  3. 3.
    Does (1,3,2)(1,3,-2) lie on x11=y32=z+27\frac{x-1}{1}=\frac{y-3}{2}=\frac{z+2}{7}?
  4. 4.
    How many points does a line have for varying t?

From the bank · past-year question

Example 23D GeometryEASY
A point on the line x11=y32=z+27\dfrac{x-1}{1} = \dfrac{y-3}{2} = \dfrac{z+2}{7} has coordinates

[Q57 · Sep · 2019]

Concept 3 of 5

Where a line meets a coordinate plane

Intuition

To find where a line crosses the XY-plane, ask: at what tt is z=0z = 0? Solve for that tt, substitute back, and read off the point. Same idea for the YZ-plane (x=0x=0) and ZX-plane (y=0y=0).

Definition

A line meets the XY-plane where its zz-coordinate is 0, the YZ-plane where x=0x=0, and the ZX-plane where y=0y=0. Parametrise the line, set the relevant coordinate to 0, solve for tt, and back-substitute.

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 joining (2,1,3)(2, -1, 3) and (4,3,1)(4, 3, -1) meets the XY-plane.
  1. Direction =2,4,4= \langle 2, 4, -4\rangle. Point =(2+2t, 1+4t, 34t)= (2+2t,\ -1+4t,\ 3-4t).
  2. XY-plane: z=034t=0t=34z = 0 \Rightarrow 3 - 4t = 0 \Rightarrow t = \tfrac{3}{4}.
  3. Then x=2+2(34)=72x = 2 + 2(\tfrac34) = \tfrac{7}{2} and y=1+4(34)=2y = -1 + 4(\tfrac34) = 2.
Answer:(72,2,0)\left( \tfrac{7}{2}, 2, 0 \right).
Practice this conceptself-check · 4 quick reps

Try it yourself

Where does the line through (1,2,1)(1, 2, -1) and (3,1,2)(3, -1, 2) meet the YZ-plane?

Practice — Level 1 (4 reps)

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

  1. 1.
    Which coordinate is 0 on the XY-plane?
  2. 2.
    Which coordinate is 0 on the YZ-plane?
  3. 3.
    Line (t,2t,t3)(t, 2t, t-3) meets XY-plane at which t?
  4. 4.
    Point where (t,2t,t3)(t,2t,t-3) meets XY-plane?

From the bank · past-year question

Example 33D GeometryEASY
The point of intersection of the line joining the points (3,4,8)(-3, 4, -8) and (5,6,4)(5, -6, 4) with the XYXY-plane is

[Q52 · Sep · 2017]

Concept 4 of 5

Intersection of a line and a plane

Intuition

A line generally pierces a plane at one point. Plug the line's parametric coordinates into the plane equation — that collapses to one equation in tt. Solve it, then feed tt back to get the pierce point.

Definition

For a line (x0+at, y0+bt, z0+ct)(x_0+at,\ y_0+bt,\ z_0+ct) and plane Ax+By+Cz=DAx+By+Cz = D, substitute to get a linear equation in tt. One solution → a single pierce point. No solution (the tt terms cancel but the constants disagree) → the line is parallel and misses. Identity (all tt work) → the line lies in the plane.

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

A line through (1,0,1)(1, 0, -1) with direction ratios 1,2,1\langle 1, 2, 1\rangle meets the plane x+y+z=8x + y + z = 8. Find the point of intersection.
  1. Parametrise: (1+t, 2t, 1+t)(1+t,\ 2t,\ -1+t).
  2. Substitute into the plane: (1+t)+2t+(1+t)=8(1+t) + 2t + (-1+t) = 8.
  3. 4t=8t=24t = 8 \Rightarrow t = 2.
  4. Back-substitute t=2t = 2: (3,4,1)(3, 4, 1).
Answer:(3,4,1)(3, 4, 1).
Practice this conceptself-check · 4 quick reps

Try it yourself

Where does the line (2t, 1+t, t)(2t,\ 1+t,\ -t) meet the plane x+y+z=6x + y + z = 6?

Practice — Level 1 (4 reps)

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

  1. 1.
    After substituting a line into a plane, the unknown left is?
  2. 2.
    No valid t (constants clash) means the line is?
  3. 3.
    Every t works means the line?
  4. 4.
    Line (t,t,t)(t,t,t) meets x+y+z=9x+y+z=9 at which t?

From the bank · past-year question

Example 43D GeometryEASY
A line through (1,1,2)(1,-1,2) with direction ratios 3,2,2\langle3,2,2\rangle meets the plane x+2y+3z=18x+2y+3z=18. What is the point of intersection?

[Q55 · Apr · 2024]

Concept 5 of 5

Line parallel to, or lying in, a plane

Intuition

A line is parallel to a plane when its direction is perpendicular to the plane's normal — their dot product is zero, so the line never tilts toward the plane. If, in addition, one point of the line satisfies the plane equation, the whole line LIES in the plane.

Definition

For a line with direction a,b,c\langle a,b,c\rangle and a plane with normal A,B,C\langle A,B,C\rangle:

  • Parallel iff Aa+Bb+Cc=0Aa + Bb + Cc = 0 (direction ⟂ normal) AND a point of the line is NOT on the plane.
  • Lies in the plane iff Aa+Bb+Cc=0Aa+Bb+Cc = 0 AND a point of the line satisfies the plane equation.

Parallel/contained condition (direction ⟂ normal)

Aa+Bb+Cc=0A a + B b + C c = 0

Worked example

If the line x12=ym1=z31\frac{x-1}{2} = \frac{y-m}{1} = \frac{z-3}{1} lies in the plane 2x3yz=22x - 3y - z = 2, find mm.
  1. Direction 2,1,1\langle 2,1,1\rangle, normal 2,3,1\langle 2,-3,-1\rangle: dot =431=0= 4 - 3 - 1 = 0 ✓ (so it can lie in the plane).
  2. Now the point (1,m,3)(1, m, 3) must satisfy the plane: 2(1)3(m)3=22(1) - 3(m) - 3 = 2.
  3. 3m1=2m=1-3m - 1 = 2 \Rightarrow m = -1.
Answer:m=1m = -1.
Practice this conceptself-check · 4 quick reps

Try it yourself

Is the line with direction 3,4,5\langle 3, 4, 5\rangle parallel to the plane 2xy2z+1=02x - y - 2z + 1 = 0?

Practice — Level 1 (4 reps)

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

  1. 1.
    Line ∥ plane needs direction · normal = ?
  2. 2.
    Direction 1,1,1\langle1,1,1\rangle, normal 1,1,2\langle1,1,-2\rangle: parallel?
  3. 3.
    Lies-in-plane needs the dot zero AND what else?
  4. 4.
    Direction 2,0,1\langle2,0,1\rangle, normal 1,5,2\langle1,5,-2\rangle: parallel?

From the bank · past-year question

Example 53D GeometryMODERATE
If the line x41=y21=zk2\dfrac{x-4}{1} = \dfrac{y-2}{1} = \dfrac{z-k}{2} lies on the plane 2x4y+z=72x - 4y + z = 7, then what is the value of kk ?

[Q58 · Sep · 2019]

Parallel vs lying-in needs the second check

Direction ⟂ normal (dot = 0) only means the line doesn't tilt toward the plane — it could be strictly parallel (misses) OR contained (lies in). You MUST then test a point: on the plane → contained; off → parallel.

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 (2)

Watch out for (1)

Mastery check — 5 interleaved questions

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

Example 13D GeometryMODERATE
for the items that follow: A line L passing through the point (-1,2,-3) is perpendicular to the plane P given by 2x+3y+z+5=0.
What is the equation of the line L?

[Q55 · Apr · 2026]

Example 23D GeometryMODERATE
The line passing through the points (1,2,1)(1, 2, -1) and (3,1,2)(3, -1, 2) meets the yzyz-plane at which one of the following points?

[Q64 · Apr · 2017]

Example 33D GeometryMODERATE
Let L:x+y+z+4=0=2xyz+8L:x+y+z+4=0=2x-y-z+8 be a line and P:x+2y+3z+1=0P: x+2y+3z+1=0 be a plane.
What is the point of intersection of LL and PP?

[Q70 · Sep · 2024]

Example 43D GeometryMODERATE
Which one of the planes is parallel to the line x23=y34=z45\frac{x-2}{3}=\frac{y-3}{4}=\frac{z-4}{5}?

[Q97 · Sep · 2023]

Example 53D GeometryMODERATE
for the items that follow: A line L passing through the point (-1,2,-3) is perpendicular to the plane P given by 2x+3y+z+5=0.
What are the direction ratios of a line M parallel to the plane P?

[Q56 · Apr · 2026]

Drill every past-year question on this subtopic

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