Finding the Equation of a Plane from 3 Points

  • Thread starter Thread starter Jeann25
  • Start date Start date
  • Tags Tags
    Plane Points
Jeann25
Messages
30
Reaction score
0
I have a general question. If given 3 points, how would I find the equation of the plane containing all these points?
 
Physics news on Phys.org
Do you have any ideas?

Do you know of any ways to write the equation of a plane given some other information? Can you gather that information if given 3 points?
 
I think I found it. I would need to take the cross product of 2 vectors from those 3 points to find the normal vector. Then I would use the equation 0 = a(x-x1)+b(y-y1)+c(z-z1), <a,b,c> being the normal vector. For <x1,y1,z1> would I just pick one of the points? Does it matter which one?
 
Your approach is fine and it doesn't matter which point you use in the end.
 
That form of the plane equation works but I prefer to write the plane equation as ax+by+cz=d where <a,b,c> is a normal vector to the plane. You can then solve for d by evaluating the left-hand side at any point. In the end it doesn't matter because you'll end up with the same equation.
 
Last edited:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top