Mathematics.

differential calculus

Related Rates

Calculus I30 minDifficulty5 out of 10

You should know: implicit differentiation

Overview

Related rates problems involve finding how fast one quantity changes by relating it to the rate of change of another quantity, using an equation that connects them. The technique differentiates that connecting equation with respect to time using implicit differentiation, then substitutes known values to solve for the unknown rate.

Intuition

If a ladder is sliding down a wall, the rate at which its base slides along the ground and the rate at which its top slides down the wall are linked by the Pythagorean theorem, since the ladder's length is fixed. Related rates problems exploit exactly this kind of geometric constraint: differentiate the constraint equation with respect to time, and the rates fall out linked to each other.

Formal Definition

Definition

General strategy: given a constraint equation relating variables that are all functions of time t, differentiate both sides with respect to t:

ddt[F(x,y)]=ddt[G(x,y)]    equation relating dxdt and dydt\frac{d}{dt}\big[F(x,y)\big] = \frac{d}{dt}\big[G(x,y)\big] \implies \text{equation relating } \frac{dx}{dt} \text{ and } \frac{dy}{dt}

Every variable's derivative with respect to t appears via the chain rule

Applications

Kinematics problems involving expanding/contracting shapes, moving shadows, and orbital mechanics all use related rates to link measurable quantities' rates of change.

Worked Examples

  1. Set up the Pythagorean constraint: x² + y² = 100, where x is the base distance and y is the height on the wall.

    x2+y2=100x^2+y^2=100
  2. Differentiate with respect to time t.

    2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0
  3. When x=6, y=√(100-36)=8. Substitute x=6, y=8, dx/dt=2.

    2(6)(2)+2(8)dydt=0    24+16dydt=02(6)(2) + 2(8)\frac{dy}{dt} = 0 \implies 24 + 16\frac{dy}{dt}=0
  4. Solve for dy/dt.

    dydt=2416=1.5\frac{dy}{dt} = -\frac{24}{16} = -1.5

Answer: The top is sliding down at 1.5 ft/s (negative sign indicates y is decreasing).

Practice Problems

Difficulty 5/10

A cube's volume increases at 12 cm³/s. Find the rate of change of its side length when the side is 2 cm.

Difficulty 6/10

Two cars leave an intersection, one heading north at 60 mph, the other heading east at 80 mph. How fast is the distance between them increasing after 1 hour?

Difficulty 6/10

Water fills a cylindrical tank of radius 2 m at 0.5 m³/min. How fast is the water level rising?

Difficulty 6/10

A 1.8 m tall person walks away from a 5 m street lamp at 1.5 m/s. How fast is the tip of their shadow moving?

Common Mistakes

Common Mistake

Substituting the known numerical value for a variable before differentiating.

Always differentiate the general equation first (keeping variables symbolic), and only plug in specific numbers afterward — otherwise the differentiation step becomes meaningless (differentiating a constant gives zero).

Common Mistake

Forgetting units or sign conventions (e.g. a shrinking quantity should have a negative rate).

Track units through every step, and interpret negative results as decreasing quantities, positive as increasing.

Quiz

The essential first step in a related-rates problem is to:
Why should you substitute specific numerical values only AFTER differentiating in a related-rates problem?

Summary

  • Related rates problems connect several time-dependent quantities through a constraint equation.
  • Strategy: (1) draw a diagram and identify variables, (2) write the constraint equation, (3) differentiate with respect to t using implicit differentiation, (4) substitute known values and solve.
  • Always differentiate before substituting specific numeric values.
  • Common setups: Pythagorean theorem (ladders, distances), volume/area formulas (balloons, tanks), similar triangles (shadows).

References