Equation of plane from 2 lines

  • Thread starter Thread starter adamantine
  • Start date Start date
  • Tags Tags
    Lines Plane
adamantine
Messages
2
Reaction score
0
OK here is the question.

Find an equation of the plane that contains the lines given by

(x-1)/-2 = y = z+1

and

(x+1)/-2 = y-1 = z-2

This is what I did.

I found 2 points for the first line and 2 points for 2nd line

A= (0 , 0.5, -0.5)
B=(1 , 0 , 1)

C= (0, 0.5, 1.5)
D= (1, 0, 1)

then i got their vector equations
AB = <1, -0.5, 1.5>
CD = <1, -0.5, -0.5>

What now? Do i get their cross product? I did cross product and ended up with x+2y = 1
 
Physics news on Phys.org
The cross product is the normal vector of the plane.
 
ok, then how do i obtain the vector of the plane?
 
OK so you have the normal vector by cross product of the vectors. Now you just need a point on that vector to define the plane, subsitute the intersection point of the lines.

http://en.wikipedia.org/wiki/Plane_(geometry )
 
Last edited by a moderator:
adamantine said:
ok, then how do i obtain the vector of the plane?
What do you mean by "the vector of the plane"? Did you mean "equation"? If <A, B, C> is a normal vector to the plane and (x_0, y_0, z_0) a point in the plane, then the equation of the plane is A(x- x_0)+ B(y- y_0)+ C(z- z_0)= 0.

However, be careful! The cross product of two vectors is normal to the plane containing the two vectors but that is NOT necessarily a plane containing the two lines. First you have to be certain that the two lines lie in one plane! That is, that they either intersect or are parallel, that they are not skew lines. (Of course, you probably checked that without mentioning it because it is so easy.)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top