A plane intersecting another plane

  • Context: Undergrad 
  • Thread starter Thread starter Brad_Ad23
  • Start date Start date
  • Tags Tags
    Plane
Click For Summary

Discussion Overview

The discussion revolves around finding an equation of a plane that passes through the line of intersection of two given planes and is perpendicular to a third plane. The scope includes mathematical reasoning and problem-solving related to geometry in three-dimensional space.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants note that there are infinitely many planes that can satisfy the conditions of the problem, as any plane can be moved parallel along the line of intersection.
  • One participant provides a method to find the line of intersection of the two planes by using parametric equations based on a chosen parameter.
  • Another participant discusses the normal vector of the desired plane and its relationship to the normal vector of the given plane to ensure perpendicularity.
  • There is a mention of a graduate student assistant who attempted to solve the problem using a complex system of equations, indicating the problem's difficulty.
  • One participant clarifies their interpretation of the problem, emphasizing that the line must lie entirely within the plane rather than just intersecting it at a point.
  • Another participant derives a general formula for the plane that contains the line of intersection and is perpendicular to the specified plane, leading to a specific equation.
  • Participants acknowledge errors in their calculations, with one noting a mistake that led to an incorrect plane equation.

Areas of Agreement / Disagreement

Participants generally agree that the problem involves multiple valid approaches to finding the plane, but there is no consensus on a single solution or method, as different interpretations and calculations are presented.

Contextual Notes

Some participants express uncertainty about the requirements of the problem, particularly regarding the interpretation of the plane's relationship to the line of intersection. There are also unresolved mathematical steps and assumptions regarding the parameters used in the equations.

Who May Find This Useful

Readers interested in geometry, linear algebra, or problem-solving in mathematics may find this discussion relevant, particularly those dealing with planes and intersections in three-dimensional space.

Brad_Ad23
Messages
497
Reaction score
1
Here is the question:

Find an equation of the plane that passes through the line of intersection of the planes x-z = 1 and y +2z =3 and is perpendicular to the plane x + y -2z =1.

Good luck!
 
Physics news on Phys.org
Homework? (Doesn't seem like the kind of problem one does for recreation.)

What do you mean "the plane"? There are an infinite number of planes that satisfy the condition- take anyone plane that does and move it "parallel to itself" along the line of intersection of the first two planes. In fact, since we are requiring that the plane is perpendicular to a plane rather than a line- there are an infinite number of planes perpendicular to a given plane.

The first thing you should do is find the line of intersection of the two planes: x-z = 1 and y +2z =3. We can write a parametric equation for the line by taking z= t, the parameter, and solving the other two equations for x and y in terms of z: x= z+1 and y= 3- 2z so the parametric equations are x= t+1, y= 3- 2t, z= t.

Given that the plane is perpendicular to x+ y- 2z= 1, it's normal vector is perpendicular to the normal vetor of that plane, <1, 1, -2>.
In other words, the equation of the plane must be of the form
a(x-x0)+ b(y-y0)+ c(z-z0)= 0 where a+b-2c= 0 so that if b and c are any two numbers then a= 2c- b gives a plane perpendicular to x+ y+ 2z= 1.

To guarantee that the plane passes through the given line, we can make (x0,y0,z0) a point on the line. Take t= 0 so that (1, 3, 0) is a point on the line. Take c= 1, b= 1 so that a= 2(1)-1= 1. Then the plane 1(x-1)+ 1(y-3)+ 1(z-0)= x-1+ y- 3+ z= 0 or x+ y+ z= 4.
x+ y+ z= 4 crosses the line of intersection of the two planes (at (1, 3, 0)) and is perpendicular to the plane x+ y+ 2z= 1 (it's normal vector is <1, 1, 2> and <1, 1, 2>*<1, 1, -2>= 1+ 1- 4= 0).

But my point is that that is one of many such planes. Taking b, c, and t to be any real numbers, the plane
(2c-b)(x-(t+1))+ b(y- (3-2t))+ c(z- t)= 0 passes through the line of intersection and is perpendicular to the given plane.
 
Yeah it was a homework. Nobody quite knew what to make of it, and the GSA (graduate student assistant) spent all night working on it and solved it using a system of 8 equations and 8 unknowns.

I thought of it as the two planes that intersect. They form a line L. Then this plane that we are searching for, P1 must contain L. And the plane P1 is perpendicular to, P2, must contain all the normal vectors (n2) of P1.

so,

n2dot(r-r0) would be the P1 plane.

with r representing (x,y,z) and r0 being some points on L
 
Last edited:
You'd have to give your GSA 100% in effort! An 8x8 matrix is pretty big, unless of course you had a computer.
 
Okay, the original post said " passes through the line of intersection" which I interpreted to mean that the line and plane simply intersected (in one point). Now it is clear that you intend the line to LIE IN the plane.

Fortunately, I gave the general formula for any plane, containing at least one point of the line of intersection and perpendicular to the given plane:
(2c-b)(x-(t+1))+ b(y- (3-2t))+ c(z- t)= 0

Since we want the entire line to be in the plane, we can take any point on that line to be our "base" point. In particular take t=0 so that the point is (1, 3, 0) and the equation of the plane is
(2c-b)(x-1)+ b(y-3)+ cz= 0.

The entire line being in the plane also requires that (2, 1, 1)
(t= 1) be in the plane so we must have
(2c-b)(2-1)+ b(1-3)+ c(1)= 2c-b- 2b+ c= 3(c-b)= 0.

Two points determine a line so that there is no way to determine b and c further. If we take c= b, then 2c-b= b and the equation of the plane is b(x-1)+ b(y-3)+ bz= 0 or bx+ by+ bz= 4b. As long as b is not 0 (which wouldn't give a plane) we can divide by b to get

x+ y+ z= 4 as the equation of the plane.

Notice that

(1+t)+ (3- 2t)+ t= (1+3)+ (t- 2t+ t)= 4 for all t so the entire line is in the plane.

also, the normal vector to the plane is <1, 1, 1> and
<1,1,1>*<1,1,-2>= 1+ 1- 2= 0 so this plane is normal to x+ y- 2z= 3.

The desired plane is given by x+ y+ z= 4.
 
Thank you. I suspected you didn't need to do a system of 8 equations like the GSA did. I will show him your solution (giving you credit of course) and he can realize that it was simple.



*as a note, I was doing the same thing you did, but I now see I made a silly error. I made an addition error so that I got a plane of x+2z =4
 
Hey, those GSA's are always showin' off!
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K