Find the coordinates of the point where the line through the points (3,-4,-5) and (2,-3,1), crosses the plane determined by the points (1,2,3),(4,2,-3) and (0,4,3).
Equation of plane determined by the points (1,2,3),(4,2,-3) and (0,4,3):
∣∣ ∣∣x−1y−2z−34−12−2−3−30−14−23−3∣∣ ∣∣=0⇒∣∣ ∣∣x−1y−2z−330−6−120∣∣ ∣∣=0
On expanding along R1,we get: 2x+y+z=7...(i)
Now erquation of line through the points (3,-4,-5) and (2,-3,1) is :x−3−1=y+41=z+56=λ
Coordinates of random point on line:P(−λ+3,λ−4,6λ−5)
For the point of intersection of line and plane,point P must satisfy (i),so we get:λ=2
Hence the required point of intersection is :P(1,-2,7).