Week 10 Cheatsheet — Applications of Differentiation
medium exam quiz
//body
← Back to weekHow this week breaks down
Three techniques, all applications of . Skim this once, then revise from the in-depth note.
| Topic | What you do |
|---|---|
| Critical points | Solve (and find where is undefined). Classify with or sign-change. |
| Optimization | Translate the word problem into a single-variable function. Critical-point that function. |
| Related rates | Differentiate both sides of a geometric equation w.r.t. time. Plug in the instant. |
1 — Finding critical points
Definition. A critical point of is an where or is undefined.
Classification table
| Test | Verdict |
|---|---|
| local min at | |
| local max at | |
| inconclusive — use first-derivative sign change |
First-derivative (sign change) test
Inspect just to the left and just to the right of :
- → min
- → max
- same sign on both sides → neither
Worked snippets
| Function | Critical-point work | Classification |
|---|---|---|
| , so min at and max at | ||
| , | , so min at | |
| Critical points at | Min at , max at , and is neither after a sign check on |
2 — Optimization
The five-step recipe
- Define variables and a sketch.
- Write the constraint linking them (e.g. ).
- Write the objective to minimise/maximise (e.g. ).
- Use the constraint to reduce to one variable.
- Critical-point that function. Don’t forget endpoints if the domain is bounded.
Standard setups
| Problem | Constraint | Objective |
|---|---|---|
| Two positive numbers, product known | linear combination | |
| Rectangle with a wall | area | |
| Open-top box, square base | volume | |
| Open-top tank, fixed width | \text{cost}=(\text{base }\/\text{m}^2)\cdot\text{area}+(\text{side }$/\text{m}^2)\cdot\text{area}$ | |
| Open cylinder | ||
| Pole-rope / shoreline pipe | distance variables |
Quick exemplars
| Problem | Model | Result |
|---|---|---|
| Rectangle, fence, one side is wall | Max at ; area | |
| Open-top box, surface | with | , , |
| Open-top tank, , width | at \330$ | |
| Open cylinder, | , , cost \5.65$ |
3 — Related rates
The recipe
- Write the geometric / physical relationship without time (e.g. ).
- Differentiate both sides with respect to , attaching for every time-varying quantity.
- Plug in the values at the instant of interest.
- Solve for the unknown rate. Sign matters.
Standard geometric derivatives
| Quantity | Relationship | |
|---|---|---|
| Circle area | ||
| Square area | ||
| Cube volume | ||
| Sphere volume | ||
| Cone volume ( fixed) |
(Using shorthand.)
Worked snippets
| Problem | Substitute | Rate |
|---|---|---|
| Artery | , | |
| Dissolving cube | , |
Common mistakes (all three sub-topics)
- Treating as conclusive. It is inconclusive — fall back to the first-derivative test.
- Differentiating after substituting numeric values in related rates. Numbers are constant; their derivative is zero. Differentiate symbolically first, then plug in.
- Forgetting the constraint in optimisation — you can’t differentiate a two-variable expression with single-variable calculus.
- Skipping endpoints on a closed-interval optimisation.
- Dropping the sign or the units in the final answer.
Key formulas
For the why and many more worked examples, see the in-depth note.
//quiz
Easy → hard. Reshuffles every visit.
//quiz · 1/8easy
If at a critical point , the point is...