document.write( "Question 1047578: A rocketship in free space moves with constant accerlation equal to 6.70 m/s^2. If it started from rest, how far (in meters) will it have traveled by the time it reaches a speed equal to 4.00 percent of the speed of light? (The speed of light is 3.00E+08 m/s.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663106 by Alan3354(69443) You can put this solution on YOUR website! A rocket ship in free space moves with constant acceleration equal to 6.70 m/s^2. If it started from rest, how far (in meters) will it have traveled by the time it reaches a speed equal to 4.00 percent of the speed of light? (The speed of light is 3.00E+08 m/s.) \n" ); document.write( "---------- \n" ); document.write( "v = 0.04*3e8 = 1.2e7 m/sec \n" ); document.write( "Find the time to reach that speed: \n" ); document.write( "v = a*t \n" ); document.write( "t = v/a = 1.2e7/6.7 \n" ); document.write( "t =~ 1.8e6 seconds \n" ); document.write( "----- \n" ); document.write( "s = at^2/2 = 6.7*3.24e12/2 meters \n" ); document.write( "s =~ 1.075e13 meters \n" ); document.write( "================== \n" ); document.write( "That's about 2x the distance to Pluto. \n" ); document.write( " |