Interseccion of two planes in R3

  • Thread starter Thread starter Kiwiro0ls
  • Start date Start date
  • Tags Tags
    Planes
Kiwiro0ls
Messages
12
Reaction score
0
How do you find the intersection of two planes in R3? The direction vector would be the cross product between the two normal vectors I imagine. So, how do I go about finding a point that lies in both planes so I can find the equation of the line?

Thanks :)
 
Physics news on Phys.org
What do you know about the equation of a plane in R3?
 
A plane is defined by a normal vector and a point. It can be written as
ax+by+cz=d where (a,b,c) is the normal vector and d is <(x1,y1,z1),(a,b,c)>
 
It can be written as
ax+by+cz=d

Exactly so.

The general linear form in 3D is a plane, not a line.

In fact there is no single "equation of a line in 3D", which is probably why you can't find one.

Two planes intersect in a line so a line is defined by two planes.

A line has to be defined by two equations, not one.

a1x+b1y+c1z=d1 = P1
a2x+b2y+c2z=d2 = P2

For an alternative pair of equations see here

https://www.physicsforums.com/showthread.php?t=641057

However any linear combination of P1 and P2 will also contain this line. This can be described by the parameter λ such that

P1 + λ(P2) = 0

Edit:
This is referred to as a pencil of planes or a fan of planes or a sheaf of planes.

Wolfram have a good picture.
http://mathworld.wolfram.com/SheafofPlanes.html
 
Last edited:
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top