Finding the Equation of a Plane from 3 Coplanar Points

  • Thread starter Thread starter DiamondV
  • Start date Start date
  • Tags Tags
    Plane Points
Click For Summary
SUMMARY

The discussion focuses on deriving the equation of a plane from three coplanar points using vector mathematics. The process involves determining vectors from the points, calculating their cross product to obtain the normal vector, and substituting one of the points into the Cartesian equation to solve for the constant d. The equation of the plane is expressed as ax + by + cz = (ad + be + cf), where (a, b, c) are the components of the normal vector derived from the cross product.

PREREQUISITES
  • Understanding of vector operations, specifically cross products.
  • Familiarity with Cartesian equations of planes.
  • Knowledge of dot products and their geometric interpretations.
  • Basic skills in solving algebraic equations.
NEXT STEPS
  • Study vector cross product properties and applications in geometry.
  • Learn about the geometric interpretation of normal vectors in three-dimensional space.
  • Explore different methods for deriving equations of planes from various point sets.
  • Investigate applications of plane equations in computer graphics and physics simulations.
USEFUL FOR

Students in mathematics or physics courses, educators teaching vector geometry, and professionals in fields requiring spatial analysis or computer graphics.

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)$$
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
9
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
5K