document.write( "Question 101390: A rock is thrown upward at an initial velocity of 30 ft/sec from a height of 20 feet. What will its maximum height be? \n" ); document.write( "
Algebra.Com's Answer #73833 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
The equation you are looking for is:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+%28-g%2F2%29t%5E2+%2B+V%5Bo%5D%2At+%2B+H%5Bo%5D\"
\n" ); document.write( ".
\n" ); document.write( "In this equation, the letters represent the following quantities:
\n" ); document.write( ".
\n" ); document.write( "\"H\" represents the height of the rock at t seconds after it is launched.
\n" ); document.write( ".
\n" ); document.write( "\"g\" represents the acceleration of an object due to gravity. In English units it is generally
\n" ); document.write( "accepted to be 32 ft/sec^2
\n" ); document.write( ".
\n" ); document.write( "\"V%5Bo%5D\" is the initial velocity at which the is launched. In this problem it
\n" ); document.write( "will have a positive sign because it is launched upward.
\n" ); document.write( ".
\n" ); document.write( "\"H%5Bo%5D\" is the height above ground from which the is launched. Its sign will be positive
\n" ); document.write( "because it is above ground level.
\n" ); document.write( ".
\n" ); document.write( "\"t\" is the number of seconds after the rock is launched.
\n" ); document.write( ".
\n" ); document.write( "With this equation and the definitions of the variables in mind, we can substitute the
\n" ); document.write( "given values into the equation. g is 32, the initial velocity is +30 ft/sec, and the initial
\n" ); document.write( "height of launch is 20 ft. The equation becomes:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-%2832%2F2%29%2At%5E2+%2B+30t+%2B+20\"
\n" ); document.write( ".
\n" ); document.write( "and you can divide the multiplier of the \"t%5E2\" term. 32 divided by 2 is 16 so the equation
\n" ); document.write( "becomes:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-16t%5E2+%2B+30t+%2B+20\"
\n" ); document.write( ".
\n" ); document.write( "Note that this is a quadratic equation of the form:
\n" ); document.write( ".
\n" ); document.write( "\"y+=+ax%5E2+%2B+bx+%2B+c\"
\n" ); document.write( ".
\n" ); document.write( "If you are familiar with the quadratic formula you know that when you set y equal to zero
\n" ); document.write( "and in standard form the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "\"ax%5E2+%2B+bx+%2B+c+=+0\"
\n" ); document.write( ".
\n" ); document.write( "and the quadratic formula tells you that the values of x that make this happen are given
\n" ); document.write( "by the equation:
\n" ); document.write( ".
\n" ); document.write( "\"x+=+%28%28-b%2F%282%2Aa%29%29+%2B-+%28sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29%29+\"
\n" ); document.write( ".
\n" ); document.write( "You can find the \"peak\" of this curve in a couple of ways. It will occur when the two values
\n" ); document.write( "of x are found and averaged. The average of the two values of x will be the value of x
\n" ); document.write( "where the peak occurs. Then you can substitute this average value of x into the equation
\n" ); document.write( "\"y+=+ax%5E2+%2B+bx+%2B+c\" and it will tell you the value of y at the peak of the graph.
\n" ); document.write( ".
\n" ); document.write( "The average value of x is also equal to \"-b%2F%282a%29\" which is the first term in the solution
\n" ); document.write( "to the quadratic equation.
\n" ); document.write( ".
\n" ); document.write( "Let's use this second method to find the value of t we are looking for. We'll begin by
\n" ); document.write( "comparing our gravity equation to the equation of the quadratic form. That is: compare:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-16t%5E2+%2B+30t+%2B+20\"
\n" ); document.write( ".
\n" ); document.write( "and
\n" ); document.write( ".
\n" ); document.write( "\"y+=+ax%5E2+%2B+bx+%2B+c\"
\n" ); document.write( ".
\n" ); document.write( "a is the multiplier of the squared term and in our gravity equation, that multiplier
\n" ); document.write( "is -16.
\n" ); document.write( ".
\n" ); document.write( "b is the multiplier of the x term and in our gravity equation the multiplier of the corresponding
\n" ); document.write( "t term is +30.
\n" ); document.write( ".
\n" ); document.write( "Now we can substitute these values into \"-b%2F%282%2Aa%29\" and we get:
\n" ); document.write( ".
\n" ); document.write( "\"-%2830%29%2F%282%2A%28-16%29%29+=+-30%2F%28-32%29+=+15%2F16\"
\n" ); document.write( ".
\n" ); document.write( "So at \"15%2F16\" seconds after launch the rock will be at maximum height. (In decimal form
\n" ); document.write( "this is 0.9375 seconds after launch.)
\n" ); document.write( ".
\n" ); document.write( "Now if we return to the height equation and substitute 0.9375 seconds for t we can get the
\n" ); document.write( "height at the peak of the path of the rock.
\n" ); document.write( ".
\n" ); document.write( "Start with:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-16t%5E2+%2B+30t+%2B+20\"
\n" ); document.write( ".
\n" ); document.write( "Substituting 0.9375 for t makes this equation become:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-16%2A%280.9375%29%5E2+%2B+30%2A%280.9375%29+%2B+20\"
\n" ); document.write( ".
\n" ); document.write( "Put your calculator to work and you should get:
\n" ); document.write( ".
\n" ); document.write( "\"H+=+-16%2A0.8789+%2B+28.125+%2B+20+=+-14.0625+%2B+28.125+%2B+20+=+34.0625\"
\n" ); document.write( ".
\n" ); document.write( "So the rock rises to a maximum height of 34.0625 feet.
\n" ); document.write( ".
\n" ); document.write( "Lots of work to follow here. Hope this helps you to see how you might solve this problem.
\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );