Check whether the lines given by and are parallel or not. If parallel, find the distance between them, otherwise find their point of intersection, if the lines are intersecting.
Check whether the lines given by and are parallel or not. If parallel, find the distance between them, otherwise find their point of intersection, if the lines are intersecting.
Compare direction ratios of both lines to test parallelism, then solve simultaneously for the point of intersection if not parallel.
Testing parallelism
- Line 1 passes through with direction ratios ; Line 2 passes through with direction ratios .
- Since , the direction ratios are not proportional, so the lines are not parallel.
Finding the point of intersection
- Writing both lines in parametric form and equating coordinates gives three equations in parameters s and t, which are found to be mutually consistent ().
- Substituting back gives the common point , confirming the two lines intersect at this point.
Marking Scheme
- 11 mark: correctly identifying points , and direction ratios , of the two lines.
- 21 mark: correctly checking and concluding the lines are not parallel.
- 31 mark: writing both lines in parametric form using parameters s and t.
- 41 mark: solving any two equations to get .
- 51 mark: verifying the third equation and stating the point of intersection .
Hint
Compare direction ratios and for proportionality; if not parallel, equate parametric coordinates of both lines and solve for the two parameters, then verify consistency in the third equation.
Quick Oral Answer
The direction ratios and are not proportional, so the lines aren't parallel; solving the parametric equations shows they meet consistently at the point .
Analysis & Explanation
This question tests the ability to distinguish between parallel, intersecting, and skew lines in 3D — a core theme of the Three Dimensional Geometry chapter.
Concept
- Two lines are parallel if and only if their direction ratios are proportional ().
- If not parallel, lines in space are either intersecting or skew; to check, write both lines parametrically and solve any two of the three coordinate equations for the parameters, then verify the third equation is also satisfied — if it is, the lines intersect (skew lines would give an inconsistency in the third equation).
Exam trap
- A common mistake is stopping after checking parallelism without proceeding to check intersection when the lines are not parallel — the question explicitly requires this next step.
- Another frequent error is solving only two of the three parametric equations and assuming intersection without verifying the third equation, which risks concluding "intersecting" for what are actually skew lines.
Real-world relevance
- Determining whether two lines (e.g., flight paths, cable routes, or laser beams) intersect, are parallel, or are skew is fundamental in aerospace trajectory planning, robotics path-collision checks, and computer graphics ray-tracing algorithms.
Common Mistakes
- 1Concluding the lines are parallel merely because both are given in symmetric form, without actually checking proportionality of direction ratios.
- 2Solving only two of the three coordinate equations and declaring intersection without checking the third equation for consistency (risk of wrongly calling skew lines 'intersecting').
- 3Arithmetic sign errors while equating parametric coordinates, leading to an incorrect point of intersection.
Interesting Facts
Skew lines — lines that are neither parallel nor intersecting — can only exist in three or more dimensions; in 2D, any two distinct non-parallel lines must always intersect.
The formula for shortest distance between skew lines (used when lines are neither parallel nor intersecting) was central to 19th-century work in projective and analytic geometry by mathematicians like Julius Plücker.
Ray-tracing algorithms in 3D computer graphics rely on exactly this line-intersection test billions of times per rendered frame to determine which surfaces a light ray hits.
Spotted a mistake or something unclear?
Tell us — we fix reported answers fast.
Frequently Asked Questions
How do you check if two lines in 3D are parallel?
Compare their direction ratios and ; the lines are parallel if .
What if the two lines are neither parallel nor intersecting?
Then they are skew lines, and instead of a point of intersection, we compute the shortest distance between them using the skew-line distance formula.
Why must all three parametric equations be checked?
Solving only two of the three equations only guarantees a solution in 2 coordinates; the third equation must also be satisfied for the lines to actually meet at a common 3D point, otherwise they are skew.