SOLUTION: 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?

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: 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?      Log On


   



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