document.write( "Question 1000335: a ball is thrown upward from the top of a 64-foot-high building. the ball is 96 feet above ground level after 1 second, and it reaches ground level in 4 seconds. the height above ground is a quadratic function of the time after the ball is thrown. write an equation of this function? \n" ); document.write( "
Algebra.Com's Answer #617790 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! With gravity, these are usually -16t^2 functions, because gravity is -32 ft/sec^2, and the formula has a half in it. There is force behind the ball, yet unknown, and there is a +64, which is the feet above ground. \n" ); document.write( "-16t^2+ bt+64=0, when t=4 \n" ); document.write( "-256+4b+64=0 \n" ); document.write( "4b=-192 \n" ); document.write( "b=48\r \n" ); document.write( "\n" ); document.write( "This is the equation: f(t)= -16t^2+48t+64. \n" ); document.write( "Check this. \n" ); document.write( "At t=0, the ball is 64 feet off the ground \n" ); document.write( "At 4 seconds, -256+48(4)+64=0 \n" ); document.write( "The highest point time value is -b/2a=-48/-32=1.5 seconds. \n" ); document.write( "f(1.5)=-16(2.25)+48(1.5)+64=-36+136=100 feet, the vertex. \n" ); document.write( " |