Related Rates
Understanding Related Rates
In calculus, related rates problems involve finding the rate at which a quantity changes by relating that quantity to other quantities whose rates of change are known. Because these quantities usually change over time, we differentiate their relating equations with respect to time, t.
The General Strategy
To solve any related rates problem, follow these standard steps:
- Draw a picture and label all changing quantities with variables (like x, y, V) and all constant quantities with their given numerical values.
- Identify what you know and what you need to find, expressing rates as derivatives with respect to time (e.g., dtdx, dtdV).
- Write an equation that relates the variables in the problem.
- Differentiate both sides of the equation with respect to time t using the Chain Rule.
- Substitute all known values and known rates into your derivative equation.
- Solve for the unknown rate.
Note: Never substitute changing values into your equation before differentiating! Only constants can be plugged in at the beginning.
Example 1: The Sliding Ladder
Problem: A ladder 10 ft long rests against a vertical wall. The bottom of the ladder slides 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 ft from the wall?
Solution:
- Let x be the distance from the bottom of the ladder to the wall, and y be the height of the top of the ladder on the wall. The length of the ladder is a constant 10.
- We know dtdx=2 ft/s. We want to find dtdy when x=6.
- The Pythagorean theorem relates the variables: x2+y2=102=100
- Differentiate both sides with respect to t: 2xdtdx+2ydtdy=0
- Before substituting, we need the value of y when x=6. Using the original equation: 62+y2=100⟹36+y2=100⟹y=8.
- Substitute the knowns into the derivative equation: 2(6)(2)+2(8)dtdy=0 24+16dtdy=0 dtdy=−1624=−1.5 ft/s
The top of the ladder is sliding down the wall at a rate of 1.5 ft/s.
Example 2: The Conical Tank
Problem: Water is pouring into a conical tank (radius r=3 ft, height h=6 ft) at a rate of 2 ft3/min. How fast is the water level rising when the water is 4 ft deep?
Solution:
- Let V be the volume of the water, r be the radius of the water's surface, and h be the depth of the water.
- We know dtdV=2. We want to find dtdh when h=4.
- The volume of a cone is: V=31πr2h Because we only want to deal with h, we can eliminate r using similar triangles formed by the cross-section of the cone: hr=63⟹r=21h. Substitute this into the volume equation: V=31π(21h)2h=12πh3
- Differentiate with respect to t: dtdV=12π⋅3h2dtdh=4πh2dtdh
- Substitute the knowns (h=4, dtdV=2): 2=4π(4)2dtdh 2=4πdtdh
- Solve for dtdh: dtdh=4π2=2π1 ft/min
The water level is rising at a rate of 2π1 ft/min.