Unit 4 Related Rates: Linking Geometry, Time, and Derivatives

Introduction to Related Rates

What “related rates” means

A related rates problem is a situation where two (or more) quantities are changing over time, and those quantities are connected by some relationship (often a geometry formula). The key idea is that even if you only know the rate of change of one quantity, the relationship can let you deduce the rate of change of another.

In calculus language, a “rate” is a derivative with respect to time. If a quantity x depends on time t, then its rate of change is

\frac{dx}{dt}

Related rates problems ask you to connect derivatives like \frac{dx}{dt} and \frac{dy}{dt} using an equation that connects x and y.

Why it matters (and why it’s in contextual differentiation)

In Unit 4, you’re using derivatives as tools to model real situations. Related rates is one of the clearest examples of the derivative as “instantaneous change.” It shows up in physics-style motion (changing distances), in geometry (changing areas/volumes), and in measurement (expanding circles, filling tanks, sliding ladders).

The deeper skill you’re practicing is this: translate a context into a function, then differentiate to translate it into a relationship between rates. That’s exactly the kind of modeling calculus is built for.

The core mechanism: differentiate an equation that relates the variables

Most related rates problems follow a consistent logic:

  1. Identify the variables that change with time (like r(t), V(t), x(t)).
  2. Write an equation that relates them (like a geometry or algebra formula).
  3. Differentiate both sides with respect to time t.
  4. Substitute the values at the specific instant (the “snapshot in time” the problem describes).
  5. Solve for the requested rate.

A crucial point: you usually start with a relationship that does not explicitly include t (for example, A = \pi r^2). Even though t isn’t written, the variables depend on t, so differentiating with respect to time triggers the Chain Rule.

For example, if A = \pi r^2 and r changes with time, then A changes with time too. Differentiating with respect to t gives

\frac{dA}{dt} = 2\pi r\frac{dr}{dt}

That extra factor \frac{dr}{dt} is the Chain Rule in action. Many related rates errors come from forgetting that factor.

Common notations for rates (and how to interpret them)

On AP Calculus, you may see multiple notations for “rate of change.” They all mean the derivative with respect to time.

MeaningLeibniz notationFunction notationNewton “dot” notation
Rate of change of x\frac{dx}{dt}x'(t)\dot{x}
Rate of change of y\frac{dy}{dt}y'(t)\dot{y}

You should be fluent translating among them, but in AP Calculus work, \frac{dx}{dt} is especially useful because it helps you remember “differentiate with respect to t.”

“At an instant” thinking: snapshots, not entire histories

Related rates problems usually give information at a particular moment (for example, “when the radius is 3 cm”). That means you are not always expected to find explicit formulas like r(t) or V(t). Instead, you use the relationship plus the given snapshot values.

This is also why you must be careful not to substitute numbers too early. If you plug in values before differentiating, you may accidentally turn a variable into a constant and lose the rate information.

Units and signs: rates are directional

A rate includes units, like “cm/s” or “ft/min.” Keeping units visible helps you check your work.

Signs matter as well:

  • If a distance is increasing, its derivative is positive.
  • If a distance is decreasing, its derivative is negative.

For instance, if the distance from a wall is shrinking at 2 ft/s, you should write

\frac{dx}{dt} = -2

not +2.

Example 1 (concept-first): expanding circle

A circle’s area depends on its radius. If the radius grows, the area grows, and the rate relationship is determined by differentiation.

Suppose the radius r is increasing at 0.5 cm/s. Find the rate of change of the area when r = 10 cm.

Step 1: Relationship.

A = \pi r^2

Step 2: Differentiate with respect to time.

\frac{dA}{dt} = 2\pi r\frac{dr}{dt}

Step 3: Substitute the snapshot values.

\frac{dA}{dt} = 2\pi(10)(0.5)

So

\frac{dA}{dt} = 10\pi

The area is increasing at 10\pi square centimeters per second.

Notice what happened: you did not need r(t). You only needed the relationship and the values at that instant.

Example 2 (concept-first): why you often need a second relationship

Sometimes the equation you differentiate contains variables you don’t know at that instant. Then you need to use the original relationship (or another geometric fact) to compute missing values.

That is extremely common in ladder and shadow problems: you’re given one length and asked about another, so you use geometry first, then rates.

Exam Focus
  • Typical question patterns:
    • “Two quantities are related by a geometric formula; given one rate, find another rate at a specific instant.”
    • “A word problem describes increasing/decreasing distances; set up a relationship, differentiate, then evaluate at a particular moment.”
    • “You are given a rate and a measurement at an instant; you must find a different rate with correct units and sign.”
  • Common mistakes:
    • Forgetting the Chain Rule factor (for example, differentiating r^2 as 2r but missing \frac{dr}{dt}).
    • Plugging in the snapshot values before differentiating, which can erase the dependence on time.
    • Ignoring units or sign conventions (treating a decreasing quantity as if it has positive derivative).

