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
Definition
A line through with direction ratios is written symmetrically as . Setting that common ratio to a parameter gives the general point:
- .
In vector form, : a fixed position vector plus a scalar times the direction . Every later technique starts here — substitute this moving point into whatever condition the question gives.
General point on a line
- a fixed point on the line
- direction ratios of the line
- parameter — sweeps out every point on the line
Worked example
- Set each ratio equal to : .
- At : the fixed point .
- At : .
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.General point on ?
- 2.On the line through with direction , the point at ?
- 3.If a line's general point is , its direction ratios are?
- 4.A line in vector form : which part is the direction?
A NEGATIVE denominator is a negative direction ratio
Use DIFFERENT parameters for two different lines
Concept 2 of 9
Point where a line meets a plane
Intuition
Definition
To find where the line meets the plane:
- Substitute the general point into the plane equation .
- Solve the resulting linear equation for .
- Back-substitute into the general point to get the coordinates.
For a coordinate plane, set the relevant coordinate to 0: XZ-plane , XY-plane , YZ-plane . Solve for from that single equation. A variable plane in intercept form meets the axes at .
Line meets plane
- general point on the line
- the plane (set a coordinate for a coordinate plane)
- the single parameter value at the piercing point
Diagram · line piercing a plane (drag to rotate)
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
- General point: .
- Substitute into the plane: .
- Simplify: .
- Back-substitute : .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.The XY-plane is which equation?
- 2.Line meets at?
- 3.An intercept-form plane meets the X-axis at?
- 4.After solving for , what is the last step?
From the bank · past-year question
[Q106 · 11th May Shift 2 · 2024]
XZ-plane is , not
The question may want a derived quantity, not the point itself
Concept 3 of 9
Point of intersection of two lines
Intuition
Definition
To find the intersection of and :
- Write both general points and equate coordinate-by-coordinate three equations in .
- Solve two of them for and .
- Check the third equation is satisfied (consistency = they really intersect).
- Substitute (or ) into its line to get the point.
Intersection by equating
- the two SEPARATE parameters (one per line)
- 3 equations, 2 unknownssolve 2, the 3rd must check out for a real intersection
Worked example
- Line 1: ; Line 2: .
- Equate: . Solving the first two gives .
- Check the third: ✓. Intersection point .
- Distance from : .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Two lines giving 3 equations in 2 unknowns — how many must you solve, how many must check?
- 2.If the third equation FAILS, the lines are?
- 3.Reflection of in the XY-plane?
- 4.Why use and , not for both lines?
From the bank · past-year question
[Q103 · 10th May Shift 2 · 2024]
Always verify the THIRD equation
Read the FINAL ask
Concept 4 of 9
Coplanarity and intersect-find-k by the scalar triple product
Intuition
Definition
Two lines with points and directions , are coplanar (they intersect or are parallel) iff:
- For NON-parallel lines, coplanar ** they intersect**. So 'find for which the lines intersect' uses the SAME determinant .
- If the unknown appears in both direction rows, expanding gives a quadratic TWO answers.
- A non-zero value the lines are skew (do not intersect).
Coplanarity / intersection determinant = 0
- Row 1joining vector
- Row 2direction ratios of line 1
- Row 3direction ratios of line 2
Diagram · triple product = box volume (SVG, drag to rotate)
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
- Points , joining vector . Directions and .
- Set the determinant to zero: .
- Expand along row 1: .
- Simplify: .
- Factor: or .
Practice this conceptself-check · 5 quick reps
Try it yourself
Practice — Level 1 (5 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Coplanarity condition for two lines, in one phrase?
- 2.For non-parallel lines, coplanar is equivalent to?
- 3.If the determinant is NON-zero, the lines are?
- 4.factors to?
- 5.Why does intersect-find-k often give two answers?
From the bank · past-year question
[Q104 · 11th May Shift 2 · 2024]
The QUADRATIC trap — there are usually TWO values of k
Joining vector is , and it is ROW 1
'Intersect' uses the SAME determinant as 'coplanar'
Concept 5 of 9
Four points coplanar
Intuition
Definition
Points are coplanar iff the three vectors from have zero scalar triple product:
Four points coplanar
- edge vector from base point to
- scalar triple productdeterminant of the three edge vectors as rows
Diagram · triple product = box volume (SVG, drag to rotate)
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
- , , .
- Set .
- Expand along row 1: .
- .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Condition for 4 points to be coplanar?
- 2.Edge vector equals?
- 3.If two of the edge-vector rows are proportional, the determinant is?
- 4.An unknown in ONE coordinate gives a ___ equation here?
From the bank · past-year question
[Q109 · 20 April Shift II · 2025]
All edge vectors must start from the SAME base point
Four-point coplanarity is usually LINEAR in the unknown
Concept 6 of 9
Shortest distance between skew lines
Intuition
Definition
For lines and , the shortest distance is
- The numerator is — the coplanarity determinant in absolute value.
- ** coplanar** (intersecting or parallel).
- 'SD given, find a parameter' reverses it: set equal to the given value and solve — often a quadratic, giving two values whose SUM the question may ask for.
Shortest distance (skew lines)
- vector joining the two fixed points
- common perpendicular direction
- numeratorabsolute scalar triple product = coplanarity determinant
Worked example
- . Directions , .
- ; magnitude .
- Numerator: .
- .
Practice this conceptself-check · 5 quick reps
Try it yourself
Practice — Level 1 (5 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Common perpendicular direction of two skew lines?
- 2.Shortest distance means the lines are?
- 3.Numerator of the SD formula equals which determinant?
- 4.If SD given and is in a direction, the equation in is usually?
- 5.: its magnitude?
From the bank · past-year question
[Q103 · 12th May Shift 2 · 2024]
Divide by , and take the ABSOLUTE value on top
'SD given, find the parameter' is a QUADRATIC — expect two values
Concept 7 of 9
Direction of the line of intersection of two planes
Intuition
Definition
Planes and intersect in a line whose direction is
Direction of line of intersection of two planes
- normals of the two planes
- direction of their line of intersection
Worked example
- Normals: , .
- .
- .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Direction of the line where two planes meet?
- 2.Why is the line perpendicular to each normal?
- 3.Cross product of and ?
- 4.Is also a valid direction?
From the bank · past-year question
[Q118 · 14th May Shift 2 · 2024]
Use the NORMALS, not the planes' constants
Cross-product sign — keep the middle term's minus
Concept 8 of 9
Transversal intersecting two given lines
Intuition
Definition
To find where a line of given direction meets two lines at and :
- Write as a general point of line 1 (parameter ) and of line 2 (parameter ).
- **Force **: the components of are proportional to , giving .
- Solve the two independent proportion equations for ; substitute back for and .
Transversal condition
- general points on line 1 (param ) and line 2 (param )
- direction ratios of the transversal
Worked example
- ; .
- must be proportional to — so all three components are EQUAL.
- Equate - and -components: . Equate - and -components: , hence .
- Substitute: , ; indeed ✓.
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.The segment joining the two intersection points must be ___ to the transversal?
- 2.How many parameters do you introduce for a transversal meeting two lines?
- 3.gives how many independent equations?
- 4.— is it parallel to ?
From the bank · past-year question
[Q112 · Shift 1 · 2023]
VERIFY the parallel condition after solving
Two SEPARATE parameters, one per line
Concept 9 of 9
Condition for a line to lie in a plane
Intuition
Definition
The line through with direction lies in the plane (normal ) iff BOTH:
- Direction perpendicular to normal: (line is parallel to the plane), AND
- Point on plane: satisfies the plane equation.
Either condition alone is not enough — without the point gives a line parallel to but OUTSIDE the plane.
Line lies in plane (both conditions)
- direction ⟂ normal ⇒ line parallel to plane
- planea point of the line satisfies the plane equation
Worked example
- Direction ⟂ normal : .
- Point on the plane: .
- So the line lies in .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Two conditions for a line to lie in a plane?
- 2.alone means the line is?
- 3.Direction , normal : is ?
- 4.Which condition do you use to find the constant term ?
From the bank · past-year question
[Q140 · 10th May Shift 1 · 2024]
BOTH conditions are required
Perpendicular DIRECTIONS, parallel LINE
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
- Point where a line meets a plane
Line meets plane
- Point of intersection of two lines
Intersection by equating
- Coplanarity and intersect-find-k by the scalar triple product
Coplanarity / intersection determinant = 0
- Four points coplanar
Four points coplanar
- Shortest distance between skew lines
Shortest distance (skew lines)
- Direction of the line of intersection of two planes
Direction of line of intersection of two planes
- Transversal intersecting two given lines
Transversal condition
- Condition for a line to lie in a plane
Line lies in plane (both conditions)
Watch out for (19)
- A NEGATIVE denominator is a negative direction ratio→ A general point on a line
- Use DIFFERENT parameters for two different lines→ A general point on a line
- XZ-plane is , not→ Point where a line meets a plane
- The question may want a derived quantity, not the point itself→ Point where a line meets a plane
- Always verify the THIRD equation→ Point of intersection of two lines
- Read the FINAL ask→ Point of intersection of two lines
- The QUADRATIC trap — there are usually TWO values of k→ Coplanarity and intersect-find-k by the scalar triple product
- Joining vector is , and it is ROW 1→ Coplanarity and intersect-find-k by the scalar triple product
- 'Intersect' uses the SAME determinant as 'coplanar'→ Coplanarity and intersect-find-k by the scalar triple product
- All edge vectors must start from the SAME base point→ Four points coplanar
- Four-point coplanarity is usually LINEAR in the unknown→ Four points coplanar
- Divide by , and take the ABSOLUTE value on top→ Shortest distance between skew lines
- 'SD given, find the parameter' is a QUADRATIC — expect two values→ Shortest distance between skew lines
- Use the NORMALS, not the planes' constants→ Direction of the line of intersection of two planes
- Cross-product sign — keep the middle term's minus→ Direction of the line of intersection of two planes
- VERIFY the parallel condition after solving→ Transversal intersecting two given lines
- Two SEPARATE parameters, one per line→ Transversal intersecting two given lines
- BOTH conditions are required→ Condition for a line to lie in a plane
- Perpendicular DIRECTIONS, parallel LINE→ Condition for a line to lie in a plane
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q139 · 9th May Shift 2 · 2024]
[Q129 · 20 April Shift II · 2025]
[Q122 · 10th May Shift 1 · 2023]
[Q113 · 10th May Shift 2 · 2023]
[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.