Equation of a Plane
Two vectors are perpendicular if their directions are 90 degrees apart. The dot product of two perpendicular vectors is zero.
A Normal vector to a plane
A normal vector to a plane is basically a vector that makes a ninety degree angle with the plane(perpendicular to the plane).
In the above picture,
Equation of a plane
To find the equation of a plane we need :
Any non-zero vector normal to the plane
Coordinates of any point in the plane
Consider a plane, P. Let there be a point A(-1, -1, 1) in the plane whose coordinates are known to us. Let point B(x, y, z) be an arbitrary point in the plane. It is an arbitrary point, so it could be anywhere on the plane.
Let,
Define a vector from A to B; we will call it
Wherever the location of point B is in the plane,
So,
(x + 1)(-2) + (y + 1)(-2) + (z - 1)(0) = 0
- 2x - 2 - 2y - 2 + z = 0
2x + 2y - z + 4 = 0
The above is the Cartesian equation of the plane P. Every point B(x, y, z) in the plane must satisfy this equation.
Equation of a Plane from three given points
Equation of a plane can also be found from the given coordinates of any three non-collinear points in the plane.
The first step is to find a normal vector to the plane from three given points. Define any two vectors parallel to the plane between the given points.
As seen in the above image, we have defined vectors
A normal vector to the plane P can be found by taking their cross product. Remember that cross product of two vectors is a vector perpendicular to every plane to which the two vectors are parallel. Hence,
We could have also used the cross product
Now that we have a normal vector, and from the coordinates of any point on the plane, we can find the equation of the plane P in the exact same way we did above. In fact this is the same example of the plane. It’s equation is :
2x + 2y - z + 4 = 0
Comments
Post a Comment