Alden G. answered 07/23/20
Completed AP Calculus, Calculus II and Calculus III Courses
Start by pulling out the unknowns and knowns from the problem. IMPORTANT: be sure to pay attention to what units the problems asks us to put our final answer we're looking for in. We want cubic centimeters per minute, so we will have to take some of the information we were given and convert the values to centimeters accordingly.
We know for the conical tank that:
The top has a radius of 2.0 meters.
The height of the tank is 14.0 meters
Water is coming out at 7000.0 cubic centimeters per minute
When converting all of our info to proper units, we have:
R = 200 cm
H = 1400 cm
dv / dt = 7000 cm3 / min
For the portion of the tank full of water, let's consider it as a tinier cone that is part of the larger cone that makes up the tank. From the info we're given:
We don't know the radius, r of the filled portion of the tank
We know the height of the filled portion of the tank is 4.5 m
Water is raising in the tank at a rate of 28.0 cm / min
Let's put this in variable and rates form:
r = ?
h = 450 cm
dh / dt = 28.0 cm / min
Alright, now we need to understand an additional piece of information. We want to find the rate of water being pumped into the tank. We already know 7000 cubic centimeters are coming out per minute. The rate of change of water in the tank is equal to the difference of the amount of water coming in and the amount of water coming out:
dV / dt = (water in) - (water out)
So, by some basic algebra, we know that if we add the amount of water coming out as a rate to the change in volume of water of the tank over time, we will find the amount of water coming in per minute:
water in = (dV / dt) + water out
Let's find r first. We can do this by relating the proportional relationship between the radius and height of the filled portion of the tank and the tank itself:
(R / H) = (r / h)
We are doing this to relate the radius of the filled part of the tank as a function of height. When isolating for r, we get:
r = (R / H) * h
Or when adding in values, r = (200 / 1400) * h
When simplified:
r = (1 / 7) * h
Now, we want to use a function of volume that we can find the derivative of to get the rate of change of water volume over time for our tank. Since our tank is a cone, we can use the volume for a cone:
V = (π / 3) * r2 * h
We already put r in terms of h previously, so we can plug that into this equation now:
V = (π / 3) * ( (1/7) * h)2 * h
Simplifying this, we get:
V = (π / 3) * (1 / 49) * h3
Now we can derive both sides with respect to time:
(dV / dt) = (π / 3) * (1 / 49) * (3h2) * (dh / dt)
Simplifying more, we get the following:
(dV / dt) = (π)* (1/ 49) * h2 * (dh/dt)
This is going to give us our rate of change of volume over time for the tank. Let's plug in the height of the water we were given as well as the rate of change of height of the water level over time:
(dV / dt) = (π)* (1 / 49) * (450)2 * (28.0)
dV / dt = 363527.15 cm3 / min
Now, to find the amount of water coming into the tank, simply add this amount we calculated to the amount of water coming out over time (the 7000 cubic centimeters per minute):
water in = 363527.15 + 7000
water in = 370527.15
Let's make this a smaller number to write down using significant figures and rounding. I am going to leave my answer using 3 significant figures. Always check that you have your exponential right too for this.
water in ≈ 3.71 * 105 cm3 / min
Always be careful with your units and calculations. Make sure to look over your rates of change and give them different variables too depending on the context of the problem. Hope this helps!