Finding the Intersection of Two Planes in Parametric Form

In summary: I didn't expect that. I think I made a mistake earlier. You need to use t1 as the free parameter, not t2. So you would get t1=t and t2=(-3). That should give you the correct answer. In summary, to find the intersection of the two planes given in parametric form, set them equal to each other and solve for the variables s1, s2, t1, and t2. Then, substitute one of the variables (either t1 or t2) as the free parameter and solve for the other variables in terms of the free parameter. Finally, plug in the value of the free parameter to get the parametric form of the line of intersection.
  • #1
hadroneater
59
0

Homework Statement


Consider the intersection between the following two planes given in
parametric form:

P1 : x = [2, 4. 3] + s1[1, 2, 1] + s2[2, 5, 4]
P2 : x = [1, 0, -5] + t1[3, 8, 7] + t2[2, 1, -5]

Find the intersection of the two planes as a line in parametric form.



Homework Equations





The Attempt at a Solution


I don't understand how to approach this question at all. At first I thought just to approach it as a system of linear equations and leave one variable as free. But it went nowhere for me.
 
Physics news on Phys.org
  • #2
Why don't you show us how you approached it as a system of linear equations and tell us what went wrong. You've got 3 equations, one for each coordinate, and 4 unknowns {t1,t2,s1,s2}. You should be able to eliminate all but one.
 
  • #3
I made P1 and P2 equal and got myself a system of 3 equations with four variables (s1 s2 t1 and t2).
s1 + 2s2 - 3t1 - 2t2 = -1
2s1 + 5s2 - 8t1 - t2 = -4
s1 + 4s2 - 7t1 + 5t2 = -8


Then I put the equation into a matrix and used gaussian elimination to get it to echelon form. t2 was the free variable so I got:

[s1 s2 t1 t2] = t2[8 -17 -8 1] + [8 -12 -5 0]

After that, I'm not sure what to do.
But I think my method is totally wrong. I think the solution isn't as complicated as I made it.
 
  • #4
What you should be able to do now is find expressions for s1, s2 and t1 in terms of t2 and substitute into the original line equations. They both should give you the same line. But I think there's a mistake in what you did. I tried it and I can't use t2 as the free parameter. One of my equations turns out to be t2=(-3). I needed to use t1.
 
  • #5
i got up until solving for t2 = -3 but i have no idea where to go from there :S
what do you guys mean by free parameter
 
  • #6
tweety24 said:
i got up until solving for t2 = -3 but i have no idea where to go from there :S
what do you guys mean by free parameter

A free parameter is one that your system of equations don't determine, unlike t2. You can solve for s1 and s2 in terms of t1. That makes t1 a 'free parameter'.
 
  • #7
this is how i got t2 = -3

1 2 -3 -2 -1
0 1 -2 3 -2
0 0 0 1 -3

that gave me t2 = -3

when i plug that back into the equations and get another augmented matrix it doesn't work...am i doing it wrong
 
  • #8
tweety24 said:
this is how i got t2 = -3

1 2 -3 -2 -1
0 1 -2 3 -2
0 0 0 1 -3

that gave me t2 = -3

when i plug that back into the equations and get another augmented matrix it doesn't work...am i doing it wrong

Why are you putting it into another augmented matrix? You should be basically done. Now write out the other equations and back substitute t2=(-3) to find s1 and s2 in terms of t1.
 
  • #9
so I would need to isolate t1 in each equation after plugging the t2 value in?
 
  • #10
tweety24 said:
so I would need to isolate t1 in each equation after plugging the t2 value in?

Substitute t2=(-3) into both of the equations above it. Solve the second equation for s2 in terms of t1. Put that into into the first equation. Solve that for s1 in terms of t1 as well. Isn't that the usual sort of thing you do once you've got a reduced echelon form? You could also try to get some more zeros in the upper rows using the lower rows first. But it's still the same procedure.
 
  • #11
sorry i meant s1 & s2
i did that and i get
s2 = 7 + 2t1
s1 = -21 - t1
 
  • #12
tweety24 said:
sorry i meant s1 & s2
i did that and i get
s2 = 7 + 2t1
s1 = -21 - t1

That's funny. It's the same thing I get.
 

FAQ: Finding the Intersection of Two Planes in Parametric Form

What is the definition of the intersection of two planes?

The intersection of two planes is the set of points where the two planes meet or cross each other. It is a line that is formed by the overlapping points of the two planes.

How do you find the intersection of two planes?

To find the intersection of two planes, you can use the method of substitution or elimination. First, you need to solve the system of equations formed by the two planes. The solution will give you the coordinates of the intersection point or the equations of the line of intersection.

Can two planes intersect at more than one point?

No, two planes can only intersect at one point. This is because two planes can only have one common line of intersection. If the planes are parallel, they will not intersect at all. If the planes are identical, they will intersect at every point along the line of intersection.

How do you know if two planes are parallel or identical?

If the normal vectors of the two planes are parallel, then the planes are parallel. If the normal vectors are equal, then the planes are identical. Another way to check is to solve the system of equations formed by the two planes. If the system has no solution, the planes are parallel. If the system has infinitely many solutions, the planes are identical.

Can two planes be perpendicular?

Yes, two planes can be perpendicular to each other. This means that the normal vectors of the two planes are orthogonal, or perpendicular, to each other. The angle between the two planes will be 90 degrees.

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
Replies
2
Views
1K
Replies
5
Views
7K
Replies
3
Views
2K
Back
Top