Finding solution for three sets of planes

  • Thread starter Thread starter sushichan
  • Start date Start date
  • Tags Tags
    Planes Sets
AI Thread Summary
The discussion revolves around solving a system of equations representing three planes and finding their intersection point. Initially, the equations were misinterpreted, leading to an incorrect solution of (3, -5, 1), which did not satisfy all three equations. Upon re-evaluating, it was discovered that the first equation should be 2x - y + 6z = 17 instead of 7. After correcting this, the intersection point was successfully found. The importance of accurately stating the problem is emphasized in the resolution of the equations.
sushichan
Messages
12
Reaction score
1

Homework Statement


(I did not copy the problem statement, but basically solve the system of equations if there is solution and give a geometrical interpretation)

P1: 2x - y + 6z = 7
P2: 3x + 4y + 3z = -8
P3: x - 2y - 4z = 9

Homework Equations



Scalar triple product: n1(n2 × n3)

The Attempt at a Solution


(Step 1): Checked that they are not parallel

(Step 2): Checked that they are not coplanar

(Step 3): Find the unique solution
R2 - 3R3
⇒ 0x + 10y + 15z = -35
⇒ 6y + 9z = -21
R1 - 2R3
⇒ 0x + 3y + 14z = -11
⇒ 6y + 28z = -22

⇒ -21 - 9z = -22 - 28z
⇒ z = -1/19
⇒ y = -65/19
⇒ x = 37/19

(Edited: i double checked values for y & x)

Although the answer is that they intersect at (3, -5, 1)
 
Last edited:
Physics news on Phys.org
It looks to me like the part you left out (the actual problem statement) was the crucial part.

If the equations really are
P1: 2x - y + 6z = 7
P2: 3x + 4y + 3z = -8
P3: x - 2y - 4z = 9

Then x= 3, y= -5, z= 1 clearly is not the solution!
2(3)- (-5)+ 6(1)= 6+ 5+ 6= 17 NOT 7.

Since (3, -5, 1) do satisfy the other two equations, I suspect you have the first equation wrong.
 
Did you try substituting the given answer in the three plane equations? I think you will discover a typo.

Edit: strange... On two threads, I see a post by Halls posted half an hour before mine that wasn't visible to me until half an hour after mine.
 
Last edited:
HallsofIvy said:
It looks to me like the part you left out (the actual problem statement) was the crucial part.

If the equations really are
P1: 2x - y + 6z = 7
P2: 3x + 4y + 3z = -8
P3: x - 2y - 4z = 9

Then x= 3, y= -5, z= 1 clearly is not the solution!
2(3)- (-5)+ 6(1)= 6+ 5+ 6= 17 NOT 7.

Since (3, -5, 1) do satisfy the other two equations, I suspect you have the first equation wrong.

Thank you! I re-did the question where the equation for my first plane is 2x - y + 6z = 17 and I got the answer :D
 
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