How do you determine the vector and parametric equations for the plane through point (1, -2,3) and parallel to the xy-plane?
1 Answer
Mar 31, 2017
Explanation:
Any plane that is parallel to the
# vec n = ( (0), (0), (1) ) #
Hence the plane has an equation of the form:
# 0x+0y+1z = k => z=k #
we want the plane to pass through
Hence the required plane equation is
# z=3#
For the vector equation we use the form:
# (vecr-vecr_0) * vecn = 0 => vecr * vecn = vecr_0 * vecn #
which gives us:
# vecr * ( (0), (0), (1) ) = ( (1), (-2), (3) ) * ( (0), (0), (1) ) #
# :. vecr * ( (0), (0), (1) ) = 3 #
We can show this on a 3D plot: