Skip to main content
Logo image

Section 4.3 Exercises

Subsection πŸ’‘ Conceptual Quiz

Exercises Exercises

1. True or False.
(a) True-or-False.
We can solve
\begin{equation*} \dfrac{dy}{dx} = x^3 - 7 \end{equation*}
for \(y\) by differentiating both sides with respect to \(x\text{.}\)
  • True
  • Incorrect, taking a derivative of both sides will result in a second derivative on the left side of the equation.
  • False
  • Correct! We should integrate both sides to solve for \(y\text{,}\) not differentiate.
(b) True-or-False.
Solving for \(y\) in the equation
\begin{equation*} \dfrac{dy}{dx} = \ln(3x+1) \end{equation*}
amounts to finding the antiderivative of \(\ln(3x+1)\text{.}\)
  • True
  • Correct, integrating both sides gives
    \begin{equation*} y = \int \ln(3x+1)\ dx \quad \leftarrow \text{antiderivative of } \ln(3x+1)\text{.} \end{equation*}
  • False
  • Incorrect.
(c) True-or-False.
Combining constants is a common practice in differential equations.
  • True
  • Correct!
  • False
  • Incorrect, revisit the examples above.
(d) True-or-False.
    Solving a differential equation by direct integration involves computing a derivative.
  • True.

  • Direct integration involves integrating both sides of the equation, not computing a derivative.
  • False.

  • Direct integration involves integrating both sides of the equation, not computing a derivative.
(e) True-or-False.
Direct integration could be used to solve the equation
\begin{equation*} \dfrac{d}{dx}\left[y^2 + x^3\right] = \sqrt{x}\text{.} \end{equation*}
  • True
  • Correct!
  • False
  • Incorrect. This equation is in the form (0).
2. Multiple Choice.
(a) Select-the-Best-Answer.
How could you solve for \(y\) in the equation
\begin{equation*} \frac12\dfrac{dy}{dx} - \tan(2x) = x\text{?} \end{equation*}
  • Differentiating both sides with respect to \(x\text{.}\)
  • Incorrect, differentiating both sides only puts another derivative on \(\dfrac{dy}{dx}\text{.}\)
  • Isolate \(\dfrac{dy}{dx}\) and integrate both sides with respect to \(x\text{.}\)
  • Correct!
  • Isolate \(\dfrac{dy}{dx}\) and integrate both sides with respect to \(y\text{.}\)
  • Incorrect, the integration is not with respect to \(y\text{.}\)
  • Find the antiderivative of \(\tan(2x)\text{.}\)
  • Incorrect, the solution is the antiderivative of \(2\tan(2x) + 2x\text{,}\) not just \(\tan(2x)\text{.}\)
(b) Select-the-Best-Answer.
The solution to the differential equation
\begin{equation*} \frac13 y' - 7x + x^2 = 1 \end{equation*}
is the antiderivative of which function?
  • \(\quad y\)
  • Incorrect. \(y\) is the solution to the differential equation.
  • \(\quad 21x - 3x^2 + 1\)
  • Incorrect, perhaps check your algebra.
  • \(\quad 7x - x^2 - 1\)
  • Incorrect, perhaps check your algebra.
  • \(\quad 21x - 3x^2 + 3\)
  • Correct! Isolating \(y'\) gives
    \begin{equation*} y' = 21x - 3x^2 + 3\text{,} \end{equation*}
    so the solution is the antiderivative of \(21x - 3x^2 + 3\text{.}\)
(c) Select-the-Best-Answer.
Give the reason direct integration cannot be applied to the equation
\begin{equation*} \dfrac{d}{dx}\left[\dfrac{x}{y^2}\right] = \sin(x+y)\text{.} \end{equation*}
  • There is a fraction in the derivative.
  • The expression in the derivative can be any function of \(x\) and \(y\text{.}\)
  • The \(y\) term is squared.
  • Incorrect, direct integration can handle this.
  • There is a sine term on the right side of the equation.
  • Incorrect, the sine is not the issue here.
  • The right-hand side contains \(y\text{.}\)
  • Correct! Direct integration is valid only when the right-hand side depends only on the independent variable, in this case \(x\text{.}\)
(d) Select-the-Best-Answer.
In the differential equation
\begin{equation*} \dfrac{d}{dx}\left[5x \cdot y\right] = \dfrac{1}{x^2}\text{,} \end{equation*}
what is the first step in solving for \(y\text{?}\)
  • Release \(y\) by integrating both sides with respect to \(x\text{.}\)
  • Correct! Integrating both sides is the first step in solving for \(y\text{.}\)
  • Release \(x\) and \(y\) by integrating both sides with respect to \(y\text{.}\)
  • Incorrect. Integrating both sides with respect to \(y\) would not eliminate the derivative since the derivative is with respect to \(x\text{.}\)
  • Compute the derivative of \(5x \cdot y\) using the product rule.
  • Incorrect. This would actually make the equation more complicated.
  • Isolate \(x\text{.}\)
  • Incorrect. This would not help solve for \(y\text{.}\)
3. Short-Answer Questions.
(a)
Attempt to apply direct integration to the differential equation
\begin{equation*} \dfrac{dy}{dx} = x + y\text{.} \end{equation*}
Get to the point where it becomes clear that you cannot solve for \(y\) directly. What is the obstacle?
Solution 1. (a)
  1. To be a solution to the equation, \(x = 3\) must satisfy the equation. That is, when we substitute \(x = 3\) into the equation, the result simplifies to a true statement.
  2. Substituting \(x = 3\) into the equation, we get
    \begin{align*} \os{\text{LHS}}{\overline{2x^2 + 3}} \amp = \os{\text{RHS}}{\overline{7x}} \\ 2(3)^2 + 3 \amp = 7(3) \\ 21 \amp = 21 \quadβœ… \end{align*}
    Since \(21=21\) is an undeniably true statement, we have confirmed that \(x = 3\) is a solution to the equation.
  3. Substituting \(x = 4\) into the equation, we get
    \begin{align*} \os{\text{LHS}}{\overline{2x^2 + 3}} \amp = \os{\text{RHS}}{\overline{7x}} \\ 2(4)^2 + 3 \amp = 7(4) \\ 35 \amp = 28 \quad❌ \end{align*}
    Since \(35\ne28\) is not true, so \(x = 4\) is not a solution to the equation.
  4. The process of verifying solutions to differential equations is exactly the same. However, with differential equations, we have to be more careful about confirming a β€œtrue statement”. With numbers, it is easy to see if \(21=21\) is true, but with functions, its a bit more tricky. We have to be sure that the functions are equal for all values of \(x\) (or the independent variable). For example, the statement
    \begin{equation*} e^x + \sin^2 x + \cos^2 x = e^x + 1 \end{equation*}
    is true since \(\sin^2 x + \cos^2 x = 1\text{.}\) In contrast, the statement
    \begin{equation*} e^x + \sin x + \cos x = e^x + 1 \end{equation*}
    is not true since \(\sin x + \cos x \ne 1\) for all values of \(x\text{.}\) It only takes one value of \(x\) to make the statement false. Let’s try a few values of \(x\) to see this.
    \begin{equation*} x = 0: \end{equation*}
    \begin{align*} e^0 + \sin 0 + \cos 0 \amp = 1 + 1 \\ 2 \amp = 2 \quadβœ… \end{align*}
    \begin{equation*} x = \dfrac{\pi}{2}: \end{equation*}
    \begin{align*} e^{\pi/2} + \sin \dfrac{\pi}{2} + \cos \dfrac{\pi}{2} \amp = e^{\pi/2} + 1 \\ e^{\pi/2} + 1 \amp = e^{\pi/2} + 1 \quadβœ… \end{align*}
    \begin{equation*} x = \pi: \end{equation*}
    \begin{align*} e^{\pi} + \sin \pi + \cos \pi \amp = e^{\pi} + 1 \\ e^{\pi} - 1 \ne\amp\ e^{\pi} + 1 \quad❌ \end{align*}
    The fact that the statement is not true for \(x = \pi\) is enough to show that this is not a true statement and would not correspond to a solution to a differential equation.
Solution 2. (b)
A general solution represents the form of all possible solutions to a differential equation, typically with one or more arbitrary constants. A family of solutions is an infinite set of solutions, one for each possible combination of constant values in the general solution. A particular solution is a single solution to a differential equation that satisfies the differential equation for specific values of the constants.
Solution 3. (c)
The initial condition(s) specify one or more points that the graph of the solution must pass through. This often allows one to solve for the constants in the general solution. Therefore, the initial condition(s) act to reduce the family of solutions down to a smaller set of solutions or, ideally, a single particular solution.
Solution 4. (d)
Integrating both sides gives
\begin{align*} \int \dfrac{dy}{dx}\ dx \amp = \int\left(x + y\right)\ dx \\ y + C_1 \amp = \int x\ dx + \int y\ dx \\ y + C_1 \amp = \frac12 x^2 + C_2 + \int y\ dx \\ y - \int y\ dx \amp = \frac12 x^2 + C_2 - C_1 \end{align*}
Without knowing \(y\text{,}\) we cannot simplify \(\int y\ dx\text{.}\) The obstacle is that we cannot combine these \(y\) variables into a single \(y\) on the left-hand side.

Subsection πŸ‹οΈβ€β™‚οΈ Practice Drills

Exercises Exercises

Select the Solutions.
For each differential equation, select the functions that are solutions to that equation.
1. \(y''-9y = 0\).
Answer.
a. No
b. Yes
c. Yes
d. No
e. No
f. No
g. Yes
h. Yes
i. Yes
2. \(y'' - 10y' + 25y = 0\).
Answer.
a. Yes
b. No
c. Yes
d. No
e. Yes
f. Yes
g. No
h. No
i. Yes
Find the Hidden Right-Hand Side.
For each given \(y(t)\text{,}\) assume it is a solution to the differential equation with a hidden right side. Give the function that must be on the right for \(y\) to be a solution to the equation.

Subsection ✍🏻 Problems

Exercises Exercises

General Solution.
Find the general solution for each of the following differential equations. Combine constants where appropriate.
Particular Solution.
Find the particular solution for each of the following differential equations with the given initial condition.
18. πŸ•ΈοΈ Compute the General Solution.
Given the differential equation
\begin{equation*} y'= e^{2t} - 4t \end{equation*}
Find the general solution.
Press Activate to submit your answer.
\(y(t) =\)
Don’t forget the constant of integration. Do not use scripts on the constant (e.g., \(c_2\)).
Answer.
\(0.5e^{2t}-2t^{2}+C\)
19. Solve the Equation.
Solve the initial-value problem
\begin{equation*} 2y' - 4\sin x = 2, \quad y(0) = 5 \text{.} \end{equation*}
Answer.
\(y = x - 2 \cos x + 7\)

Exercises Preview of a Future Method

At this point, you should be comfortable solving an equation such as
\begin{equation*} \left[x^7 y \right]^{\prime} = e^x\text{.} \end{equation*}
The problem is that most equations do not start in this form. Instead, they start in another form and, after some algebra, are put into this convenient form and solved. The process of rewriting an equation in this way forms the basis of another technique, the integrating factor method. The question we want to answer here is β€œwhat type of equations can be written in this form?”
1. Give the equation that can be rewritten in the form \(\ds\left[x^7 y \right]^{\prime} = e^x\).
Rewrite and Solve.
For each equation below, complete the following:
  1. Use the product rule to rewrite each differential equation in the form
    \begin{equation*} y^{\prime} + P(x) y = Q(x)\text{.} \end{equation*}
  2. Solve the equation.