Lines and Planes in Space
A plane can be described using a point on the plane and a normal vector perpendicular to it.
A plane can be described using a point on the plane and a normal vector perpendicular to it.
Find the plane through $(1,2,3)$ with normal vector $\langle 2,-1,4\rangle$.
Final answer: $2x-y+4z-12=0$.
Write the parametric equations of the line passing through $P(2,\,-1,\,3)$ with direction vector $\vec{d} = \langle 1,\,4,\,-2\rangle$.
A line in 3D through point $(x_0,y_0,z_0)$ with direction $\langle a,b,c\rangle$ is given by:
Substituting:
These describe every point on the line as $t$ varies over all real numbers.
Find the equation of the plane through the points $P_1(1,0,0)$, $P_2(0,2,0)$, and $P_3(0,0,3)$.
Form two vectors lying in the plane:
Find the normal via cross product:
Plane equation using point $P_1(1,0,0)$:
Tip: Alternatively, use intercept form $\dfrac{x}{1}+\dfrac{y}{2}+\dfrac{z}{3}=1$ and multiply through by 6.