Find equation of a plane containing two lines

In summary, to find the equation of a plane containing two given lines, find the cross product of the direction vectors of the lines and use it as the normal vector in the equation a(x-x0)+b(y-y0)+c(z-z0)=0, where (x0, y0, z0) is a point on one of the lines.
  • #1
hachi_roku
61
0

Homework Statement


find the equation of the plane that contains the line r_1(t) = (t,2t,3t) and r_2(t)=(3t,t,8t)


Homework Equations





The Attempt at a Solution


i don't know where to start...my book does not have an example similar. can somebody just point me to the right direction?
 
Physics news on Phys.org
  • #2
Each of your line equations defines a vector with the same direction as the line. Find the cross product of these vectors to get a third vector, say <a, b, c>. That will be a normal to the plane. Find a point on either of your given lines, say (x0, y0, z0).

Use the normal and the given point to write the equation of the plane as a(x - x0) + b(y - y0) + c(z - z0) = 0.
 
  • #3
[tex]r_1=t(1,2,3)[/tex]

[tex]r_2=t(3,1,8)[/tex]

Both [tex]\vec{v}_1=\left(\begin{array}{c} 1 \\ 2 \\ 3\end{array}\right)[/tex] and [tex]\vec{v}_2=\left(\begin{array}{c} 3 \\ 1 \\ 8\end{array}\right)[/tex] are in the plane.

So [tex]\vec{n}=\vec{v}_1 \times \vec{v}_2=\left(\begin{array}{c} 13 \\ 1 \\ -5\end{array}\right)[/tex] is normal to the plane.

Hence the equation:

[tex]13x+y-5z=0[/tex]
 
  • #4
Donaldos,
It is the policy of this forum to provide help to a poster, but not to give a complete answer to someone's problem.
 
  • #5
ok i got the answer, but when i did the cross product my answers sitll have the t in them

my ans is 13t2x+t2y-5t2z = 0

the books answer is exactly that but without the t's
 
  • #6
Mark44 said:
Donaldos,
It is the policy of this forum to provide help to a poster, but not to give a complete answer to someone's problem.

I'm sorry. I'll keep that in mind.
 
  • #7
i see donaldos wrote r with the t outside before doing the determinant...what happens to that?
 
  • #8
All you need is any old vector that is parallel to the line, so any multiple of the vector will still be parallel. The t multiplier can be any real value, so it's convenient to let t = 1.
 

FAQ: Find equation of a plane containing two lines

What is the equation of a plane containing two lines?

The equation of a plane containing two lines is known as the "normal form" of a plane. It can be expressed as Ax + By + Cz + D = 0, where A, B, and C are the coefficients of the variables x, y, and z, and D is the constant term.

How do you find the equation of a plane containing two lines?

To find the equation of a plane containing two lines, you need to first determine the direction vectors of the two lines. Then, you can use the cross product of these direction vectors to find the normal vector of the plane. Finally, you can plug in the coordinates of a point on one of the lines into the normal form equation to find the values of A, B, C, and D.

Can a plane contain two parallel lines?

No, a plane cannot contain two parallel lines. This is because parallel lines have the same direction vector, and the cross product of two identical vectors is always equal to zero. Therefore, the normal vector of the plane would be equal to zero, which is not possible in the normal form equation.

Is it possible for a plane to intersect two lines at only one point?

Yes, it is possible for a plane to intersect two lines at only one point. This scenario occurs when the two lines are skew lines, meaning they are not parallel but do not intersect. In this case, the plane would intersect both lines at their point of closest approach, resulting in only one point of intersection.

Can you find the equation of a plane containing two lines in 3-dimensional space?

Yes, you can find the equation of a plane containing two lines in 3-dimensional space using the same method as in 2-dimensional space. The only difference is that you will have three variables (x, y, and z) instead of two. This means that the normal form equation will have three coefficients (A, B, and C) and a constant term (D).

Similar threads

Back
Top