Equations of planes (HL)
A plane, , is a flat surface, like an infinitely large square. It is the 2-D equivalent of a line. Two dimensional also means it requires two direction vectors to specify a plane.
Contents
- Using two directional vectors
- Normal vector
- Vector equation of a plane
- Scalar (Cartesian) equation of a plane
- Wait, these are planes?
Using two directional vectors
where and are direction (displacement) vectors on the plane and are not scalar multiples of each other, and is a point on the plane.
This roughly means that any displacement vector on the plane is a linear combination of and , meaning there exists a unique .
Normal vector
A normal vector , or , is one that is perpendicular to all displacement vectors on the plane. In particular, it can be found using the cross product of two direction vectors of the plane, meaning
where means the normal vector is any non-zero scalar multiple of the cross product of the two direction vectors.
Each displacement vector with respect to some point on the plane can be represented by
Perpendicular vectors dot to , so
Vector equation of a plane
Rearranging the equation, we get
Scalar (Cartesian) equation of a plane
Simplifying the dot product on the right hand side, we get
To calculate distance between a plane and a point, it is useful to keep in mind is a dot product.
Note that unlike other forms, the Cartesian equation of a plane does not provide a point.
To find a point on the plane, guess the component whose corresponding is not zero yet closest to zero. This ensures smallest denominator of fractions we have to work with. Then solve a system of two equations.
Because of the likelihood of working with fractions, you are very likely to show that a point is on the plane, or otherwise be given a point.
Wait, these are planes?
The -plane is represented by . Similarly -plane is , and -plane is .
So in 2-D, is a line, but in 3-D it is a plane.
Normally, the plane passes through the points , , and on the respective axes. However for the plane , both and are , meaning intersects neither the -axis nor the -axis. Hence is parallel to the -plane.