Skip to main content
Logo image

Active Calculus

Section 7.4 Separable differential equations

In Sections 7.2 and 7.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.
A separable differential equation is a differential equation whose algebraic structure allows the variables to be separated in a particular way. 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{.}\)

Preview Activity 7.4.1.

Which of the following differential equations are separable? (Select all that apply.)
  • \(\displaystyle \displaystyle{\frac{dy}{dt} = t^2 - y^2 }\)
  • \(\displaystyle \displaystyle{\frac{dy}{dt} = -3y }\)
  • \(\displaystyle \displaystyle{\frac{dy}{dt} = ty-y }\)
  • \(\displaystyle \displaystyle{\frac{dy}{dt} = t + 1 }\)
  • None of the above
Now consider the following equation.
\begin{equation*} \int f'(x) \, dx = \int x \, dx \end{equation*}
Which of the following functions \(f(x)\) satisfy this equation? (Select all that apply.)
  • \(\displaystyle f(x)= \frac{1}{2}x^2 - 7\)
  • \(\displaystyle f(x) = x - 7\)
  • \(\displaystyle f(x) = \frac{1}{2}x^2\)
  • \(\displaystyle f(x) = 7x^2\)
  • \(\displaystyle f(x) = x +7\)
  • \(\displaystyle f(x) = 7x\)
  • \(\displaystyle f(x)= \frac{1}{2}x^2 + 7\)
  • \(\displaystyle f(x) = x\)
  • None of the above

Subsection 7.4.1 Solving separable differential equations

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

Example 7.4.1.

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 antidifferentiation 1  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 funtion
\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 Example 7.4.1 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{.}\)

Example 7.4.2.

Solve the differential equation
\begin{equation*} \frac{dy}{dt} =3y\text{.} \end{equation*}
Solution.
Following the same strategy as in Example 7.4.1, 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{.}\)

Activity 7.4.2.

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.

Activity 7.4.3.

Suppose that a cup of coffee is initially at a temperature of \(105^\circ\) F and is placed in a \(75^\circ\) F room. If \(T\) is the temperature of the coffee in degrees Fahrenheit at time \(t\) in minutes, 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{?}\)

Activity 7.4.4.

Solve each of the following differential equations or initial value problems.
  1. \(\displaystyle \frac{dy}{dt} - (2-t) y = 2-t\)
  2. \(\displaystyle \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\)

Subsection 7.4.2 Summary

  • 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 Section 7.6 that the important logistic differential equation is also separable.

Exercises 7.4.3 Exercises

1.

Find the equation of the solution to \(\displaystyle \frac{dy}{dx} = x^{2} y\) through the point \((x,y) = (1,3)\text{.}\)

2.

Solve the differential equation
\begin{equation*} \frac{dy}{dx} = \frac{x}{25 y}. \end{equation*}
  1. Find an implicit solution and put your answer in the following form: = constant.
  2. Find the equation of the solution through the point \((x,y) = (5,1)\text{.}\) Your equation must describe a single curve \(y=f(x)\) with the domain of \(f\) as large as possible.
  3. Find the equation of the solution through the point \((x,y) = (0,-3)\text{.}\) Your answer should be of the form \(y = f(x)\text{.}\)

3.

Find the solution to the differential equation
\begin{equation*} \frac{dy}{dt} = 0.7 (y - 150) \end{equation*}
if \(y=35\) when \(t=0\text{.}\)
\(y =\)

4.

Find the solution to the differential equation
\begin{equation*} \frac{dy}{dt} = y^2(7 + t), \end{equation*}
\(y=8\) when \(t=1\text{.}\)
\(y =\)

5.

Solve the separable differential equation for \(u\)
\begin{equation*} \frac{du}{dt} = e^{5 u + 10 t}. \end{equation*}
Use the following initial condition: \(u(0) = 3.\)
\(u =\) .

6.

Find an equation of the curve that satisfies
\begin{equation*} \frac{dy}{dx} = 20 yx^{9} \end{equation*}
and whose \(y\)-intercept is \(3\text{.}\)
\(y(x) =\) .

7.

Suppose that we use Euler’s method to approximate the solution to the differential equation
\begin{equation*} \frac{dy}{dx}= \frac{x^5}{y};\qquad y( 0) = 9. \end{equation*}
Let \(f(x,y) = x^5/y.\)
We let \(x_0 = 0\) and \(y_0 = 9\) and pick a step size \(h=0.2 .\)
Euler’s method is the the following algorithm. From \(x_n\) and \(y_n ,\) our approximations to the solution of the differential equation at the nth stage, we find the next stage by computing
\begin{equation*} x_{n+1} = x_n +h,\qquad y_{n+1} = y_n + h\cdot f(x_n,y_n). \end{equation*}
Complete the following table. Your answers should be accurate to at least seven decimal places.
\(n\) \(x_n\) \(y_n\)
\(0\) \(0\) \(9\)
\(1\)
\(2\)
\(3\)
\(4\)
\(5\)
The exact solution can also be found using separation of variables. It is
\(y(x)=\)
Thus the actual value of the function at the point \(x=1\)
\(y(1 ) =\) .

8.

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. 2 

9.

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).

10.

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.

11.

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.
You have attempted of activities on this page.