Skip to main content
Contents Index
Calc
Dark Mode Prev Up Next Scratch ActiveCode
\(\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 2.4 Exercises
Subsection π‘ Conceptual Quiz
Exercises Exercises
1. True or False.
(a)
In a differential equation, the dependent variable always has at least one derivative applied to it.
True
Correct! The dependent variable in a differential equation always has a derivative applied to it.
False
Incorrect. By definition, a differential equation involves derivatives of the dependent variable.
(b)
A linear term can contain the dependent variable multiplied by the independent variable.
2. Multiple Choice.
(a)
Which of the following equations is a third-order differential equation?
\(\quad \dfrac{d^3y}{dx^3} + x^2y = 0\)
Correct! The highest derivative here is the third derivative, making it a third-order differential equation.
\(\quad \dfrac{d^2y}{dx^2} + y' = \sin x\)
Incorrect. This is a second-order differential equation.
\(\quad y'' + y' + y = 0\)
Incorrect. This is a second-order differential equation.
\(\quad y' + y = x\)
Incorrect. This is a first-order differential equation.
(b)
Which term is an example of a nonlinear term?
\(\quad 3\)
Incorrect. \(3\) is linear because it is a constant.
\(\quad 3t\)
Incorrect. \(3t\) is linear because it is a function of the independent variable only.
\(\quad y^2\)
Correct! \(y^2\) is nonlinear because the dependent variable is squared.
\(\quad 2t^2 y\)
Incorrect. \(2t^2 y\) is linear because it is a function of the independent variable multiplied by the dependent variable.
(c)
Which term makes the equation
\(y''' + 3y' \sin(t) + y^2 = 0\) nonlinear?
\(y^2\)
Correct! The term \(y^2\) is nonlinear because the dependent variable \(y\) is raised to the second power.
\(3y' \sin(t)\)
Incorrect. While this term includes a function of \(t\text{,}\) it is still linear because \(y'\) appears to the first power.
\(y'''\)
Incorrect. The term \(y'''\) is linear because \(y\) and its derivatives are to the first power.
(d)
Which of the following describes an example of a
nonlinear term?
A dependent variable inside another function.
Correct! This would be an example of a nonlinear term.
A dependent variable raised to the first power.
Incorrect. This is a characteristic of a linear term.
A dependent variable multiplied by a constant.
Incorrect. This is a characteristic of a linear term.
An independent variable squared.
Incorrect. The linearity of a term only depends on the dependent variable.
3. Matching.
(a)
Consider the differential equation
\begin{equation*}
y'' + y' \cos t = 7e^y.
\end{equation*}
Drag each expression (left) to the appropriate label (right).
\(y\)
Dependent Variable
\(t\)
Independent Variable
\(y' \cos t\)
Linear Term
\(7e^y\)
Non-Linear Term
\(2\)
Order of the DE
\(1\)
Coefficient of \(y''\)
\(\cos t\)
Coefficient of \(y'\)
Subsection ποΈββοΈ Practice Drills
Exercises Exercises
1. Identify the Linear & Nonlinear Terms.
(a)
Click on all of the linear terms in the differential equation.
\(\phantom{vertical space hack - Is there a better way?}\)
\(\dfrac{d^2y}{dt^2} \) \(\ +\ \) \(t^2 y \) \(\ +\ \) \(y^2 \) \(\ -\ \) \(\sin(t) y' \) \(\ =\ \) \(3t \)
\(\phantom{vertical space hack - Is there a better way?}\)
(b)
Identify the nonlinear terms in the differential equation:
\begin{equation*}
yy'' + y^2 + \ln(y') = e^t
\end{equation*}
\(\quad yy''\)
Selected
\(\quad y^2\)
Selected
\(\quad \ln(y')\)
Selected
\(\quad e^t\)
Selected
(c)
Select the linear terms in the differential equation:
\begin{equation*}
3t^2 + y \sin(t) = t\sin(y') + e^{ty}
\end{equation*}
\(\quad 3t^2\)
Selected
\(\quad y \sin(t)\)
Selected
\(\quad t\sin(y')\)
Selected
\(\quad e^{ty}\)
Selected
(d)
Which of the following terms is linear?
\(\dfrac{1}{t}y''\)
Correct! \(\dfrac{1}{t}y''\) is linear because it is a function of the independent variable multiplied by the second derivative of the dependent variable.
\(y^3\)
Incorrect. \(y^3\) is nonlinear because the dependent variable is raised to a power other than one.
\(e^t y^2\)
Incorrect. \(e^t y^2\) is nonlinear because the dependent variable is squared.
\(y \cos(y)\)
Incorrect. \(y \cdot \cos(y)\) is nonlinear because it involves the product of the dependent variable and a function of the dependent variable.
(e)
Click on all of the nonlinear terms in the differential equation.
In this equation, \(y^3\) and \(\ln(y)\) are nonlinear terms.
\(\phantom{vertical space hack - Is there a better way?}\)
\(y^3 \) \(\ +\ \) \(e^t \dfrac{d^3y}{dt^3} \) \(\ -\ \) \(\ln(y) \) \(\ +\ \) \(t \dfrac{dy}{dt} \) \(\ +\ \) \(\dfrac{d^2y}{dt^2} \) \(\ =\ \) \(0 \)
\(\phantom{vertical space hack - Is there a better way?}\)
2. Identify the Linear & Nonlinear Differential Equations.
(a)
Identify the linearity of the differential equation
\begin{equation*}
y'' + \sin(y) = 17t \text{.}
\end{equation*}
Linear
No, this is nonlinear. Looking carefully at each term, we see:
\begin{gather*}
y'' + \sin(y) = 17t \\
\underset{\text{linear}}{\underline{(1){\color{BurntOrange} y'' }}} +
\underset{\text{nonlinear}}{\underline{\sin({\color{BurntOrange} y})}} =
\underset{\text{linear}}{\underline{17{\color{BurntOrange} t}}}
\end{gather*}
Since one term is not linear, the entire differential equation is nonlinear.
Nonlinear
Correct! This DE is nonlinear since \(\sin(y)\) is a nonlinear term.
(b)
Identify the linearity of the differential equation
\begin{equation*}
y'' + y' \cos t = 7y \text{.}
\end{equation*}
Linear
Correct! This equation is linear because each term is linear.
Nonlinear
No, this is linear. Looking carefully at each term, we see:
\begin{gather*}
y'' + y' \cos t = 7y \\
\underset{\text{linear}}{\underline{(1){\color{blue} y'' }}} +
\underset{\text{linear}}{\underline{(\cos t){\color{blue} y' }}} =
\underset{\text{linear}}{\underline{7{\color{blue} y}}}
\end{gather*}
Since every term is linear, this differential equation is linear.
(c)
Identify the linearity of the differential equation
\begin{equation*}
\dfrac{dy}{dt} + t^2 y = e^t.
\end{equation*}
Linear
Correct! Since each term is linear, the differential equation is linear.
Nonlinear
Incorrect. Each term is linear since a single dependent variable or its derivative appears to the first power and is not inside a function.
(d)
Identify the linearity of the differential equation
\begin{equation*}
\dfrac{d^2x}{dt^2} + e^x = 0 \text{.}
\end{equation*}
Linear
Incorrect. The term \(e^x\) makes this equation nonlinear, as it involves the exponential function of the dependent variable.
Nonlinear
Correct! The term \(e^x\) introduces nonlinearity into the equation, as it involves the dependent variable \(x\) inside an exponential function.
(e)
Select the linear differential equation.
\(\quad y'' + y^3 = \sin(t)\)
Incorrect. The \(y^3\) term is nonlinear, making the equation nonlinear.
\(\quad y'' + \cos(y) = 0\)
Incorrect. The \(\cos(y)\) term is nonlinear, making the equation nonlinear.
\(\quad y'' + y' + y = 0\)
Correct! All terms are linear in this equation, making it a linear differential equation.
\(\quad y' + y^2 = t\)
Incorrect. The \(y^2\) term is nonlinear, making the equation nonlinear.
(f)
Click-on all the linear differential equations.
Linear equations only involve the dependent variable and its derivatives to the first power, and they wonβt be inside nonlinear functions like sine or multiplied by each other.
\(\)
\(y'' + \sin(y) = 17t \)
\(y'' + \dfrac{y'}{t^2} + y = 17t \)
\(y'' + 3y' + 2y = 0 \)
\(\)
\(y'' + y^2 = 17t \)
\(y'' + \dfrac{y'}{t} + y = 17t \)
\(y = y' \)
\(\)
Hint .
Remember that a linear differential equation contains only linear terms. Four of these equations are linear.
(g)
Click-on all the nonlinear differential equations
Nonlinear equations often have terms where the dependent variable or its derivatives are raised to powers other than one, or are inside functions like sine, logarithms, or are multiplied by each other.
\(\)
\(\dfrac{dx}{ds} = x^2 - 4 \)
\(\dfrac{d^2u}{dz^2} - 5 \dfrac{du}{dz} + 6u = 0 \)
\(\dfrac{dp}{d\tau} + \sin(p) = \tau^2 \)
\(\)
\(\dfrac{dw}{dv} + 2vw = \cos(v) \)
\(\dfrac{dr}{d\theta} + r^3 = \theta \)
\(\dfrac{dN}{dt} = -N \)
\(\)
\(\dfrac{dm}{dq} = m^3 - q^2 \)
\(\dfrac{dz}{dt} + z\dfrac{dz}{dt} = t^3 \)
\(\dfrac{dy}{dx} = y \ln(y) \)
\(\)
Hint .
First identify the dependent variable, then carefully look at each term to determine if it is nonlinear.
Subsection βπ» Problems
Exercises Exercises
1. Determine the Dependent Variable & Order.
2. Determine the Differential Equation is Linear.
For each differential equation, identify the dependent variable and determine if it is linear.
Differential Equation
Dependent Variable?
Linear?
(a)
\(\dfrac{d^2u}{dr^2} + \dfrac{du}{dr} + u = \cos(r+u) \)
\(\ r\ \)
\(\ u\ \)
yes
no
(b)
\(x \dfrac{d^3y}{dx^3} - \left( \dfrac{dy}{dx} \right)^4 + y = 0 \)
\(\ x\ \)
\(\ y\ \)
yes
no
(c)
\(\vphantom{\dfrac11} t^5 x^{(4)} - t^3 x'' + 6x = 0 \)
\(\ x\ \)
\(\ t\ \)
yes
no
(d)
\(\dfrac{d^2x}{dy^2} = \sqrt{1 + \dfrac{dx}{dy}} \)
\(\ x\ \)
\(\ y\ \)
yes
no
(e)
\(\dfrac{d^2R}{dt^2} = -\dfrac{k}{R^2}\)
\(\ R\ \)
\(\ t\ \)
yes
no
(f)
\(\vphantom{\dfrac11} (\sin \theta)y''' - (\cos \theta)y' = 2\)
\(\ \theta\ \)
\(\ y\ \)
yes
no
\(\phantom{Extra Vertical Space}\)
3. Classify Each Differential Equation.
For each differential equation, determine the following:
the variable that you are solving for,
the order of the differential equation,
the linear terms, and
the linearity of the equation.
(a) \(\quad \dfrac{d^2u}{dr^2} + \dfrac{du}{dr} + u = \cos(r)\) .
Select the Correct Answer
(a)
Solves for:
\(r\) \(\quad\) \(u\)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\dfrac{d^2u}{dr^2}\) \(\quad\) \(\dfrac{du}{dr}\) \(\quad\) \(u\) \(\quad\) \(\cos(r)\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(b) \(\quad (1 - x)y'' - 4xy' + 5y = \cos x\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ y\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\((1 - x)y''\) \(\quad\) \(-4xy'\) \(\quad\) \(5y\) \(\quad\) \(\cos x\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(c) \(\quad x \dfrac{d^3y}{dx^3} - \left( \dfrac{dy}{dx} \right)^4 + y = 0\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ y\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(x \dfrac{d^3y}{dx^3}\) \(\quad\) \(-\left( \dfrac{dy}{dx} \right)^4\) \(\quad\) \(y\) \(\quad\) \(0\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(d) \(\quad t^5 y^{(4)} - t^3 y'' = 6y\) .
Select the Correct Answer
(a)
Solves for:
\(\ t\ \) \(\quad\) \(\ y\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(t^5 y^{(4)}\) \(\quad\) \(t^3 y''\) \(\quad\) \(6y\) \(\quad\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(e) \(\quad \dfrac{d^2x}{dr^2} = \sqrt{1 + \left( \dfrac{dx}{dr} \right)^2}\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ r\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\dfrac{d^2x}{dr^2}\) \(\quad\) \(\sqrt{1 + \left( \dfrac{dx}{dr} \right)^2}\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(f) \(\quad \dfrac{d^2R}{dt^2} = -\dfrac{k}{R}\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ R\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\dfrac{d^2R}{dt^2}\) \(\quad\) \(-\dfrac{k}{R}\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(g) \(\quad (\sin \theta)y''' - (\cos \theta)y' = 2\) .
Select the Correct Answer
(a)
Solves for:
\(\ y\ \) \(\quad\) \(\ \theta\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\sin \theta y'''\) \(\quad\) \(-\cos \theta y'\) \(\quad\) \(2\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(h) \(\quad y\dfrac{dy}{dx} + 4y = x^6e^x\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ y\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(y\dfrac{dy}{dx}\) \(\quad\) \(4y\) \(\quad\) \(x^6e^x\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(i) \(\quad \sin(x)\dfrac{dy}{dx} + 3y = 0\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ y\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\sin(x)\dfrac{dy}{dx}\) \(\quad\) \(3y\) \(\quad\) \(0\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(j) \(\quad \dfrac{dP}{dt}+2tP = P + 4t -2\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ P\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(\dfrac{dP}{dt}\) \(\quad\) \(2tP\) \(\quad\) \(P\) \(\quad\) \(4t-2\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(k) \(\quad x''' = x^2 - 3x'\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ u\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(x^2\) \(\quad\) \(-3x'\) \(\quad\) \(x'''\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
(l) \(\quad r''' + p^2 r^{(5)} = r\ln(p)\) .
Select the Correct Answer
(a)
Solves for:
\(\ x\ \) \(\quad\) \(\ r\ \)
(b)
Order:
1st \(\quad\) 2nd \(\quad\) 3rd \(\quad\) 4th \(\quad\) 5th
(c)
Linear terms:
\(r\ln(p)\) \(\quad\) \(p^2 r^{(5)}\) \(\quad\) \(r'''\)
(d)
Linearity:
Linear \(\quad\) Nonlinear
4. Determine the Linearity of Each Term.
Determine the linearity of each term in the differential equation:
\begin{equation*}
e^{t}y^{(7)} + (t+1)y'y''' - t \ln y'' - y' \sin t - \tan y + \dfrac{4}{y} = \dfrac{3}{t}\text{.}
\end{equation*}
Answer .
Linear:
\(e^{t}y^{(7)}\text{,}\) \(-y'\sin t\text{,}\) and
\(\dfrac{3}{t}\text{.}\) Nonlinear:
\((t+1)y'y'''\text{,}\) \(-t\ln y''\text{,}\) \(-\tan y\text{,}\) and
\(\dfrac{4}{y}\text{.}\)