Solving Related Rates Problems

A reliable problem-solving framework

When you’re learning related rates, it helps to treat each problem as a translation exercise. Here’s a process that works consistently:

  1. Draw a diagram (even a rough one). Label variables, not just numbers.
  2. Define variables clearly as functions of time: “Let x be …, let y be …” This reminds you they change.
  3. Write a relationship equation connecting the variables (geometry/algebra).
  4. Differentiate with respect to time t (implicit differentiation plus Chain Rule).
  5. Plug in given rates and snapshot measurements.
  6. If a needed variable value is missing, go back to the geometric relationship (before differentiating) and compute it.
  7. Solve and interpret: include units and a sign that matches the context.

A helpful memory aid is: “Relate, Differentiate, Substitute, Solve”.

Step 1: Writing the relationship equation (the modeling step)

Most of the difficulty is not calculus—it’s creating the correct relationship.

Common sources for the relationship:

  • Right triangle geometry (Pythagorean Theorem)

a^2 + b^2 = c^2

  • Circle and sphere formulas

A = \pi r^2

C = 2\pi r

V = \frac{4}{3}\pi r^3

  • Cone volume formula (often used for filling/draining)

V = \frac{1}{3}\pi r^2 h

  • Similar triangles (especially shadow problems). The key is setting up a proportion using corresponding sides.

A big conceptual point: in many problems, more than one variable is changing, but you might also have a constraint that ties two of them together (for example, in a cone with fixed shape, radius and height are proportional). That constraint reduces the number of independent variables and makes the derivative equation solvable.

Step 2: Differentiating with respect to time (implicit differentiation)

Once you have an equation like x^2 + y^2 = 25, you treat x and y as functions of t and differentiate both sides:

\frac{d}{dt}(x^2) + \frac{d}{dt}(y^2) = \frac{d}{dt}(25)

That becomes

2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0

This is implicit differentiation plus the Chain Rule. The constant differentiates to 0 because it does not depend on time.

Step 3: Substitute at the correct time (don’t substitute too early)

A common trap is to plug in values like x = 3 before differentiating. If you do that, you might accidentally treat x like a constant and get \frac{d}{dt}(3^2) = 0, which is not what the situation means. The value x = 3 is true only at one instant; the variable is still changing.

So the safer rule is:

  • Differentiate first.
  • Substitute second.

Worked Problem 1: Sliding ladder (Pythagorean theorem + sign)

A 13-ft ladder leans against a wall. The bottom slides away from the wall at 2 ft/s. How fast is the top sliding down the wall when the bottom is 5 ft from the wall?

Step A: Diagram and variables.
Let x be the distance of the bottom from the wall (horizontal). Let y be the height of the top on the wall (vertical). The ladder length is constant: 13.

Given:

\frac{dx}{dt} = 2

We want \frac{dy}{dt} when x = 5.

Step B: Relationship equation.
Right triangle:

x^2 + y^2 = 13^2

So

x^2 + y^2 = 169

Step C: Differentiate with respect to time.

2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0

Solve for \frac{dy}{dt}:

2y\frac{dy}{dt} = -2x\frac{dx}{dt}

\frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt}

Step D: Find missing snapshot value y.
When x = 5,

5^2 + y^2 = 169

25 + y^2 = 169

y^2 = 144

y = 12

(We take positive 12 because height is positive.)

Step E: Substitute and compute.

\frac{dy}{dt} = -\frac{5}{12}(2)

\frac{dy}{dt} = -\frac{5}{6}

So the top slides down at \frac{5}{6} ft/s. The negative sign matches the context: as the bottom moves away, the top height decreases.

What can go wrong here? Students often forget the negative sign and report a positive rate, but the ladder’s top is clearly moving downward.

Worked Problem 2: Filling a cone (volume + constraint)

Water is poured into a conical tank at a rate of 3 cubic feet per minute. The tank has height 10 ft and radius 4 ft. How fast is the water level rising when the water is 5 ft deep?

This problem matters because it forces you to notice a constraint: the water surface makes a smaller similar cone inside the tank.

Step A: Variables and what’s given.
Let V be the volume of water, r the radius of the water surface, and h the water depth.

Given:

\frac{dV}{dt} = 3

We want \frac{dh}{dt} when h = 5.

Step B: Relationship for volume.
Cone volume:

V = \frac{1}{3}\pi r^2 h

But there are two changing variables r and h—we need to connect them.

Step C: Constraint from similar triangles.
The full cone has radius 4 when height 10, so the ratio is

\frac{r}{h} = \frac{4}{10}

So

r = \frac{2}{5}h

This is the modeling insight that makes the problem solvable.

