VocabDictionary
Back to All Explanations
general

What is related rates in calculus and how do I solve these problems?

Welcome to one of the most fascinating and practical applications of differential calculus! If you have ever wondered how math can describe things changing in the real world—like a balloon inflating, a ladder sliding down a wall, or water pouring into a conical tank—you are ready to learn about related rates.

What Are Related Rates?

In calculus, a related rate problem is a scenario where two or more quantities are changing with respect to time ($t$), and they are linked by some geometric or algebraic equation. Because these quantities are connected, if you know the rate at which one variable is changing, you can use the Chain Rule to find the rate at which the other variable is changing.

Think of it like a chain reaction. If variable $x$ grows, it forces variable $y$ to grow or shrink in a very specific, mathematically predictable way. By taking the derivative with respect to time ($t$), we capture the speed of these changes.

Quick Reference Table: Key Concepts & Steps

StepActionDescriptionKey Mathematical Tool
1Visualize & SketchDraw a picture of the scenario and label all variables and constants.Geometric diagrams
2Identify VariablesWrite down what you know (given rates) and what you need to find (target rate).Derivatives w.r.t. time ($ rac{dx}{dt}$, $ rac{dy}{dt}$)
3Find an EquationWrite an equation that relates the variables together before taking derivatives.Pythagorean theorem, trigonometry, volume formulas
4DifferentiateTake the derivative of both sides of the equation with respect to time ($t$).The Chain Rule
5Substitute & SolvePlug in your known values and solve algebraically for the unknown rate.Basic algebra

Real-World Example: The Sliding Ladder

Let us look at a classic physics and calculus problem. A $10$-foot ladder leans against a vertical wall. If the bottom of the ladder slides away from the wall at a rate of $2$ feet per second, how fast is the top of the ladder sliding down the wall when the bottom is $6$ feet from the wall?

Step-by-Step Breakdown

First, let us define our variables over time $t$:

  • Let $x$ be the distance from the base of the ladder to the wall.
  • Let $y$ be the height of the top of the ladder on the wall.
  • We are given $ rac{dx}{dt} = 2$ ft/sec (positive because $x$ is increasing).
  • We want to find $ rac{dy}{dt}$ when $x = 6$ ft.

Second, we establish our equation using the Pythagorean theorem because the ladder, wall, and ground form a right triangle:

$$x^2 + y^2 = 10^2$$

Note that the length of the ladder ($10$) is a constant, unlike $x$ and $y$ which change over time.

Third, we take the derivative of both sides with respect to time $t$, keeping the Chain Rule in mind:

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

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

Fourth, we simplify by dividing the entire equation by $2$:

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

Fifth, before plugging in $x = 6$, we must find the corresponding height $y$ at that exact moment using our original Pythagorean equation:

$$6^2 + y^2 = 100 \implies 36 + y^2 = 100 \implies y^2 = 64 \implies y = 8$$

Finally, we plug in all our known values ($x = 6$, $y = 8$, $ rac{dx}{dt} = 2$):

$$(6)(2) + (8)\frac{dy}{dt} = 0$$

$$12 + 8\frac{dy}{dt} = 0$$

$$8\frac{dy}{dt} = -12$$

$$\frac{dy}{dt} = -1.5 \text{ ft/sec}$|

The top of the ladder is sliding down the wall at a rate of $1.5$ feet per second. (The negative sign simply indicates that the height $y$ is decreasing).

Common Pitfalls to Avoid

When tackling related rates, students often make a few avoidable mistakes:

  • Substituting values too early: Never plug in numerical values for changing variables (like $x$ or $y$) before taking the derivative. Constants (like the length of a ladder or radius of a sphere) can be plugged in early, but dynamic variables must remain variables until the derivative step.
  • Forgetting the Chain Rule: Every time you differentiate a variable that depends on time $t$, you must tack on its rate derivative (e.g., changing $x^2$ into $2x \frac{dx}{dt}$). Missing this step will yield incorrect answers.
  • Units and Signs: Pay close attention to whether quantities are increasing (positive rates) or decreasing (negative rates).