document.write( "Question 944828: Hi! I just want to know how to transform this equation to a quadratic equation.. and Kindly please tell me how you did it. Just for my physics problem. Thanks! :D \r
\n" );
document.write( "\n" );
document.write( "-40 = 100t + 1/2 (-9.8)t^2
\n" );
document.write( "It should come like this, right?
\n" );
document.write( "-40 = 100t - 4.9t^2\r
\n" );
document.write( "\n" );
document.write( "But how to arrange them? thanks! :D \n" );
document.write( "
Algebra.Com's Answer #576088 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! -40 = 100t + 1/2 (-9.8)t^2 \n" ); document.write( "-4.9t^2 +100t +40 = 0 \n" ); document.write( "this is an equation of a parabola that opens downward \n" ); document.write( "max height in meters is determined by solving for the axis of symmetry \n" ); document.write( "t = -b/2a = -100 / (2*-4.9) = 10.204081633, therefore \n" ); document.write( "max height occurs at 10.204081633 seconds and max height is \n" ); document.write( "h(t) = -4.9(10.204081633^2) +100*(10.204081633) +40 \n" ); document.write( "max height = 550.204081633 meters \n" ); document.write( " \n" ); document.write( " |