RELATED RATES LADDER PROBLEM

The top of a ladder slides down a vertical wall at a rate of 0.15 m/s. At the moment when the bottom of the ladder is 3 m from the wall, it slides away from the wall at a rate of 0.2 m/s. How long is the ladder?

This is a fairly common example of a related rates problem and a common application of derivatives and implicit differentiation. I’m sure you may have come across a related rates ladder problem like this. If I can offer one piece of advice for this type of problem it’d be this: don’t use this ladder, it always falls…

Alright, bad jokes aside, this is going to follow the same 4 steps as all the other related rates problems I’ve done. If you’d rather watch a video, then check out my video below. But otherwise, let’s jump into it with the usual process!

1. Draw a sketch

As always, we’ll start by drawing a quick sketch of all of the information that is being described in the problem. To do this we should first think about what information we have. First of all, we need to think about the shape that’s being formed with the ladder.

Since the ladder is standing on the ground and leaning up against a vertical wall, we can say that a triangle would be formed by the 3 objects in the problem. More specifically we know that the vertical wall forms a 90 degree angle with the ground. Therefore, the triangle formed by the ground, the wall, and the ladder would be a right triangle.

Ladder leaning against a wall
Ladder leaning against a wall

On top of this, the problem also gives us a few pieces of information about the dimensions of the triangle and how they are changing. It actually tells us about how fast the ladder is moving, but since the ladder is what forms the triangle, we can deduce how the dimensions of the triangle are changing.

We are given 3 pieces of information about the position of the ladder as well as how the ladder is moving at the specific instant we are looking at.

  • Bottom of the ladder is 3 m away from the wall.
  • Top of the ladder is moving down the wall at a rate of 0.15 m/s.
  • Bottom of the ladder is moving away from the wall at a rate of 0.2 m/s.

Adding these labels to our drawing from above would give us something like this:

related rates ladder sliding away from wall
Ladder sliding down and away from a wall

This sketch gives us a pretty good idea of what is going on in this problem. Not only that, but we will be able to use this to get an idea of what kind of equation we will need to come up with.

2. Come up with your equation

Before we come up with our equation we want to sort through the information we are given and asked to find. This is important because we need to decide what measurements and variables we want in the equation.

What are we looking for?

The question asks us to find the length of the ladder. Therefore, we will need to find the length of the hypotenuse of the triangle in our drawing. Because of this we want to be sure to include the hypotenuse of our triangle in our equation.

What do we know about?

Looking back up at our labeled drawing, you can see that we really only have information about the bottom and side of our triangle. We know the length of the bottom side of the triangle and the rate of change of this side.

And we were also given information about the rate of change of the left side of the triangle. But remember that our equation in this step cannot include rates of change. Instead, the fact that we know this rate of change tells us that we can use the left side length of the triangle in our equation, not its rate of change.

We aren’t given any information about the angles in the triangle other than the fact that it’s a right triangle. As a result, we probably don’t want our equation to involve the angles of this triangle.

Since we know that our equation either needs to include, or can include the lengths of the sides of the triangle we should label them. Let’s go back to our drawing and label the side of the triangle. You can label them whatever you’d like, but I’ll go with x, y, and z.

triangle from ladder with sides labelled
Right triangle labeled with sides x, y, and z

Putting it into an equation

At this point we’ve figured out that we need an equation that related the sides of a right triangle.

What do you know about the relationship between the sides of a right triangle, but neither of the other two angles?

You’re probably thinking Pythagorean Theorem. If you are, you’re right! Pythagorean Theorem tells us that the square of the hypotenuse is equal to the sum of the squares of the other two sides of a right triangle. Remember this can only be applied to the sides of a right triangle, so noticing that is actually very important. In other words we know $$z^2=x^2+y^2.$$

3. Implicit differentiation

Now that we have come up with our equation, we need to apply implicit differentiation to take the derivative of both sides of our equation with respect to time.

$$\frac{d}{dt} \Big[ z^2 = x^2 + y^2 \Big]$$

Before we do this though I want to point something out. Let’s look at each of the letters in this equation and consider how we need to treat them when we differentiate with respect to time.

Consider z first. z represents the length of the hypotenuse of the triangle. This is the side that is formed by the ladder. As time changes what happens to the length of the ladder? Nothing. It doesn’t change at all. It’s constant. Therefore we can treat z like a constant. If z is a constant and never changes, then z^2 would be constant too. It doesn’t change as time changes.

So when we take the derivative of z with respect to time, the derivative will be 0. The derivative of any constant is 0.

Unfortunately x and y won’t be as convenient. Looking back at our drawings you can see that the sides labelled x and y are changing over time. As the ladder slides down and away from the wall, these two sides of the triangle change in length. Therefore, when we take the derivative of x^2 and y^2 we will need to treat x and y as functions of time. Doing this means that we will need to use the chain rule, where x and y are the inside function and they are being plugged into another function that squares them.

