Thread Closed

matrix intersection of planes

 
Share Thread Thread Tools
Jan4-07, 08:34 PM   #1
 

matrix intersection of planes


1. The problem statement, all variables and given/known data


Find a necessary condition for the three planes given below to have a line of intersection.

-x +ay+bz=0
ax-y+cz=0
bx+cy-z=0


2. Relevant equations

in order to get a line of intersection between the planes..i know i need one line of the matrix to be [0 0 0|0]


3. The attempt at a solution

well heres the attempt..and its wrong

[ -1 a b | 0
a -1 c | 0
b c -1| 0 ]

=>

[-1 a b | 0
0 (a^2-1) ba+c | 0 (aRow1 + Row2)
0 (ab+c) b^2+1 | 0 ] (brow1 + Row 2)


=>

[ -1 a b | 0
0 a^2 -1 ba+c |0
0 0 2abc +c^2 - a^2 + b^2 +1) |0 ] (ab+c row2- a^2-1 Row1)


then what i did ..by inspection i made 2abc+c^2 -a^2 +b^2 +1 = 0 by letting a=b=1, and c=-1......

but that doesnt work becasue that owuld make plane 1 and 2 the same plane.

i need help

thanks
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Jan4-07, 09:18 PM   #2
AKG
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
The third row in your original matrix should be "b -c -1 | 0" not "b c -1 | 0".
Jan4-07, 10:03 PM   #3
 
my bad..edited...i mistyped the question

but still need help
Jan4-07, 10:49 PM   #4
AKG
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

matrix intersection of planes


In your last matrix, the 3rd element of the third row is "2abc +c2 - a2 + b2 +1" but then you start looking at the equation "2ab + c2 - a2 + b2 +1 = 0".
Jan4-07, 10:52 PM   #5
 
Quote by AKG View Post
In your last matrix, the 3rd element of the third row is "2abc +c2 - a2 + b2 +1" but then you start looking at the equation "2ab + c2 - a2 + b2 +1 = 0".
another typo on my part i have that c there
Jan4-07, 11:56 PM   #6
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by canadian_beef View Post
then what i did ..by inspection i made 2abc+c^2 -a^2 +b^2 +1 = 0 by letting a=b=1, and c=-1......

but that doesnt work becasue that owuld make plane 1 and 2 the same plane.
So? You weren't asked to find a sufficient condition, you were asked to find a necessary condition.

Incidentally, you have either the polynomial wrong, or the matrix wrong: I think determinants are a simpler approach to the problem than Gaussian elimination.
Jan5-07, 02:28 PM   #7
 
Im not sure how to do it the dertiminant way. I do not think my math is wrong so far.

Help
Jan5-07, 05:57 PM   #8
AKG
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
"a=b=1, c=-1" is a sufficient condition, not a necessary condition. In fact, "2abc + c2 - a2 + b2 +1 = 0" is also just a sufficient condition, not a necessary condition, since it isn't necessary for the third line to be all zeroes (the second line could be all zeroes).
Jan5-07, 09:19 PM   #9
 
Quote by AKG View Post
"a=b=1, c=-1" is a sufficient condition, not a necessary condition. In fact, "2abc + c2 - a2 + b2 +1 = 0" is also just a sufficient condition, not a necessary condition, since it isn't necessary for the third line to be all zeroes (the second line could be all zeroes).

ok thanks

what would be an example as a necessary conditon and how would i go about finding it
Jan6-07, 06:59 AM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
If the matrix of coefficients were invertible then the only simultaneous solution to the three equations would be (0, 0, 0), the POINT of intersection of the three planes. In order that the three planes intersect in a line it is necessary that the matrix not be invertible: in other words that the determinant be 0. Find the determinant and set it equal to 0.
Thread Closed
Thread Tools


Similar Threads for: matrix intersection of planes
Thread Forum Replies
Line of Intersection of 3 planes Calculus & Beyond Homework 1
Intersection of 2 planes Calculus & Beyond Homework 1
Intersection of two planes Precalculus Mathematics Homework 7
Line of Intersection of two Planes General Math 9