Find the parametric vector and Cartesian equations for the following planes:
a. The plane thru point $(2,1,-2)$ perpendicular to vector $(-1,1,2)$.
b. The plane thru the three points $(2,2,-2)$, $(-1,1,2)$ and $(2,3,1)$.
Please help. Studying for an exam and I attempted this problem several times, but my answers do not match the answer doc. Thank you.
Hint:
Let $P=(x,y,z)$ a generic point on the plane and $P_0=(x_0,y_0,z_0)$ the point through it passes, than a vector parallel to the plane is $P-P_0=(x-x_0,y-y_0,z-z_0)^T$. This vector is orthogonal to a ''normal'' $\vec n=(a_n,a_n,a_n)^T$ if the dot product between them is null: $$ (P-P_0) \cdot \vec n=0 \iff (x-x_0,y-y_0,z-z_0)(x_n,y_n,z_n)^T=0 $$ Calculate the dot product and you have the equation of the plane.
For a plane through three given points you can simultaneously solve the three equation obtained by the general equation of a plane $ ax+by+cz+d=0$ whan substitute the coordinate of the three points or $(x,y,z)$.
You can see here.