Finding the Equation of a Plane from 3 Coplanar Points

  • Thread starter Thread starter DiamondV
  • Start date Start date
  • Tags Tags
    Plane Points
AI Thread Summary
To find the equation of a plane from three coplanar points, one must first determine the vectors formed by these points and then compute their cross product to obtain the normal vector of the plane. The coefficients of this normal vector are used in the Cartesian equation format, typically expressed as ax + by + cz = d. By substituting one of the coplanar points into this equation, the value of d can be solved. This process illustrates how the normal vector's components relate to the plane's equation, ensuring that any point on the plane satisfies the derived equation. Understanding this relationship clarifies the geometric significance of the cross product in defining the plane.
DiamondV
Messages
103
Reaction score
0

Homework Statement


The method that we are taught on how to determine the equation of a plane is as follows when given 3 coplanar points:
1.
Determine the vectors
2.
Find the cross product of the two vectors.
3.
Substitute one point into the Cartesian equation to solve for d.

Homework Equations

The Attempt at a Solution



I know how to do this but my issue is with the intuition behind it, by getting the cross product of two vectors on the plane we are essentially getting the normal vector of the entire plane. we then take the coefficents of this vector and put it into sort of an equation like this x+y+z=d, then sub a point into this to find d and that's how you get the equation of the plane. I mean what exactly is happening here? How does the coefficents of the x, y and z components(or magnitude of x,y,z, basically whatever is front of the x, y,z) give us the equation of the plane?
 
Physics news on Phys.org
The cross product of two vectors in the plane will be a vector ##\vec v=(a,b,c)## that is normal to the plane. Let ##D=(d,e,f)## be any point in the plane. Then for any other point ##P=(x,y,z)## in the plane, the vector ##\vec u## from D to P lies in the plane and hence must be perpendicular to ##\vec v##.

So we have

$$0=\vec u\cdot \vec v =(x-d,y-e,z-f)\cdot(a,b,c)=a(x-d)+b(y-e)+c(z-f)=ax+by+cz-(ad+be+cf)$$

So the equation of the plane is

$$ax+by+cz=(ad+be+cf)$$
 
Back
Top