Interseccion of two planes in R3

  • Thread starter Kiwiro0ls
  • Start date
  • Tags
    Planes
In summary, to find the intersection of two planes in R3, you can use the cross product of the two normal vectors to find the direction vector of the line of intersection. Then, you can use the general linear form of a plane to find the equation of the line. However, since there is no single equation of a line in 3D, you will need to use two equations, which can be described as a pencil, fan, or sheaf of planes.
  • #1
Kiwiro0ls
12
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
  • #2
What do you know about the equation of a plane in R3?
 
  • #3
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)>
 
  • #4
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:
  • #5


To find the intersection of two planes in R3, you can follow these steps:

1. Find the normal vectors of both planes: The normal vectors of the planes are the coefficients of the x, y, and z terms in the plane's equation. For example, if the equation of one plane is 2x + 3y - z = 6, then the normal vector would be (2, 3, -1).

2. Use the cross product to find the direction vector: The direction vector of the intersection line will be perpendicular to both normal vectors. To find it, take the cross product of the two normal vectors.

3. Find a point on the line: To find a point that lies on both planes, you can set one of the variables (x, y, or z) to 0 in one of the plane's equations and solve for the other two variables. This will give you a point that lies on both planes.

4. Write the equation of the line: Once you have the direction vector and a point on the line, you can use the parametric form of a line (x = x0 + at, y = y0 + bt, z = z0 + ct) to write the equation of the intersection line.

Alternatively, you can also use the symmetric form of a line ((x-x0)/a = (y-y0)/b = (z-z0)/c) to write the equation of the line, where (x0, y0, z0) is the point on the line and (a, b, c) is the direction vector.

I hope this helps! Let me know if you have any further questions.
 

FAQ: Interseccion of two planes in R3

What is the definition of intersecting planes in R3?

The intersection of two planes in R3 is the set of all points that are on both planes simultaneously. In other words, it is the region where the two planes overlap.

How can you determine the intersection of two planes in R3?

To determine the intersection of two planes in R3, you can use the method of solving a system of linear equations. By setting the equations of the two planes equal to each other, you can find the values of x, y, and z that satisfy both equations, which will give you the coordinates of the intersection point(s).

What are the possible results when finding the intersection of two planes in R3?

There are three possible results when finding the intersection of two planes in R3. The first result is that the two planes intersect at a single point. The second result is that the two planes are parallel and do not intersect. The third result is that the two planes are coincident, meaning they are essentially the same plane.

Can two planes in R3 intersect at more than one point?

No, two planes in R3 can only intersect at a single point, unless they are coincident. This is because two distinct planes cannot share more than one point in common.

What is the relationship between the angles formed by two intersecting planes in R3?

The angles formed by two intersecting planes in R3 are always perpendicular to each other. This is because the normal vectors of the two planes are perpendicular, and the angle between two planes is defined as the angle between their normal vectors.

Similar threads

Replies
17
Views
3K
Replies
10
Views
2K
Replies
5
Views
2K
Replies
8
Views
2K
Replies
7
Views
1K
Back
Top