Unit 4 Related Rates: Connecting Changing Quantities in Time

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 a relationship you already know (often a geometry formula). The key idea is simple: if quantities are related, then their rates of change are related too.

In calculus language, you typically have several variables (like a radius r and area A) that depend on time t. You might not know r(t) or A(t) explicitly, but you do know a formula connecting them (like A = \pi r^2). Related rates uses derivatives with respect to time to connect rates like \frac{dr}{dt} and \frac{dA}{dt}.

Why it matters in AP Calculus AB

Related rates is one of the most “applied” uses of differentiation in AP Calculus AB. It tests whether you can:

  • Translate a word problem into variables and an equation.
  • Recognize that multiple quantities change together.
  • Use the Chain Rule and implicit differentiation to connect rates.
  • Evaluate an expression at a specific instant (when the problem gives specific numerical values).

This is also a strong preview of modeling: you’re building a math model (an equation), differentiating it (to connect rates), then using the model to compute an unknown rate.

The core mechanism: differentiating with respect to time

In related rates, the most important move is this: even if an equation doesn’t show t explicitly, you still differentiate both sides with respect to t because every variable involved is changing over time.

For example, suppose the radius r of a circle is changing and the area A is changing. The relationship is:

A = \pi r^2

Differentiate both sides with respect to t:

\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)

Because r depends on t, you must use the Chain Rule:

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

This is the “related rates equation” connecting the two rates. Notice what happened:

  • The original equation related the quantities.
  • Differentiating related the rates.

A major conceptual point: \frac{dr}{dt} and \frac{dA}{dt} are numbers with units (like meters per second or square meters per second) evaluated at a particular time.

Notation you must be fluent with

Related rates problems can look confusing because of notation. Here are common equivalent interpretations.

QuantityMeaningRate notationMeaning
rradius (a length)\frac{dr}{dt}rate radius changes with time
Aarea\frac{dA}{dt}rate area changes with time
Vvolume\frac{dV}{dt}rate volume changes with time
xa distance\frac{dx}{dt}speed along the x direction

Sometimes wording uses “increasing” or “decreasing.” That corresponds to the sign of the derivative:

  • “increasing” means the rate is positive (for example, \frac{dr}{dt} > 0).
  • “decreasing” means the rate is negative (for example, \frac{dx}{dt} < 0).

What makes these problems tricky (and how to think about them)

Related rates problems are rarely hard because the calculus is complicated. They’re hard because you must keep track of:

  1. Which quantities are changing and which are constant.
  2. The difference between a variable and its rate (for example, r vs. \frac{dr}{dt}).
  3. When to plug in numbers (usually after differentiating).
  4. Units and signs (a negative rate often makes sense physically).

A helpful way to think about it: a related rates problem is like watching a single snapshot in the middle of a movie. You’re not asked for the whole movie (the full functions). You’re asked: “At this instant, given these measurements and one rate, what is the other rate?”

A quick conceptual example (no heavy algebra yet)

Imagine a circle whose radius is growing. At a particular moment:

  • r = 10 (units could be cm)
  • \frac{dr}{dt} = 2 (cm per second)

You want \frac{dA}{dt}.

Start from the differentiated relationship:

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

Now substitute the instant’s values:

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

So the area is increasing at 40\pi square cm per second at that moment.

Notice the strategy: build the rate relationship first, then plug in numbers.

Exam Focus
  • Typical question patterns:
    • A geometry relationship is given or implied (circle, triangle, cone, ladder), one rate is provided, and you solve for another rate at a specific instant.
    • The problem states “at the moment when …” and gives several instantaneous measurements (like a length and an angle).
    • The prompt expects correct sign and units, not just a number.
  • Common mistakes:
    • Plugging in the given numbers too early (before differentiating), which destroys the relationship between variables.
    • Forgetting the Chain Rule (for example, differentiating r^2 as 2r instead of 2r\frac{dr}{dt}).
    • Confusing the variable with its rate (treating r and \frac{dr}{dt} as interchangeable).

Solving Related Rates Problems

The standard workflow (and why it works)

Most related rates problems can be solved with a consistent process. The point of the process is to prevent the most common errors: mixing up variables, substituting too soon, or differentiating incorrectly.

  1. Define variables clearly in terms of the situation. This matters because your equation must reflect the geometry correctly.
  2. Write one equation that relates the variables (a “constraint equation”). You usually get this from geometry.
  3. Differentiate both sides with respect to time t. This is where related rates really happens.
  4. Substitute the given values for the instant in question (values of variables and known rates).
  5. Solve for the unknown rate and interpret the sign and units.

A memory aid that’s actually useful here is: Equation first, derivative second, numbers last. If you put numbers in last, you protect yourself from breaking the variable relationship.

Step 1: Draw and label a diagram (even if not required)

A diagram reduces cognitive load. Many problems involve a right triangle that changes shape, or a cone filling with water, or a ladder sliding. If you don’t draw it, you’ll often pick the wrong equation.

When you label, include:

  • Variables for changing quantities (like x(t), y(t), r(t)).
  • Constants (like a ladder length that does not change).

Step 2: Choose the correct relationship equation

Common “constraint” equations in related rates:

  • Pythagorean theorem for right triangles:

x^2 + y^2 = L^2

  • Circle area:

A = \pi r^2

  • Sphere volume:

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

  • Cone volume (radius-height relationship often needed too):

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

A big conceptual warning: in cone problems, r and h are often related by similar triangles, so you must express one in terms of the other before differentiating (or you’ll end up with too many unknowns).

Step 3: Differentiate implicitly with respect to time

This is where calculus enters. You take the constraint equation and differentiate both sides with respect to t.

Example pattern:

If

x^2 + y^2 = L^2

then

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

Using the Chain Rule, you get:

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

because L is constant, so \frac{d}{dt}(L^2) = 0.

A frequent slip is treating \frac{d}{dt}(x^2) as 2x instead of 2x\frac{dx}{dt}. In related rates, that missing factor is usually the whole point.

Step 4: Substitute numerical values at the specified instant

After differentiating, you typically have an equation involving variables and their rates. Only now do you plug in the values like x = 6, y = 8, \frac{dx}{dt} = 1, etc.

This ordering matters because the derivative relationship was built for all times, not just that instant.

Step 5: Solve and interpret

Finally, solve for the unknown rate. Then check:

  • Sign: Does negative mean “moving down” or “shrinking”? Often that’s correct.
  • Units: If x is in meters and t is in seconds, then \frac{dx}{dt} is meters per second.

Worked Problem 1: Ladder sliding down a wall

A 10-foot ladder rests against a vertical wall. The bottom of the ladder slides away from the wall at a rate of 1 ft/s. How fast is the top of the ladder sliding down the wall when the bottom is 6 feet from the wall?

Set up variables

Let x be the distance from the wall to the bottom of the ladder (along the floor). Let y be the height of the top of the ladder on the wall. The ladder length is constant: L = 10.

We are given:

\frac{dx}{dt} = 1

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

Write the constraint equation

The ladder, wall, and floor form a right triangle:

x^2 + y^2 = 10^2

So:

x^2 + y^2 = 100

Differentiate with respect to time

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

Solve for \frac{dy}{dt}:

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

Substitute values at the instant

We know x = 6, and we need y at that moment. Use the triangle equation:

6^2 + y^2 = 100

y^2 = 64

y = 8

Now substitute into the rate equation:

\frac{dy}{dt} = -\frac{6}{8}(1) = -\frac{3}{4}

Interpret

The top is moving down at \frac{3}{4} ft/s. The negative sign matches the physical situation: as the bottom moves away (increasing x), the height y decreases.

A common reasoning check: when the ladder is still fairly high (8 feet), the top tends to move down somewhat slower than the bottom moves out—this answer is plausible.

Worked Problem 2: Expanding circle (area rate)

The radius of a circle increases at 0.5 cm/s. How fast is the area increasing when the radius is 12 cm?

Define what’s changing

Radius r and area A both change with time t.

Given:

\frac{dr}{dt} = 0.5

Find:

\frac{dA}{dt}

at r = 12.

Relationship equation

A = \pi r^2

Differentiate with respect to time

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

Substitute values

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

Interpret

The area is increasing at 12\pi square cm per second at that instant.

Two common pitfalls this example highlights:

  • If you compute A = \pi(12)^2 first and then differentiate, you’d incorrectly get \frac{dA}{dt} = 0 because you turned a changing radius into a constant by plugging in too early.
  • The factor \frac{dr}{dt} must be present due to the Chain Rule.

Worked Problem 3: Conical tank filling (using similar triangles)

Water is poured into a conical tank at a rate of 3 cubic feet per minute. The tank is shaped like a cone with height 12 ft and radius 4 ft. How fast is the water level rising when the water is 6 ft deep?

Define variables

Let V be the volume of water, r the radius of the water surface, and h the height (depth) of the water.

Given:

\frac{dV}{dt} = 3

Find:

\frac{dh}{dt}

when h = 6.

Relationship equation (volume)

The volume of a cone is:

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

But here, both r and h change as the water rises. If we differentiate now, we’ll have both \frac{dr}{dt} and \frac{dh}{dt}, which is too many unknown rates.

So we need a second relationship between r and h.

Similar triangles relationship

The full tank has radius 4 and height 12. The water forms a smaller similar cone with radius r and height h. Similarity gives a constant ratio:

\frac{r}{h} = \frac{4}{12} = \frac{1}{3}

So:

r = \frac{h}{3}

Now substitute this into the volume formula to write V in terms of h only:

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

Simplify:

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

Differentiate with respect to time

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

So:

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

Substitute values at the instant

Given \frac{dV}{dt} = 3 and h = 6:

3 = \frac{\pi}{9}(6^2)\frac{dh}{dt}

Compute the coefficient:

\frac{\pi}{9} \cdot 36 = 4\pi

So:

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

Solve:

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

Interpret

The water level is rising at \frac{3}{4\pi} ft/min when the depth is 6 ft.

A common misconception is to treat r as constant (like the tank’s radius 4 ft). But the water’s surface radius is not 4 ft unless the water reaches the top. Similar triangles is what makes the model accurate.

Worked Problem 4: Two objects moving (distance between them)

Car A is traveling east at 40 mph and Car B is traveling north at 30 mph. At noon, Car A is 3 miles east of the intersection and Car B is 4 miles north of the intersection. How fast is the distance between the cars changing at noon?

Define variables

Let x be Car A’s distance east of the intersection, and y be Car B’s distance north of the intersection. Let s be the distance between the cars.

Given at noon:

x = 3

y = 4

Rates (assuming constant speeds):

\frac{dx}{dt} = 40

\frac{dy}{dt} = 30

Find \frac{ds}{dt} at noon.

Relationship equation

The cars form a right triangle with legs x and y and hypotenuse s:

s^2 = x^2 + y^2

Differentiate with respect to time

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

Divide by 2:

s\frac{ds}{dt} = x\frac{dx}{dt} + y\frac{dy}{dt}

Solve for \frac{ds}{dt}:

\frac{ds}{dt} = \frac{x\frac{dx}{dt} + y\frac{dy}{dt}}{s}

Substitute the instant’s values

First compute s at noon:

s = \sqrt{3^2 + 4^2} = 5

Now substitute:

\frac{ds}{dt} = \frac{3(40) + 4(30)}{5}

\frac{ds}{dt} = \frac{120 + 120}{5} = 48

Interpret

The distance between the cars is increasing at 48 mph at noon.

A subtle point: you do not add speeds directly to get 70 mph because the cars move perpendicular to each other. The Pythagorean relationship is what correctly captures the geometry.

How to handle signs correctly

Many related rates answers are negative. That’s not “wrong”; it’s information.

  • In the ladder problem, \frac{dy}{dt} was negative because the height decreases.
  • In a “shrinking circle” problem, \frac{dr}{dt} would be negative.

A good habit is to assign a direction: “away from the wall” is positive for x, “up the wall” is positive for y. Then the calculus will automatically produce signs that match the geometry.

Units: a built-in error check

Because related rates uses real quantities, units can help you catch mistakes.

  • If r is in cm, then \frac{dr}{dt} must be cm/s.
  • If V is in cubic feet, then \frac{dV}{dt} must be cubic feet per minute.

When you compute something like \frac{dA}{dt} = 2\pi r\frac{dr}{dt}, the units multiply: (cm)(cm/s) = square cm/s. If your units don’t match the meaning of the rate, check your setup.

What goes wrong most often (and why)

Students’ most common errors usually come from one of these misunderstandings:

  • Substituting too early: If you replace r with 12 before differentiating A = \pi r^2, you turn a changing variable into a constant and lose the rate relationship.
  • Not using similar triangles when necessary: Cone problems often require expressing r in terms of h (or the reverse) so the final differentiated equation has one unknown rate.
  • Dropping Chain Rule factors: Any time you differentiate something like x^2 with respect to t, you need \frac{dx}{dt}.
  • Solving for the wrong variable: Some problems ask for \frac{dy}{dt} but you accidentally compute \frac{dx}{dt} because you lose track of what is given vs. what is asked.
Exam Focus
  • Typical question patterns:
    • Right-triangle geometry (ladder, distance between points, shadow problems) leading to differentiating a Pythagorean equation.
    • Volume problems involving cones or spheres where you’re given \frac{dV}{dt} and asked for \frac{dh}{dt} or \frac{dr}{dt} at a particular measurement.
    • Motion in two directions (perpendicular paths) where you relate a distance s to components x and y.
  • Common mistakes:
    • Forgetting to compute a missing geometric value at the instant (for example, finding y from x^2 + y^2 = 100 before substituting into the rate equation).
    • Using the object’s full dimensions instead of the current dimensions (for example, using the cone’s radius 4 instead of the water surface radius r).
    • Losing track of units or giving an answer without interpretation (the sign often communicates direction, which AP graders expect you to understand).