Lecture Atlas

//week-10

EGD105

//concept

Directly supported

Week 10 Cheatsheet — Applications of Differentiation

medium exam quiz

How this week breaks down

Three techniques, all applications of . Skim this once, then revise from the in-depth note.

TopicWhat you do
Critical pointsSolve (and find where is undefined). Classify with or sign-change.
OptimizationTranslate the word problem into a single-variable function. Critical-point that function.
Related ratesDifferentiate 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

TestVerdict
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

FunctionCritical-point workClassification
, 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

  1. Define variables and a sketch.
  2. Write the constraint linking them (e.g. ).
  3. Write the objective to minimise/maximise (e.g. ).
  4. Use the constraint to reduce to one variable.
  5. Critical-point that function. Don’t forget endpoints if the domain is bounded.

Standard setups

ProblemConstraintObjective
Two positive numbers, product knownlinear combination
Rectangle with a wallarea
Open-top box, square basevolume
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 pipedistance variables

Quick exemplars

ProblemModelResult
Rectangle, fence, one side is wallMax at ; area
Open-top box, surface with , ,
Open-top tank, , width at \330$
Open cylinder, , , cost \5.65$

The recipe

  1. Write the geometric / physical relationship without time (e.g. ).
  2. Differentiate both sides with respect to , attaching for every time-varying quantity.
  3. Plug in the values at the instant of interest.
  4. Solve for the unknown rate. Sign matters.

Standard geometric derivatives

QuantityRelationship
Circle area
Square area
Cube volume
Sphere volume
Cone volume ( fixed)

(Using shorthand.)

Worked snippets

ProblemSubstituteRate
Artery,
Dissolving cube,

Common mistakes (all three sub-topics)

  1. Treating as conclusive. It is inconclusive — fall back to the first-derivative test.
  2. Differentiating after substituting numeric values in related rates. Numbers are constant; their derivative is zero. Differentiate symbolically first, then plug in.
  3. Forgetting the constraint in optimisation — you can’t differentiate a two-variable expression with single-variable calculus.
  4. Skipping endpoints on a closed-interval optimisation.
  5. 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 f(c)>0f''(c) > 0 at a critical point cc, the point is...