Question
Question: Find the coordinates of the point where the line through the points \(\left( 3,-4,-5 \right)\) and \...
Find the coordinates of the point where the line through the points (3,−4,−5) and (2,−3,1) crosses the plane 3x+2y+z+14=0.
Solution
In order to solve this type of questions, as the line passes through two points, write the equation of the line passing through two points (3,−4,−5) and (2,−3,1) using below equation
x1−x2x−x1=y1−y2y−y1=z1−z2z−z1
After writing the equation of the line take a general point on the line, k, and put it in the equation of the plane. Solve it and then get the coordinates of that point.
Complete step-by-step solution:
As we know that the line passes through the points (3,−4,−5) and (2,−3,1). So the general equation of line passes through two points (x1,y1,z1) and (x2,y2,z2) is as follows:
⇒x2−x1x−x1=y2−y1y−y1=z2−z1z−z1
In our case first point is (3,−4,−5) so, x1=3,y1=−4,z1=−5 and second point is (2,−3,1) so, x2=2,y2=−3,z2=1.
Hence, the equation of the line is:
∴2−3x−3=−3−(−4)y+4=1−(−5)z+5
⇒−1x−3=1y+4=6z+5
Now, let us suppose a general point on the line.
⇒−1x−3=1y+4=6z+5=k where k is any constant.
⇒−1x−3=k⇒x=3−k.................(1)
Similarly, we get ⇒1y+4=k⇒y=k−4............(2)
and ⇒6z+5=k⇒z=6k−5..............(3)
Hence, a general point on the line is of form (3−k,k−4,6k−5).
Let (x,y,z) be the coordinates of the point where the line crosses the plane 3x+2y+z+14=0
Putting the general point in the equation of the plane, we get
⇒3(3−k)+2(k−4)+(6k−5)+14=0
Now rearranging the terms of the above expression, we get
⇒9−3k+2k−8+6k−5+14=0
⇒5k+10=0
⇒k=5−10=−2
Hence the value of k after solving the equations is 2.
Now, putting the value of k=2 in equation (1), we get
⇒x=2+3=5
Similarly, putting the value of k=2 in equation (2), we get
⇒y=−2−4=−6
And, putting the value of k=2 in equation (3), we get
⇒z=−6×2−5=−17
Hence we get the value of (x,y,z) is equal to (5,−6,−17).
So, (5,−6,−17) is the correct answer.
Note: This is a typical question of line and a plane intersection one tricky thing is to get the intersection of the line with the plane. Students get stuck after getting the equation of the line. Hence, the crux is to choose a general point on the line and then substitute it into the equation of the plane. After solving, we get the desired value.