document.write( "Question 1201880: A steel ball is projected downward at an angle of 48° with the horizontal from the top of the cliff 480 m high. Its initial velocity is 43 m/s.
\n" );
document.write( "
\n" );
document.write( "a. How long will it take before striking the ground?
\n" );
document.write( "b. How far from the base of the building will it strike?
\n" );
document.write( "c. With what velocity will it hit the ground?
\n" );
document.write( "d. At what angle with horizontal will it strike? \n" );
document.write( "
Algebra.Com's Answer #836433 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A steel ball is projected downward at an angle of 48° with the horizontal from the top of the cliff 480 m high. Its initial velocity is 43 m/s. \n" ); document.write( "-------------------- \n" ); document.write( "Using 10 m/sec/sec for gravity:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "a. How long will it take before striking the ground? \n" ); document.write( "The vertical component is -43*sin(48) = ~31.96 m/s \n" ); document.write( "h(t) = -5t^2 - 31.96t + 480 = 0 at impact \n" ); document.write( "Solve for t \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ignore the negative value. \n" ); document.write( "t = 7.11 seconds to impact \n" ); document.write( "---------------------- \n" ); document.write( "b. How far from the base of the building will it strike? \n" ); document.write( "Horizontal component = 43*cos(48) \n" ); document.write( "Distance = 7.11*43*cos(48) = ~ 204.57 meters \n" ); document.write( "------------------------ \n" ); document.write( "c. With what velocity will it hit the ground? \n" ); document.write( "Impact speed = vert comp of 43 + 5t = 31.96 + 7.11*5 = ~ 67.51 m/sec \n" ); document.write( "---------------------- \n" ); document.write( "d. At what angle with horizontal will it strike? \n" ); document.write( "The path of the object is a parabola --- h(t) = -5t^2 - 31.96t + 480 = 0 at impact. \n" ); document.write( "Find the slope at t = 7.11 \n" ); document.write( "h'(t) = -10t - 31.96 = -103.06 \n" ); document.write( "Angle = 180 - h'(t) = 76.94 degs \n" ); document.write( " |