document.write( "Question 916775: A ball on a string is pulled 6 inches below its rest position and then released. After t seconds, the ball's distance (d) in inches from its rest position is given by\r
\n" );
document.write( "\n" );
document.write( "d = -6cos (pi/2)t\r
\n" );
document.write( "\n" );
document.write( "find all values of t for which the ball is 3 inches below its rest position.\r
\n" );
document.write( "\n" );
document.write( "any help will be greatly appreciated. I want to have an example to work from\r
\n" );
document.write( "\n" );
document.write( "thank you! \n" );
document.write( "
Algebra.Com's Answer #556306 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A ball on a string is pulled 6 inches below its rest position and then released. After t seconds, the ball's distance (d) in inches from its rest position is given by\r \n" ); document.write( "\n" ); document.write( "d = -6cos (pi/2)t\r \n" ); document.write( "\n" ); document.write( "find all values of t for which the ball is 3 inches below its rest position. \n" ); document.write( "---------------- \n" ); document.write( "I think you mean \n" ); document.write( "d = -6cos(t*pi/2) \n" ); document.write( "-6cos(t*pi/2) = -3 \n" ); document.write( "cos(t*pi/2) = 1/2 \n" ); document.write( "t*pi/2 = pi/3, 5pi/3 + n*2pi, n = 0,1,2,3... \n" ); document.write( "t = 2/3, 10/3 + 4n, n = 0,1,2,3... t in seconds \n" ); document.write( " |