Line of intersection of two planes

MarcL
Messages
170
Reaction score
2
Hi,

I was doing a L.A question and a question arose. ( well I will write the question now, I found the answer I just can't visualize what I am doing which bothers me greatly)

Find the equation of the plane that contains the line (x,y,z)=(1,0,0)+t(1,3,2), and is parallel to the line of intersection of the two planes -x+2y+z=0 and x+z+1=0

Here is what bothers me: my partner found the answer by putting plane 1 and 2 in an augmented matrix and solving for it ( I'm guessing finding the parametric form). I just found the cross product of the two normals of the planes to find a line parallel to the plane that we are looking for.

How can 1) the augmented matrix find a line of intersection ( sorry if the question is broad I can't even understand the concept around that very well) and 2) How can a cross product define a line of intersection? Is there any proof to that? -- again sorry if the questions are hard ot understand / broad. Thank you for your help!
 
Physics news on Phys.org
The question is what does it mean for a vector to be in the plane? It's in the plane exactly when it's perpendicular to the normal vector. So if you have two planes, you have two normal vectors. When you take the cross product of the normal vectors, you get a vector that is perpendicular to both of them. So that means that it is in both planes, i.e. in the intersection of the planes. I think of it that way and just visualize the normal vectors, rather than trying to visualize the whole picture. But you can just think of a piece of paper with a needle sticking out of it to represent each plane and normal vector. It should then make sense that when you superimpose the two pieces of paper (one of them is a ghost piece of paper, so that it passes through the other), and put the needles together, the intersection is perpendicular to the two needles, so all you need to do is take the cross product of the needles.

As far as the augmented matrix, I think you may have to study more linear algebra to understand it better. Algebraically, all it is is that you have two equations, one for each plane, and the solutions for one of the equations are everything in that plane. So, when you solve BOTH equations, you get something that is in BOTH planes.

More conceptually, each equation is just saying that you have to be perpendicular to the normal vector in order to be in the plane. What you are looking for is things that are in both planes, or in other words, perpendicular to both normal vectors. This is where the linear algebra might get a little hairy for someone who hasn't studied it, but I'll attempt to explain it anyway. If you take all multiples and sums of the two normal vectors, you get a plane that will be perpendicular to the solution. The rows of the matrix are just the normal vectors, if we ignore the last column (which we don't really need, since it's all 0s and nothing interesting happens to it). If you do row operations, the rows will change to different vectors, but they will still span the same plane that's perpendicular to the solution. What happens is that using the row operations, which don't change the plane spanned by the row vectors, you can put it in a form where it's easy to see what's perpendicular to it.
 
  • Like
Likes MathewsMD and MarcL
It actually all made sense. Thank you for taking the time to reply. I hate feeling like a robot and not understanding what I am doing. Feels kinda pointless. Especially that I would love to understand more what I am doing in Linear Algebra as I am going in software engineering next semester. Thank you!
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...

Similar threads

Back
Top