Modelling with differentiation
In a nutshell
Differentiating an equation finds the gradient of the equation's curve. This represents the rate of change of one variable with respect to the other. Using differentiation in real-life scenarios can show how variables change, for example, over time.
A look at notation
The "d" in dxdy can be thought of as meaning "a small change in". This means that, dxdy=a small change in y÷a small change in x which is the rate of change of y with respect to x.
Now suppose y and x were replaced with variables that represented some real-life quantities. The derivative would now represent the rate of change of the y-replacement with respect to the x-replacement.
Example 1
The equation for the area of a circle, A, is given in terms of its radius, r:
A=πr2
Find an equation for the rate of change of the area with respect to the radius.
This is given by the first derivative of A with respect to r:
drdA=2πr
Example 2
A cuboid is being filled with water from a tap. The volume in cm3 of water in the cuboid is given by V=5t2 where t is the time in seconds since the tap was turned on. It takes ten seconds to fill the cuboid. Find the rate of change of the volume with respect to time after three seconds.
The rate of change is found by differentiating V with respect to t:
dtdV=10t
Find the rate of change when t=3:
dtdV=10(3)=30 cm3s−1.
Note: The unit has come from the fact that you have a volume unit (cm3) per time unit (s).
Optimisation
Models of real-life scenarios can help you maximise or minimise different quantities. Recall that maxima and minima have zero gradients. They are classified using the second derivative.
Example 3
A cuboid has two perpendicular sides of length x metres and the third perpendicular side of length y metres. You have that the total surface area of the cuboid is 54 m2. Given that the value x can vary, find the maximum volume of the cuboid. Justify why it is the maximum.
Start with the equation for the volume of a cuboid:
Vcuboid=height×base×length
Hence for this example you have:
V=x2y
Now the surface area:
Acuboid=2(base×height)+2(length×height)+2(base×length)
Hence for this example you have:
54=2x2+4xy 27=x2+2xy
Given that x can vary, and you are looking for how volume changes, use these equations to find an equation for V in terms of x:
27=x2+2xy y=x27−x2=x27−x
Insert this into the equation for volume:
V=x2y V=x2(x27−x)=27x−x3
Differentiate V with respect to x:
dxdV=27−3x2
Set this equal to zero and solve for x:
0=27−3x2 3x2=27 x2=9 x=±3
Since x is a measurement of distance, it follows that it must be positive, so x=3.
To confirm that this represents a maximum V, find the second derivative and insert x=3 to get a maximum:
dx2d2V=−6x dx2d2V=−6(3)=−18<0
Thus when x=3, V is at a maximum. Insert this x into the equation for V:
V=30x−x3=30(3)−(3)3=63
The maximum volume is 63 m3.