document.write( "Question 317065: Hi all,\r
\n" );
document.write( "\n" );
document.write( "I was hoping someone would show me how to Find the scalar products of the vectors: a = i - j + 3k and b = -i + 2j + k\r
\n" );
document.write( "\n" );
document.write( "What can be said about the position of these vectors relative to eachother?\r
\n" );
document.write( "\n" );
document.write( "How can I determine a + b?\r
\n" );
document.write( "\n" );
document.write( "Some help with relavant steps and explanations would be great.\r
\n" );
document.write( "\n" );
document.write( "-Nick. \n" );
document.write( "
Algebra.Com's Answer #227010 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! a=(1,-1,3) \n" ); document.write( "b=(-1,2,1) \n" ); document.write( "a.b= \n" ); document.write( "Since the dot product is zero, the vectors are perpendicular to each other. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Add the vectors component by component. \n" ); document.write( "a+b=(1,-1,3)+(-1,2,1)=(1-1,-1+2,3+1)=(0,1,4) \n" ); document.write( " \n" ); document.write( " |