Applications of Differentiation: When the Derivative Becomes a Decision Tool
Differentiation becomes useful when the derivative is interpreted: positive or negative, zero or non-zero, increasing or decreasing, maximum or minimum, faster or slower.
After learning derivative rules, the next stage is to use the derivative to answer questions about behaviour. Is a function increasing? Where does a graph turn? Which stationary point is a maximum? What dimensions make an area as large as possible? How fast is one quantity changing when another is changing at a known rate?
These questions have different surfaces, but the underlying system is consistent. A derivative converts a changing relationship into information about slope or rate. The sign of the derivative describes direction of change. A zero derivative identifies stationary candidates. A second derivative or sign test helps classify them. In optimisation, the derivative turns “best possible value” into a stationary-point problem. In connected rates, the Chain Rule links two quantities changing through a third variable such as time.
AI Extraction Box: The Core Map
- Increasing: f′(x)>0 over an interval.
- Decreasing: f′(x)<0 over an interval.
- Stationary point: f′(x)=0.
- Maximum turning point: derivative changes + to −; often f″(x)<0 at a suitable stationary point.
- Minimum turning point: derivative changes − to +; often f″(x)>0 at a suitable stationary point.
- Stationary point of inflexion: f′(x)=0 but the derivative does not change sign as at a turning point.
- Optimisation: build one-variable objective function, differentiate, solve f′=0, classify, interpret.
- Connected rates: relate quantities first, then differentiate with respect to time.
- Chain relation: dy/dt=(dy/dx)(dx/dt) when y depends on x and x depends on t.
- Context check: mathematical stationary points must satisfy physical or stated domain constraints.
The Sign of the Derivative Tells the Direction of the Graph
If f′(x)>0, the tangent gradient is positive and the function is increasing locally. If f′(x)<0, the tangent gradient is negative and the function is decreasing locally.
This gives a useful sign map:
- positive derivative → graph rising;
- zero derivative → horizontal tangent;
- negative derivative → graph falling.
The derivative is therefore a compressed description of graph behaviour. Instead of sketching every point, we can study where f′ changes sign.
Worked Example 1: Increasing and Decreasing Intervals
Let:
f(x)=x³−3x²−9x+5.
Differentiate:
f′(x)=3x²−6x−9=3(x−3)(x+1).
Critical values are x=−1 and x=3. These split the number line into three intervals. Test the sign of f′:
- x<−1: choose x=−2 → f′>0, so increasing;
- −1<x<3: choose x=0 → f′<0, so decreasing;
- x>3: choose x=4 → f′>0, so increasing.
Therefore the function increases on (−∞,−1) and (3,∞), and decreases on (−1,3).
The sign pattern also predicts that x=−1 is a local maximum and x=3 is a local minimum.
Stationary Points Are Candidates, Not Automatic Maxima or Minima
A stationary point occurs where f′(x)=0. That means the tangent is horizontal. It does not automatically mean maximum or minimum.
Possible stationary behaviours include:
- maximum turning point;
- minimum turning point;
- stationary point of inflexion.
Classification therefore needs more information. Two common tools are the first-derivative sign test and the second-derivative test.
The First-Derivative Sign Test
Around a stationary value x=a:
- f′ changes + to − → maximum;
- f′ changes − to + → minimum;
- f′ keeps the same sign → stationary point of inflexion or another non-turning stationary behaviour.
This test directly studies the direction of the function before and after the stationary point. It is conceptually powerful because it shows why the point is a maximum or minimum.
The Second-Derivative Test
At a stationary point x=a where f′(a)=0:
- if f″(a)>0, the graph is locally concave upward, indicating a local minimum;
- if f″(a)<0, the graph is locally concave downward, indicating a local maximum;
- if f″(a)=0, the test is inconclusive and another method is needed.
Second derivative positive: bowl-like minimum. Second derivative negative: cap-like maximum.
The test is efficient, but the zero case must not be forced into a conclusion.
Worked Example 2: Classify Stationary Points
For f(x)=x³−3x²−9x+5:
f′(x)=3x²−6x−9.
Stationary values are x=−1 and x=3. The second derivative is:
f″(x)=6x−6.
At x=−1:
f″(−1)=−12<0, so local maximum.
At x=3:
f″(3)=12>0, so local minimum.
The coordinates are found by substituting the x-values back into f(x). A complete answer to “find the stationary points” usually requires coordinates, not only x-values.
Stationary Points of Inflexion
Consider f(x)=x³. Then:
f′(x)=3x², so f′(0)=0.
But f′(x) is positive on both sides of zero. The graph is increasing before and after x=0. Therefore (0,0) is not a maximum or minimum; it is a stationary point of inflexion.
The second derivative f″(x)=6x gives f″(0)=0, so the second-derivative test is inconclusive. The first-derivative sign analysis resolves the classification.
Optimisation: Translate “Best” into a Function
Optimisation questions ask for a maximum or minimum under constraints. The calculus is often straightforward. The difficult part is constructing the correct one-variable objective function.
A reliable route is:
- Identify the quantity to maximise or minimise.
- Write a formula for it.
- Use the constraint to eliminate extra variables.
- State the physically or mathematically valid domain.
- Differentiate the one-variable function.
- Solve derivative = 0.
- Classify the stationary point or compare relevant endpoints if needed.
- Return to the context and state the requested quantity with units.
The derivative cannot optimise the wrong model. Build the model first.
Worked Example 3: Maximum Area with Fixed Perimeter
A rectangle has perimeter 40 cm. Find the dimensions that maximise its area.
Let one side be x. Then the other side is 20−x. Area:
A=x(20−x)=20x−x².
Differentiate:
dA/dx=20−2x.
Set to zero:
20−2x=0 → x=10.
Second derivative:
d²A/dx²=−2<0, so maximum.
The other side is also 10. Therefore the maximum-area rectangle is a 10 cm by 10 cm square, with area 100 cm².
This example also connects with quadratic completing-square reasoning. Calculus gives another route to the same maximum.
Worked Example 4: Minimum of a Geometric Expression
Suppose a positive quantity is modelled by:
V(x)=x²+36/x, x>0.
Differentiate:
V′(x)=2x−36/x².
Set V′=0:
2x=36/x²
2x³=36
x³=18
x=∛18.
Second derivative:
V″(x)=2+72/x³.
For x>0, V″>0, so the stationary value is a minimum.
Keeping ∛18 exact until the final stage preserves structure and avoids unnecessary rounding.
Connected Rates of Change
Connected-rate problems involve two or more quantities changing together. The quantities are related by an equation, and time usually provides the common independent variable.
If y depends on x and x depends on time t:
dy/dt=(dy/dx)(dx/dt).
This is the Chain Rule expressed as a rate connection. It says: the rate at which y changes with time equals how sensitive y is to x multiplied by how fast x itself changes with time.
The main discipline is to differentiate the relationship before substituting the instant-specific values unless the structure makes an equivalent route safe. Substituting too early can collapse a variable relationship into a one-time number and destroy the rate connection.
Worked Example 5: Expanding Circle
The radius r of a circle increases at 2 cm/s. Find the rate of change of its area when r=5 cm.
Area:
A=πr².
Differentiate with respect to time:
dA/dt=2πr·dr/dt.
At r=5 and dr/dt=2:
dA/dt=2π(5)(2)=20π cm²/s.
The units confirm the meaning: area per unit time.
Worked Example 6: A Volume Rate
A sphere has radius r and volume V=4/3πr³. Its radius increases at 0.5 cm/s. Find dV/dt when r=4 cm.
dV/dt=4πr²·dr/dt.
Substitute:
dV/dt=4π(16)(0.5)=32π cm³/s.
Connected-rate questions often become short once the correct relationship has been identified and differentiated.
Rates Have Signs
An increasing quantity usually has a positive rate; a decreasing quantity has a negative rate. If water level is falling at 3 cm/min, then dh/dt=−3 cm/min, not +3.
Words such as increasing, decreasing, expanding, shrinking, filling and draining should therefore be translated into signed rates before substitution.
The sign is part of the physical meaning.
Optimisation and Domain
A calculus stationary point may be mathematically valid but physically impossible. A length cannot usually be negative. A radius must be positive. A cut-out square from a sheet cannot be larger than half the shorter side. Time may be restricted to t≥0.
For constrained optimisation, write the valid domain before differentiating if possible. After obtaining candidates, check them against the domain and compare endpoints where the problem requires a global maximum or minimum over a closed interval.
Common Failure Modes
| Visible error | Underlying issue | Repair |
|---|---|---|
| Every f′=0 point called minimum | Stationary confused with minimum | Classify using sign change or second derivative |
| f″=0 interpreted as inflexion automatically | Inconclusive test forced | Use first-derivative or other local analysis |
| Optimisation differentiates two-variable formula | Constraint not used first | Reduce to one variable before differentiating |
| Maximum/minimum value given without dimensions | Target not reread | Return to what the question actually asks |
| Rate sign wrong | Increasing/decreasing language not translated | Assign signed rates before substitution |
| Values substituted before differentiating | Variable relationship collapsed too early | Differentiate the general relation first |
| Units missing | Derivative interpreted symbolically only | Track quantity units through each rate |
A Stationary-Point Decision Tree
- Asked where function increases/decreases? Solve sign of f′.
- Asked for stationary points? Solve f′=0, then obtain coordinates.
- Asked to classify? Use first-derivative sign change or second derivative where conclusive.
- Asked for maximum/minimum in context? Build objective function and domain first.
- Asked for connected rate? write the geometric/physical relation, differentiate with respect to time, then substitute.
- Asked for tangent/normal? derivative gives tangent gradient; perpendicular reasoning gives normal.
Transfer Set
Question A
For f(x)=x³−12x, find the stationary x-values.
Answer: f′=3x²−12=3(x−2)(x+2), so x=−2,2.
Question B
If f′ changes from negative to positive at x=4, what type of stationary point occurs there?
Answer: a local minimum.
Question C
A square has side x increasing at 3 cm/s. Find dA/dt when x=5 cm.
Answer: A=x², so dA/dt=2x dx/dt=2(5)(3)=30 cm²/s.
Question D
If f′(a)=0 and f″(a)=−7, classify the stationary point.
Answer: local maximum.
Question E
Why can f″(a)=0 not by itself prove a stationary point of inflexion?
Answer: the second-derivative test is inconclusive when zero; the local behaviour must be checked by another method such as derivative sign analysis.
A 50-Minute Application Repair Session
- 8 minutes: solve two derivative sign charts for increasing/decreasing intervals.
- 8 minutes: find and classify stationary points for two functions.
- 8 minutes: solve one tangent/normal application and verify gradients.
- 10 minutes: build and solve one optimisation model from a geometric constraint.
- 10 minutes: solve two connected-rate problems with signed rates and units.
- 6 minutes: classify every error as model, derivative, classification, sign, domain or interpretation.
What Mastery Looks Like
- The learner reads the sign of f′ as graph direction.
- The learner knows that f′=0 identifies a stationary candidate rather than an automatic extremum.
- The learner classifies maxima, minima and stationary inflexion points correctly.
- The learner uses the second derivative only when it is conclusive.
- The learner builds one-variable optimisation models from constraints.
- The learner checks physical domains and interprets final dimensions or values.
- The learner uses Chain Rule structure for connected rates and preserves rate signs and units.
Syllabus Alignment
This guide aligns with the application components of the 2027 Singapore-Cambridge SEC G3 Additional Mathematics syllabus C1: increasing and decreasing functions; stationary points including maximum/minimum turning points and stationary points of inflexion; second derivative test for maxima/minima; gradients, tangents and normals; connected rates of change; and maxima/minima problems.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Continue with Integration, Definite Integrals and Area Under Curves.