Skip to main content
Contents Index
Calc
Dark Mode Prev Up Next Scratch ActiveCode Profile
\(\newcommand\DLGray{\color{Gray}}
\newcommand\DLO{\color{BurntOrange}}
\newcommand\DLRa{\color{WildStrawberry}}
\newcommand\DLGa{\color{Green}}
\newcommand\DLGb{\color{PineGreen}}
\newcommand\DLBa{\color{RoyalBlue}}
\newcommand\DLBb{\color{Cerulean}}
\newcommand\ds{\displaystyle}
\newcommand\ddx{\frac{d}{dx}}
\newcommand\os{\overset}
\newcommand\us{\underset}
\newcommand\ob{\overbrace}
\newcommand\obt{\overbracket}
\newcommand\ub{\underbrace}
\newcommand\ubt{\underbracket}
\newcommand\ul{\underline}
\newcommand\laplacesym{\mathscr{L}}
\newcommand\lap[1]{\laplacesym\left\{#1\right\}}
\newcommand\ilap[1]{\laplacesym^{-1}\left\{#1\right\}}
\newcommand\tikznode[3][]
{\tikz[remember picture,baseline=(#2.base)]
\node[minimum size=0pt,inner sep=0pt,#1](#2){#3};
}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
Section Chapter 3 Exercises
Reading Questions α―β
β Quick-Answer Questions
1. True-False.
(a) ππ.
Every first-order ordinary differential equation can be solved using the method of separation of variables.
True.
False. Only first-order ordinary differential equation that are separable can be solved using the method of separation of variables.
False.
False. Only first-order ordinary differential equation that are separable can be solved using the method of separation of variables.
(b) ππ.
If a differential equation is separable, its solution will always be an explicit function of
\(x \text{.}\)
True.
False. The solution to a separable differential equation is sometimes implicit function of the independent variable.
False.
False. The solution to a separable differential equation is sometimes implicit function of the independent variable.
(c) ππ.
The method of separation of variables can be applied to some second order differential equations, but not all of them.
True.
False. The method of separation of variables is only applicable to first-order separable differential equations.
False.
False. The method of separation of variables is only applicable to first-order separable differential equations.
(d) ππ.
Any differential equation that can be written in the form
\begin{equation*}
h(y) \frac{dy}{dx} = g(x)\text{,}
\end{equation*}
is separable.
True.
True. Any differential equation that can be written in the form
\begin{equation*}
h(y) \frac{dy}{dx} = g(x)
\end{equation*}
can also be rewritten in the separable form
\begin{equation*}
\frac{dy}{dx} = g(x)\cdot \frac{1}{h(y)}\text{.}
\end{equation*}
False.
True. Any differential equation that can be written in the form
\begin{equation*}
h(y) \frac{dy}{dx} = g(x)
\end{equation*}
can also be rewritten in the separable form
\begin{equation*}
\frac{dy}{dx} = g(x)\cdot \frac{1}{h(y)}\text{.}
\end{equation*}
(i) ππ.
The differential equation,
\begin{equation*}
x + \frac{dy}{dx} = y\text{,}
\end{equation*}
can be solved using the separation of variables method.
True.
The differential equation is first order, but it is equivalent to
\begin{equation*}
\frac{dy}{dx}=y-x\text{,}
\end{equation*}
which can not be written in the form \(\ds\frac{dy}{dx}=f(x)g(y)\text{.}\)
False.
The differential equation is first order, but it is equivalent to
\begin{equation*}
\frac{dy}{dx}=y-x\text{,}
\end{equation*}
which can not be written in the form \(\ds\frac{dy}{dx}=f(x)g(y)\text{.}\)
Hint .
Check to see that the differential equation is first order and separable.
(j) ππ.
The differential equation,
\begin{equation*}
\frac{dz^2}{d^2t} = \cos^2(z)\text{,}
\end{equation*}
can be solved using the separation of variables method.
True.
The differential equation is not first order, so it is not separable and cannot be solved using the separation of variables method.
False.
The differential equation is not first order, so it is not separable and cannot be solved using the separation of variables method.
Hint .
Check to see that the differential equation is first order and separable.
2. Additional Practice.
(a) Initial Step.
What is the first step to verify the differential equation below is separable?
\begin{equation*}
\frac{dy}{dx} + \frac{x}{y^2} = 0
\end{equation*}
Integrating both sides with respect to
\(x\text{.}\)
Incorrect. Integration should come after the equation is verified to be separable.
Check to make sure the equation is first order.
Correct! The first step to verify the equation is separable is to make sure it is first order.
Combine the fractions on the left-side of the equation.
Incorrect. First of all, \(\frac{dy}{dx}\) is not a fraction. Even if it was this would not be the first step to verify separability.
Isolate
\(\ds\frac{dy}{dx}\) on one side of the equation.
Incorrect. Isolating \(\ds\frac{dy}{dx}\) is required to verify the equation is separable, but there is one other detail to check first.
(b) α―β
β Select the Separable Equations.
Click on each of the separable differential equations below.
A differential equation is separable if you can rearrange it to express it as a product of functions involving only \(x\) and \(y\) separately. Look for equations that can be manipulated into this form, even if they do not initially appear separable.
\(\)
\(\quad\ds x^2\frac{dy}{dx} - y = x^2y\)
\(\quad\dfrac{dy}{dx} + xy = y^2\)
\(\)
\(\quad\ds \sqrt{x^2+1}\frac{dy}{dx} = y\)
\(\quad\ds xy\frac{dy}{dx} = x + y\)
\(\)
\(\quad\ds x\frac{dy}{dx} - e^x = 3\)
\(\quad\dfrac{dy}{dx} - x = \dfrac{y^2}{x}\)
\(\)
(c) α―β
β When is it Separable?
What can you say about any differential equation that can be written in the form
\begin{equation*}
\frac{dy}{dx} = g(x)\text{?}
\end{equation*}
It might be separable, depending on
\(g(x)\text{.}\)
It is not a valid equation because it does have a
\(y\) term.
(d) α―β
β Explicit or Implicit?
Which of the following equations represent an
implicit solution to a differential equation?
Assume \(y\) is the dependent variable and \(t\) is the independent variable.
\(y = \tan(t) + c\)
No, this is an explicit solution since \(y\) is written as a function of \(t\text{.}\)
\(y^2 + \ln y = t + c\)
Correct. You canβt isolate \(y\) without solving a nonlinear equation, so this is an implicit solution.
\(y^2 + 2e^{y} = t^2 - 2\)
Yes, this matches the example you just saw and defines \(y\) only implicitly.
\(y = \tan(t + c)\)
No, this is an explicit expression for \(y\) as a function of \(t\text{.}\)
3. Short-Answer Questions.
(a) π€π Not Separable.
Give an example of a differential equation that is not separable.
(b) π€π Where Does βSeparation of Variablesβ Come From?
Explain why you think βseparation of variablesβ is an appropriate name for the method in this chapter.
(c) π€π What Could go Wrong?
Ignoring the fact that the following equation is not separable, suppose we applied the separation of variables process to
\begin{equation*}
\frac{dy}{dx} = y^2 + x\text{.}
\end{equation*}
(d) π€π Implicit vs. Explicit.
Some differential equations solved using separation of variables yield explicit solutions, while others yield implicit solutions. Give your interpretation of the difference between an implicit and explicit solution. Provide an example of an implicitly and explicitly defined function.
(e) π€π Thinking in Cases.
All first order linear differential equations with dependent variable, \(y\text{,}\) can be written in the form
\begin{equation*}
\frac{dy}{dx} + P(x) y = Q(x)
\end{equation*}
where \(P(x)\) and \(Q(x)\) are known functions of \(x\text{.}\) What must be true about \(P(x)\) and \(Q(x)\) for a first-order linear differential equation to be separable?
Hint .
Make some general assumptions about
\(P(x)\) and
\(Q(x)\) and think about how you could break this question into different cases about what
\(P(x)\) and
\(Q(x)\) could be to guarantee separability.
Exercises ποΈ Warm-ups & Drills
1. Verify the solution.
Verify that \(z = \tan(t+C)\) is a solution to the initial value problem
\begin{equation*}
z' - 1 = z^2, \quad z(4) = 9
\end{equation*}
then find the paticular solution.
2. Show the differential equations is separable.
\begin{equation*}
t - ss' = - s, \qquad
\end{equation*}
Separable Form.
Determine whether the given differential equation is separable or not. As demonstrated in the examples, if the equation is separable, use parentheses to explicitly show the separable form.
3.
\(\dfrac{dz}{dt} = \sin(z+t)\) 4.
\(\ds s' = t\ln(s^{2t}) + 8t^2\) 5.
\(\dfrac{dy}{dx} = 2y^3 + y + 4\) 6.
\(\ds y' - xy = 0\) 7.
\(\ds y' = x+y\) 8.
\(\ds y'' + y' + y = 0\)
Reading Questions Solve the Differential Equations (Step-By-Step)
Solve each of the following differential equations using the separation of variables method. Press
Activate
to submit your answers and get instant feedback.
1. Determine the Separable Form.
Write each differential equation in the separable form
\begin{equation*}
\frac{dy}{dx} = f(x)\cdot g(y)\text{.}
\end{equation*}
Type your answer for \(f(x)\) into the left box and \(g(y)\) into the right box.
2. Reorder the Steps.
Reorder the steps required to solve the differential equation,
\begin{equation*}
\frac{dy}{dx} - y\cos(x) = y\text{,}
\end{equation*}
using the separation of variables method.
---
\(\dfrac{dy}{dx} = y + y\cos(x) \)
---
\(\dfrac{dy}{dx} = (1 + \cos(x))y \)
---
\(\dfrac{1}{y} dy = (1 + \cos(x))dx \)
---
\(\ds \int \frac{1}{y} dy = \int (1 + \cos(x))dx \)
---
\(\ds \ln|y| = x + \sin(x) + C \)
---
\(\ds y = Ce^{x + \sin(x)} \)
3. Step-By-Step Initial-Valued Problem.
Use separation of variables to solve the initial value problem
\begin{equation*}
\frac{du}{dy} - u^2y = u^2, \hspace{1cm} u(0) = 5\text{.}
\end{equation*}
Select the variable that you are solving for:
\(\quad\) \(\, y \,\) \(\quad\) \(\, u \,\)
Select the order of the equation:
\(\quad\) \(\, 1 \,\) \(\quad\) \(\, 2 \,\) \(\quad\) \(\, 3 \,\) \(\quad\) \(\, 4 \,\)
Select the correct separable form:
\(\dfrac{du}{dy} = u^2(y-1) \) \(\quad\)
\(\dfrac{du}{dy} = u^2y \) \(\quad\)
\(\dfrac{du}{dy} = u^2(1+y) \) \(\quad\)
\(\dfrac{du}{dy} = -y \)
Select the next step following the correct answer to (c).
\(\ds\frac{1}{y+1}dy = u^2du \) \(\quad\)
\(\ds\frac{1}{u^2}du = (y+1)dy \) \(\quad\)
\(\ds\frac{1}{y}dy = u^2 du \)
Select the result after integrating correct answer to (d).
\(\ds\ln|u^2| = \frac{y^2}{2} + y + c \) \(\quad\)
\(\ds\frac{1}{u} = \frac{y^2}{2} + y + c \) \(\quad\)
\(\ds-\frac{1}{u} = \frac{y^2}{2} + y + c \)
Select the correct general solution.
\(\ds u = \left(-\frac{y^2}{2} + y + c\right)^{-1} \) \(\quad\)
\(\ds u = c + \left(-\frac{y^2}{2} + y\right)^{-1} \) \(\quad\)
\(\ds u = ce^{\large y^2 + y} \) \(\quad\)
Select the correct particular solution.
\(\ds u = \left(-\frac{y^2}{2} + y + 5\right)^{-1} \) \(\quad\)
\(\ds u = \left(-\frac{y^2}{2} + y + \frac15\right)^{-1} \) \(\quad\)
\(\ds u = 5e^{\large y^2 + y } \)
4. \(\ds y'= e^{2x} - 5x\) .
Activate
\(\text{order:}\)
\(\displaystyle \frac{dy}{dx} =\)
\(\quad\qquad\leftarrow\text{ separable form}\)
\(\phantom{\text{order:}}\)
\(\phantom{\displaystyle \frac{dy}{dx} = }\)
\(\overline{\overset{\uparrow}{f(x)}}\)
\(\overline{\overset{\uparrow}{g(y)}}\)
\(\displaystyle\int\)
\(\displaystyle dy = \int\)
\(dx\)
5. \(\dfrac{dy}{dx} = xy^2\) .
Activate
\(\text{order:}\)
\(\displaystyle \frac{dy}{dx} =\)
\(\quad\qquad\leftarrow\text{ separable form}\)
\(\phantom{\text{order:}}\)
\(\phantom{\displaystyle \frac{dy}{dx} = }\)
\(\overline{\overset{\uparrow}{f(x)}}\)
\(\overline{\overset{\uparrow}{g(y)}}\)
\(\displaystyle\int\)
\(\displaystyle dy = \int\)
\(dx\)
6. \(\ds\frac{dy}{dx} - y\cos(x) = y\) .
Activate
\(\text{order:}\)
\(\displaystyle \frac{dy}{dx} =\)
\(\quad\qquad\leftarrow\text{ separable form}\)
\(\phantom{\text{order:}}\)
\(\phantom{\displaystyle \frac{dy}{dx} = }\)
\(\overline{\overset{\uparrow}{f(x)}}\)
\(\overline{\overset{\uparrow}{g(y)}}\)
\(\displaystyle\int\)
\(\displaystyle dy = \int\)
\(dx\)
Exercises βπ» Solve the Differential Equations
Level 1.
Solve using separation of variables, if possible.
1.
\(\dfrac{dy}{dx} = y^2\) 2.
\(y^2 y' - 1 = 6x^2\) 3.
\(\dfrac{dy}{dx} = x^2y\) 4.
\(\dfrac{dy}{dx} = e^{x+y}\) 5.
\(\dfrac{dy}{dx} = \frac{x}{y}\) 6.
\(\dfrac{dy}{dx} = \cos(x) \sec(y)\) 7.
\(\dfrac{dy}{dx} = \frac{2x}{1+y^2}\) 8.
\(\dfrac{dy}{dx} = 2-y\) 9.
\(\dfrac{dy}{dx} = \frac{y-x}{y+x}\) 10.
\(\dfrac{dy}{dx} = y^2 \sec^2(x)\) 11.
\(\dfrac{dy}{dx} = \frac{1}{xy}\)
Level 2.
Solve using separation of variables, if possible.
12.
\(\dfrac{dy}{dx} = x y\) 13.
\(\dfrac{dy}{dx} = \dfrac{x^2 + 1}{y}\) 14.
\(\dfrac{dy}{dx} = \dfrac{1 - x^2}{y^2}\) 15.
\(y' - 2y = y\sin x\) 16.
\(x\frac{dv}{dx} = \dfrac{1-4v^2}{3v}\) 17.
\(\dfrac{dy}{dx} = \dfrac{4-2x}{3y^2-5}\) 18.
\(\dfrac{dy}{dx} = 6x(y-1)^{2/3}\)
Initial Value Problems.
Solve each of the following initial value problems using separation of variables, if possible.
19.
\(\dfrac{dy}{dx} = -6xy;\ y(0)=7\) 20.
\(\dfrac{dz}{dt} = 2tz^2;\ z(1) = 2\) 21.
\(\dfrac{dy}{d\theta} = y\sin\theta;\ y(\pi) = -3\) 22.
\(y' - 8x^3e^{-2y} = 0;\ y(1) = 0\)
Nested Differential Equations.
Find a non-zero function
\(\mu(x)\) that satisfies each of the following differential equations.
Hint .
For each equation, expand the derivative on the left side using the product rule. Then use algebra to find another differential equation nested within the original one.
23.
\(\ds\frac{d}{dx}\left[\mu\sin x\right] = \mu \cos x + 6 \mu \sin x\) 24.
\(\ds\frac{d}{dx}\left[\mu\ln x\right] = \frac{\mu}{x} + 2x \mu \ln x\) 25.
\(\ds\frac{d}{dx}\left[\mu y \right] = \mu \frac{dy}{dx} + 5 \mu y\quad \) (\(y\) is some function of \(x\) )
Applications.
26. Cooking TemperatureA 4-lb roast, initially at \(50^{\circ}F\text{,}\) is placed in a \(375^{\circ} F\) oven at 5:00 PM After 75 minutes it is found that the temperature \(T(t)\) of the roast is \(125^{\circ}\) F. When will the roast be \(150^{\circ}F\) (medium rate)?
You have attempted
of
activities on this page.