Step D: Rewrite volume in terms of a single variable.
Substitute r = \frac{2}{5}h into the volume formula:

V = \frac{1}{3}\pi\left(\frac{2}{5}h\right)^2 h

V = \frac{1}{3}\pi\frac{4}{25}h^3

V = \frac{4\pi}{75}h^3

Step E: Differentiate with respect to time.

\frac{dV}{dt} = \frac{4\pi}{75} \cdot 3h^2\frac{dh}{dt}

So

\frac{dV}{dt} = \frac{4\pi}{25}h^2\frac{dh}{dt}

Step F: Substitute the snapshot values and solve.
At h = 5, and \frac{dV}{dt} = 3:

3 = \frac{4\pi}{25}(5^2)\frac{dh}{dt}

Since 5^2 = 25, this simplifies nicely:

3 = 4\pi\frac{dh}{dt}

\frac{dh}{dt} = \frac{3}{4\pi}

So the water level is rising at \frac{3}{4\pi} ft/min.

What can go wrong here? A frequent error is differentiating V = \frac{1}{3}\pi r^2 h directly without eliminating r, producing two unknown rates \frac{dr}{dt} and \frac{dh}{dt} but only one equation. The similar triangles constraint is not optional—it’s the heart of the setup.

Worked Problem 3: Shadow (similar triangles + careful setup)

A 6-ft person walks away from a 15-ft streetlight at 4 ft/s. How fast is the tip of the person’s shadow moving when the person is 10 ft from the light?

Step A: Define variables.
Let x be the distance from the light to the person. Let s be the length of the shadow. Let y be the distance from the light to the tip of the shadow. Then

y = x + s

Given:

\frac{dx}{dt} = 4

We want \frac{dy}{dt} when x = 10.

Step B: Similar triangles relationship.
The large triangle (light to shadow tip) has height 15 and base y. The small triangle (person to shadow tip) has height 6 and base s.

Corresponding sides give

\frac{15}{y} = \frac{6}{s}

Cross-multiply:

15s = 6y

Simplify:

5s = 2y

So

s = \frac{2}{5}y

But also y = x + s, so substitute:

y = x + \frac{2}{5}y

Solve for y in terms of x:

y - \frac{2}{5}y = x

\frac{3}{5}y = x

y = \frac{5}{3}x

Step C: Differentiate with respect to time.

\frac{dy}{dt} = \frac{5}{3}\frac{dx}{dt}

Step D: Substitute the rate.

\frac{dy}{dt} = \frac{5}{3}(4)

\frac{dy}{dt} = \frac{20}{3}

So the shadow tip moves at \frac{20}{3} ft/s when the person is 10 ft away. (Notice the final rate did not actually depend on x once you simplified the relationship.)

What can go wrong here? Students often mix up which base goes with which height in the similar triangles. A good check: the taller height (15) must pair with the longer base (light to tip), not the shorter shadow-only segment.

Strategy notes for harder setups

Some related rates questions require an extra algebra step before differentiating.

  • If you see a square root distance (like distance between two moving points), you can either use the distance formula directly or square both sides to simplify differentiation.

Distance between points on perpendicular axes, for example:

z = \sqrt{x^2 + y^2}

Squaring gives a cleaner relationship:

z^2 = x^2 + y^2

Then differentiate:

2z\frac{dz}{dt} = 2x\frac{dx}{dt} + 2y\frac{dy}{dt}

  • If the problem involves area or volume changing, check whether the shape’s proportions are fixed. A “cone” or “similar triangles” phrase is a strong hint that you need a proportionality constraint.

  • If a quantity is constant, its derivative is 0. In the ladder problem, the ladder length is constant (13), so differentiating the constant side gives 0.

Interpreting your final answer (units and reasonableness)

A correct related rates answer is not just a number—it’s a statement about change.

  • Attach units: if x is in feet and t is in seconds, then \frac{dx}{dt} is ft/s.
  • Check sign: does your sign match “increasing” or “decreasing”?
  • Do a quick reasonableness check: in the ladder problem, as the bottom slides out, the top must go down, so \frac{dy}{dt} must be negative.
Exam Focus
  • Typical question patterns:
    • “Ladder against wall” or “distance between moving objects” using the Pythagorean Theorem, then differentiate and evaluate at a specific position.
    • “Filling/draining” a cone or sphere where you must combine a volume formula with a geometric constraint (often similar triangles).
    • “Shadow” problems where similar triangles produce a relationship, then a second equation like y = x + s links quantities.
  • Common mistakes:
    • Substituting the snapshot values before differentiating, which turns changing variables into constants.
    • Forgetting to compute a missing variable at the instant (like finding y from x^2 + y^2 = 169 before plugging into the differentiated equation).
    • Setting up similar triangles incorrectly (swapping corresponding sides), leading to a wrong proportional relationship and therefore a wrong rate.