Derivatives
Many types of AP calculus problems require knolwdge of derivatives of functions.
1. The derivative of a differentiable function needs to be determined frequently in calculus problems with minimum, maximum or the inflexion points of a function. Examples.
2. The product rule can be applied to determine the derivatives of some functions: If two functions f(x) and g(x) are differentiable, then the product is differentiable and (fg)' = f 'g + g' f. Examples.
3. The quotient rule can be applied to determine the derivatives of some functions: If two functions f(x) and g(x) are differentiable, then the quotient is differentiable and (f/g)' = (f 'g - g' f)/g2. Examples.
4. The chain rule can be applied to determine the derivatives of some functions: If two functions f(x) and g(x) are differentiable, y = f(u) and u = g(x), then the derivative of y is:
dy/dx = (dy/du)(du/dx) Examples.
Examples
Question 1:
The volume of water in a lake is given by the function V(t) = 2·106 + 8·106et - 3·105e2t, where t is in years and the volume is in cubic meters.
Determine the time t > 0 when the volume of water is maximum in the lake.
V'(t) = 8·106et - 6·105e2t
V'(t) = 0
8·106et - 6·105e2t = 0
4·106et - 3·105e2t = 0
et(4·106 - 3·105et) = 0
et = 40/3
t = ln(40/3)
t = 2.59 years
Question 2:
Calculate the derivative of the function f(x) = ex(x2 + 1).
If we consider g(x) = ex and h(x) = x2 + 1, then f(x) = g(x)h(x).
g '(x) = ex
h'(x) = 2x
f'(x) = ex(x2 + 1) + ex2x = ex(x2 + 2x + 1) = ex(x + 1)2.
Question 3:
Calculate the derivative of the function:


Question 4:
Calculate the derivative of the function f(x) = cos(x3 + x2 + 1).
u = x3 + x2 + 1
du/dx = 3x2 + 2x
df/du = -sin(u)
df/dx = (df/du)(du/dx) = -(3x2 + 2x)sin(x3 + x2 + 1)
The official AP Calculus webpage