Cartesian Equation of a plane containing 3 points

Blackh4wk
Messages
1
Reaction score
0

Homework Statement


Find the Cartesian Eqationn of the plane containing the points (0,-2,6), (1,8,-2) and (2,0,5).



Homework Equations





The Attempt at a Solution



OA = 0,-2,6


AB = 1,10,8


AC = 2,2,-1

Cross product of AB AC = 6,-15,-18

X - 0 * 6
Y - (-2) * -15
Z - 6 * -18

Which becomes,

6x - 15y + 30 - 18z + 108 = 0

Clean it up

6x - 15y - 18z = -138

Proper answer is

2x - 5y - 6z = -26

Now, I know how you get the LHS to = the proper answer (divide by 3), but how do I go about getting the RHS to equate properly?

Or have I screwed up some of my arithmetic?
 
Physics news on Phys.org
Blackh4wk said:

Homework Statement


Find the Cartesian Eqationn of the plane containing the points (0,-2,6), (1,8,-2) and (2,0,5).

Homework Equations



The Attempt at a Solution



OA = 0,-2,6


AB = 1,10,8


AC = 2,2,-1

Cross product of AB AC = 6,-15,-18

X - 0 * 6
Y - (-2) * -15
Z - 6 * -18

Which becomes,

6x - 15y + 30 - 18z + 108 = 0

Clean it up

6x - 15y - 18z = -138

Proper answer is

2x - 5y - 6z = -26

Now, I know how you get the LHS to = the proper answer (divide by 3), but how do I go about getting the RHS to equate properly?

Or have I screwed up some of my arithmetic?
Hello Blackh4wk. Welcome to PF !

No, your arithmetic looks OK, but you found the constant incorrectly.

Once you find \displaystyle \stackrel{\rightarrow}{\text{AB}}\times\stackrel{ \rightarrow}{\text{AC}}=\left\langle 6,\,-15,\,-18 \right\rangle\,, and notice that each of the components is a multiple of 3, you should know that the equation of the plane can be written as:
\displaystyle 2x-5y-6z=d\,,​
where d is a constant. Plugging in the coordinates of any point in the plane should give you d.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top