Skip to main content
\(\newcommand{\dollar}{\$} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\arctanh}{arctanh} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section8.4Separable differential equations

Motivating Questions
  • What is a separable differential equation?

  • How can we find solutions to a separable differential equation?

  • Are some of the differential equations that arise in applications separable?

In Sections8.2 and 8.3, we have seen several ways to approximate the solution to an initial value problem. Given the frequency with which differential equations arise in the world around us, we would like to have some techniques for finding explicit algebraic solutions of certain initial value problems. In this section, we focus on a particular class of differential equations (called separable) and develop a method for finding algebraic formulas for their solutions.

Separable differential equations

A first-order separable differential equation is a differential equation of the form

\begin{equation*} \frac{dy}{dt} = g(y) h(t) \text{.} \end{equation*}

This structure allows the variables to be separated so that expressions involving \(t \) can be collected on one side, and expressions involving \(y \) can be collected on the other side, multiplied by \(\frac{dy}{dt} \text{.}\)

For instance, consider the equation

\begin{equation*} \frac{dy}{dt} = ty\text{.} \end{equation*}

We would like to separate the variables \(t\) and \(y\) so that all occurrences of \(t\) appear on the right-hand side, and all occurrences of \(y\) appear on the left, multiplied by \(dy/dt\text{.}\) For this example, we divide both sides by \(y\) so that

\begin{equation*} \frac1y \frac{dy}{dt} = t\text{.} \end{equation*}

Note that when we attempt to separate the variables in a differential equation, we require that one side is a product in which the derivative \(dy/dt\) is one factor and the other factor is solely an expression involving \(y\text{.}\)

Not every differential equation is separable. For example, if we consider the equation

\begin{equation*} \frac{dy}{dt} = t-y\text{,} \end{equation*}

it may seem natural to separate it by writing

\begin{equation*} y + \frac{dy}{dt} = t\text{.} \end{equation*}

As we will see, this will not be helpful, since the left-hand side is not a product of a function of \(y\) with \(\frac{dy}{dt}\text{.}\)

Example8.39

In this example, we explore whether certain differential equations are separable or not, and then revisit some key ideas from earlier work in integral calculus.

  1. Which of the following differential equations are separable? If the equation is separable, write the equation in the revised form \(g(y) \frac{dy}{dt} = h(t)\text{.}\)

    1. \(\displaystyle \frac{dy}{dt} = -3y\text{.}\)

    2. \(\displaystyle \frac{dy}{dt} = ty - y\text{.}\)

    3. \(\displaystyle \frac{dy}{dt} = t + 1\text{.}\)

    4. \(\displaystyle \frac{dy}{dt} = t^2 - y^2\text{.}\)

  2. Explain why any autonomous differential equation is guaranteed to be separable.

  3. Why do we include the term \(+C\) in the expression

    \begin{equation*} \int x~dx = \frac{x^2}{2} + C? \end{equation*}
  4. Suppose we know that a certain function \(f\) satisfies the equation

    \begin{equation*} \int f'(x)~dx = \int x~dx\text{.} \end{equation*}

    What can you conclude about \(f\text{?}\)

SubsectionSolving separable differential equations

Before we discuss a general approach to solving a separable differential equation, it is instructive to consider an example.

Example8.40

Find all functions \(y\) that are solutions to the differential equation

\begin{equation*} \frac{dy}{dt}= \frac{t}{y^2}\text{.} \end{equation*}
Solution

We begin by separating the variables and writing

\begin{equation*} y^2\frac{dy}{dt} = t\text{.} \end{equation*}

Integrating both sides of the equation with respect to the independent variable \(t\) shows that

\begin{equation*} \int y^2\frac{dy}{dt}~dt = \int t~dt\text{.} \end{equation*}

