How to solve a related rates problem

Related rates problems require finding the rate of change of one quantity by relating it to other quantities whose rates of change are known. This method applies when multiple variables depend on time and are connected by a geometric or physical equation.

The procedure uses implicit differentiation with respect to time tt. By applying the chain rule to the governing equation, you can substitute the known values and rates to solve for the unknown rate.

The setup

Identify all given quantities, known rates of change, and the unknown rate of change to be found. Define variables for all quantities that change over time, and assign constant values only to quantities that do not change.

The steps

  1. Draw a diagram and label all variables and constants. 2. Write an equation relating the variables (e.g., Pythagorean theorem, volume formulas, trigonometry). 3. Differentiate both sides of the equation implicitly with respect to time tt. Every variable xx differentiated with respect to tt yields dxdt\frac{dx}{dt}. 4. Substitute all known values and known rates of change into the differentiated equation. 5. Solve algebraically for the unknown rate of change.

Checking the result

Verify that the sign of the computed rate makes physical sense. If a quantity is decreasing, its rate of change must be negative. Ensure the units of the final answer match the units of the differentiated variable with respect to time.

Common errors

Substituting known variable values before differentiating. This eliminates variables prematurely and results in zero derivatives. Another error is forgetting to apply the chain rule, omitting the dxdt\frac{dx}{dt} terms.

Worked example

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

Let xx be the distance from the bottom of the ladder to the wall, and yy be the distance from the top of the ladder to the ground. Let L=10L=10 be the length of the ladder. We are given dxdt=2\frac{dx}{dt} = 2 ft/sec. We need to find dydt\frac{dy}{dt} when x=6x = 6.

The variables are related by the Pythagorean theorem: x2+y2=102x^2 + y^2 = 10^2

Differentiate both sides with respect to tt: 2xdxdt+2ydydt=02x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0 xdxdt+ydydt=0x \frac{dx}{dt} + y \frac{dy}{dt} = 0

Find the value of yy when x=6x = 6: 62+y2=1006^2 + y^2 = 100 36+y2=10036 + y^2 = 100 y2=64y^2 = 64 y=8y = 8

Substitute x=6x = 6, y=8y = 8, and dxdt=2\frac{dx}{dt} = 2 into the derivative equation: (6)(2)+(8)dydt=0(6)(2) + (8)\frac{dy}{dt} = 0 12+8dydt=012 + 8\frac{dy}{dt} = 0 8dydt=128\frac{dy}{dt} = -12 dydt=1.5\frac{dy}{dt} = -1.5

The top of the ladder is sliding down the wall at a rate of 1.5 ft/sec.

FAQ

Run your own problem

References: Calculus, Early Transcendentals by James Stewart · OpenStax Calculus Volume 1, Chapter 4.1

See also