Fiveable

โˆซCalculus I Unit 4 Review

QR code for Calculus I practice questions

4.1 Related Rates

4.1 Related Rates

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Related rates problems ask you to find how fast one quantity is changing by using its relationship to another quantity whose rate of change you already know. For example, if you know how fast water is filling a cone-shaped tank, you can figure out how fast the water level is rising at any moment.

These problems are one of the most common applications of implicit differentiation and the chain rule. The core idea: when two or more variables are linked by an equation, their rates of change are linked too.

Derivatives in Real-World Scenarios

In related rates problems, every changing quantity is a function of time, even if the original equation doesn't mention time explicitly. A sphere's radius, a ladder's distance from a wall, a shadow's length: if it's changing, it depends on tt.

  • Identify the changing quantities. These become your variables: V(t)V(t) for volume, h(t)h(t) for height, r(t)r(t) for radius, etc.
  • Rates of change are derivatives with respect to time. The rate at which volume changes is dVdt\frac{dV}{dt}, the rate at which height changes is dhdt\frac{dh}{dt}, and so on.
  • You'll typically be given some of these rates and asked to find one you don't know.
Derivatives in real-world scenarios, Related Rates ยท Calculus

The biggest challenge isn't the calculus itself; it's translating the word problem into an equation you can differentiate. Here's a reliable process:

  1. Draw a diagram (if the problem is geometric) and label every changing quantity with a variable.
  2. Write down what you know and what you need. List the given rates (e.g., dVdt=100ย cm3/min\frac{dV}{dt} = 100 \text{ cm}^3/\text{min}) and identify the unknown rate (e.g., drdt\frac{dr}{dt}).
  3. Find an equation that relates the variables. Use geometry, physics, or whatever the problem gives you. For a sphere: V=43ฯ€r3V = \frac{4}{3}\pi r^3.
  4. Differentiate both sides with respect to tt. This is where the chain rule comes in. Since rr depends on tt, differentiating V=43ฯ€r3V = \frac{4}{3}\pi r^3 gives:

dVdt=4ฯ€r2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

  1. Substitute known values and solve. Plug in the given rate and the value of rr at the specific instant the problem asks about. If dVdt=100\frac{dV}{dt} = 100 and r=5r = 5:

100=4ฯ€(5)2drdtโ€…โ€ŠโŸนโ€…โ€Šdrdt=100100ฯ€=1ฯ€ย cm/min100 = 4\pi (5)^2 \frac{dr}{dt} \implies \frac{dr}{dt} = \frac{100}{100\pi} = \frac{1}{\pi} \text{ cm/min}

A common mistake: don't plug in the specific values of variables before you differentiate. The variables need to stay as variables during differentiation because they're changing. You substitute only after taking the derivative.

Derivatives in real-world scenarios, calculus - Simple related rates derivative question - Mathematics Stack Exchange

Every related rates problem uses the chain rule, whether you notice it or not. When you differentiate r3r^3 with respect to tt, you're applying the chain rule because rr is itself a function of tt:

ddt[r3]=3r2โ‹…drdt\frac{d}{dt}[r^3] = 3r^2 \cdot \frac{dr}{dt}

This pattern, ddt[f(g(t))]=fโ€ฒ(g(t))โ‹…gโ€ฒ(t)\frac{d}{dt}[f(g(t))] = f'(g(t)) \cdot g'(t), shows up every time you differentiate a variable that depends on time.

Pythagorean theorem example: A ladder 10 ft long leans against a wall. The base slides away at 2 ft/s. How fast is the top sliding down when the base is 6 ft from the wall?

The relationship is x2+y2=100x^2 + y^2 = 100, where xx is the distance from the wall and yy is the height on the wall. Differentiating both sides with respect to tt:

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

When x=6x = 6, you get y=100โˆ’36=8y = \sqrt{100 - 36} = 8. Substituting x=6x = 6, y=8y = 8, and dxdt=2\frac{dx}{dt} = 2:

2(6)(2)+2(8)dydt=0โ€…โ€ŠโŸนโ€…โ€Šdydt=โˆ’128=โˆ’32ย ft/s2(6)(2) + 2(8)\frac{dy}{dt} = 0 \implies \frac{dy}{dt} = -\frac{12}{8} = -\frac{3}{2} \text{ ft/s}

The negative sign tells you yy is decreasing, which makes sense since the top of the ladder is sliding down.

Advanced Applications and Concepts

  • Connection to differential equations. Related rates problems are actually simple differential equations. You're finding dydt\frac{dy}{dt} given a relationship between variables and other known rates. More complex versions of this idea appear throughout Calculus II and beyond.
  • Parametric equations. When both xx and yy depend on tt, you're already working with parametric curves. The rate dydx\frac{dy}{dx} can be found as dy/dtdx/dt\frac{dy/dt}{dx/dt}, which connects related rates to parametric differentiation.
  • Optimization. Sometimes a related rates result feeds into an optimization question: for instance, finding the moment when a rate of change is at its maximum or minimum.
  • Watch for domain restrictions. Make sure the values you substitute are physically reasonable. A radius can't be negative, a height can't exceed the container, and the functions involved need to be continuous at the point you're evaluating.
2,589 studying โ†’