Calculus II Class 04/23
1 liter of pure Coke, hole in bottom of container, .1 liters exit per second, balanced by .1 liter per second inflow of pure water.
Estimate how much Coke and how much water will be in the container after the first 10 seconds.
Based on your previous estimate estimate how much of each will be in the container after another 10 seconds.
Crude estimates:
In 10 seconds we mix a liter of water with a liter of Coke and drain off 1 liter of the mixture. We end up with 1 liter of solution, 1/2 liter of which is Coke.
In the next 10 seconds we mix a liter of water with a liter solution containing 1/2 liter of Coke, then drain off half of the mixture. This leaves us with 1/4 liter of Coke.
According to this model the concentration of Coke will go down by half every 10 seconds. The amount of Coke at 10-second intervals will be a geometric series with common ratio 1/2, and the concentration will be an exponential function of clock time.
Do you believe that this model is accurate? Why or why not?
The model isn't particularly accurate. If we add the 1 liter before draining off any liquid the concentration changes in 1 instant, whereas with a continuous inflow and outflow the concentration of the outflowing liquid changes continuously. There is no reason to expect the two to give the same overall model.
If the concentration of Coke in the bottle at a given instant is C(t). (Concentration is amt of Coke / amt of mixture.) Then in a short time `dt near clock time t how much water and how much Coke flows out of the bottle.
In time interval `dt the amount of water flowing into the bottle is .1 liter/sec * `dt, and the amount of mixture flowing out of the bottle is .1 liter/sec * `dt.
In the .1 liter/sec * `dt of mixture that flows out during time interval `dt, the amount of Coke flowing out is
or
By how much does the concentration therefore change in time interval `dt?
We had 1 liter of solution with concentration C(t), so the amount of Coke was C(t) * 1 liter.
We lost C(t) * (.1 liter/sec) * `dt so our amount of Coke is now
The new concentration is therefore
What is the ave rate at which concentration is therefore changing during `dt?
Change in concentration is `dC = C(t) * .1 / s * `dt, which takes place in time interval `dt so the rate of change is
What differential equation does this give us?
Taking the limit at `dt -> 0 we get
Init concentration is 100% = 1 so C(0) = 1.
Follow the same process but for inflow rate .05 liter/sec and outflow rate .10 liter/sec.
Let C(t) stand for the concentration, which is amt of Coke / amt of mixture.
At clock time t (assume units of liters and seconds) we will have lost .1 t and gained .05 t of solution. Since we started with 1 liter our total amount of solution is therefore
1 + .05 t - .1 t
In time interval `dt amount of mixture leaving the container is .1 `dt, which carries off an amount of Coke which is equal to C(t) * amount leaving = C(t) * .1 `dt (as before concentration * amt of soln = amt of Coke).
So the change in the amount of Coke is - C(t) * .1 `dt. The amount of solution at clock time t is 1 - .05 t + .1 t, containing amount C(t) * (1 + .05 t - .1 t) of Coke. The new amount of Coke will be
The change in concentration is change in amt of Coke / volume, which is
so that
giving us the differential equation
or simplifying the denominator
Suppose a population grows in proportion to population when it has plenty of room, but as it approaches its 'carrying capacity' the rate decreases.
Unchecked population growth is modeled by
rate of change proportional to population.
A model of limited population growth is
L is called the 'carrying capacity'. When population reaches this level dP/dt will be zero.
from before Solve the equation dz/dy = yz with initial condition z=1 when y=0.
The figure below shows the solution. This solution follows the pattern of solutions seen in previous notes:
Our final result is z = A e^(y^2/2), with A nonzero.
We continue by evaluating the constant A for the given conditions, substituting z = 0 and y = 0 and obtaining A = 1.
The figure below shows the direction field and the solutions y = A e^(y^2/2) for A = -2, -1.75, -1.5, ..., 1.75, 2.
Quick review of steps in integration by u substitution:
1. Let u equal something in the integral. Try different possibilities until you get used to what you need to look for
2. Find du/dx (assuming variable is x; otherwise use whatever the variable is).
3. You get du/dx = something so du = something * dx.
4. Hopefully some constant multiple of that something * dx appears in your integral.
5. Solve du = something * dx for whatever you've got in your integral, letting any constants go over there with the du.
6. See if you can rewrite your entire integral in terms of u.
7. Integrate if possible.
8. Substitute back for u
Solve the equation dw/d(theta) = w^2 theta sin(theta^2) with initial condition w(0) = 1. One of the integrals you must perform involves substitution. If you don't understand all the steps you should go back to the summary given above and fill in every step you do not understand.
We follow the same method of solution outlined above. When we integrate we will require substitution to evaluate the integral on the right-hand side.
Our solution is w = 1 / (1/2 cos(theta^2) + c). Better form is w = 2 / (cos(theta^2) + c), which is not shown below.
Using the first form, when we substitute the initial condition w(0) = 1 we find that c = 1/2. Note that if we used the other form of the solution we would get c = 1.
Solve dQ/dt = b - Q.
We separate variables as shown.
The integral of dQ / (b-Q) is done by substituting u = b - Q. If necessary fill in the steps of this integration by substitution.
The result is Q = b + A e^t, where A is a nonzero constant.
Note that much of the class was spent on the mechanics of integration and at time differentiation. Please review the material on integration technique and if necessary on differentiation so these techniques do not interfere with your understanding of the topics covered in the present sections. If it takes you over a minute to perform any of these integrations, or over 20 seconds to perform any required differentiations, you need to practice.