When describing a plane in three dimensions, one uses a point P and a vector N normal to the plane, where N describes the "tilt" or orientation of the plane.Is it possible to describe a plane using a point P and a vector V parallel to the plane? Wouldn't V just be a translation of some vector W on the plane? If you can't use a vector parallel to the plane, why can't you?
2026-04-05 19:37:10.1775417830
Describing a plane in three dimensions
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
What you need is a point and two direction vectors:
$$\mathbf r(s,t) = \mathbf p + s\mathbf u + t\mathbf v$$
Here $\mathbf p$ is the vector pointing to the point $P$ and $\mathbf u$ and $\mathbf v$ are the two noncollinear, nonzero vectors parallel to the plane.
The reason you need two direction vectors is that a plane is two-dimensional.
Compare this to the parametrization of a line:
$$\mathbf r(t) = \mathbf p + t\mathbf v$$
Can you see how to parametrize any $n$-dimensional flat in a similar way?