Write the vector u=(2,3,-1) as the sum of two vectors, one parallel to v=(1,0,-3) and the other orthogonal to v=(1,0,-3)
u = k * (1,0,-3) + t*orthogonal (1,0,-3)
Well, I just started by saying that the parallel vector ( let's say w) gives w1*1+w2*0-3*w3=0
but the orthogonal one... i dont know what to do with that one
orthogonal (a,b,c) . ( 1,0,-3) = 0
oh crap, nvm parallel would be v2=kw
but where do I go from there, i have two system of equation with 3 unknown
so did we find an orthogonal vector
(a,b,c) . ( 1,0,-3) = 0 a*1 + b*0 + c *-3 = 0 pick a = 3 , b = 0, c = 1 (3,0,1) . (1,0,-3) = 0
orthogonal vector would be w1*1+w2*0-3*w3
why pick those random numbers? Seems kinda irelevant to me going with it as a guessing game
you can pick any values , it just has to be orthogonal
u = k * (1,0,-3) + m * ( 3 , 0 , 1 )
so we want to write u as a sum of a vector parallel to (1,0,-3) and a vector that is orthogonal to (1,0,-3)
if you didn't use the value m ( don't know why its there, seeing as it seemed that you establish the orthogonal vector as 3,0,1) you could use system of equation to solve for k right?
so knowing that u is 2,3,-1, you could say that for the x value, 3+k=2 therefore k = -1 right?
and do that for the 2 other values, if i understand correctly
i think so solve (2,3,-1) = k * (1,0,-3) + m * ( 3 , 0 , 1 )
but then the y value doesn't work because 0*k=3-0 therefore 0*k=3?
ok lets go back a step,
we can pick a simpler 'orthogonal' vector
we need a vector (a,b,c) that is orthogonal to (1,0,-3) this means (a,b,c) . ( 1,0,-3) = 0 a*1 + b*0 + c *-3 = 0 pick a = 3 , b =1, c = 1 (3,1,1) . (1,0,-3) = 3*1 + 1*0 + 1*-3 = 0
now we can solve (2,3,-1) = k * (1,0,-3) + m * ( 3 , 1 , 1 )
2 = k + 3m 3 = 0k + 1m -1 = -3k + 1m so 3 = m
Wait, sorry if this sound stupid, but why would you put a coefficient in front of the orthogonal vector we found, I would think that we should find k and not m?
because any vector m*(3,1,1) is orthogonal to (1,0,-3)
there is not just one orthogonal vector, there are an infinite number of them , you can scale the orthogonal vector (and even flip the direction )
so I got (2,3,-1) = -7 * (1,0,-3) + 3 * ( 3 , 1 , 1 ) check to see if that works
Ah , I see what you mean, the orthogonal vector can be multiplied by "infinite amount" of length, so I can use the coefficient m
right
The z value seems to be off -7*-3 + 3*1 = 24
(2,3,-1) = -7 * (1,0,-3) + 3 * ( 3 , 1 , 1 ) 2 = -7*1 + 3*3 3 = -7 * 0 + 3*1 -1 = -7 * -3 + 3*1 , hmmm
lets go back to this step (2,3,-1) = k * (1,0,-3) + m * ( 3 , 1 , 1 ) 2 = k + 3m 3 = 0k + 1m -1 = -3k + 1m
I can see that 1m=3 so I would assume m=3 but then Im stuck with the idea that k=-7.
ok this system does not work, we get a contradiction
this is trickier than i thought it would be :)
I know I'm sorry, I'm redoing my exam and I got that answer wrong, I still don't know how to approach it. it seems really tricky
im going to work on it , stand by
Join our real-time social learning platform and learn together with your friends!