Finding intersection of three planes

  • Context: Undergrad 
  • Thread starter Thread starter Tarrius
  • Start date Start date
  • Tags Tags
    Intersection Planes
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
5 replies · 2K views
Tarrius
Messages
1
Reaction score
0
Hi!

I'm having trouble with this question, any help would be much appreciated! :)

Q1: Given the three vectors:

n1 = (1, 2, 3)
n2 = (3, 2, 1)
n3 = (1, −2, −5)

Find the intersection of the three planes ni*x = 0. What happens if n3 = (1, −2, −4)? Why is this different?
 
Physics news on Phys.org
Are you familiar with vector spaces and matrix rank?
 
Tarrius said:
Hi!

I'm having trouble with this question, any help would be much appreciated! :)

Q1: Given the three vectors:

n1 = (1, 2, 3)
n2 = (3, 2, 1)
n3 = (1, −2, −5)

Find the intersection of the three planes ni*x = 0. What happens if n3 = (1, −2, −4)? Why is this different?
Your original n3=(1,-2,-5) = n2-2n1 so the three planes don't intersect. The pairwise intersections (of the planes) are 3 parallel lines.

The other n3 would work since it is not a linear combination of the others.
 
mathman said:
Your original n3=(1,-2,-5) = n2-2n1 so the three planes don't intersect.
Actually they do intersect, just not in a single point as can be shown by the Rouché-Capelli theorem.
 
You don't really need to know linear algebra- just the basics of systems of equations.
The planes defined by the first three vectors are
x+ 2y+ 3z= 0
3x+ 2y+ z= 0
x- 2y- 5z= 0.

Find the general solution to that system (there is NOT a unique solution because the determinant of coefficients is 0). What does that define, geometrically. The second set of equations do NOT have 0 determinant so have a unique solution. What that solution is should be obvious.