Find the equation of the plane.

45 Views Asked by At

Point $ P(5,0,2)$ and line : $x = 1+3t, y = 4 - 2t, -3 + t$ both lie on the same plane. Should I try to find a normal vector to put this in the form $a_1(x - x_1) + a_2(y - y_1) + a_3(z - z_1) = 0 $ ?

1

There are 1 best solutions below

0
On BEST ANSWER

You have $p = (5,0,2)$ and $r(t) = (1+3t,4-2t,-3+t)$ both lie in a plane $P$. It is clear that $p$ is not on this line and so you can use it to get two other points say $r(t_1)$ and $r(t_2)$. Now you have three points in a plane. Can't you make linearly independent vectors from these, construct a normal and get a plane equation from there?