Maxima and minima problems
In a nutshell
Using derivatives, you can determine maximum and minimum values of displacement and velocity.
Equations
DESCRIPTION | EQUATION |
---|
Turning point on a displacement-time graph. | dtds=0 |
Turning point on a velocity-time graph. | dtdv=0 |
Variable definitions
QUANTITY NAME | SYMBOL | UNIT NAME | UNIT |
---|
Displacement | | | |
Velocity | | Metres per second | |
Acceleration | | Metres per second squared | |
| | | |
Displacement
For maximum and mimimum displacement, you can work out the turning points of the curve on a displacement-time graph. At a turning point, the gradient is 0. Therefore, the turning point can be worked out by:
dtds=0
To work out if the turning point is a maximum or a minimum, you use the second derivative.
For a minimum point:
dt2d2s>0
For a maximum point:
dt2d2s<0
Velocity
For maximum and minimum velocity, you can work out the turning points of the curve on a velocity-time graph. The turning point can be worked out by:
dtdv=0
For a minimum point:
dt2d2v>0
For a maximum point:
dt2d2v<0
Example
A boy throws a ball up into the air and catches it again. The displacement of the ball at time t from his hand is modelled by s=5t+3−2t2, 0≤t≤3. Find the maximum distance the ball travels from his hand.
For the maximum distance you have to find the turning point.
s=−2t2+5t+3
Differentiate:
dtds=−4t+5
At the maximum point, the gradient equals 0:
−4t+5=0
t=45=1.25 s
Substitute this time into the formula for displacement to get the maximum distance:
s=5(1.25)+3−2(1.252)=6.25+3−2(1.5625)=6.125
The maximum distance the ball travels from his hand is 6.13 m.