Equation of a Plane: Find Solution for A(1, 0, 1), B(0, 1, 2) and C(1, 3, 2)

  • Thread starter Thread starter Enzo
  • Start date Start date
  • Tags Tags
    Plane
AI Thread Summary
To find the equation of a plane through points A(1, 0, 1), B(0, 1, 2), and C(1, 3, 2), the normal vector is determined using the cross product of vectors AB and AC. The resulting normal vector is n = [-2, 1, -3], leading to the plane equation -2x + y - 3z = -5 after substituting point A to find d. Clarifications were provided on the relationship between the vectors and the plane, emphasizing that two independent vectors can define a plane. The discussion also highlighted that the cross product yields a vector perpendicular to both AB and AC, confirming its status as a normal vector. Overall, the solution process involves understanding vector relationships and the geometric properties of planes.
Enzo
Messages
17
Reaction score
0

Homework Statement



Ex: Find the equation of the plane passing through A(1, 0, 1), B(0, 1, 2) and C(1, 3, 2).


Solution: In this case, we first need to establish a normal vector for the plane. Note that
AB and AC are both vectors on (or parallel to) the plane. Since their cross product is
perpendicular to both AB and AC, it must be a normal vector to the plane as well. Thus,
we have n = AB × AC = [−1, 1, 1] × [0, 3, 1] = [−2, 1,−3]. Hence, the general equation
takes the form −2x + y − 3z = d, where d can be found by substituting the point A, i.e.
d = −2(1) + (0) − 3(1) = −5. Hence, the equation of the plane is −2x + y − 3z = −5.

Homework Equations


The Attempt at a Solution



I'm having a hard time understanding the answer - I was hoping someone could clarify a few questions that I had. It feels like I am missing gigantic gaps in my vector mathematics knowledge.

Note that AB and AC are both vectors on (or parallel to) the plane.
How do I know this?

I'd normally find out if vectors are parallel if I use the dot product and end up with a 0 or 180 degree angle.

Since their cross product is perpendicular to both AB and AC, it must be a normal vector to the plane as well.

Using the cross product method, I'm left with the vector (-2, 1, 3). Using the dot product method on bot AB and AC, i find that they are equal to zero, therefore perpendicular. But, why is this normal to the plane?

I understand the rest of the solution though, but I'm majorly stuck with the above parts.

Is there an easier way to solve this? I've had to do around 8 calculations to solve this question without making major assumptions.
 
Physics news on Phys.org
Enzo said:

Homework Statement



Ex: Find the equation of the plane passing through A(1, 0, 1), B(0, 1, 2) and C(1, 3, 2).


Solution: In this case, we first need to establish a normal vector for the plane. Note that
AB and AC are both vectors on (or parallel to) the plane. Since their cross product is
perpendicular to both AB and AC, it must be a normal vector to the plane as well. Thus,
we have n = AB × AC = [−1, 1, 1] × [0, 3, 1] = [−2, 1,−3]. Hence, the general equation
takes the form −2x + y − 3z = d, where d can be found by substituting the point A, i.e.
d = −2(1) + (0) − 3(1) = −5. Hence, the equation of the plane is −2x + y − 3z = −5.
Yes, that is exactly correct. As a check note that with x=0, y= 1, z= 2, -2(0)+ 1- 3(-2)= 1- 6= -5 so this is also correct for point B and with x= 1, y= 3, c= 2, -2(1)+ 3- 3(2)= -2+ 3- 6= -5 so this is also correct for point C. Points A, B, and C are all satisfy the equation so this is the equation of the plane they are in.

Homework Equations


The Attempt at a Solution



I'm having a hard time understanding the answer - I was hoping someone could clarify a few questions that I had. It feels like I am missing gigantic gaps in my vector mathematics knowledge.

Note that AB and AC are both vectors on (or parallel to) the plane.
How do I know this?
Because the endpoints A, B, and C are given as being in the plane and this is a plane

I'd normally find out if vectors are parallel if I use the dot product and end up with a 0 or 180 degree angle.

Since their cross product is perpendicular to both AB and AC, it must be a normal vector to the plane as well.

Using the cross product method, I'm left with the vector (-2, 1, 3). Using the dot product method on bot AB and AC, i find that they are equal to zero, therefore perpendicular. But, why is this normal to the plane?
Just as 3 points determine a plane, two independent vectors determine a plane. Any vector in the plane can be written as a[−1, 1, 1] + b[0, 3, 1]. A vector having 0 dot product with those two vectors will have 0 dot product with any vector in the plane: \vec{v}\cdot (a[-1, 1, 1]+ b[0, 3, 1])= a (\vec{v}\cdot [-1, 1, 1])+ b(\vec{v}\cdot [0, 3, 1])= a(0)+ b(0)= 0. Since the vector is perpendicular to any vector in the plane, it is perpendicular to any line in the plane: that's the definition of "perpendicular to the plane".

I understand the rest of the solution though, but I'm majorly stuck with the above parts.

Is there an easier way to solve this? I've had to do around 8 calculations to solve this question without making major assumptions.
What kind of "calculations" do you mean? The hardest was finding the cross product and that should take very little time.
 
Last edited by a moderator:
So.. Basically the question tells me that a plane passes through these points, so automatically, I know that these points reside on the plane.

Realizing that I need a vector which is normal to the plane in order to find the plane equation, I go about getting a normal vector by using the cross product on two vectors on the plane (in this case, AB and AC), or parallel to it. A third vector results being in the direction that is normal to the plane..

Is that right? Awesome explanation by the way. You've helped me out a lot.
 
Yes that's right.
 
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