Showing 2 Lines Lie in Same Plane: Equation Solution

In summary, two lines in a plane can be found if they are parallel, or if they intersect. If they intersect, you can find their equation using the cross product of the vectors.
  • #1
sintec
10
0
How can I show that 2 lines lie in the same plane?
How can I get the equation of that plane?

Thanks!
 
Physics news on Phys.org
  • #2
Originally posted by sintec
How can I show that 2 lines lie in the same plane?
How can I get the equation of that plane?

Thanks!

if the two lines are parallel, then they lie in the same plane. if they are not parallel, they lie in the same plane only if they intersect. you can find whether they intersect simply by setting their equations equal to each other and attempting to solve.

as for finding the equation of the plane, i think a nice way of writing the equation of plane is as a set of vectors perpendicular to the normal vector to the plane, although this is only valid in R3. in general, you can always write the plane as the span of two vectors in the plane.

if the two lines intersect, then use the vectors along each line for the equation. if the two lines are parallel, use the vector along one line for the first, and choose any vector pointing from that line to the second line as your second vector.
 
  • #3
Just a little more detail about Lethe's response:

If the two lines are given in parametric form:
l1: x= at+ b, y= ct+ d, z= et+ f
l2: x= ms+ n, y= ps+ q, z= rs+ u

You have 6 equations for 5 unknowns (x, y, z, s, t) which, in general cannot be solved (because,in general, two lines do not intersect).

You can obviously reduce these to at+ b= ms+ n, ct+ d= ps+q, and
et+ f= rs+ u, 3 equations for 2 unknowns. If you can solve these then the two lines intersect so the lines are in the same plane. If you can't, then look at at the vectors in the direction of the lines: ai+ cj+ ek and mi+ pj+ rk. If they are parallel (a= im, c= ip, and e= ir for the same number i) then they lie in the same plane. In any other situation, they do not.

Of course, the "typical" situation for two lines in 3 space is that they do not lie in the same plane.

If the two lines do lie on the same plane then you can find the equation of that plane just as I am sure you have done before:
Take the cross product of the two vectors ai+ cj+ ek and mi+ pj+ rk to find a vector, Ai+ Bj+ Ck, normal to the plane and take either t=0 or s= 0 in the equations of one of the lines to find a point,(x0, y0, z0), on the plane.

You should already know, if you are doing problems like this, that the equation of the plane with normal vector Ai+ Bj+ Ck containing point (x0,y0,z0) is
A(x-x0)+ B(y-y0)+ C(z-z0)= 0.
 
Last edited by a moderator:
  • #4
A nice way to find the equation of a plane in R3 is:

v1 = (d,e,f) - direction of one of the lines
v2 = (u,v,t) - direction of the other line
p = (a,b,c) - One known point

Calculate this determinant equaling 0

| (x - a) u d |
| (y - b) v e | = 0
| (z - c) t f |

Then you get the equation.

(sorry if some of the words are wrong, I've just studied linear algebra in swedish, so I am not sure about all the words)
 
Last edited:
  • #5
Until you said so, I would never have thought you a non-native speaker of English. You express yourself better than many who are.
 
  • #6
Heckuva lot better than my Swedish!
 

1. How do you determine if two lines lie in the same plane?

To determine if two lines lie in the same plane, we can use the cross product of the direction vectors of the lines. If the cross product is equal to the zero vector, then the lines are parallel and therefore lie in the same plane.

2. Can two non-parallel lines lie in the same plane?

Yes, as long as the two lines are not parallel and do not intersect, they can lie in the same plane. This means that the two lines are coplanar.

3. What is the equation used to show that two lines lie in the same plane?

The equation used to show that two lines lie in the same plane is called the scalar equation of a plane. It is given by ax + by + cz = d, where a, b, and c are the coefficients of the direction vector of the plane and d is a constant.

4. What if the two lines do not have equations in the same form?

If the two lines do not have equations in the same form, we can rearrange the equations to match and then compare the coefficients. If the coefficients are equal, then the lines lie in the same plane.

5. Are there other methods to determine if two lines lie in the same plane?

Yes, another method is to find the point of intersection of the two lines. If the point lies on both lines, then the lines are coplanar. Additionally, we can also use the distance formula to calculate the distance between the two lines. If the distance is equal to 0, then the lines are parallel and therefore lie in the same plane.

Similar threads

Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
478
Replies
26
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
Replies
4
Views
672
  • Linear and Abstract Algebra
Replies
4
Views
358
  • Linear and Abstract Algebra
Replies
17
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
866
  • Precalculus Mathematics Homework Help
Replies
7
Views
605
Back
Top