Next, we notice that the left-hand side allows us to change the variable of antidifferentiation3This is why we required that the left-hand side be written as a product in which \(dy/dt\) is one of the terms. from \(t\) to \(y\text{.}\) In particular, \(dy = \frac{dy}{dt}~dt\text{,}\) so we now have

\begin{equation*} \int y^2 ~dy = \int t~dt\text{.} \end{equation*}

This equation says that two families of antiderivatives are equal to each other. Therefore, when we find representative antiderivatives of both sides, we know they must differ by an arbitrary constant \(C\text{.}\) Antidifferentiating and including the integration constant \(C\) on the right, we find that

\begin{equation*} \frac{y^3}{3} = \frac{t^2}{2} + C\text{.} \end{equation*}

It is not necessary to include an arbitrary constant on both sides of the equation; we know that \(y^3/3\) and \(t^2/2\) are in the same family of antiderivatives and must therefore differ by a single constant.

Finally, we solve the last equation above for \(y\) as a function of \(t\text{,}\) which gives

\begin{equation*} y(t) = \sqrt[3]{\frac 32 \, t^2 + 3C}\text{.} \end{equation*}

Of course, the term \(3C\) on the right-hand side represents 3 times an unknown constant. It is, therefore, still an unknown constant, which we will rewrite as \(C\text{.}\) We thus conclude that the function

\begin{equation*} y(t) = \sqrt[3]{\frac 32 \, t^2 + C} \end{equation*}

is a solution to the original differential equation for any value of \(C\text{.}\)

Notice that because this solution depends on the arbitrary constant \(C\text{,}\) we have found an infinite family of solutions. This makes sense because we expect to find a unique solution that corresponds to any given initial value.

For example, if we want to solve the initial value problem

\begin{equation*} \frac{dy}{dt} = \frac{t}{y^2}, \ y(0) = 2\text{,} \end{equation*}

we know that the solution has the form \(y(t) = \sqrt[3]{\frac32\, t^2 + C}\) for some constant \(C\text{.}\) We therefore must find the appropriate value for \(C\) that gives the initial value \(y(0)=2\text{.}\) Hence,

\begin{equation*} 2 = y(0) = \sqrt[3]{\frac 32 \, 0^2 + C} = \sqrt[3]{C}\text{,} \end{equation*}

which shows that \(C = 2^3 = 8\text{.}\) The solution to the initial value problem is then

\begin{equation*} y(t) = \sqrt[3]{\frac32\, t^2+8}\text{.} \end{equation*}

The strategy of Example8.40 may be applied to any differential equation of the form \(\frac{dy}{dt} = g(y) \cdot h(t)\text{,}\) and any differential equation of this form is said to be separable. We work to solve a separable differential equation by writing

\begin{equation*} \frac{1}{g(y)} \frac{dy}{dt} = h(t)\text{,} \end{equation*}

and then integrating both sides with respect to \(t\text{.}\) After integrating, we try to solve algebraically for \(y\) in order to write \(y\) as a function of \(t\text{.}\)

Example8.41

Solve the differential equation

\begin{equation*} \frac{dy}{dt} =3y\text{.} \end{equation*}
Solution

Following the same strategy as in Example8.40, we have

\begin{equation*} \frac 1y \frac{dy}{dt} = 3\text{.} \end{equation*}

Integrating both sides with respect to \(t\text{,}\)

\begin{equation*} \int \frac 1y\frac{dy}{dt}~dt = \int 3~dt\text{,} \end{equation*}

and thus

\begin{equation*} \int \frac 1y~dy = \int 3~dt\text{.} \end{equation*}

Antidifferentiating and including the integration constant, we find that

\begin{equation*} \ln|y| = 3t + C\text{.} \end{equation*}

Finally, we need to solve for \(y\text{.}\) Here, one point deserves careful attention. By the definition of the natural logarithm function, it follows that

\begin{equation*} |y| = e^{3t+C} = e^{3t}e^C\text{.} \end{equation*}