Back to the derivative

Knowing how to treat each letter in our equation, let’s go ahead and take the derivative of both sides with respect to time.

$$\frac{d}{dt} \Big[ z^2 = x^2 + y^2 \Big]$$ $$0 = 2x \frac{dx}{dt} + 2y \frac{dy}{dt}$$

4. Solve for the desired rate of change

Now all we need to do is plug in all of the information we have and solve for the right variable. However, this one is a little weird. The reason I say this is that we are actually not looking for a rate of change.

Remember the question told us to find the length of the ladder. Which means we need to find the value of z. The differential equation we just ended up with doesn’t even have a z in it, so how can we use it to find z?

Well, we’re actually going to need to go back to our original equation. $$z^2=x^2+y^2$$ We know the value of x based on information we were given, but we don’t know the value of y yet. If we could figure out what y was, then we could use this equation, plug in the value for x and y, then solve for z.

How do we find y?

This is what we will use our differential equation from the previous step for. That equation has a y in it, and we know the value of all the other variables.

  • We are told that the moment we are considering is when the bottom of the ladder is 3 m from the wall. Since that corresponds to the side of our triangle labelled x, we know \mathbf{x=3}.
  • We are also told that the ladder is moving away from the wall at a rate of 0.2 m/s. Therefore, x must be getting longer, or increasing, at that rate. So \mathbf{\frac{dx}{dt}=0.2}.
  • And finally, the ladder is sliding down the wall at a rate of 0.15 m/s. So y must be getting shorter, or decreasing, at that rate. This means \mathbf{\frac{dy}{dt}=-0.15}.

Plugging it all into our equation

Knowing all of the values in our equation aside from y, we can plug these in and solve for y.

$$0 = 2x \frac{dx}{dt} + 2y \frac{dy}{dt}$$ $$0 = 2(3)(0.2) + 2y(-0.15)$$ $$0=1.2-0.3y$$ $$0.3y=1.2$$ $$y=4$$

Now that we know x and y, we can plug them back into our original equation and solve for z.

$$z^2=x^2+y^2$$ $$z^2=(3)^2+(4)^2$$ $$z^2=25$$ $$z=5$$

So the ladder must be 5 m long!

RELATED RATES – Triangle Problem (changing angle)

A plane flies horizontally at an altitude of 5 km and passes directly over a tracking telescope on the ground. When the angle of elevation is \pi/3, this angle is decreasing at a rate of \pi/6 rad/min. How fast is the plane traveling at this time?

1. Draw a sketch

We are going to go ahead and proceed with the 4 steps that I use for all related rates problems. You can check those out in my related rates lesson. As with any related rates problem, the first thing we should do is draw a sketch of the situation being described in this problem.

related rates triangle problem plane
Figure 1

In this drawing the plane is moving from left to right. Keep in mind that the problem also said that the angle \theta is \frac{\pi}{3} radians and is decreasing at a rate of \frac{\pi}{6} \ \frac{rad}{min}. I did not label these facts, but they are important and we should remember them.

2. Come up with your equation

Now that we have made our sketch, we need to use this to come up with an equation relating the necessary quantities and measurements. When doing this we need to consider what the question is asking us to find and what information was given.

However, this may be difficult with the drawing we have so far. First we will need to create and label some other measurements based on some geometric shape we already know something about. Looking back at the initial sketch, it seems like our situation can be described with a triangle. So let’s consider the following drawing instead.

labeled triangle for related rates
Figure 2

Notice that I have added a few things that weren’t in the first drawing. First of all, it is much more clear that we can look at this situation as a triangle. Also I have added labels to the bottom side and hypotenuse of this triangle.

Keep in mind that the side labeled as 5 km will measure the height of the plane as it moves to the right. Therefore, it will always maintain a right angle with the ground. It will also always be 5 km because the altitude of the plane is not changing as it flies horizontally.

Now let’s consider how to make an equation out of this triangle.

What are we looking for?

The question that this problem asks us is “how fast is the plane traveling at this time?” Another way to think about how fast the plane is traveling is how quickly its position is changing, or the rate of change of the plane’s position.

In order to measure the plane’s position at different times, we need to measure how far away it is from some stationary point. This is exactly what the tracking telescope is (shown as the black semi-circle on the ground in our drawing). Since the plane is not moving exactly in the opposite direction of the tracking telescope, we can’t simply use the side of the triangle that measures the distance between these two things (the side labeled z).

However, since the plane is moving horizontally, there is another distance we have labeled that can be used. Since it’s moving horizontally, we will need to use a horizontal distance. In our drawing this is exactly what side x represents! It is the horizontal distance between the telescope and the point directly beneath the plane!

