Method guideCalculus IIntermediate11 min read

Related rates: translate the geometry before differentiating

Connect changing quantities with one equation, differentiate with respect to time, and substitute only after the rates appear.

ddtF(x(t),y(t))=0\frac{d}{dt}F(x(t),y(t))=0
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Reviewed July 11, 2026
WorkflowStart here

Draw the situation, name time-dependent quantities, write one equation, differentiate implicitly with respect to time, then substitute the instant’s values.

01

Rates belong to a moment

A related-rates problem supplies values at a particular instant, not constants valid for all time. Substituting them before differentiating can erase the dependency that creates the requested rate.

Keep every changing quantity as a function of time until the derivative equation is formed.

02

Choose the connecting equation

The geometry or physical constraint is the bridge between known and unknown rates. For a circle use area or circumference; for a right triangle use the Pythagorean theorem; for a cone use similar triangles when dimensions co-vary.

Use the equation with the fewest unneeded variables.

03

Signs and units are part of the answer

A decreasing length has a negative rate. A positive computed rate may contradict a draining or shrinking description if signs were assigned carelessly.

Track units through every derivative: area changes in square units per time, while length changes in units per time.

Worked exampleA growing circular ripple

A circle’s radius grows at 3 cm/s. How fast is its area growing when r = 4 cm?

1A=πr2A=\pi r^2

Connect area and radius.

2dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\frac{dr}{dt}

Differentiate with respect to time.

3dAdt=2π(4)(3)\frac{dA}{dt}=2\pi(4)(3)

Substitute the instant’s radius and known rate.

Result24π cm2/s\boxed{24\pi\ \text{cm}^2/\text{s}}
Watch for

Common mistakes

  1. Substituting the snapshot values before differentiating.
  2. Forgetting a chain factor such as dr/dt.
  3. Reporting a magnitude without the sign or units.
Keep

Three takeaways

  1. Model first, differentiate second, substitute last.
  2. Every changing variable contributes a time derivative.
  3. Check whether the sign matches the story.