This lesson works through two common Class 12 questions on straight lines in three dimensions: first showing that two given lines intersect and locating their common point, then finding the value of a parameter that makes two lines perpendicular.
Question 1: showing two lines intersect
We are given the two lines
2x−1=3y−2=4z−3(line 1)
5x−4=2y−1=1z(line 2)
and we must show they intersect and find the point of intersection.
A general point on line 1
Set each ratio of line 1 equal to a parameter k:
2x−1=3y−2=4z−3=k.
Then x−1=2k, y−2=3k, z−3=4k, so any point on line 1 is
P=(2k+1,3k+2,4k+3).
Forcing the point onto line 2
The point P lies on line 2 exactly when its coordinates satisfy line 2:
5(2k+1)−4=2(3k+2)−1=14k+3,
which simplifies to
52k−3=23k+1=14k+3.
For P to lie on line 2, all three ratios must agree, so we take them in pairs and check that both give the same k.
First pair.
52k−3=23k+1⇒2(2k−3)=5(3k+1)
4k−6=15k+5⇒−11k=11⇒k=−1.
Second pair.
23k+1=14k+3⇒3k+1=2(4k+3)
3k+1=8k+6⇒−5k=5⇒k=−1.
Both pairs give k=−1, so the point on line 1 does lie on line 2. The two lines therefore intersect.
The point of intersection
Put k=−1 back into P=(2k+1,3k+2,4k+3):
P=(2(−1)+1,3(−1)+2,4(−1)+3)=(−1,−1,−1).
The lines meet at (−1,−1,−1).
Question 2: making two lines perpendicular
Find the value of p so that the lines
31−x=2p7y−14=2z−3(line 1)
3p7−7x=1y−5=56−z(line 2)
are at right angles.
Putting each line in standard form
Direction ratios can only be read off once each line is in the form ax−x1=by−y1=cz−z1.
Line 1. Pull the minus sign out of 1−x, and factor 7 out of 7y−14:
−3x−1=72py−2=2z−3,
so its direction ratios are (−3,72p,2).
Line 2. Pull −7 out of 7−7x and the minus out of 6−z:
−73px−1=1y−5=−5z−6,
so its direction ratios are (−73p,1,−5).
Applying the perpendicularity condition
Two lines are perpendicular when a1a2+b1b2+c1c2=0:
(−3)(−73p)+(72p)(1)+(2)(−5)=0
79p+72p−10=0⇒711p=10.
11p=70⇒p=1170.
Key takeaways
- Write a general point on a line as (x1+ak,y1+bk,z1+ck), then substitute it into the other line; if a single k satisfies all the ratios, the lines intersect there.
- The common value of k gives the exact point of intersection when put back into the general point.
- Always rewrite a line in standard symmetric form before reading off its direction ratios, and use a1a2+b1b2+c1c2=0 to find unknowns that make two lines perpendicular.