Since \(C\) is an unknown constant, \(e^C\) is as well, though we do know that it is positive (because \(e^x\) is positive for any \(x\)). When we remove the absolute value in order to solve for \(y\text{,}\) however, this constant may be either positive or negative. To account for a possible \(+\) or \(-\text{,}\) we denote this updated constant by \(C\) to obtain

\begin{equation*} y(t) = Ce^{3t}\text{.} \end{equation*}

There is one more technical point to make. Notice that \(y=0\) is an equilibrium solution to this differential equation. In solving the equation above, we begin by dividing both sides by \(y\text{,}\) which is not allowed if \(y=0\text{.}\) To be perfectly careful, therefore, we should consider the equilibrium solutions separately. In this case, notice that the final form of our solution captures the equilibrium solution by allowing \(C=0\text{.}\)

Example8.42

Suppose that the population of a town is growing continuously at an annual rate of 3% per year.

  1. Let \(P(t)\) be the population of the town in year \(t\text{.}\) Write a differential equation that describes the annual growth rate.

  2. Find the solutions of this differential equation.

  3. If you know that the town's population in year 0 is 10,000, find the population \(P(t)\text{.}\)

  4. How long does it take for the population to double? This time is called the doubling time.

  5. Working more generally, find the doubling time if the annual growth rate is \(k\) times the population.

Hint
  1. Small hints for each of the prompts above.

Answer
  1. \(\frac{dP}{dt} = 0.03 P\)

  2. \(P = Ce^{0.03t}\text{.}\)

  3. \(P = 10000 e^{0.03t}\text{.}\)

  4. The doubling time is \(t = \frac{\ln(2)}{0.03} \approx 23.105\) years.

  5. The doubling time is \(t = \frac{1}{k} \ln(2)\text{.}\)

Solution
  1. Since the population \(P(t)\) of the town is growing at an annual rate of \(3\%\) per year, this means that \(\frac{dP}{dt} = 0.03 P\)

  2. We use separation of variables and write \(\frac{1}{P} \frac{dP}{dt} = 1.03\text{.}\) We then have

    \begin{equation*} \int \frac{1}{P} \frac{dP}{dt} dt = \int 0.03 dt \end{equation*}

    and thus \(\int \frac{1}{P} dP = \int 0.03 dt\text{.}\) Evaluating the integrals on each side, we have \(\ln|P| = 0.03 t + c\) By definition of the logarithm function, it follows that

    \begin{equation*} |P| = e^{0.03t + c} = e^c e^{0.03t} = C e^{0.03t}\text{.} \end{equation*}

    Incorporating the \(\pm\) that follows from the absolute value sign into the constant \(C\text{,}\) we conclude that \(P = Ce^{0.03t}\text{.}\)

  3. Given that \(P(0) = 10000\text{,}\) we see that \(10000 = C e^0 = C\text{.}\) So

    \begin{equation*} P = 10000 e^{0.03t}\text{.} \end{equation*}
  4. The population will have doubled when \(P = 200000\text{.}\) To determine the time it takes the population to double, we solve the equation

    \begin{equation*} 10000 e^{0.03t} = 20000\text{.} \end{equation*}

    Thus \(e^{0.03t} = 2\text{,}\) so \(t = \frac{\ln(2)}{0.03} \approx 23.105\text{.}\) It will take about 23.1 years for the population to double in size.

  5. If the annual growth rate is \(k\text{,}\) then the differential equation for the population is

    \begin{equation*} \frac{dP}{dt} = kP\text{.} \end{equation*}

    We can use separation of variables to show that \(P = P_0 e^{kt}\text{,}\) where \(P_0\) is the population at time \(t = 0\text{.}\) We then find the doubling time by solving the equation \(P_0 e^{kt} = 2P_0\text{.}\) We first solve for \(e^{kt}\) and get \(e^{kt} = 2\text{.}\) Taking natural logs, \(kt = \ln(2)\text{,}\) and dividing by \(k\text{,}\) \(t = \frac{1}{k} \ln(2)\text{.}\) The doubling time for the population is thus \(\frac{1}{k} \ln(2)\text{.}\)

Example8.43

Suppose that a cup of coffee is initially at a temperature of \(105^\circ\) F and is placed in a \(75^\circ\) F room. Newton's law of cooling says that

\begin{equation*} \frac{dT}{dt} = -k(T-75)\text{,} \end{equation*}

where \(k\) is a constant of proportionality.

  1. Suppose you measure that the coffee is cooling at one degree per minute at the time the coffee is brought into the room. Use the differential equation to determine the value of the constant \(k\text{.}\)

  2. Find all the solutions of this differential equation.

  3. What happens to all the solutions as \(t\to\infty\text{?}\) Explain how this agrees with your intuition.

  4. What is the temperature of the cup of coffee after 20 minutes?

  5. How long does it take for the coffee to cool to \(80^\circ\text{?}\)

Hint
  1. Small hints for each of the prompts above.

Answer
  1. \(k = \frac{1}{30}\)

  2. \(T = 75 + Ce^{-t/30}\)

  3. The temperature of the coffee tends to 75 degrees.

  4. \(T(20) = 75 + 30e^{-2/3} \approx 90.4^\circ\)F.

  5. \(t = -30 \ln \left( \frac{1}{6} \right) \approx 53.75\) minutes.

Solution

We have

\begin{equation*} \frac{dT}{dt} = -k(T - 75)\text{,} \end{equation*}

where \(k\) is a constant. We also have \(T(0) = 105\text{.}\)

  1. Since the coffee is cooling at a rate of one degree per minute at time \(0\text{,}\) it follows that \(\frac{dT}{dt} = -1\) at this instant. From the given differential equation, we know \(-k(T(0) - 75) = -1\text{.}\) Next, \(T(0) = 105\text{,}\) so \(-k(105 - 75) = -1\text{,}\) and thus \(k = \frac{1}{30}\text{.}\)

  2. We use separation of variables to solve the differential equation \(\frac{dT}{dt} = -\frac{1}{30} (T - 75)\text{.}\) Separating variables and integrating both sides with respect to \(t\text{,}\)

    \begin{equation*} \int \frac{1}{T - 75} dT = -\int \frac{1}{30} dt \end{equation*}

    Integrating both sides,

    \begin{equation*} \ln \left| T - 75 \right| = -\frac{1}{30} t + c \end{equation*}

    Using the definition of the logarithm function and writing \(e^c = C\text{,}\) we see that

    \begin{equation*} |T - 75| = e^{-t/30 + c} = C e^{-t/30} \end{equation*}

    Finally, including the absolute value in \(C\) and solving for \(T\text{,}\) \(T - 75 = C e^{-t/30}\text{,}\) so \(T = 75 + Ce^{-t/30}\text{.}\)

  3. As \(t \to \infty\text{,}\) \(e^{-t/30} \to 0\text{.}\) So

    \begin{equation*} \lim_{t \to \infty} \left(75 + Ce^{-t/30} \right) = 75\text{.} \end{equation*}

    This means that as \(t \to \infty\text{,}\) \(T \to 75\text{,}\) or the temperature of the coffee tends to 75 degrees.

  4. In order to determine the temperature of the coffee after 20 minutes, we need to first determine the value of the constant \(C\) in the solution \(T = 75 + Ce^{-t/30}\text{.}\) To do this, we use the fact that the temperature of the coffee at \(t = 0\) is \(105^\circ\)F. Thus, \(105 = 75 + Ce^0\text{,}\) so \(C = 30\text{.}\) Now we know that \(T = 75 + 30e^{-t/30}\text{,}\) and when \(t = 20\text{,}\) \(T(20) = 75 + 30e^{-2/3}\text{.}\) The temperature of the coffee after 20 minutes is approximately \(90.4^\circ\)F.

  5. To determine how long it will take the coffee to cool to \(80^\circ\)F, we solve the equation \(80 = 75 + 30 e^{-t/30}\) for \(t\text{.}\) Solving first for \(e^{-t/30}\text{,}\) we subtract \(75\) from both sides and divide by \(30\) to get \(e^{-t/30} = \frac{5}{30}\text{.}\) Taking logarithms and solving for \(t\text{,}\) \(-\frac{t}{30} = \ln \left( \frac{1}{6} \right)\text{,}\) and thus \(t = -30 \ln \left( \frac{1}{6} \right)\text{.}\) We conclude that it will take about 53.75 minutes for the coffee to cool to \(80^\circ\)F.