So the rate of change of the plane’s position is represented by the rate of change of the horizontal distance between the plane and the telescope. Therefore, the rate of change of x will give us our answer. Since we will introduce the rate of change when we take the derivative of our equation, we just need to be sure to include x in our initial equation.

What do we know about?

The problem gives us a few pieces of information that we may need to know.

  • Plane’s altitude is always 5 km (it won’t change because it says the plane flies horizontally)
  • Angle of elevation is \frac{\pi}{3} radians
  • Angle of elevation is decreasing at a rate of \frac{\pi}{6} \ \frac{rad}{min}

In general, the angle of elevation is by definition the angle between the object being measured and the horizontal. In this case we made the ground perfectly horizontal to make this easier to visualize, but as long as we measure against some horizontal line the ground doesn’t have to be flat.

So to summarize, we know that the right side of the triangle will be a constant 5 km. We also have some information about our angle \mathbf{\theta} and about its rate of change.

I also want to point out what we can figure out if needed. Since we know two of the three angles, we could use this to find the third. Knowing all three angles and the length of a side, we can use these to find either of the other two sides. This means we can find x or z at this instant if we need to, so they are fine to use in our equation.

Putting it into an equation.

Up to this point we have sorted through what we need to find, which told us that we need to use x in our equation. We also know that we can use \theta, z, or the constant 5 km side. So let’s think about what we can do with this.

You may be thinking that we should use Pythagorean Theorem at this point, so let’s think about this. If we do use Pythagorean Theorem our equation will use all three side lengths and will not use our angle \theta. We don’t necessarily have to use our angle, so there’s nothing wrong with this.

However, think about what will happen when we take the derivative of this equation with respect to time. At this point we would introduce \frac{dz}{dt} and \frac{dx}{dt}! Since we don’t know either of these values, this would leave us with two unknowns in only one equation, which isn’t very helpful because it doesn’t allow us to solve for the one variable we want.

But what else can we do?

Well the last thing we tried didn’t include our angle \theta, so let’s think about what we can do with that. What function do you know about that deals with an angle of a right triangle and any number of its sides?

Sine, cosine, and tangent!

Remember soh, cah, toa? We need to use one of these here. Keep in mind that each of these uses one angle and two of the sides of the triangle. Since we already know some information about \mathbf{\theta} and its rate of change, we will use that as our angle. But how do you decide which sides to use?

We already know that we need to use x. We decided that several paragraphs ago (click here to go back up there). So this leaves the side z and the constant 5 km side to chose from for our other side. If we chose z, we will run into the same problem as if we use Pythagorean Theorem, we don’t know anything about it’s rate of change!

Notice since the 5 km side is constant, we don’t need to worry about the rate of change. This side is a constant so its rate of change would be 0! So we will use x and the constant 5 km side in our equation. Now there’s just one last thing to figure out.

Do we use sine, cosine, or tangent?

When deciding between sine, cosine, and tangent we will want to use soh, cah, toa:

Sine: Opposite / Hypotenuse
Cosine: Adjacent / Hypotenuse
Tangent: Opposite / Adjacent

We know that we are using the angle \theta, and the x side and the constant 5 km side. Let’s think for a second about where these sides lie in relation to the angle we’re looking at.

First of all, neither of these two sides are the hypotenuse. The hypotenuse of a right triangle is the longest side which is opposite from the right angle. Therefore, one will be the side adjacent to \theta and the other will be opposite to \theta. In general, the adjacent side would be the one that’s touching \theta. In this case, the adjacent side would be x. The opposite side would be the one side that is not touching our angle, making the 5 km side opposite.

So we need to chose between sine, cosine, and tangent so that we incorporate the adjacent side and the opposite side. Using soh, cah, toa, we can see that tangent uses the opposite and adjacent sides. This tells us that taking the tangent of our angle gives us the opposite side divided by the adjacent side. $$tan(\theta) = \frac{\textrm{opposite}}{\textrm{adjacent}}$$ $$tan(\theta) = \frac{5}{x}$$

3. Implicit differentiation

Now that we have come up with our equation, we need to take its derivative with respect to time. This will require the use of the chain rule since we are differentiating with respect to time. The reason for this is that we need to treat \theta and x as functions of time.

Notice that our equation has a fraction. As a result we would need to use the quotient rule to find the derivative of the right side of our equation. However, we can rewrite this in another form to make the derivative a bit simpler.

Remember, we can always move a term from the bottom of a fraction up to the top by making its power negative. Therefore, we can write our equation as $$tan(\theta) = 5x^{-1}.$$

