document.write( "Question 935484: for the lovers of math:very very difficult algebra question:
\n" );
document.write( "A company manufactures high-powered fountains that can be used to create elaborate water shows set to light and music.The company makes three models of
\n" );
document.write( "fountains, each of which can launch a vertical stream of water to a different height, as indicated in the table below. Model A Model B Model C height 77 100 240 time to fall (s) 2.194, ----, ---- initial velocity 70.2 , ----, 123.9 complete the following tasks, filling in the missing values in the table as you find them:Find the time water would take to fall from each height in the table back to its starting level.Find the initial upward velocity required for fountain B to launch the water to its maximum heightCreate a function that will give you the minimum initial upward velocity ,v ,required to launch water to any given height , h. thank you
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568699 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Model......... A Model .B Model C Model \n" ); document.write( "height............. 77 ..100 ..240 \n" ); document.write( "time to fall (s) 2.194, ----, ---- \n" ); document.write( "initial velocity 70.2 , ----, 123.9 \n" ); document.write( "complete the following tasks, filling in the missing values in the table as you find them: \n" ); document.write( "---- \n" ); document.write( "Formula:: \n" ); document.write( "height = -16*t^2 + vo*t \n" ); document.write( "------- \n" ); document.write( "A Model:: 77 = x*2.194^2 + 70.2*2.194 \n" ); document.write( "77 = -16*4.8136 + 154.019 \n" ); document.write( "77 = 77 \n" ); document.write( "----------------- \n" ); document.write( "B Model:: \n" ); document.write( "Cannot solve for both time to fall and initial velocity; \n" ); document.write( "one depends on the other \n" ); document.write( "------- \n" ); document.write( "C Model:: \n" ); document.write( "240 = -16t^2 + 123.9t \n" ); document.write( "----- \n" ); document.write( "Solve for \"t\" using the quadratic formula. \n" ); document.write( "--------------- \n" ); document.write( "Formula for minimum vo value:: \n" ); document.write( "Since h(t) = -16t^2 + vo*t \n" ); document.write( "vo = (h+16t^2)/t = (h/t) + 16t \n" ); document.write( "--- \n" ); document.write( "taking the derivative you get: \n" ); document.write( "vo' = h*(-1/t^2) + 16 \n" ); document.write( "vo'= -h/t^2 + 16 \n" ); document.write( "Minimum vp will occur when (-h/t^2) + 16 = 0 \n" ); document.write( "Solving for \"t\" you get: \n" ); document.write( "h/t^2 = 16 \n" ); document.write( "t^2 = 16h \n" ); document.write( "t = 4sqrt(h) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |