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 rr and area AA) that depend on time tt. You might not know r(t)r(t) or A(t)A(t) explicitly, but you do know a formula connecting them (like A=πr2A = \pi r^2). Related rates uses derivatives with respect to time to connect rates like drdt\frac{dr}{dt} and dAdt\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 tt explicitly, you still differentiate both sides with respect to tt because every variable involved is changing over time.

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

A=πr2A = \pi r^2

Differentiate both sides with respect to tt:

dAdt=ddt(πr2)\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)

Because rr depends on tt, you must use the Chain Rule:

dAdt=2πrdrdt\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: drdt\frac{dr}{dt} and dAdt\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
rrradius (a length)drdt\frac{dr}{dt}rate radius changes with time
AAareadAdt\frac{dA}{dt}rate area changes with time
VVvolumedVdt\frac{dV}{dt}rate volume changes with time
xxa distancedxdt\frac{dx}{dt}speed along the xx direction

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

  • “increasing” means the rate is positive (for example, drdt>0\frac{dr}{dt} > 0).
  • “decreasing” means the rate is negative (for example, dxdt<0\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, rr vs. drdt\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=10r = 10 (units could be cm)
  • drdt=2\frac{dr}{dt} = 2 (cm per second)

You want dAdt\frac{dA}{dt}.

Start from the differentiated relationship:

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

Now substitute the instant’s values:

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

So the area is increasing at 40π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 r2r^2 as 2r2r instead of 2rdrdt2r\frac{dr}{dt}).
    • Confusing the variable with its rate (treating rr and drdt\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 tt. 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)x(t), y(t)y(t), r(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:

x2+y2=L2x^2 + y^2 = L^2

  • Circle area:

A=πr2A = \pi r^2

  • Sphere volume:

V=43πr3V = \frac{4}{3}\pi r^3

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

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

A big conceptual warning: in cone problems, rr and hh 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 tt.

Example pattern:

If

x2+y2=L2x^2 + y^2 = L^2

then

ddt(x2)+ddt(y2)=ddt(L2)\frac{d}{dt}(x^2) + \frac{d}{dt}(y^2) = \frac{d}{dt}(L^2)

Using the Chain Rule, you get:

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

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

A frequent slip is treating ddt(x2)\frac{d}{dt}(x^2) as 2x2x instead of 2xdxdt2x\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=6x = 6, y=8y = 8, dxdt=1\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 xx is in meters and tt is in seconds, then dxdt\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 xx be the distance from the wall to the bottom of the ladder (along the floor). Let yy be the height of the top of the ladder on the wall. The ladder length is constant: L=10L = 10.

We are given:

dxdt=1\frac{dx}{dt} = 1

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

Write the constraint equation

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

x2+y2=102x^2 + y^2 = 10^2

So:

x2+y2=100x^2 + y^2 = 100

Differentiate with respect to time

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

Solve for dydt\frac{dy}{dt}:

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

Substitute values at the instant

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

62+y2=1006^2 + y^2 = 100

y2=64y^2 = 64

y=8y = 8

Now substitute into the rate equation:

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

Interpret

The top is moving down at 34\frac{3}{4} ft/s. The negative sign matches the physical situation: as the bottom moves away (increasing xx), the height yy 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 rr and area AA both change with time tt.

Given:

drdt=0.5\frac{dr}{dt} = 0.5

Find:

dAdt\frac{dA}{dt}

at r=12r = 12.

Relationship equation

A=πr2A = \pi r^2

Differentiate with respect to time

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

Substitute values

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

Interpret

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

Two common pitfalls this example highlights:

  • If you compute A=π(12)2A = \pi(12)^2 first and then differentiate, you’d incorrectly get dAdt=0\frac{dA}{dt} = 0 because you turned a changing radius into a constant by plugging in too early.
  • The factor drdt\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 VV be the volume of water, rr the radius of the water surface, and hh the height (depth) of the water.

Given:

dVdt=3\frac{dV}{dt} = 3

Find:

dhdt\frac{dh}{dt}

when h=6h = 6.

Relationship equation (volume)

The volume of a cone is:

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

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

So we need a second relationship between rr and hh.

Similar triangles relationship

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

rh=412=13\frac{r}{h} = \frac{4}{12} = \frac{1}{3}

So:

r=h3r = \frac{h}{3}

Now substitute this into the volume formula to write VV in terms of hh only:

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

Simplify:

V=13πh29h=π27h3V = \frac{1}{3}\pi\frac{h^2}{9}h = \frac{\pi}{27}h^3

Differentiate with respect to time

dVdt=π273h2dhdt\frac{dV}{dt} = \frac{\pi}{27} \cdot 3h^2\frac{dh}{dt}

So:

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

Substitute values at the instant

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

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

Compute the coefficient:

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

So:

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

Solve:

dhdt=34π\frac{dh}{dt} = \frac{3}{4\pi}

Interpret

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

A common misconception is to treat rr 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 xx be Car A’s distance east of the intersection, and yy be Car B’s distance north of the intersection. Let ss be the distance between the cars.

Given at noon:

x=3x = 3

y=4y = 4

Rates (assuming constant speeds):

dxdt=40\frac{dx}{dt} = 40

dydt=30\frac{dy}{dt} = 30

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

Relationship equation

The cars form a right triangle with legs xx and yy and hypotenuse ss:

s2=x2+y2s^2 = x^2 + y^2

Differentiate with respect to time

2sdsdt=2xdxdt+2ydydt2s\frac{ds}{dt} = 2x\frac{dx}{dt} + 2y\frac{dy}{dt}

Divide by 2:

sdsdt=xdxdt+ydydts\frac{ds}{dt} = x\frac{dx}{dt} + y\frac{dy}{dt}

Solve for dsdt\frac{ds}{dt}:

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

Substitute the instant’s values

First compute ss at noon:

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

Now substitute:

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

dsdt=120+1205=48\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, dydt\frac{dy}{dt} was negative because the height decreases.
  • In a “shrinking circle” problem, drdt\frac{dr}{dt} would be negative.

A good habit is to assign a direction: “away from the wall” is positive for xx, “up the wall” is positive for yy. 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 rr is in cm, then drdt\frac{dr}{dt} must be cm/s.
  • If VV is in cubic feet, then dVdt\frac{dV}{dt} must be cubic feet per minute.

When you compute something like dAdt=2πrdrdt\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 rr with 12 before differentiating A=πr2A = \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 rr in terms of hh (or the reverse) so the final differentiated equation has one unknown rate.
  • Dropping Chain Rule factors: Any time you differentiate something like x2x^2 with respect to tt, you need dxdt\frac{dx}{dt}.
  • Solving for the wrong variable: Some problems ask for dydt\frac{dy}{dt} but you accidentally compute dxdt\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 dVdt\frac{dV}{dt} and asked for dhdt\frac{dh}{dt} or drdt\frac{dr}{dt} at a particular measurement.
    • Motion in two directions (perpendicular paths) where you relate a distance ss to components xx and yy.
  • Common mistakes:
    • Forgetting to compute a missing geometric value at the instant (for example, finding yy from x2+y2=100x^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 rr).
    • Losing track of units or giving an answer without interpretation (the sign often communicates direction, which AP graders expect you to understand).