document.write( "Question 1006183: find two vectors v1 and v2 whose sum is <3,-2> where v1 is parallel to <-4,5> while v2 is perpendicular to <-4,5>\r
\n" );
document.write( "\n" );
document.write( "v1=
\n" );
document.write( "v2= \n" );
document.write( "
Algebra.Com's Answer #622341 by AnlytcPhil(1807)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "I don't understand why the other tutor thought it mattered that\r\n" ); document.write( "< -4,5 > was mentioned twice. Here is the picture of how it\r\n" ); document.write( "is easily possible. I'll put all the vectors with their tails \r\n" ); document.write( "at the origin:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "find two vectors v1 and v2 whose sum is <3,-2> where v1 \n" ); document.write( "is parallel to <-4,5> while v2 is perpendicular to <-4,5>. \n" ); document.write( " \r\n" ); document.write( "As you can see from the graph, it certainly looks possible for v1\r\n" ); document.write( "to be parallel to <-4,5> and v2 to be perpendicular to it.\r\n" ); document.write( "And also the green lines show that the sum of v1 and v2 can\r\n" ); document.write( "be <3,-2>. \r\n" ); document.write( "\r\n" ); document.write( "[I hope it doesn't bother you that v1 and <-4,5> in the graph are \r\n" ); document.write( "both on the same line and I said they are parallel. Remember that \r\n" ); document.write( "vectors can be moved anywhere, and so vectors which are multiples \r\n" ); document.write( "of each other are considered to be parallel because they can be \r\n" ); document.write( "moved so that they are parallel by the usual standards of basic \r\n" ); document.write( "geometry.] \r\n" ); document.write( "\r\n" ); document.write( "So let's calculate what we see in the above drawing:\r\n" ); document.write( "\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Since v1 is parallel to < -4,5 >, there is some non-zero scalar k \r\n" ); document.write( "such that\r\n" ); document.write( "\r\n" ); document.write( "v1 = < -4k,5k >\r\n" ); document.write( "\r\n" ); document.write( "let v2 = < a,b >\r\n" ); document.write( "\r\n" ); document.write( "Since v2 is perpendicular to < -4,5 > its dot product \r\n" ); document.write( "with < -4,5 > is 0, so\r\n" ); document.write( "\r\n" ); document.write( "v2•< -4,5 > = < a,b >•< -4,5 > = -4a+5b = 0\r\n" ); document.write( "\r\n" ); document.write( "(1) -4a+5b = 0\r\n" ); document.write( "\r\n" ); document.write( "Since v1 + v2 = <3,-2> \r\n" ); document.write( "\r\n" ); document.write( " < -4k,5k > + < a,b > = < 3, -2 >\r\n" ); document.write( "\r\n" ); document.write( "(2) -4k+a = 3\r\n" ); document.write( "(3) 5k+b = -2\r\n" ); document.write( "\r\n" ); document.write( "So we have this system of 3 equations in 3 unknowns:\r\n" ); document.write( "\r\n" ); document.write( " |