The following problems go beyond the basics and require more advanced algebraic manipulations or integration techniques to solve. Each example will deepen your understanding of the separation of variables method (SOV) and its application to more complex differential equations.
Example38.
\(\ \ \) Solve the differential equations using the SOV method.
A. \(\ \ds\frac{dy}{dx} = \frac{\cos x}{y} \)
Solution1.
The equation is separable since it can be written as:
The constant \(c\) must remain inside the square root, as this separation over addition or subtraction violates the square root’s mathematical properties.
The following problems introduce initial conditions, allowing you to solve for specific solutions using the SOV method.
Example40.
\(\ \ \) Solve the initial-value problems using the SOV method.
where the \(\pm\) sign means that the general solution includes both the positive and negative square roots. However, when finding a particular solution, only one applies. In this case, the initial condition \(y(0) = -5\) indicates that \(y\) is negative when \(x = 0\text{.}\) Therefore, the particular solution must come from the form containing the negative sign. Substituting the initial condition:
Therefore, the solution to the intial-valued problem is
\begin{equation*}
z = \tan(t+\arctan(9) - 4)
\end{equation*}
In the previous examples, we were able to explicitly solve for the dependent variable in terms of the independent variable. However, in some cases, we may only be able to provide an implicit solution, as shown in the next example.
Example41.
\(\ \ \) Solve the initial-value problem using the SOV method.
Since all the \(Q\) terms are on the left and all the \(t\) terms are on the right, we can just factor out \(Q'\) on the left to separate the equation.
\begin{equation*}
Q^2 + 2e^Q = t^2 + c \text{.}
\end{equation*}
Note that there is no nice way to find \(Q\) explicitly. In these cases, it is ok to leave the general solution in this implicit form. We can still find \(c\) using initial condition. Recall, that \(Q(0) = 0\) means that when \(t = 0\text{,}\)\(Q = 0\text{.}\) Substituting these values in, we get
\begin{gather*}
0^2 + 2e^0 = 0^2 + c \\
2 = c
\end{gather*}
Therefore, the solution to the initial-valued problem is
The final example highlights some of the subtle details of combining constants and dealing with absolute values that arise when solving differential equations.
Example42.
\(\ \ \) Solve the differential equation using the SOV method.
\begin{equation*}
y = ce^{-5x^2} + \frac35
\end{equation*}
These examples demonstrate a range of techniques and complexities involved in solving separable differential equations. Depending on the form of the equation, the solution might be explicit or implicit, but the method of separation of variables remains a powerful tool for finding solutions to many types of differential equations.
Reading QuestionsCheck your Understanding
1.What is the first step to solve \(y^2 y' - 1 = 6x^2\text{,}\) using the separation of variables method?
In the equation \(y^2 y' - 1 = 6x^2\text{,}\) what is the first step to solve it using the separation of variables method?
Integrate both sides.
Incorrect. You need to separate the variables before integrating.
Isolate \(y\text{,}\) if possible.
Incorrect. You should first separate the variables.
Divide both sides by \(y^2\)
Incorrect. You should first separate the variables.
Show it is separable.
Correct! This rearrangement allows us to apply separation of variables.
2.Which of the following are valid ways to combine constants in a differential equation?
Which of the following are valid ways to combine constants in a differential equation? Select ALL that apply.
\(\ds \vphantom{\frac{y^2}{2}} y = e^{2x + c_1} \ \rightarrow\ y = c_2 e^{2x}\ \) where \(\ c_2 = e^{c_1}\)