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.)
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top