Find the point of intersection of three planes

In summary, the coordinates of the point of intersection r for the three planes P1, P2, and P3 are (-123/7, 82/7, 41/7).
  • #1
cluivee
4
0

Homework Statement


The plane P1 contains the points A,B,C, which have position vectors a=(0,0,0), b=(1,1,8) and c=(0,1,5) respectively. Plane P2 passes through A and is orthogonal to the line BC, whilst plane P3 passes through B an is orthogonal to the line AC. Find the coordinates of r, the point of intersection of the three planes

The Attempt at a Solution


I have found the equation of plane P1 using the vector product of vectors AB and AC, but I can't find the equation of the line perpendicular to BC which passes through A to find plane P2.
Can anyone help?
Thanks
 
Physics news on Phys.org
  • #2
welcome to pf!

hi cluivee! welcome to pf! :smile:

does the point of intersection lie in the same plane as ABC ? :wink:
 
  • #3
It must do surely, otherwise it wouldn't intersect all 3 planes?
 
  • #4
cluivee said:
It must do surely, otherwise it wouldn't intersect all 3 planes?

i don't following your reasoning :confused:, but yes, it must be in the plane of ABC

so doesn't that make it fairly easy to find? :wink:
 
  • #5
1. Find the equation of plane p1.

2. Find the equations of plane p2 and p3.

3. Find the equation of the line of intersection of any two of those three planes.

4. Find the point at which that line intersects the third plane.
 
Last edited by a moderator:
  • #6
Okay, I can't guarantee if I have understood the question perfectly, but here's what I came up with:

Plane 1
normal vector = CA x BA = (0,1,5) x (1,1,8) = (3,5,-1)

So the equation can be written as 3x+5y-z+k=0.

Since it passes point B, 3(1)+5(1)-(8)+k=0, so k=0. (3+5-8+k=0)
The equation I got is therefore 3x+5y-z=0.

Plane 2
This plane is perpendicular to the line passing points B and C as you mentioned. Therefore, the line joining B and C is a normal to this plane.

BC = C - B = (0,1,5) - (1,1,8) = (-1,0,-3) = normal vector of B

The equation can be written as -x-3z+k=0, or x+3z+k=0 if you'd like.
Since it also passes point A, (0)+3(0)+k=0, so k=0.
The equation I got is therefore x+3z=0.

Plane 3
This plane is perpendicular to the line passing A and C as you mentioned. Therefore, the vector AC is a normal to this plane.

AC = C - A = (0,1,5) - (0,0,0) = (0,1,5) = normal vector of C

The equation can be written as y+5z+k=0.
Since it also passes point B, (1)+5(8)+k=0, so k= -41 (1+40+k=0)
The equation I got is therefore y+5z-41=0

So let's solve for the variables now, given point r = (x,y,z).

(A) 3x+5y-z=0
(B) x+3z=0
(C) y+5z-41=0

I will eliminate 'z' as it appears nonzero in all three equations.

3(A)+(B)
(9x+15y-3z) + (x+3z) = 10x+15y=0 (1)

and

5(A)+(C)
(15x+25y-5z) + (y+5z-41) = 15x+26y-41=0 (2)

Solve for 'x' and 'y' given these two equations.
(1) 10x+15y=0
(2) 15x+26y-41=0

Eliminate x.

3(1) - 2(2)
(30x+45y) - (30x+52y-82) = 0
-7y+82=0

7y=82
y = 82/7

Substitute to either equation.
(1) 10x+15(82/7)=0
10x+1230/7=0
10x=-1230/7
x = -123/7

Substitute x and y into plane (A).

3(-123/7) + 5(82/7)- z = 0
-369/7 + 410/7 - z = 0
41/7 - z = 0
z = 41/7

Point 'r' is therefore r(-123/7,82/7,41/7).
 

1. What is the point of intersection of three planes?

The point of intersection of three planes is the single point where all three planes intersect. It is the solution to the system of equations formed by the three planes.

2. How do you find the point of intersection of three planes?

To find the point of intersection, you need to first write the equations of the three planes in standard form. Then, you can use a variety of methods such as substitution, elimination, or matrix methods to solve for the values of x, y, and z that satisfy all three equations. These values represent the coordinates of the point of intersection.

3. Can there be more than one point of intersection for three planes?

No, there can only be one point of intersection for three planes. This is because three non-parallel planes can only intersect at one unique point in space.

4. What if the three planes are parallel?

If the three planes are parallel, there will be no point of intersection. This means that the system of equations formed by the three planes has no solution, and the planes do not intersect at any point in space.

5. Is it possible for three planes to intersect at a line instead of a point?

Yes, it is possible for three planes to intersect at a line instead of a point. This occurs when two of the planes are parallel and the third plane intersects them at a specific angle. In this case, the system of equations formed by the three planes will have infinitely many solutions, representing all the points on the intersecting line.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
7
Views
880
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
17
Views
991
  • Precalculus Mathematics Homework Help
Replies
10
Views
5K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • Precalculus Mathematics Homework Help
Replies
17
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
Back
Top