Finding a plane that contains 2 lines.

  • Thread starter Thread starter Kuma
  • Start date Start date
  • Tags Tags
    Lines Plane
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
2 replies · 3K views
Kuma
Messages
129
Reaction score
0

Homework Statement



I have 2 parametric equations of 2 lines. I want to find if there is a plane that contains both, if any, and find the equation.

Homework Equations





The Attempt at a Solution



so just thinking about it, I figure that a plane would contain both lines only if they intersect. Is that right?
if so, my second problem is finding the equation of the said plane. So for both the lines, do I plug in any value of t in the parametric equations to find 2 vectors, take the cross product to find a normal and use that for my equation?
 
Physics news on Phys.org
Kuma said:

Homework Statement



I have 2 parametric equations of 2 lines. I want to find if there is a plane that contains both, if any, and find the equation.

Homework Equations





The Attempt at a Solution



so just thinking about it, I figure that a plane would contain both lines only if they intersect. Is that right?
No, you could have two parallel lines, and they would determine a plane. The only way two lines would not determine a plane is if they are skew lines - lines that aren't parallel and that don't intersect.

I'm assuming that you're working in three dimensions.
Kuma said:
if so, my second problem is finding the equation of the said plane. So for both the lines, do I plug in any value of t in the parametric equations to find 2 vectors, take the cross product to find a normal and use that for my equation?
 
Mark44 said:
No, you could have two parallel lines, and they would determine a plane. The only way two lines would not determine a plane is if they are skew lines - lines that aren't parallel and that don't intersect.

I'm assuming that you're working in three dimensions.

thanks. Totally forgot about the parallel case. So I set my parametric equations equal to each other and found an intersection point. Yes this is in 3 dimensions