Now that we just have a constant multiplied by an x term to a constant power, we can use the power rule instead of the quotient rule on the right side of the equation. We do still have to use the chain rule, but at least we made things a bit simpler. In order to find the derivative of tan(\theta) we would need to use the fact that tan(x)=\frac{sin(x)}{cos(x)} then use the quotient rule. I’m not going to show this process, but instead I’ll use Wolfram Alpha to find that $$\frac{d}{dx} tan(x) = sec^2(x) = \frac{1}{cos^2(x)}.$$

Applying this to our problem we can implicitly differentiate our equation. $$\frac{d}{dt} \big[ tan(\theta) \big]= \frac{d}{dt} \Big[ 5x^{-1} \Big]$$ $$sec^2(\theta) \cdot \frac{d \theta}{dt} = -5x^{-2} \cdot \frac{dx}{dt}$$

4. Solve for desired rate of change

Remember the thing we need to find in this problem is the rate of change of x. So all we need to do now is isolate \frac{dx}{dt} because that’s exactly what represents the rate of change of x. $$sec^2(\theta) \cdot \frac{d \theta}{dt} = -5x^{-2} \cdot \frac{dx}{dt}$$ $$-\frac{1}{5} sec^2(\theta) \cdot \frac{d \theta}{dt} = x^{-2} \cdot \frac{dx}{dt}$$ $$-\frac{1}{5} x^2 \cdot sec^2(\theta) \cdot \frac{d \theta}{dt} = \frac{dx}{dt}$$

And once we’ve done that, we just need to plug in all of the other variables to find \frac{dx}{dt}! The other variables that we’ll need to plug in are x, \theta, and \frac{d \theta}{dt}.

We already know from the actual problem that “the angle of elevation is \pi/3,” and “this angle is decreasing at a rate of \pi/6 rad/min.” This directly tells us that $$\theta = \frac{\pi}{3}.$$ And since this angle is decreasing we know its rate of change will be negative, so $$\frac{d \theta}{dt} = -\frac{\pi}{6}.$$

Now we just need to find x. Since it wasn’t directly given, finding x will require a little work but it’s not too complicated.

We will actually need to use the equation we created before taking its derivative. $$tan(\theta) = \frac{5}{x}$$ Since we need to find x at the moment when \theta = \frac{\pi}{3} we can plug this in here to find x. $$tan \bigg( \frac{\pi}{3} \bigg) = \frac{5}{x}$$ $$\frac{sin(\pi/3)}{cos(\pi/3)} = \frac{5}{x}$$

And now using the unit circle. $$\frac{\sqrt{3}/2}{1/2} = \frac{5}{x}$$ $$\sqrt{3} = \frac{5}{x}$$ $$\sqrt{3} \cdot x = 5$$ $$x = \frac{5}{\sqrt{3}}$$

Plugging them all in

$$\frac{dx}{dt} = -\frac{1}{5} x^2 \cdot sec^2(\theta) \cdot \frac{d \theta}{dt}$$ $$\frac{dx}{dt} = -\frac{1}{5} \bigg( \frac{5}{\sqrt{3}} \bigg)^2 \cdot sec^2\bigg( \frac{\pi}{3} \bigg) \cdot \bigg( -\frac{\pi}{6} \bigg)$$ $$\frac{dx}{dt} = -\frac{1}{5} \bigg( \frac{25}{3} \bigg) \cdot \frac{1}{cos^2\big( \frac{\pi}{3} \big)} \cdot \bigg( -\frac{\pi}{6} \bigg)$$ $$\frac{dx}{dt} = -\frac{1}{5} \bigg( \frac{25}{3} \bigg) \cdot \frac{1}{1/4} \cdot \bigg( -\frac{\pi}{6} \bigg)$$ $$\frac{dx}{dt} = -\frac{1}{5} \bigg( \frac{25}{3} \bigg) \cdot 4 \cdot \bigg( -\frac{\pi}{6} \bigg)$$ $$\frac{dx}{dt} = \frac{100\pi}{90} = \frac{10\pi}{9}$$

So we know that the plane is traveling at a speed of \mathbf{\frac{10\pi}{9} \ \frac{km}{min}}!

Hopefully that all helped this problem make a little more sense. If you still want some more practice with triangle related rates problems, check some of these out:

Solution – 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?

Solution – A kite 100 ft above the ground moves horizontally at a speed of 8 ft/s. At what rate is the angle between the string and the horizontal decreasing when 200 ft of string has been let out?

Or you can check out my related rates lesson where I have a list of other related rates problems with solutions if you want more practice with these.

If you have any questions about this problem, please let me know! I’d be happy to help. You can email any questions to me at jakesmathlessons@gmail.com or use the form below to join my email list and I’ll send you my calc 1 study guide as a welcome gift!


RELATED RATES – Square Problem

Each side of a square is increasing at a rate of 6 \frac{cm}{s}. At what rate is the area of the square increasing when the area of the square is 16 cm^2?

