Let L be the line of intersection between the planes x + 3y = 7 and 2y + z = 4, and let P be the point (3, 1, 1).
Determine the equation (in normal form) of the plane containing L and P.
I struggle with getting vectors from the two planes to multiply, can anyone show me how?
$L =(1, 2, 0)+t(3, −1, 2)$. But i somehow fail to see how my book got that.
To obtain $L$, parameterize it with $y=2+t$ and, from the two given planes, we have $x=1-3t$ and $z=-2t$, i.e.
$$L= (1,2,0)+t(-3,1,-2)$$
with $Q(1,2,0)$ and $\vec d =(-3,1,-2)$. Let $A(x,y,z)$ be any point on the plane and $P(3,1,1)$. Then, the normal vector of plane is
$$\vec n=\vec{QA}\times \vec{QP}= (x-1,y-2,z)\times (2,-1,1)\\ =(-2+y+z,1-x+2z,5-x-2y)$$
which satisfies $\vec n \cdot \vec d = 0$, i.e.
$$ (-2+y+z,1-x+2z,5-x-2y)\cdot (-3,1,-2)=0$$
which yields the equation of the plane
$$x+y-z=3$$