Finding Equations of a Plane with 3 Points

  • Thread starter Thread starter kdinser
  • Start date Start date
  • Tags Tags
    Plane
AI Thread Summary
To find the equation of a plane given three points, one can construct vectors from the points and use the cross product to determine the normal vector. Different combinations of points can be used, such as using vectors from point pairs, which may lead to different but equivalent equations. A systematic approach involves substituting the three points into the general plane equation Ax + By + Cz + d = 0 to derive the coefficients. Alternatively, a determinant method can be employed to establish the Cartesian equation of the plane. Ultimately, the correctness of the derived equation is validated by ensuring that all three points satisfy it.
kdinser
Messages
335
Reaction score
2
If they give you 3 points that are in a plane and ask you to find the equation of the plane, is there a systematic way to decide how to construct the vectors?

For instance, if I have 3 points, a(0,1,1) b(1,0,1) c(1,1,0), I could use ca x cb to find the normal to the plane. I could also, just as easily, use ab x ac. The problem is, it makes it tough to check my answers with the book if I don't pick the same ones they do.

Is there some standard way for doing this? Thanks.
 
Physics news on Phys.org
Here is one way
Let the general equation of the plane be
Ax + By + Cz + d =0
Now the plane passes through 3 points. So substitute the points in the above equation. You will have three equations. Solve for A,B and C in terms of d. Substitute them back and you will get your required equation
 
Not really, perhaps your book prefers to use the same vectors every time but as you say, you can do it several ways and they should all give the same.

Another way to get the carthesian equation using lineair algebra would be expanding the following determinant to the first row.

\left| {\begin{array}{*{20}c}<br /> x &amp; y &amp; z &amp; 1 \\<br /> {x_1 } &amp; {y_1 } &amp; {z_1 } &amp; 1 \\<br /> {x_2 } &amp; {y_2 } &amp; {z_2 } &amp; 1 \\<br /> {x_3 } &amp; {y_3 } &amp; {z_3 } &amp; 1 \\<br /> \end{array}} \right| = 0

In this determinant, you can also replace points by vectors giving the direction of the plane, the 1 in the last column then becomes a 0. (This is easy to see since the difference of 2 points gives such a vector)
 
In any case, you shouldn't "check your answers" by comparing them to the books answers- If your equation is correct, then the coordinates of the three points will all satisfy the equation!
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top