SOLUTION: A projectile is thrown upward so that its distance above the ground after t seconds is h = -16t2 + 440t.
After how many seconds does it reach its maximum height?
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: A projectile is thrown upward so that its distance above the ground after t seconds is h = -16t2 + 440t.
After how many seconds does it reach its maximum height?
Log On
Question 1100940: A projectile is thrown upward so that its distance above the ground after t seconds is h = -16t2 + 440t.
After how many seconds does it reach its maximum height? Found 4 solutions by Shin123, ikleyn, amalm06, Alan3354:Answer by Shin123(626) (Show Source):
Your "height" function is quadratic
h(t) = -16*t^2 + 440*t.
And the height is maximal when this quadratic function gets its maximum value.
The general theory says:
A quadratic function ax^2 + bx + c gets its maximum/minimum value at x = .
So, substitute your values a= -16 and b= 440 into the formula, and you will obtain that your quadratic "height" function gets its maximum at
t = = 13.75 seconds.
You can put this solution on YOUR website! Position=h=-16t2 + 440t
Velocity=dh/dt=-32t+440
At its maximum height, the velocity of the projectile is zero:
-32t+440=0
440=32t
t=13.75 s (Answer)
You can put this solution on YOUR website! A projectile is thrown upward so that its distance above the ground after t seconds is h = -16t2 + 440t.
After how many seconds does it reach its maximum height?
================
Without using derivatives:
---
The max height is the vertex of the parabola, at t = -b/2a
t = -440/-32
t = 13.75 seconds