If you haven’t already, you should check out my related rates lesson. I go through the steps that can be used to solve any related rates problem. I will use these steps here, but it might be useful for you to see a more detailed explanation of why we use these steps.

1. Draw a sketch

The first thing we will always want to do is draw a sketch of the situation described by the problem. This problem is relatively simple to draw out. Here we have a square whose sides are growing at a constant rate. We know the sides are growing at a rate of 6 \frac{cm}{s} and we want to consider the moment when the area of the square is 16 cm^2.

related rates square

2. Come up with your equation

Now that we have our drawing laid out, we need to create an equation whose derivative we will need to find.

What are we looking for?

This question is asking us to find the rate at which the area of the square is increasing. So it tells us that we need to have some variable that represents the rate of change of the area at some point.

Of course, we will need to take the derivative of our equation soon. Doing this will introduce the ‘rate of change’ part. Therefore, we need to make sure that our equation we make includes the area of the square. As long as we do this, we will end up with the rate of change of the area once we take its derivative.

What do we know about?

There was only two pieces of information that the question directly told us.

  • Each side of a square is increasing at a rate of 6 \frac{cm}{s}.
  • The area of the square in this instant is 16 cm^2.

Putting it into an equation

So at this point, we have figured out that we need our equation to include the square’s area, and we know something about the square’s area and the rate of change of its sides.

Although, we don’t know anything about the actual side lengths at the given instant, we can figure that out if we have to. Therefore, it’s fine if our equation includes the length of the square’s sides.

To summarize, the only measurements of this square we have discussed so far are its side lengths and its area. So our equation should relate its area and its side lengths. Keep in mind, we don’t want to put anything that represents a rate of change into our equation. These will come when we take the derivative of our equation.

The simplest equation that relates the area of a square with its side lengths would likely be the formula for the area of a square that you are already familiar with. $$A=l^2$$ Where A is the area of the square, and l is the length of its sides.

3. Implicit differentiation

Once we have created our equation like we did above, we need to go ahead and take its derivative with respect to time. This will be done using implicit differentiation.

Since we will be taking the derivative with respect to time, we will need to treat the A and the l in our equation as functions of time. This will require using the chain rule to find their derivatives.

$$\frac{d}{dt} \big[ A \big] = \frac{d}{dt} \Big[ l^2 \Big]$$ $$\frac{dA}{dt} = 2l \cdot \frac{dl}{dt}$$

4. Solve for the desired rate of change

Now all we have to do is solve for the rate of change the question is asking about. Just like I said earlier, we need to find the rate of change of the square’s area. Since this is exactly what \frac{dA}{dt} represents and we have already isolated this, we don’t have much else to do. All we need to do is plug in the values we have for everything else in our equation.

The only other variables we need to plug in are l and \frac{dl}{dt}. The tricky thing here is that we don’t directly know what l is at the moment in this problem. Instead we know that the area of the square is
16 cm^2. Since we know that the relationship between the area of a square and its side lengths is $$A=l^2$$ we can find l in this instant. $$16=l^2$$ $$4=l$$ So we know that in this moment the length of the square’s sides is 4 cm.

Remember, the problem also told us that the side lengths are increasing at a rate of 6 \frac{cm}{s}. This directly tells us the rate of change of the sides lengths. So we also know that $$\frac{dl}{dt}=6$$

Putting all of this into our equation will give us: $$\frac{dA}{dt} = 2l \cdot \frac{dl}{dt}$$ $$\frac{dA}{dt} = 2(4)(6)$$ $$\frac{dA}{dt} = 48$$

So the area of this square is increasing at a rate of 48 \mathbf{\frac{cm^2}{s}} when the area is 16 \mathbf{cm^2}.

If you’re still having some trouble with related rates problems or just want some more practice you should check out my related rates lesson. At the bottom of this lesson there is a list of related rates problems that I have posted along with their solutions. I also have several other lessons and problems on the derivatives page you can check out. If you can’t find the topic or question you’re looking for just let me know by emailing me at jakesmathlessons@gmail.com!

You can also enter your name and email using the form below and I will send you my calculus 1 study guide as a welcome gift!

RELATED RATES – Sphere Volume Problem

The radius of a sphere is increasing at a rate of 4 \frac{mm}{s}. How fast is the volume increasing when the diameter is 80 mm?

If you’d prefer a video over writing, check this out.

This question states pretty clearly that we will be working with a sphere here. Since it gives information about how it is changing and asks us to find how quickly another value is changing, we know it’s a related rates problem.

As with all of the other related rates problems I’ve worked through, we are going to be following the same four step process. I will go through them one step at a time, but you can also find where I introduce the steps here.

1. Draw a sketch

