4

A plane in space is determined by knowing a point on the plane and its "tilt" or orientation. This "tilt" is defined by specifying a vector that is perpendicular or normal to the plane. What is meant by the term "determined" here?

my2cents
  • 387

1 Answers1

3

If you have a normal $n$ to a plane and a point $p$ which is part of the plane, let $q$ be any point in space, then $n\cdot(q-p)$ will be the scalar distance of the point $q$ from the plane. If the point $q$ is part of the plane then its scalar distance from the plane is zero, $n\cdot(q-p)=0$. Thus the normal $n$ and a point of the plane $p$ completely determine the plane, in other words we do not need any more information to decide whether $q$ is a point of the plane.

Exactly the same thing applies in two dimensions. If $n$ is a normal to a line and $p$ is a point on the line, then $n\cdot(p-q)=0$ is the equation of the line, so the line is completely determined by the normal and one point.

Geometrically, the normal tells you everything about the orientation of the plane or line, and then the point uniquely specifies which of all of the parallel planes or lines one means.

Suzu Hirose
  • 11,660