document.write( "Question 1200933: a) In this question, i is a unit vector due east and j is a unit vector due north.
\n" );
document.write( " A cyclist rides at a speed of 4ms−1 on a bearing of 015°. Write the velocity vector of the cyclist in
\n" );
document.write( "the form xi + yj, where x and y are constants. [2]
\n" );
document.write( "(b) A vector of magnitude 6 on a bearing of 300° is added to a vector of magnitude 2 on a bearing of
\n" );
document.write( "230° to give a vector v. Find the magnitude and bearing of v. \n" );
document.write( "
Algebra.Com's Answer #835225 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a) In this question, i is a unit vector due east and j is a unit vector due north. \n" ); document.write( " A cyclist rides at a speed of 4ms−1 on a bearing of 015°. Write the velocity vector of the cyclist in the form xi + yj, where x and y are constants. \n" ); document.write( "------ \n" ); document.write( "x = 4*sin(15) \n" ); document.write( "y = 4*cos(15) \n" ); document.write( "=============== \n" ); document.write( "(b) A vector of magnitude 6 on a bearing of 300° is added to a vector of magnitude 2 on a bearing of 230° to give a vector v. Find the magnitude and bearing of v. \n" ); document.write( "----------- \n" ); document.write( "Use the Cosine Law to find the magnitude of r, the resultant: \n" ); document.write( "r^2 = 6^2 + 2^2 - 1*6*2*cos(110) \n" ); document.write( "r =~ 6.6411 \n" ); document.write( "--- \n" ); document.write( "Use the Law of Sines to find the angle at the Origin: \n" ); document.write( "6.6411/sin(110) = 2/sin(A) \n" ); document.write( "sin(A) = 2*sin(110)/6.6411 = ~0.28299A = ~16.439 degs \n" ); document.write( "Bearing = A + 300 = 316.439 degs \n" ); document.write( " |