document.write( "Question 1200489: A stone is thrown with a velocity of 8 ms^-1 into the air at an angle of 40° to the horizontal.
\n" );
document.write( "(Give your answer to 2 significant figures).
\n" );
document.write( "a) Calculate the vertical component of the velocity.
\n" );
document.write( "b) State the value of the vertical component of the velocity when the stone reaches its highest point. Ignore air resistance.
\n" );
document.write( "c) Use your answers to a and b to calculate the time the stone takes to reach its highest point.
\n" );
document.write( "d)Calculate the horizontal component of the velocity.
\n" );
document.write( "e)Use your answers to c and d to find the horizontal distance travelled by the stone as it climbs to its highest point. \n" );
document.write( "
Algebra.Com's Answer #834645 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A stone is thrown with a velocity of 8 ms^-1 into the air at an angle of 40° to the horizontal. \n" ); document.write( "(Give your answer to 2 significant figures). \n" ); document.write( "a) Calculate the vertical component of the velocity. \n" ); document.write( "vert = 8*sin(40) m/sec \n" ); document.write( "-------- \n" ); document.write( "b) State the value of the vertical component of the velocity when the stone reaches its highest point. Ignore air resistance. \n" ); document.write( "Zero (0). \n" ); document.write( "----------- \n" ); document.write( "c) Use your answers to a and b to calculate the time the stone takes to reach its highest point. \n" ); document.write( "Using 9.8 m/sec/sec for gravity: \n" ); document.write( "v = at ---> t = v/a \n" ); document.write( "t = 8*sin(40)/9.8 to apogee \n" ); document.write( "--------- \n" ); document.write( "d)Calculate the horizontal component of the velocity. \n" ); document.write( "horiz = 8*cos(40) \n" ); document.write( "---------- \n" ); document.write( "e)Use your answers to c and d to find the horizontal distance travelled by the stone as it climbs to its highest point. \n" ); document.write( "horiz = 8*cos(40)*2t meters \n" ); document.write( " \n" ); document.write( " |