The first thing we need to do is draw a sketch of the scene being described. Obviously we are dealing with a sphere, but we are really only told two things:

  • how quickly the radius is changing, and
  • what the diameter is at the specific moment we’re concerned with.

Since that’s all we know, it will be pretty simple to put that into a drawing. It would look something like this:

related rates sphere volume

So we have a sphere whose radius is increasing at a rate of 4 \frac{mm}{s} and we need to consider the moment when its diameter is 80 mm.

2. Come up with your equation

As with any related rates problem, we need to create our equation once we have created our drawing. To do this we need to consider the information we have been given and how it relates to the piece of information we’re looking for.

What are we looking for?

The question asks us to find how fast the volume is increasing when the diameter is 80 mm. Asking about how fast something is changing refers to its rate of change. Therefore, we can tell that this question is asking us about the rate of change of the volume.

Since we will later be taking the derivative of the equation we are currently building, we only need to make sure to include the volume. Once we take the derivative of the equation, this will introduce the rate of change of the volume.

What do we know about?

This question didn’t provide a lot of information and it’s fairly straight forward.

  • Rate of change of the radius.
  • The diameter of the figure at this moment.

Putting it into an equation

Up to this point we know that we need to include the sphere’s volume in this equation. We have also figured out that we know some information about the diameter, which can easily be used to find the radius. And we also know about the rate of change of the radius. So we basically know everything about the radius that we might need.

What is the first equation or formula you think of that relates the volume of a sphere to its radius?

I think a good place to start is with the formula for the volume of a sphere.

$$V=\frac{4}{3} \pi r^3$$

We can see that this equation only contains V (volume) and r (radius). As a result, I’d say this is as good of a place to start as any. Let’s proceed with this equation.

3. Implicit differentiation

Now that we have come up with our equation, we need to take its derivative with respect to time. This will allow us to introduce and work with the rates of change of our measurements.

Since we will be taking the derivative with respect to time, we will need to treat V and r as functions of time rather than variables. In order to do this we will need to use the chain rule. So, taking the derivative of our equation gives us:

$$\frac{d}{dt} \big[ V \big] = \frac{d}{dt} \bigg[ \frac{4}{3} \pi r^3 \bigg]$$

$$\frac{dV}{dt} = \frac{4}{3} \pi \cdot 3r^2 \cdot \frac{dr}{dt}$$

$$\frac{dV}{dt} = 4 \pi r^2 \frac{dr}{dt}.$$

4. Solve for the desired rate of change

Finally, all we need to do now is solve for the rate of change the question is asking us to find. The problem asked us to find how fast the volume is changing at this moment. This is exactly what \frac{dV}{dt} represents. Since this is already isolated, all we need to do is plug in the other values we know about.

The other values that are needed are r and \frac{dr}{dt}, which represent the radius and its rate of change respectively.

The radius of our figure wasn’t given directly, but we do know that its diameter is 80 mm at this instant. Since the radius of a sphere is always half of the diameter, this tells us that the radius is 40 mm, or

$$r=40.$$

We were given that the figure’s radius is increasing at a rate of 4 \frac{mm}{s}. Therefore, we know

$$\frac{dr}{dt} = 4.$$

Plugging it all in

Now we simply need to plug these values into the differentiated equation we found in step three.

$$\frac{dV}{dt} = 4 \pi r^2 \frac{dr}{dt}$$

$$\frac{dV}{dt} = 4 \pi (40)^2 (4)$$

$$\frac{dV}{dt} = 25,600 \pi$$

$$\frac{dV}{dt} \approx 80,424.772$$

So this tells us that the volume of the sphere is increasing at a rate of 25,600\mathbf{\pi \ \frac{mm^3}{s}}, or about 80,424.772 \mathbf{\frac{mm^3}{s}} when its diameter is 80 mm.

If you’re still having some trouble with related rates problems or just want some more practice you should check out my related rates lesson. At the bottom of this lesson there is a list of related rates practice problems that I have posted a solution of. I also have several other lessons and problems on the derivatives page you can check out. If you can’t find the topic or question you’re looking for just let me know by emailing me at jakesmathlessons@gmail.com!

I also encourage you to join my email list! Just enter your name and email below and I’ll send you a copy of my calculus 1 study guide to help you get through your homework faster and the exams with better scores!

RELATED RATES – Cylinder Problem

A cylindrical tank with radius 5 m is being ïŹlled with water at a rate of 3 \frac{m^3}{min}. How fast is the height of the water increasing?

Jake’s Math Lessons Complete Calculus 1 Package

 

This is an interesting example because at first glance it doesn’t seem like we have been given enough information to solve this problem. If you compare this to the related rates cone problem we did, you can notice a few things that were given in that example but not this one.

  • We don’t know the height of the cylindrical tank.
  • We don’t know the height of the water at the instant we need to find its rate of change.

