Mathematics (Calculus AP)High School

Related Rates

Ever wonder how fast the water level in a tank is dropping, or how quickly your shadow grows as you walk away from a lamppost? These are real-world applications of a powerful calculus concept called Related Rates.

This guide covers key definitions, the step-by-step problem-solving strategy, common scenarios, worked examples with full solutions, key formulas, memory aids, common mistakes, and a practice quiz.

1Introduction: Unveiling the Dynamics of Change

Calculus is the study of change, and related rates problems are its dynamic playground. Imagine a scenario where several quantities are changing over time, and these quantities are connected by some underlying relationship. Related rates allow us to figure out how fast one quantity is changing, given the rates of change of the others.

At its core, a related rates problem involves finding the rate of change of one variable with respect to time, given the rate of change of one or more other variables that are all related by some equation. We use implicit differentiation with respect to time (t) to solve these problems.

Picture This

You're inflating a spherical balloon. As you blow air into it, the balloon's volume increases. Simultaneously, its radius also increases. Are these rates of change related? Absolutely! If you know how fast the volume is increasing, related rates can tell you how fast the radius is expanding at any given moment. This is the power of related rates!

Why It Matters

Engineering

Designing pipes for fluid flow, analyzing structural changes under stress.

Physics

Understanding projectile motion, orbital mechanics, or the expansion of gases.

Economics

Modeling rates of change in supply, demand, or production costs.

Medicine

Analyzing how quickly a tumor is growing or a drug is being absorbed.

2Key Definitions

Related Rates

Problems where we determine the rate at which one quantity is changing by relating it to other quantities whose rates of change are known. All rates are typically with respect to time.

Rate of Change

How one quantity changes in relation to another. In related rates, this almost always refers to the instantaneous rate of change with respect to time (e.g., dV/dt for volume, dr/dt for radius).

Derivative with Respect to Time (t)

This is the crucial tool. When we differentiate an equation involving variables like x, y, V, A, etc., we treat each variable as a function of time (t). This means we use the chain rule. For example, the derivative of x² with respect to t is 2x · dx/dt. This process is known as implicit differentiation because x is implicitly a function of t.

3The Related Rates Problem Strategy

Solving related rates problems is a systematic process. Follow these steps to maximize your chances of success:

Step 1: Read the Problem Carefully

Understand the scenario. What quantities are involved? Identify what you are given (known rates, known values at a specific instant) and what you need to find (the unknown rate).

Step 2: Draw a Diagram (If Applicable)

A clear, well-labeled diagram is often crucial, especially for geometric problems. Label all constant quantities with their numerical values. Label all changing quantities with variables. Do NOT label variables with specific numerical values unless they are constant throughout the entire process.

Step 3: List Given Information and What to Find

Organize your thoughts. Example: Given: dr/dt = 2 cm/s, Find: dA/dt when r = 5 cm. Make sure to use correct units for rates (e.g., cm/s, ft³/min).

Step 4: Write an Equation Relating the Variables

Find a formula or relationship that connects all the variables. Common sources: geometric formulas (area, volume, Pythagorean theorem, similar triangles), distance formula, trigonometric ratios. If you have an extra variable, try to express it in terms of others.

Step 5: Differentiate with Respect to Time (t)

Apply the chain rule to every variable. Remember that d/dt [f(x)] = f'(x) · dx/dt. For example, if your equation is A = πr², then differentiating gives dA/dt = 2πr · dr/dt.

Step 6: Substitute Known Values

Now you can plug in the specific numerical values for the variables and their known rates at the instant in question. It is critical to substitute after differentiating, not before (unless the variable is a constant).

Step 7: Solve for the Unknown Rate

Algebraically isolate the rate you are trying to find.

Step 8: State Your Answer with Units

Include appropriate units for your final answer (e.g., cm/s, ft³/min, mph). A numerical answer without units is incomplete.

Critical Warning

