4 Steps to Solve Any Related Rates Problem – Part 1
Almost 90% of respondents find this blog post “very” or “extremely useful.” We hope you will too! If you’re working on a related rates problem and need help, please let us know on our Forum and we’ll do our best to assist.
Are you having trouble with Related Rates problems in Calculus?
Let’s break ’em down and develop a strategy that you can use to solve them routinely for yourself.
I. What’s related about these rates? (Or, “How to recognize a Related Rates problem.”)
Related rates problems will always give you the rate of one quantity that’s changing, and ask you to find the rate of something else that’s changing as a result. Here are three common problem-scenarios to illustrate:
- Expanding Circle Example. Given: The radius of a particular circle increases at 1 millimeter each second. As a result, its area changes. Question: How fast is its area changing [at some particular instant]?
- Sliding Ladder Example. Given: A 10-foot ladder leans against a wall. The base of the ladder slides horizontally away from the wall at 2 feet per second. As a result, the top of the ladder moves down the wall. Question: How quickly is the top of the ladder sliding down the wall [at some particular instant]?
- Water Leaving a Cone Example. Given: A large cone of given size is being drained of water at the constant rate of 15 cm$^3$ each second. The water’s surface level in the cone falls as a result. Question: At what rate is the water level falling [at a particular instant]? (We’ll solve this problem from start to finish in our next post.)
In each case you’re given the rate at which one quantity is changing. That is, you’re given the value of the derivative with respect to time of that quantity:
- “The radius . . . increases at 1 millimeter each second” means the radius changes at the rate of $\dfrac{dr}{dt} = 1$ mm/s.
- “The base of the ladder slides horizontally away from the wall at 2 feet per second” means the ladder-base’s x-position changes at the rate of $\dfrac{dx}{dt} = 2$ ft/s.
- When a quantity is decreasing, we have to make the rate negative.“A cone is being drained of water at the constant rate of 15 cm$^3$ each second” means the volume of water in cone changes at the rate of $\dfrac{dV}{dt} = -15$ cm$^3$/s.
Notice that we have to make the rate negative to capture that the water’s volume is decreasing. To do so, we insert the negative sign “by hand”—we just stick it in there.
The upshot: Related rates problems will always tell you about the rate at which one quantity is changing (or maybe the rates at which two quantities are changing), often in units of distance/time, area/time, or volume/time. The question will then be
\[ \left.
\begin{align*}
\text{how fast. . . } \\
\text{how quickly. . . } \\
\text{at what rate. . .}\\
\end{align*}
\right\} \]
$$\text{…does another quantity change as a result?}$$
The rate you’re after is related to the rate(s) you’re given. Your job is to find that relationship.
II. Your Job: Develop a Relationship between Quantities
This is where students often initially get stuck when doing Related Rates problems. (But after working lots of these problems you won’t anymore; they’ll be totally routine for you.) The skill you have to practice is developing a relationship between
- the quantity you’re after, and
- the quantity (or quantities) you’ve been given.
You’ll take a derivative in a minute to get a relationship between the rates. Before then, though, we have to write a relationship between the quantities themselves. Fortunately, there’s just a tiny handful of approaches you’ll ever use. We’ll illustrate two of the most common using our first two examples above. (We’ll analyze the third example in our next post.)
- Expanding Circle Example. We need a relationship between the circle’s area, and its radius. This one’s easy, and just draws upon our everyday geometry-knowledge for a circle:$$A =\pi r^2$$
This expression captures the relationship between- the quantity you’re after (something about the circle’s area, A), and
- the quantity you’ve been given (something about the circle’s radius, r).
- Sliding Ladder Example. This example illustrates one of the two approaches you’ll use most often: the Pythagorean theorem.
Let’s call the horizontal distance from the wall to the ladder’s bottom x, and the vertical distance from the ground to the ladder’s top y. Then since the ladder is 10 feet long, at any instant we know$$x^2 + y^2 = 10^2$$
This expression captures the relationship between- the quantity you’re after (something about the ladder-top’s vertical position, y), and
- the quantity you’ve been given (something about the ladder-bottom’s horizontal position, x).
The upshot: The new skill you’ll probably need to practice is developing the relationship between the quantity whose rate you’re after, and the quantity (or quantities) whose rate(s) you know about. There are only a few approaches you’ll typically use; we’ve listed them all in our Problem Solving Strategy box below.
☕ Buy us a coffee We're working to add more,
and would appreciate your help
to keep going! 😊
III. Take the Derivative with Respect to Time
Related Rates questions always ask about how two (or more) rates are related, so you’ll always take the derivative of the equation you’ve developed with respect to time. That is, take $\dfrac{d}{dt}$ of both sides of your equation. Be sure to remember the Chain Rule!
Let’s apply this step to the equations we developed in our two examples above:
1. Expanding Circle Example.
\begin{align*}
A &= \pi r^2 \\ \\
\frac{d}{dt}[A] &= \frac{d}{dt}\left[\pi r^2 \right] \\ \\
\frac{dA}{dt} &= 2\pi r \frac{dr}{dt}
\end{align*}
Question: How fast is the circle’s area changing when its radius is 20 mm?
In that case we have $r = 20$ mm and $\dfrac{dr}{dt} = 1\, \tfrac{\text{mm}}{\text{s}}$, and so
\begin{align*}
\frac{dA}{dt} &= 2\pi r \frac{dr}{dt}\\ \\
&= 2\pi (20)(1) = 40\pi \, \tfrac{\text{mm}^2}{\text{s}} \quad \cmark
\end{align*}
The problem could have specified any value for r; it doesn’t matter. At this point, we’re just substituting in values.
2. Sliding Ladder Example.
\begin{align*}
x^2 + y^2 &= 10^2 \\ \\
\frac{d}{dt}\left[ x^2 + y^2\right] &= \frac{d}{dt}[10^2] \\ \\
2x\frac{dx}{dt} + 2y\frac{dy}{dt} &= 0 \text{ [*]} \\
\end{align*}
The last expression gives us the relation we need between the unknown $\dfrac{dy}{dt}$ and the known $\dfrac{dx}{dt} = 2 \,\frac{\text{ft}}{\text{s}}$, so again the problem is essentially finished. If it had asked, for instance,
Question: How quickly is the top of the ladder sliding down the wall
when the base is 8 feet from the wall?
then we would have x = 8 ft and $\dfrac{dx}{dt} = 2$ ft/s, and we’re looking for $\dfrac{dy}{dt}$. But then in this case we still have one unknown: we don’t know y.
So we have to stop and do a quick subproblem: our original Pythagorean statement specifies y when $x = 8$.
- Begin subproblem to find $y$ when $x = 8$:
\begin{align*} x^2 + y^2 &= 10^2 \\ 8^2 + y^2 &= 100 \\ y^2 &= 100 – 64 = 36 \\ y &= 6 \text{ ft} \\ \end{align*} End subproblem.
So now we have $x =8$ ft, $y = 6$ ft, and $\dfrac{dx}{dt} = 2$ ft/s. We’re solving for $\dfrac{dy}{dt}$.
Starting with the equation marked [*] above: \begin{align*}2x\frac{dx}{dt} + 2y\frac{dy}{dt} &= 0 \\[8px] 2y\frac{dy}{dt} &= -2x\frac{dx}{dt} \\[8px] \frac{dy}{dt} &= -\frac{x}{y}\frac{dx}{dt} \\[8px] &= – \frac{8}{6}(2)\\[8px] &= -\frac{8}{3}\,\frac{\text{ft}}{\text{s}} \quad \cmark \end{align*}
Again, the problem could have given us any value for x, and then we’d find the associated y and substitute those values in. (Or the problem could specify a value for y and then we’d have to find the associated x. Whatever.) At this point we’re just substituting in values.
3. Water Leaving a Cone Example.
To see the complete solution to this problem, please visit Part 2 of this blog post on how to solve related rates problems.
The upshot: Take the derivative with respect to time of the equation you developed earlier. Then substitute the values you’ve been given to find the quantity you’re after. (You might first have to complete a little subproblem to determine another quantity at the moment of interest, like we did in the Ladder Example.)
IV. 4-Step Problem Solving Strategy
To summarize, here are the four steps that will help you solve very-nearly any Related Rates problem (an image, so you can easily save it):
As promised, in the next post we’ll complete the “Water Leaving A Cone” example, which will illustrate the common use of similar triangles in solving Related Rates problems.
If you’d like more example problems with complete solutions, please visit our Related Rates page.
☕ Buy us a coffee If we've helped, please consider
giving a little something back.
Thank you! 😊
Over to you:
- What tips do you have to share about solving Related Rates problems?
- Or what questions do you have? Related rates problems can be tricky to start, and we’re happy to help!
- Or how can we make posts such as this one more useful to you?
Please post on the Forum and let us know!
What are your thoughts or questions?
Thank u sir
You are very welcome. We are happy to have helped!
Really helpful, i never understood related rates before seeing this site
Thanks so much for letting us know. We’re very happy to have helped! : )
It was really helpful and interesting,i like it
Thanks, Refiloe. We’re glad this was helpful to you!
Thank you very much….
You are very welcome! : )
I wish my AP Calculus teacher could explain things clearly. I am going to let her know about this blog.
Thanks, Rebecca! We’re happy to have helped.