Equation for line connecting 2 planes

  • Thread starter Thread starter ampakine
  • Start date Start date
  • Tags Tags
    Line Planes
AI Thread Summary
To find the equation of a line connecting two planes, you need a point and a slope. The normal vector from the tangent plane serves as the slope, while a specific point P is provided in the problem. To determine the line of intersection between the two planes, calculate the cross product of their normal vectors, which gives a new vector parallel to the intersection line. Additionally, find a point of intersection by setting the plane equations equal to each other. With both the point and vector, you can formulate the line's equation.
ampakine
Messages
60
Reaction score
0
In this question:
http://imageshack.us/m/705/917/questionn.png
I know how to get the normal vector and the tangent plane but I have no idea how to get the equation for a line connecting the tangent plane to a x - y = 0 plane.
 
Physics news on Phys.org
What do you need to come up with an equation of a line?
You need a point and a slope.

A point P is given in the problem, and you can think of your normal vector as a slope. Now its just a matter of putting these things together in a multivariable point slope formula to get the equation of a plane.
 
Last edited:
For the second part of the question (equation of line from the intersection of the planes), take the cross product of the normal vector from the 1st and 2nd planes (this will give you a new normal vector that is perpendicular to the normal vectors of the two planes, or in other words this new vector is parallel to the planes' line of intersection.) Then you're going to need a point where the planes intersect (just set them equal and solve for a point.)
So now you have a point and a vector "slope" that you can put together in an equation of a line.
 
magicarpet512 said:
For the second part of the question (equation of line from the intersection of the planes), take the cross product of the normal vector from the 1st and 2nd planes (this will give you a new normal vector that is perpendicular to the normal vectors of the two planes, or in other words this new vector is parallel to the planes' line of intersection.) Then you're going to need a point where the planes intersect (just set them equal and solve for a point.)
So now you have a point and a vector "slope" that you can put together in an equation of a line.


Thanks really helpfulhttp://www.ourpcgame.net"
 
Last edited by a moderator:
Another way to do this:
The equation of the first plane is Ax+ By+ Cz= D and the equation of the other plane is x- y= 0, which is the same as y= x. Putting that into the first equation, Ax+ Bx+ Cz= D so we can solve for z: z= (D- Ax- Bx)/C. Letting x= t, we have the parametric equations x= t, y= t, z= (D- (A+B)t)/C for the line of intersection.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top