These things were both given in the cone problem we did.

You may want to check out this video of this problem. I solved it in a slightly different way in the video than I did in this post. Check out both so you can see it a couple different ways and decide which one makes more sense to you!

How do we deal with this missing information?

We actually don’t need it! Because the surface of the water in this tank will always be a circle with radius 5 m as this tank fills up, the height of the water or the tank won’t impact our answer. So there’s two possible ways to deal with this:

  • Create an equation that doesn’t include the height of the tank or the water,
  • or plug in some random value for the height and see what we get. If this one works we should be able to plug in any height and get the same answer for all of them.

One of these options actually won’t work, but we will explore them further later in this example. Let’s not get ahead of ourselves. Since we have a related rates problem here, we will want to follow the same four steps as all other related rates problems.

1. Draw a sketch

As with any related rates problem, the first thing we need to do is draw the situation being described to us. This is a relatively simple situation being described, so we can go ahead and draw it.

related rates cylinder

Looking at the above drawing, you can see that water is being poured into a cylindrical tank at a rate of 3 \frac{m^3}{min}. The height of the tank is unknown, but we know the radius is 5 m. We can also see that the water level is rising, but we don’t know the height of the water at this instant.

2. Come up with your equation

Now that we have a drawing of the situation being described, we need to come up with our equation. To do this, we need to sort out what information we know and what we are looking for.

What are we looking for?

The question is asking us to find how fast the height of the water is increasing. Once we take the derivative of our equation, that will introduce the variable representing “how fast things are changing.” Therefore, we know that we will need the height of the water to be in our equation.

Remember in the last section I said we may want to create an equation that didn’t contain the height of either cylinder because we have no information about them? Well now we know that’s not really an option. The question is asking us to find the rate of change of the height of one of the cylinders. To find this, we need the height of the cylinder to be in the equation.

What do we know about?

This question didn’t give us a lot of information but we can figure out a little extra. First let’s think about what was directly given. In order to do this, we should consider that this example essentially has two cylinders in it. The large cylinder is the tank, and the small cylinder is the water in the tank.

  • We know that water is flowing into the tank at a rate of 3 \frac{m^3}{min}. This means that the volume of the small cone is increasing at a rate of 3 \mathbf{\frac{m^3}{min}}.
  • The problem also says that the tank has a radius of 5 m.

And this is all the information that is explicitly given in the problem. However, there is one other fact we can infer. As the tank is filled with water, the liquid takes on a cylindrical shape as well. The cylinder made up of the water would be shorter than the tank, but it would have the same width. This leads to our last fact.

  • We can conclude that the water also has a radius of 5 m.

Putting it into an equation

So far in this section, we have figured out that we will need to include the height of the water. We also determined that the information we know is about the radius of both cylinders and the rate of change of the volume of the small cylinder.

So we need our equation to relate the height, radius, and volume of the liquid. Because of this, I think a good place to start would be with the equation for the volume of a cylinder:

$$V=\pi r^2 h$$

In this equation V is the volume, r is the radius, and h is the height of the liquid in the tank.

One thing worth pointing out is that once we take the derivative of this equation, we will still have an h. But we don’t know anything about the height of the liquid in the tank at this instant. It seems like we wouldn’t have enough information to successfully use this equation, but it’s possible that the height at a given moment won’t actually impact the rate of change of the height. If this is true, we should be able to use this equation anyway. So let’s proceed and see what happens.

3. Implicit differentiation

As with any related rates problem, once we create our equation we need to take its derivative. Since we are taking the derivative with respect to time, we need to treat V, r, and h as functions of time rather than variables. Therefore, we need to use the chain rule. In this case, since we have r and h being multiplied, we will also have to use the product rule.

$$\frac{d}{dt}[V]=\frac{d}{dt} \big[\pi r^2 h \big]$$

Using the product rule

To find the derivative of the right side of this equation we need to start by using the product rule. So we are trying to find

$$\frac{d}{dt} \big[\pi r^2 h \big].$$

Since \pi is a constant being multiplied by the rest of the function we are taking the derivative of, we can pull it out of the derivative and deal with it later. Therefore, we can think of the right side of our equation as

$$\pi \frac{d}{dt} \big[r^2 h \big].$$

So we need to find the derivative of r^2h. Just as I did in the product rule lesson, we will start by deciding which part of this equation we will call f and g.

Choosing f and g

It doesn’t really make a difference which piece of this function we call f and which we call g. As long as we make a decision now and stick with it throughout our solution, it will work out in the end. We will say

$$f=r^2,$$

$$g=h.$$

Finding f’ and g’

Now that we have figured out f and g, the next step of the product rule is to find each of their derivatives. Keep in mind that we are taking the derivative with respect to time in this example.

