The pairs of vectors v(1)=(-1,1,0) and v(2)=(1,0,1) span a plane P in R(3). The pairs of vectors w(1)=(0,1,0) and w(2)=(1,1,0) span a plane Q in R(3). Show that P and Q are different and compute the subspace of R(3) that is given by the intersection P(intersect)Q? @helder_edwin
If you have some time to help.
To show that they are diferent you can think like this: if they were equal then the vector product of one of the vectors of one plane by one of the vectors of the other plane, must give a vector that is perpendicular to both planes, and this vector must be paralel to the vector that is defined by the formula of the plane, therefore their vector product must be zero. When you do it, you'll see that it is not zero and then the planes are not the same.
Or you can find the vector that is given by the formula by doing the vector product of the 2 vectors they already give you.
Did I manage to explain it? I believe its kind of confusing.
okay, so if i do the cross product of v1 and v2, then do the cross product of w1 and w2, are you saying that they should be the same or multiplies of each other and that would mean they would be the same plane, and if the cross products are different then they would be different planes? is that what you are saying?
Yes thats it, if the cross products are multiples of each other then they are the same, and vice versa
okay... well that solves the first part... now how do you find subspace intersection P(intersect)Q
You first need to find a point that belongs to both planes, then you take the same cross products, and make their cross products to find a vector thatbelongs to both planes, with a point and a vector, you have the line.
and how do you find that point?
@TuringTest do you know how to find this intersection
uggh i need help rissa lol @Smile4rissa
I took the cross product of the first pair and got (1,1,-1) and the cross product of the second pair and got (0,0,-1) so that means that since they are different vectors then P and Q are different planes? But I don't understand how to find the intersection?
i found an example online that took the sum of the two vectors in the span of each and set them equal to each other. so P=span{(1,-1,0), (0,1,1)} .... (x,-x+y,y) Q=span{(1,0,0),(0,1,0)} .... (a,b,0) so setting those two equal x=a -x+y=b y=0 but then i got lost what the example did after this... but I am not sure if this is even right
give a second. i remember there's a very easy way: i'm looking for it.
ok
r u familiar with strang's books on linear algebra? if so, this is in one if them.
no i am not
first find the null space of \[ \large \begin{pmatrix} -1 & 1 &0 & 1\\ 1 & 0 & 1 & 1\\ 0 & 1 & 0 & 0 \end{pmatrix} \]
u should read them (just as reference) they're very good.
I found another example that took the null space of P-Q. but I wasn't sure about that either.. but I will do that one quick
okay so I got (-1,0,-2,1)
i got the null space is spanned by (1,0,-2,1)
ohh yes you are right, sign error on my part.. so is that the intersection?
no.
so then once we find the null space, how do we use that to find the intersection?
the first three columns have pivots. and the fourth column is the independent variable. right?
\[ \large \color{red}{1}\cdot(-1,1,0)+\color{red}{0}\cdot(1,0,1) \color{red}{-2}\cdot(0,1,0)+\color{red}{1}\cdot(1,1,0)=(0,0,0) \] agree?
yes I do
how do I use that to find the intersection?
the first three vectors correspond to the pivots and the last one to the free variable.
so u can write \[ \large 1(-1,1,0)-2(0,1,0)=-1(1,1,0) \] and this vector spans the intersection.
\[ \large P\cap Q=\langle(1,1,0)\rangle \]
okay so it is just a line then.
yes
was that correct above, to take the cross products of each set to see if the planes are different?
well. what u proved with that is that they are not parallel. hence they must intersect. also, remember that P and Q aren't just planes, they r subspaces. so, should u have obtained parallel normal vectors then that would have been a proof that P and Q are equal. This would not work with planes (translated subspaces of dim = 2), though.
is there a better way to show that P and Q are different?
i don't know if it is better, but you could prove that the vectors that span P don't belong to Q and viceversa. but the hint @ivanmlerner gave you is pretty cool.
would it matter which vector you took from which plane when doing that?
@ivanmlerner what you said did kind of confuse me.
What I sugested was: v1xv2 gives a vector that is perpendicular to P w1xw2 gives a vector that is perpendicular to Q Since all vectors that belongs to P are perpendicular to the first cross product and all the vectors that belong to Q are perpendicular to the second cross product. Because of this when you do the cross product of the cross product: (v1xv2)x(w1xw2) you must get a vector that belongs to both planes. Now, this vector gives a direction to the line that is the intersection of both planes, and all you need now is a point to locate this line in space that belongs to both planes. Then, the formula for the line is: p+ (v1xv2)x(w1xw2) where p is the point.
Oh, wait, they dont give you any point in P or Q, so they are general planes. Then you cant find the point p but the direction is still ok.
would I still get (1,1,0) doing it this way?
Let me see
b/c I think I got (-1,1,0)
I got this too
so was what I did earlier to get (1,1,0) wrong? doing it this way that should be the intersection right?
Look, I didn't have linar algebre so I don't understand the method above, but I think this one is correct, but it might not, @helder_edwin could you take a look here?
i don't think that \((v_1\times v_2)\times(w_1\times w_2)\) will necesarily span the intersection of P and Q.
strangs book you mentioned earlier is the same guy that teaches at the MIT?
I found somewhere that said this \[P(x)=Q(y) so P(x)-Q(y)=0\] and then the matrix would be \[\left[\begin{matrix}-1 & 1 & 0 & -1\\ 1 & 0 & -1 & -1\\ 0 & 1 & 0 & 0\end{matrix}\right]\] and then the Null space=(-1,0,-2,1) but I don't know if this makes sense or not.
u can easily prove that (1,1,0) is both in P and Q. the following systems MUST be consistent: \[ \large \left(\begin{array}{cc|c} -1 & 1 & 1\\ 1 & 0 & 1\\ 0 & 1 & 0 \end{array}\right)\qquad\qquad \left(\begin{array}{cc|c} 0 & 1 & 1\\ 1 & 1 & 1\\ 0 & 0 & 0 \end{array}\right) \]
yes, @ivanmlerner . Strang teaches at MIT.
that makes sense.
Then why is my answer wrong? I just want to know.
yes, it is pretty much the same. since u r looking for the intersection of two spaces for which u have bases then \[ \large av_1+bv_2=cw_1+dw_2 \] is the system whose solutions (if they exist) are in both spaces.
Sorry I have a very limited knowledge of linear algebra, my answer was based on geometry. Could you try to explain to me wy my answer is wrong with geometric arguments?
i think u r right.
the first system is inconsistent
wait. you think his answer is right?
actually it is.
i'm checking what went wrong with my approach.
sorry. i just can't figure out what went wrong. what i did should have given us the base of the intersection.
the problem with @ivanmlerner 's geometric approach is that it only works in R^3. so u need a more general method.
Yes, that's true.
@zonazoo . if u leave this post open, i'll try to post tomorrow night the answer using linear algebra.
I would, but we can still respond if the post is closed right?.. I have two more problems that I am really having trouble with that I want to post.
i definitely still want to find if there is a more general approach
@helder_edwin is it not possible to use my mthod with more dimensions by analogy?
yes. it would make sense. but in dimensions higher than 3, we have nothing ressembling the cross product.
Join our real-time social learning platform and learn together with your friends!