Finding the equation of a plane passing through 3 points

  • Thread starter Thread starter Luscinia
  • Start date Start date
  • Tags Tags
    Plane Points
AI Thread Summary
To find the equation of a plane through points A(2,1,0), B(3,-1,5), and C(2,2,1), the normal vector is calculated using the cross product of vectors AB and AC, resulting in n=(-7, -1, 1). The equation of the plane can be expressed as -7x - y + z = d, but the correct form is 7x + y - z = 15, which involves sign inversion. To determine the value of d, one can substitute the coordinates of any of the three points into the plane equation. This process confirms that the derived equation represents the same plane, ensuring consistency across all points. Understanding the sign inversion and solving for d is crucial for accurately representing the plane's equation.
Luscinia
Messages
17
Reaction score
0

Homework Statement


Find the equation of the plane passing through point A(2,1,0), B(3,-1,5) and C(2,2,1)


Homework Equations


Um..I don't know?


The Attempt at a Solution


Vector AB=(3 -1 5)^T-(2 1 0)^T=(1 -2 5)^T
Vector AC=(2 2 1)^T-(2 1 0)^T=(0 1 1)^T
perpendicular vector n= vector ABxvector AC=(-2*1-5*1 5*0-1*1 1*1--2*0)^T=(-7 -1 1)

since n=(a b c)^T will give a plane with equation ax+by+cz=d, I had assumed the equation of the plane would therefore be -7x-y+z=d, but it turns out it's actually 7x+yx-z=15

Why are the signs inverted? (I sort of missed a few classes so I may be unaware of some fundamental concepts here)
and how do I find d (which turns out to be 15)
 
Physics news on Phys.org
Luscinia said:

Homework Statement


Find the equation of the plane passing through point A(2,1,0), B(3,-1,5) and C(2,2,1)


Homework Equations


Um..I don't know?


The Attempt at a Solution


Vector AB=(3 -1 5)^T-(2 1 0)^T=(1 -2 5)^T
Vector AC=(2 2 1)^T-(2 1 0)^T=(0 1 1)^T
perpendicular vector n= vector ABxvector AC=(-2*1-5*1 5*0-1*1 1*1--2*0)^T=(-7 -1 1)

since n=(a b c)^T will give a plane with equation ax+by+cz=d, I had assumed the equation of the plane would therefore be -7x-y+z=d, but it turns out it's actually 7x+yx-z=15

Why are the signs inverted? (I sort of missed a few classes so I may be unaware of some fundamental concepts here)
and how do I find d (which turns out to be 15)

What do you get if you multiply both sides of 7x+y-z=15 by -1 ?
 
Getting to "d": take one point and solve for d to put it in the plane. If you use a different d, you get a parallel plane. So if you generate d for one point, you can check it with another (both of the others, if you're nervous :smile:).
 
Oh man, can't believe I didn't see that. Thanks!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top