To find f’, we will need to use the chain rule as well since r is a function of time. doing this tells us that

$$f’=2r \frac{dr}{dt}$$

Lastly, we need to find g’ by taking the derivative of g with respect to time.

$$g’=\frac{dh}{dt}$$

Putting the pieces of the product rule together

Now we have figured out all four of the pieces of the product rule, so we can just plug them into the product rule formula to find the derivative we’re looking for.

$$\frac{d}{dt} \big[r^2 h \big] = 2r \frac{dr}{dt} \cdot h + \frac{dh}{dt} \cdot r^2$$

And lastly, we just need to bring the \pi back into the equation.

$$\frac{d}{dt} \big[\pi r^2 h \big] = \pi \bigg[ 2r \frac{dr}{dt} \cdot h + \frac{dh}{dt} \cdot r^2 \bigg]$$

Putting it all together

Now that we have the derivative of the right side of our equation, we can go back and figure out the left side.

$$\frac{dV}{dt}= \pi \bigg[ 2r \frac{dr}{dt}h + \frac{dh}{dt}r^2 \bigg]$$

4. Solve for desired rate of change

The last step of any related rates problem is to solve for the rate of change we need to find. The question asks us to find how fast the height of the water is increasing. This is exactly what \frac{dh}{dt} represents, so we need to isolate that variable.

$$\frac{dV}{dt}= \pi \bigg[ 2r \frac{dr}{dt}h + \frac{dh}{dt}r^2 \bigg]$$

$$\frac{1}{\pi}\frac{dV}{dt}= 2r \frac{dr}{dt}h + \frac{dh}{dt}r^2$$

$$\frac{1}{\pi}\frac{dV}{dt} – 2r \frac{dr}{dt}h = \frac{dh}{dt}r^2$$

$$\frac{1}{r^2} \bigg[ \frac{1}{\pi}\frac{dV}{dt} – 2r \frac{dr}{dt}h \bigg] = \frac{dh}{dt}$$

Now that we have isolated the term we need to solve for, we just need to plug in the values for all of the other variables. Before we just into this, I want to focus on just one of these variables.

What do we do with h?

Remember back in the beginning of this solution I said we may need to make up some value for h and just go with it? Let’s consider this for a moment.

Notice that h only appears in our equation in one place and it is being multiplied by two other variables, r and \frac{dr}{dt}. Think about what \frac{dr}{dt} represents. It is the rate of change of the radius of the water. But our water has a constant radius, it’s always 5 m.

Since the radius of the cylinder is never changing, its rate of change must always be zero! Therefore, we know that

$$\frac{dr}{dt} = 0.$$

Since h is being multiplied by another term that is always zero, it’s not going to matter what h is. We can essentially use any number for h and it won’t matter because we are going to multiply it by zero anyways. We can also just leave it as h and not plug anything in for it.

Back to plugging in our values

We have already figured out that \frac{dr}{dt}=0 and luckily the other variables’ values were given.

Looking back at the original sketch, you can see that the radius of our cylinder is 5 m. So

$$r=5.$$

Also, you can see that water is flowing into the tank at a rate of 3 \frac{m^3}{min}. Since this is the only factor that will be impacting the volume of water in the tank, this must be the exact rate that the volume of the water is increasing.

$$\frac{dV}{dt}=3$$

Now we can plug all of these into the equation then simplifying to get our answer!

$$\frac{1}{r^2} \bigg[ \frac{1}{\pi}\frac{dV}{dt} – 2r \frac{dr}{dt}h \bigg] = \frac{dh}{dt}$$

$$\frac{1}{(5)^2} \bigg[ \frac{1}{\pi}(3) – 2(5)(0)h \bigg] = \frac{dh}{dt}$$

$$\frac{1}{25} \bigg[ \frac{3}{\pi} – 0 \bigg] = \frac{dh}{dt}$$

$$\frac{1}{25} \cdot \frac{3}{\pi} = \frac{dh}{dt}$$

$$\frac{3}{25 \pi} = \frac{dh}{dt}$$

So we now know that the rate of change of the height of the water is \frac{3}{25 \pi} no matter what the height of the cylinder is at that moment. In other words, we can say that the height of the water is increasing at a rate of

$$\mathbf{\frac{3}{25 \pi} \ \frac{m}{min}}.$$


If you’re still having some trouble with related rates problems or just want some more practice you should check out my related rates lesson. At the bottom of this lesson there is a list of related rates problems that I have posted a solution of. I also have several other lessons and problems on the derivatives page you can check out. If you can’t find the topic or question you’re looking for just let me know by emailing me at jakesmathlessons@gmail.com!

Also, if you want a copy of my calculus 1 study guide, just enter your name and email below and I’ll send you a copy and add you to my email list so you can see as soon as I have more knowledge to share!