Always substitute numerical values for changing variables after differentiating, never before. If you substitute before differentiating, the variable becomes a constant and its derivative will be zero, giving you an incorrect answer.

4Common Related Rates Scenarios

Here are the recurring themes you will encounter in related rates problems:

Expanding/Contracting Circles or Spheres

Involve formulas for Area (A = πr²) or Volume (V = (4/3)πr³) and their rates of change (dA/dt, dV/dt, dr/dt).

Filling/Draining Tanks

Use volume formulas like V = πr²h (cylinder) or V = lwh (rectangular prism). Often, one dimension (like radius in a cylinder, or length/width in a rectangular tank) might be constant.

Ladder Problems

A classic! A ladder slides down a wall. Involves the Pythagorean Theorem (x² + y² = L²), where L (ladder length) is constant, and x (distance from wall) and y (height on wall) are changing.

Conical Tanks/Piles

These are often tricky because the radius and height of the water (or sand pile) are both changing. The key is to use similar triangles to relate r and h (e.g., r/h = R/H where R and H are the cone's dimensions). This allows you to eliminate one variable before differentiating. Volume of a cone: V = (1/3)πr²h.

Shadow Problems

Involve a person walking away from a light source. Also rely on similar triangles to relate the person's height, distance from the light, and shadow length.

Key Insight

For conical tank and shadow problems, similar triangles are almost always the key to reducing the number of variables in your main equation. Master this technique and you will handle the trickiest related rates problems with confidence.

5Worked Examples

Example 1: The Sliding Ladder

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

Setup:

Let x = distance of bottom from wall

Let y = height of top on wall

L = 10 ft (constant), dx/dt = 2 ft/s

Find: dy/dt when x = 6 ft

Find y when x = 6:

6² + y² = 10² → 36 + y² = 100 → y = 8 ft

Equation (Pythagorean Theorem):

x² + y² = 100

Differentiate with respect to t:

2x(dx/dt) + 2y(dy/dt) = 0

Substitute:

2(6)(2) + 2(8)(dy/dt) = 0

24 + 16(dy/dt) = 0

16(dy/dt) = -24

dy/dt = -3/2 = -1.5 ft/s

The top of the ladder is sliding down the wall at a rate of 1.5 ft/s. The negative sign indicates that y is decreasing.

Example 2: The Conical Tank

Water is flowing into a conical tank at a rate of 8 ft³/min. The tank is 16 feet high and has a radius of 4 feet. How fast is the water level rising when the water is 12 feet deep?

Setup:

dV/dt = 8 ft³/min

Tank: H = 16 ft, R = 4 ft

Find: dh/dt when h = 12 ft

Use similar triangles to eliminate r:

r/h = R/H = 4/16 = 1/4 → r = h/4

Substitute into volume formula:

V = (1/3)πr²h = (1/3)π(h/4)²h

V = (1/3)π(h²/16)h = (1/48)πh³

Differentiate with respect to t:

dV/dt = (1/48)π · 3h²(dh/dt)

dV/dt = (1/16)πh²(dh/dt)

Substitute:

8 = (1/16)π(12)²(dh/dt)

8 = (1/16)π(144)(dh/dt)

8 = 9π(dh/dt)

dh/dt = 8/(9π) ≈ 0.283 ft/min

The water level is rising at a rate of 8/(9π) ft/min, approximately 0.283 ft/min.

Example 3: Expanding Circle

The radius of a circle is increasing at a rate of 4 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?

Setup:

dr/dt = 4 cm/s

Find: dA/dt when r = 10 cm

Equation:

A = πr²

Differentiate with respect to t:

dA/dt = 2πr(dr/dt)

Substitute:

dA/dt = 2π(10)(4)

dA/dt = 80π ≈ 251.33 cm²/s

The area is increasing at a rate of 80π cm²/s, approximately 251.33 cm²/s.

Example 4: Two Cars Moving

Car A is traveling west at 50 mph and Car B is traveling north at 60 mph. Both are heading towards an intersection. At what rate is the distance between the cars changing when Car A is 0.3 miles from the intersection and Car B is 0.4 miles from the intersection?

Setup:

Let x = distance of Car A from intersection

Let y = distance of Car B from intersection

Let s = distance between the two cars

dx/dt = -50 mph (decreasing)

dy/dt = -60 mph (decreasing)

Find: ds/dt when x = 0.3, y = 0.4

Find s when x = 0.3 and y = 0.4:

s² = (0.3)² + (0.4)² = 0.09 + 0.16 = 0.25

s = 0.5 miles

Equation (Pythagorean Theorem):

x² + y² = s²

Differentiate with respect to t:

2x(dx/dt) + 2y(dy/dt) = 2s(ds/dt)

Simplify: x(dx/dt) + y(dy/dt) = s(ds/dt)

Substitute:

(0.3)(-50) + (0.4)(-60) = (0.5)(ds/dt)

-15 - 24 = 0.5(ds/dt)

-39 = 0.5(ds/dt)

ds/dt = -78 mph

The distance between the cars is decreasing at a rate of 78 mph. The negative sign confirms the distance is getting smaller.

6Key Formulas Table

Here are the common geometric formulas often used in related rates problems:

ShapeFormulaVariables
CircleA = πr²A, r
C = 2πrC, r
SphereV = (4/3)πr³V, r
SA = 4πr²SA, r
CylinderV = πr²hV, r, h
ConeV = (1/3)πr²hV, r, h
RectangleA = lwA, l, w
P = 2l + 2wP, l, w
Right Trianglea² + b² = c²a, b, c
Similar Trianglesa/A = b/B = c/Csmall (a,b,c), large (A,B,C)

7Memory Aids

Mnemonic

"DR. LISTENS"

Draw a diagram

Read and identify

List givens and what to find

Identify the Equation

Substitute (constants before differentiating)

Take the derivative (with respect to time)

Evaluate (substitute known values after differentiating)

Note your answer with Specific units

Reminder

"Don't Forget the dt!"

This reminds you to apply the chain rule and include dx/dt, dy/dt, etc., after differentiating each variable.

Concept Phrase

"Variables FIRST, Numbers LATER (mostly!)"

Remember to use variables for quantities that are changing. Only plug in specific numerical values for variables after differentiation, at the instant requested, unless the value is a constant for the entire problem.

Visualization

"Diagrams are Your GPS!"

For geometric problems, a good diagram is like a map -- it guides you to the correct equation. Never skip the diagram step.

Quality Check

"Units, Units, Units!"

Always check and include appropriate units for your rates of change. They tell the story of what your number means.

8Common Mistakes

Substituting Too Early

The most frequent mistake! If a quantity is changing, you must use a variable for it and differentiate before plugging in its specific value. For example, if radius r is 5 cm at the moment you're interested in but it's changing, you must use r in your equation and differentiate. Don't use A = π(5)² = 25π and then differentiate, because dA/dt would be 0 (wrong!).

Forgetting the Chain Rule (Implicit Differentiation)

Every variable (like x, y, r, h, V, A) is implicitly a function of time t. So, d/dt(x²) is 2x(dx/dt), not just 2x.

Incorrect Units

Always include units in your final answer. Ensure they are appropriate (e.g., ft/s for length, ft³/s for volume, ft²/s for area).

Algebraic Errors

These problems often involve several steps of algebra. Double-check your calculations, especially when isolating the unknown rate.

Misidentifying Constants vs. Variables

Carefully distinguish between quantities that remain constant throughout the problem (e.g., ladder length, tank dimensions) and those that are changing (e.g., water height, distance between cars).

Not Drawing a Diagram

Especially for geometry problems, a diagram helps visualize the relationships and prevents errors in setting up equations.

Incorrectly Setting Up the Base Equation

Choosing the wrong formula or not correctly relating all the variables (e.g., similar triangles in a conical tank problem) will lead to an incorrect derivative.

Sign Errors for Rates

Rates of decrease should be negative (e.g., dh/dt = -2 ft/s if height is dropping). Rates of increase should be positive. Getting the sign wrong will give you the wrong answer.

Not Answering the Specific Question

After solving for dx/dt, make sure that is what the problem asked for. Sometimes you might need to use that rate to find something else.

Quick Revision Summary

  • Related Rates problems involve finding how fast one quantity changes given the rates of change of other related quantities.
  • The core technique is implicit differentiation with respect to time (t).
  • Every variable (like x, y, V, A, r, h) is treated as a function of t, requiring the chain rule (e.g., d/dt(x²) = 2x(dx/dt)).
  • Draw a diagram and label variables for changing quantities, and numbers for constants.
  • List all given information (known rates, specific values at an instant) and what you need to find.
  • Find an equation that relates all the relevant variables.
  • For conical tanks or shadow problems, similar triangles are often key to reducing the number of variables.
  • Differentiate the equation first, then substitute the specific numerical values for the variables and their rates.
  • Do NOT substitute numerical values for changing variables before differentiating.
  • Pay close attention to signs for rates (positive for increasing, negative for decreasing).
  • Always include units in your final answer.
  • Common problems involve areas/volumes, Pythagorean theorem (ladders, distances), and similar triangles.

Frequently Asked Questions

Why do we differentiate with respect to t (time)?
Because related rates problems are all about how quantities change over time. The rates given (e.g., ft/s, cm³/min) are implicitly rates with respect to time, so we must differentiate every variable in our equation with respect to t to find those relationships.
How do I know what's a constant and what's a variable?
If a quantity's value never changes throughout the entire process described in the problem, it's a constant (e.g., the length of a ladder, the total height of a fixed tank). If a quantity's value is changing or can be different at different moments, it's a variable (e.g., the water level in a tank, the distance of a car from an intersection).
What if I can't find an equation relating the variables?
This is often the hardest part. Re-read the problem carefully. Look for geometric relationships (Pythagorean theorem, area/volume formulas, similar triangles, trigonometric ratios) that connect the quantities. Sometimes you might need to introduce an auxiliary variable and then find a way to eliminate it using another relationship.
Are there always two rates given in a related rates problem?
Not necessarily two, but usually at least one rate is given, and you are asked to find another. There might be multiple changing quantities, and you will be given the rates of change for all but one.
What's the hardest part about related rates problems?
Most students find two aspects particularly challenging: (1) Setting up the initial equation -- correctly identifying the geometric or physical relationship and expressing it algebraically. (2) Knowing when to substitute -- consistently remembering to differentiate before substituting specific values for changing variables.

Practice Quiz

Test your knowledge — select the correct answer for each question.

1.In related rates, variables are typically functions of:

2.When differentiating an equation in related rates, differentiate with respect to:

3.If the area of a circle A = πr², then dA/dt equals:

4.For a cone with V = (1/3)πr²h, if r and h are related by similar triangles, you can write:

5.In a ladder problem, as the bottom moves away from the wall:

6.When should you substitute specific numerical values for changing variables?

7.If the volume of a cylinder is V = πr²h and the radius r is constant, then dV/dt equals:

8.A problem states the water level is dropping at 0.5 ft/min. If h represents the water level, this rate is written as:

9.In a ladder problem, a 13-foot ladder leans against a wall. The correct base equation is:

10.Which of the following is NOT a common mistake in related rates problems?

Final Study Advice

  • 1.Always draw a diagram first -- it is your GPS for setting up the correct equation.
  • 2.Remember: differentiate first, substitute second. Never plug in changing values before taking the derivative.
  • 3.Master the similar triangles technique for conical tank and shadow problems -- it appears frequently on exams.
  • 4.Pay careful attention to signs: decreasing quantities have negative rates, increasing quantities have positive rates.
  • 5.Always include units in your final answer and state what the result means in context of the problem.

Related Topics