document.write( "Question 578147: The vectors i, j are unit vectors along the x-axis and y-axis respectively. the vectors u=-i+2j and v=3i+5j are given. A vector w has the same direction as u+2v, and has a magnitude of 26. Find w in terms of i and j. \n" ); document.write( "
Algebra.Com's Answer #370523 by dfrazzetto(283) You can put this solution on YOUR website! \n" ); document.write( "u=-i+2j v=3i+5j\r \n" ); document.write( "\n" ); document.write( "w= (-i+2j) + 2(3i+5j) \n" ); document.write( "w1= -i + 2j + 6i + 10j = 5i + 12j\r \n" ); document.write( "\n" ); document.write( "M(w1) = sqrt(25+144) = 13, this is exactly half the desired magnitude, thus we need to multiply w1 by 2 to get w\r \n" ); document.write( "\n" ); document.write( "w = 10i 24j\r \n" ); document.write( "\n" ); document.write( "CHECK:\r \n" ); document.write( "\n" ); document.write( "M(w) = sqrt(100+576) = sqrt(676) = 26√ \n" ); document.write( " |