Related rates problems are one of the most common types of problems that are built around implicit differentiation and derivatives. Typically when you’re dealing with a related rates problem, it will be a word problem describing some real world situation.
Typically related rates problems will follow a similar pattern. They can usually be broken down into the following four related rates steps:
- The first thing you will usually want to do after reading the problem is to draw a sketch of the situation being described.
- Then you will need to come up with some equation that relates the different quantities described to you, which may be volumes, areas, or distances.
- Once you have this equation, you’ll perform implicit differentiation on both sides of the equation, usually with respect to time.
- Then you just need to solve for the desired rate of change that the question is asking about.
I always think the best way to learn a new concept is practice, practice, practice. So let’s jump into an example. If you want to skip ahead, there is a list of other examples at the bottom of this page with a link to their solutions.
Example 1
At noon, ship A is 150 km west of ship B. Ship A is sailing east at 35 km/h and ship B is sailing north at 25 km/h. How fast is the distance between the ships changing at 4:00 PM?
1. Draw a sketch
Like I said before, the best thing to do first is draw a picture of what is being described. The problem tells us where these ships are, and the direction and speed at which they’re moving at noon, so I think we should start by drawing our scene at noon, seen in Figure 2.1.
Now let’s think about what will be happening between noon and 4:00 PM. We know the speed and direction both of these ships are traveling. We also know that they will be moving for 4 hours before we consider their position again.
Ship A: This ship is moving 35 km/h for 4 hours. Therefore, between noon and 4:00 PM we know it will move east
$$35\frac{km}{h}*4h=140km.$$
Ship B: This ship is moving 25 km/h for 4 hours. Therefore, between noon and 4:00 PM we know it will move north
$$25\frac{km}{h}*4h=100km.$$
Considering both of these facts, at 4:00 PM, our scene would look something like this:
2. Come up with your equation
Now, the next thing we need to do is come up with an equation that relates the different distances given based on where the boats are at 4:00 PM. We also want to consider what the question is asking before we come up with this equation. The question is asking us to find how fast the distance between the boats is changing. We won’t be able to find an equation for this right away, but this tells us that we need an equation that involves the distance between the two boats. From there, we can figure out how fast that distance is changing.
To do this, we will want to think of the drawing in Figure 2.2 as a triangle. The three vertices of the triangle would be ship A, ship B, and the point in the water where boat B was at noon, which is shown in the drawing above. Doing this gives us something like this:
It is important to remember that both ships are still moving, they don’t stop at 4:00. As a result of this, the sides of our triangle are not constants. Instead, they would be variables, so the triangle we may want to consider is this one:
From this, we can create our equation. What we want to think about is what variable has to do with the value the question is asking us to find and what variables do we know something about.
What are we looking for?
The question asks us to find how fast the distance between the ships is changing. By comparing Figure 2.4 to the prior drawings, we can see that side is the one that represents the distance between the two ships. Therefore, we will need to include in our equation which we will eventually differentiate.
What do we know about?
This is where we want to consider the actual numerical values we have figured out and how they relate to the different variables in our drawing. At 4:00 PM we know the values of and . We also know the speed at which the ships are moving in relation to a fixed point, which is the vertex of the triangle that makes up the right angle. Therefore, we not only know the values of and , but we also know their rates of change. These will simply be the speeds of the ships.
Putting it into an equation.
We need an equation that relates the thing we are looking for with the things we already know. Since we’re looking for some information about (the rate of change of ), and we know everything about , , and both of their rates of change at 4:00, we need an equation relating , , and .
Since we know the relationship between these variables is that they are the side lengths of a right triangle, the simplest equation we can use is Pythagorean Theorem. Based on this we know that
$$z^2=x^2+y^2.$$
3. Implicit differentiation
Now that we have our equation, we need to take its derivative. This is where the implicit differentiation comes in. Before we do this, let’s think about what we want to differentiate with respect to.
I mentioned in the beginning of this article that we will usually differentiate with respect to time. The reason for this is that , , and are all changing as time passes. If fact, since we know the ships’ initial positions and their velocities, we could actually write , , and as functions of time. Therefore, when we differentiate both sides of our equation, we will treat , , and as functions, and time (represented by ) will be the variable. If you want a bit more explanation on the next few step, I explained this a bit more here.
$$z^2=x^2+y^2$$
$$\frac{d}{dt}\big[ z^2\big]=\frac{d}{dt}\big[ x^2+y^2\big] $$
$$2z\frac{dz}{dt}=2x\frac{dx}{dt}+2y\frac{dy}{dt}$$
Now we can divide both sides by to simplify.
$$z\frac{dz}{dt}=x\frac{dx}{dt}+y\frac{dy}{dt}$$
4. Solve for desired rate of change
Now remember, the thing we are trying to find in this problem is the rate of change of . This is exactly what represents, so we will solve for this by dividing both sides by .
$$\frac{dz}{dt}=\frac{x\frac{dx}{dt}+y\frac{dy}{dt}}{z}$$
All we have left to do now is plug in all the pieces on the right side of the equation and that would give us our answer. We are looking for the value of at 4:00 PM, so we need to use the values of all the other variables based on what they are at 4:00 PM also. We can gather most of the information we need from Figure 2.2, shown above. Here it is again:
Clearly, we can see that and at 4:00. We also know the value of and . The reason for this is that these two things represent the rate of change of and . Since and represent the distance between each of the ships and a fixed point, and would be given by the speed of each ship. It is also important to point out that is works because the ships are moving directly toward the fixed point or directly away from the fixed point. The length of is shrinking by because ship A is moving at that speed. Therefore, we know
$$\frac{dx}{dt}=-35\frac{km}{h}.$$
Notice this value is negative. This is simply because is getting smaller at 4:00. Similarly, we know that is getting larger by at 4:00 and therefore we can say that
$$\frac{dy}{dt}=25\frac{km}{h}.$$
Now the only thing we still need to figure out is the value of at 4:00 PM. To do this, let’s go back to our Pythagorean Theorem equation we looked at earlier. We know
$$z^2=x^2+y^2.$$
Since we already know the values of and at 4:00, we can just plug them into the Pythagorean Theorem equation to get the value of at 4:00.
$$z^2=10^2+100^2$$
$$z^2=100+10,000$$
$$z^2=10,100$$
$$z=\sqrt{10,100}$$
Now that we have all the pieces figured out, we can go back and plug them into our equation for .
$$\frac{dz}{dt}=\frac{10*(-35)+100*25}{\sqrt{10,100}}$$
$$\frac{dz}{dt}=\frac{2,150}{\sqrt{10,100}}\approx 21.393\frac{km}{h}$$
So we can say that the distance between the two ships is changing at about at 4:00 PM.
Other Examples
Like I said before, the best way to gain an understanding of related rates problems is practice. Here are some more complete solutions of other fun related rates problems. Just click on the problem to see the full solution.
Triangles
Squares
Cones
Spheres
Cylinders
As always, I’d love to see your questions! You can leave a comment below or email your questions to me at jakesmathlessons@gmail.com. Whether you have questions about this lesson or want me to post a solution for another problem you’re stuck on, just send me a message.
Thank you
You’re welcome, happy to help!