Intersection of two planes in R4

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 7K views
Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



I have two planes in R4, namely {[2, 0, 0, 1], [1, 1, 2, 0]} and {[-2, 0, 0, 1], [0, 1, -1, 0]}.

Homework Equations




The Attempt at a Solution



Tried to row eliminate, didn't work. Tried figuring out a normal equation, but clearly that won't work in R4. Don't know what to do really.
 
Physics news on Phys.org
Two vectors do not define a plane if R4. I suspect you mean the subspaces that are spanned by the two vectors, planes that include the origin. It looks to me like the only point of intersection is the origin.
 
Last edited by a moderator:
What does your notation mean? All points a*(2, 0, 0, 1)+b*(1, 1, 2, 0), for example?

You can set this equal to a corresponding expression for the second plane, and find all points which can satisfy both conditions at the same time (there are not many points in the intersection...)
 
"What does your notation mean? All points a*(2, 0, 0, 1)+b*(1, 1, 2, 0), for example?

You can set this equal to a corresponding expression for the second plane, and find all points which can satisfy both conditions at the same time (there are not many points in the intersection...)"

Yes, my notation meant the span of the vectors in brackets.

Your method is what I would do with two planes in R3. But in R3, you have normal equations for planes. In R4, you don't. So how do you set the corresponding plane equations equal to each other?
 
You don't need normal equations for those planes. But if you like them, you can use them in R^4, too - you get two equations per plane, and the intersection has to satisfy them all.