Example8.44

Solve each of the following differential equations or initial value problems.

  1. \(\frac{dy}{dt} - (2-t) y = 2-t\)

  2. \(\frac{1}{t}\frac{dy}{dt} = e^{t^2-2y}\)

  3. \(y' = 2y+2\text{,}\) \(y(0)=2\)

  4. \(y' = 2y^2\text{,}\) \(y(-1) = 2\)

  5. \(\frac{dy}{dt} = \frac{-2ty}{t^2 + 1}\text{,}\) \(y(0) = 4\)

Hint
  1. Small hints for each of the prompts above.

Answer
  1. \(y = -1 + C e^{\left(2t - \frac{t^2}{2} \right)}\text{.}\)

  2. \(y = \frac{1}{2} \ln \left( e^{t^2} + C \right)\text{.}\)

  3. \(y = -1 + 3 e^{2t}\text{.}\)

  4. \(y = -\frac{1}{2t + \frac{3}{2}} = -\frac{2}{4t + 3}\text{.}\)

  5. \(y = \frac{4}{t^2 + 1}\text{.}\)

Solution
  1. We are given that \(\frac{dy}{dt} - (2 - t)y = 2 - t\text{.}\) We first separate the variables by writing \(\frac{dy}{dt} = (2 - t)y + (2 - t) = (2-t)(y+1)\) and then dividing both sides by \((y+1)\) to find

    \begin{equation*} \frac{1}{1+y} \frac{dy}{dt} = 2 - t\text{.} \end{equation*}

    Integrating both sides with respect to \(t\text{,}\) we have

    \begin{equation*} \int \frac{1}{1+y} dy = \int (2 - t) dt\text{.} \end{equation*}

    Evaluating the integrals,

    \begin{equation*} \ln|1 + y| = \left( 2t - \frac{1}{2}t^2 \right) + c \end{equation*}

    Rewriting without logarithms,

    \begin{equation*} |1+y| = e^{\left(2t - \frac{t^2}{2} \right)} e^c \end{equation*}

    Writing \(e^c = C\) and including the sign from the absolute value in this constant,

    \begin{equation*} 1 + y = Ce^{\left(2t - \frac{t^2}{2} \right)}\text{,} \end{equation*}

    and therefore \(y = -1 + C e^{\left(2t - \frac{t^2}{2} \right)}\text{.}\)

  2. Given that \(\frac{1}{t} \frac{dy}{dt} = e^{t^2 - 2y}\text{,}\) we first observe that \(e^{t^2 - 2y} = e^{t^2}e^{ -2y}\text{.}\) Separating the variables,

    \begin{equation*} e^{2y} \frac{dy}{dt} = t e^{t^2}\text{.} \end{equation*}

    Integrating with respect to \(t\text{,}\)

    \begin{equation*} \int e^{2y} dy = \int t e^{t^2} dt\text{.} \end{equation*}

    Using standard substitution techniques on both sides, we find that

    \begin{equation*} \frac{1}{2} e^{2y} = \frac{1}{2} e^{t^2} + c \end{equation*}

    Writing \(2c = C\text{,}\) we then have \(e^{2y} = e^{t^2} + C\text{,}\) and taking logarithms to solve for \(y\text{,}\) we find \(2y = \ln \left( e^{t^2} + C \right)\text{,}\) and thus

    \begin{equation*} y = \frac{1}{2} \ln \left( e^{t^2} + C \right)\text{.} \end{equation*}
  3. For the initial value problem \(y' = 2y + 2\text{,}\) \(y(0) = 2\text{,}\) we first solve the differential equation. Noting that \(2y + 2 = 2(y+1)\text{,}\) we have

    \begin{equation*} \frac{dy}{dt} = 2(y + 1)\text{,} \end{equation*}

    so

    \begin{equation*} \frac{1}{y + 1} \frac{dy}{dt} = 2 \end{equation*}

    Integrating with respect to \(t\text{,}\)

    \begin{equation*} \int \frac{1}{y + 1} dy = \int 2 dt \end{equation*}

    and thus evaluating the integrals, \(\ln|y+1| = 2t + c\text{.}\) It follows that \(|y + 1| = e^{2t + c} = e^c e^{2t}\text{,}\) so in the usual way we can write \(y+1 = Ce^{2t}\text{,}\) and therefore

    \begin{equation*} y = -1 + Ce^{2t}\text{.} \end{equation*}

    Using \(y(0) = 2\) to solve the IVP, we obtain \(2 = -1 + Ce^0\) and so \(C = 3\text{.}\) The solution to the initial value problem is

    \begin{equation*} y = -1 + 3 e^{2t}\text{.} \end{equation*}
  4. For the initial value problem \(y' = 2y^2\text{,}\) \(y(-1) = 2\text{,}\) we first separate variables and write

    \begin{equation*} \frac{1}{y^2} \frac{dy}{dt} = 2\text{.} \end{equation*}

    Next, integrating with respect to \(t\text{,}\)

    \begin{equation*} \int \frac{1}{y^2} dy = \int 2 dt\text{,} \end{equation*}

    and thus \(-y^{-1} = 2t + c\text{.}\) Solving for \(y\text{,}\) it follows

    \begin{equation*} y = -\frac{1}{2t + c}\text{.} \end{equation*}

    We now use the initial value \(y(-1) = 2\) and obtain \(2 = -\frac{1}{-2 + c}\text{.}\) Solving for \(c\) gives \(c = \frac{3}{2}\text{.}\) The solution of the initial value problem is thus

    \begin{equation*} y = -\frac{1}{2t + \frac{3}{2}} = -\frac{2}{4t + 3}\text{.} \end{equation*}
  5. For the IVP \(\frac{dy}{dt} = \frac{-2ty}{t^2 + 1}\text{,}\) \(y(0) = 4\text{,}\) we first separate variables and write

    \begin{equation*} \frac{1}{y} \frac{dy}{dt} = \frac{-2t}{t^2 + 1}\text{.} \end{equation*}

    Integrating with respect to \(t\) we find

    \begin{equation*} \int \frac{1}{y} dy = -\int \frac{2t}{t^2 + 1} dt\text{.} \end{equation*}

    Using the substitution \(u = t^2 + 1\) on the right, it follows that

    \begin{equation*} \ln|y| = -\ln\left| t^2 + 1 \right| + c\text{.} \end{equation*}

    By definition and properties of the logarithm,

    \begin{equation*} |y| = e^{-\ln\left| t^2 + 1 \right|}e^c = e^{\ln\left| t^2 + 1 \right|^{-1}}e^c = \left| t^2 + 1 \right|^{-1} e^c\text{.} \end{equation*}

    Writing \(C = e^c\) and absorbing the absolute value from the left side, we have

    \begin{equation*} y = \frac{C}{t^2 + 1}\text{.} \end{equation*}

    Using the initial condition \(y(0) = 4\text{,}\) we obtain \(4 = \frac{C}{1}\) or \(C = 4\text{.}\) Thus, the solution to the initial value problem is

    \begin{equation*} y = \frac{4}{t^2 + 1}\text{.} \end{equation*}

SubsectionSummary

  • A separable differential equation is one that may be rewritten with all occurrences of the dependent variable multiplying the derivative and all occurrences of the independent variable on the other side of the equation.

  • We may find the solutions to certain separable differential equations by separating variables, integrating with respect to \(t\text{,}\) and ultimately solving the resulting algebraic equation for \(y\text{.}\)

  • This technique allows us to solve many important differential equations that arise in the world around us. For instance, questions of growth and decay and Newton's Law of Cooling give rise to separable differential equations. Later, we will learn in Section8.6 that the important logistic differential equation is also separable.

SubsectionExercises

The mass of a radioactive sample decays at a rate that is proportional to its mass.

  1. Express this fact as a differential equation for the mass \(M(t)\) using \(k\) for the constant of proportionality.

  2. If the initial mass is \(M_0\text{,}\) find an expression for the mass \(M(t)\text{.}\)

  3. The half-life of the sample is the amount of time required for half of the mass to decay. Knowing that the half-life of Carbon-14 is 5730 years, find the value of \(k\) for a sample of Carbon-14.

  4. How long does it take for a sample of Carbon-14 to be reduced to one-quarter its original mass?

  5. Carbon-14 naturally occurs in our environment; any living organism takes in Carbon-14 when it eats and breathes. Upon dying, however, the organism no longer takes in Carbon-14. Suppose that you find remnants of a pre-historic firepit. By analyzing the charred wood in the pit, you determine that the amount of Carbon-14 is only 30% of the amount in living trees. Estimate the age of the firepit.4This approach is the basic idea behind radiocarbon dating.

Consider the initial value problem

\begin{equation*} \frac{dy}{dt} = -\frac ty, \ y(0) = 8 \end{equation*}
  1. Find the solution of the initial value problem and sketch its graph.

  2. For what values of \(t\) is the solution defined?

  3. What is the value of \(y\) at the last time that the solution is defined?

  4. By looking at the differential equation, explain why we should not expect to find solutions with the value of \(y\) you noted in (c).

Suppose that a cylindrical water tank with a hole in the bottom is filled with water. The water, of course, will leak out and the height of the water will decrease. Let \(h(t)\) denote the height of the water. A physical principle called Torricelli's Law implies that the height decreases at a rate proportional to the square root of the height.

  1. Express this fact using \(k\) as the constant of proportionality.

  2. Suppose you have two tanks, one with \(k=-1\) and another with \(k=-10\text{.}\) What physical differences would you expect to find?

  3. Suppose you have a tank for which the height decreases at \(20\) inches per minute when the water is filled to a depth of \(100\) inches. Find the value of \(k\text{.}\)

  4. Solve the initial value problem for the tank in part (c), and graph the solution you determine.

  5. How long does it take for the water to run out of the tank?

  6. Is the solution that you found valid for all time \(t\text{?}\) If so, explain how you know this. If not, explain why not.

The Gompertz equation is a model that is used to describe the growth of certain populations. Suppose that \(P(t)\) is the population of some organism and that

\begin{equation*} \frac{dP}{dt} = -P\ln\left(\frac P3\right) = -P(\ln P - \ln 3)\text{.} \end{equation*}
  1. Sketch a slope field for \(P(t)\) over the range \(0\leq P\leq 6\text{.}\)

  2. Identify any equilibrium solutions and determine whether they are stable or unstable.

  3. Find the population \(P(t)\) assuming that \(P(0) = 1\) and sketch its graph. What happens to \(P(t)\) after a very long time?

  4. Find the population \(P(t)\) assuming that \(P(0) = 6\) and sketch its graph. What happens to \(P(t)\) after a very long time?

  5. Verify that the long-term behavior of your solutions agrees with what you predicted by looking at the slope field.