Paul's Online Notes
Paul's Online Notes
Home / Differential Equations / First Order DE's / Substitutions
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 2.5 : Substitutions

In the previous section we looked at Bernoulli Equations and saw that in order to solve them we needed to use the substitution \(v = {y^{1 - n}}\). Upon using this substitution, we were able to convert the differential equation into a form that we could deal with (linear in this case). In this section we want to take a look at a couple of other substitutions that can be used to reduce some differential equations down to a solvable form.

The first substitution we’ll take a look at will require the differential equation to be in the form,

\[y' = F\left( {\frac{y}{x}} \right)\]

First order differential equations that can be written in this form are called homogeneous differential equations. Note that we will usually have to do some rewriting in order to put the differential equation into the proper form.

Once we have verified that the differential equation is a homogeneous differential equation and we’ve gotten it written in the proper form we will use the following substitution.

\[v\left( x \right) = \frac{y}{x}\]

We can then rewrite this as,

\[y = xv\]

and then remembering that both \(y\) and \(v\) are functions of \(x\) we can use the product rule (recall that is implicit differentiation from Calculus I) to compute,

\[y' = v + xv'\]

Under this substitution the differential equation is then,

\[\begin{align*}v + xv' & = F\left( v \right)\\ x v' & = F\left( v \right) - v\hspace{0.25in} \Rightarrow \hspace{0.25in}\frac{{dv}}{{F\left( v \right) - v}} = \frac{{dx}}{x}\end{align*}\]

As we can see with a small rewrite of the new differential equation we will have a separable differential equation after the substitution.

Let’s take a quick look at a couple of examples of this kind of substitution.

Example 1 Solve the following IVP and find the interval of validity for the solution. \[x\,y\,y' + 4{x^2} + {y^2} = 0\hspace{0.25in}y\left( 2 \right) = - 7,\hspace{0.25in}x > 0\]
Show Solution

Let’s first divide both sides by \({x^2}\) to rewrite the differential equation as follows,

\[\frac{y}{x}\,y' = - 4 - \frac{{{y^2}}}{{{x^2}}} = - 4 - {\left( {\frac{y}{x}} \right)^2}\]

Now, this is not in the officially proper form as we have listed above, but we can see that everywhere the variables are listed they show up as the ratio, \({y}/{x}\;\) and so this is really as far as we need to go. So, let’s plug the substitution into this form of the differential equation to get,

\[v\left( {v + xv'} \right) = - 4 - {v^2}\]

Next, rewrite the differential equation to get everything separated out.

\[\begin{align*}v\,x\,v' & = - 4 - 2{v^2}\\ x\,v' & = - \frac{{4 + 2{v^2}}}{v}\\ \frac{v}{{4 + 2{v^2}}}dv & = - \frac{1}{x}dx\end{align*}\]

Integrating both sides gives,

\[\frac{1}{4}\ln \left( {4 + 2{v^2}} \right) = - \ln \left( x \right) + c\]

We need to do a little rewriting using basic logarithm properties in order to be able to easily solve this for \(v\).

\[\ln {\left( {4 + 2{v^2}} \right)^{\frac{1}{4}}} = \ln {\left( x \right)^{ - 1}} + c\]

Now exponentiate both sides and do a little rewriting

\[{\left( {4 + 2{v^2}} \right)^{\frac{1}{4}}} = {{\bf{e}}^{\,\ln {{\left( x \right)}^{ - 1}} + c}} = {{\bf{e}}^c}{{\bf{e}}^{\,\ln {{\left( x \right)}^{ - 1}}}} = \frac{c}{x}\]

Note that because \(c\) is an unknown constant then so is \({{\bf{e}}^{\,c}}\) and so we may as well just call this \(c\) as we did above.

Finally, let’s solve for \(v\) and then plug the substitution back in and we’ll play a little fast and loose with constants again.

\[\begin{align*}4 + 2{v^2} & = \frac{{{c^4}}}{{{x^4}}} = \frac{c}{{{x^4}}}\\ {v^2} & = \frac{1}{2}\left( {\frac{c}{{{x^4}}} - 4} \right)\\ \frac{{{y^2}}}{{{x^2}}} & = \frac{1}{2}\left( {\frac{{c - 4{x^4}}}{{{x^4}}}} \right)\\ {y^2} & = \frac{1}{2}{x^2}\left( {\frac{{c - 4{x^4}}}{{{x^4}}}} \right) = \frac{{c - 4{x^4}}}{{2{x^2}}}\end{align*}\]

At this point it would probably be best to go ahead and apply the initial condition. Doing that gives,

\[49 = \frac{{c - 4\left( {16} \right)}}{{2\left( 4 \right)}}\hspace{0.25in} \Rightarrow \hspace{0.25in}c = 456\]

Note that we could have also converted the original initial condition into one in terms of \(v\) and then applied it upon solving the separable differential equation. In this case however, it was probably a little easier to do it in terms of \(y\) given all the logarithms in the solution to the separable differential equation.

Finally, plug in \(c\) and solve for \(y\) to get,

\[{y^2} = \frac{{228 - 2{x^4}}}{{{x^2}}}\hspace{0.25in} \Rightarrow \hspace{0.25in}y\left( x \right) = \pm \sqrt {\frac{{228 - 2{x^4}}}{{{x^2}}}} \]

The initial condition tells us that the “–” must be the correct sign and so the actual solution is,

\[y\left( x \right) = - \sqrt {\frac{{228 - 2{x^4}}}{{{x^2}}}} \]

For the interval of validity we can see that we need to avoid \(x = 0\) and because we can’t allow negative numbers under the square root we also need to require that,

\[\begin{align*}228 - 2{x^4} & \ge 0\\ {x^4} & \le 114\hspace{0.25in} \Rightarrow \hspace{0.25in} - 3.2676 \le x \le 3.2676\end{align*}\]

So, we have two possible intervals of validity,

\[ - 3.2676 \le x < 0\hspace{0.25in}0 < x \le 3.2676\]

and the initial condition tells us that it must be \(0 < x \le 3.2676\).

The graph of the solution is,

A graph with domain $0 \le x \le 4$ and range $-50 \le y \le 0$.  The starts at approximately (1/2,50) and increases sharply until approximately (1,15) and then shallows up while continuing to increase until ending at approximately (3.25,0).
Example 2 Solve the following IVP and find the interval of validity for the solution. \[x\,y' = y\left( {\ln x - \ln y} \right)\hspace{0.25in}y\left( 1 \right) = 4,\hspace{0.25in}x > 0\]
Show Solution

On the surface this differential equation looks like it won’t be homogeneous. However, with a quick logarithm property we can rewrite this as,

\[y' = \frac{y}{x}\ln \left( {\frac{x}{y}} \right)\]

In this form the differential equation is clearly homogeneous. Applying the substitution and separating gives,

\[\begin{align*}v + xv' & = v\ln \left( {\frac{1}{v}} \right)\\ xv' & = v\left( {\ln \left( {\frac{1}{v}} \right) - 1} \right)\\ \frac{{dv}}{{v\left( {\ln \left( {\frac{1}{v}} \right) - 1} \right)}} & = \frac{{dx}}{x}\end{align*}\]

Integrate both sides and do a little rewrite to get,

\[\begin{align*} - \ln \left( {\ln \left( {\frac{1}{v}} \right) - 1} \right) & = \ln x + c\\ \ln \left( {\ln \left( {\frac{1}{v}} \right) - 1} \right) & = c - \ln x\end{align*}\]

You were able to do the integral on the left right? It used the substitution \(u = \ln \left( {\frac{1}{v}} \right) - 1\).

Now, solve for \(v\) and note that we’ll need to exponentiate both sides a couple of times and play fast and loose with constants again.

\[\begin{align*}\ln \left( {\frac{1}{v}} \right) - 1 = {{\bf{e}}^{\,\ln {{\left( x \right)}^{ - 1}} + c}} & = {{\bf{e}}^c}{{\bf{e}}^{\,\ln {{\left( x \right)}^{ - 1}}}} = \frac{c}{x}\\ \ln \left( {\frac{1}{v}} \right) & = \frac{c}{x} + 1\\ \frac{1}{v} & = {{\bf{e}}^{\,\frac{c}{x} + 1}}\hspace{0.25in} \Rightarrow \hspace{0.25in}v = {{\bf{e}}^{ - \,\,\frac{c}{x}\, - \,1}}\end{align*}\]

Plugging the substitution back in and solving for \(y\) gives,

\[\frac{y}{x} = {{\bf{e}}^{ - \,\,\frac{c}{x}\, - \,1}}\hspace{0.25in} \Rightarrow \hspace{0.25in}y\left( x \right) = x{{\bf{e}}^{ - \,\,\frac{c}{x}\, - \,1}}\]

Applying the initial condition and solving for \(c\) gives,

\[4 = {{\bf{e}}^{ - \,c\, - \,1}}\hspace{0.25in} \Rightarrow \hspace{0.25in}c = - \left( {1 + \ln 4} \right)\]

The solution is then,

\[y\left( x \right) = x{{\bf{e}}^{\,\frac{{1 + \ln 4}}{x}\, - \,1}}\]

We clearly need to avoid \(x = 0\) to avoid division by zero and so with the initial condition we can see that the interval of validity is \(x > 0\).

The graph of the solution is,

A graph with domain $0 \le x \le 10$ and range $0 \le y \le 50$.  The graph starts at approximately (1/2,50) and decreases nearly vertically until approximately (1,5) and then bends sharply and moves off to the right with a slightly increase until ending at approximately (10,5).

For the next substitution we’ll take a look at we’ll need the differential equation in the form,

\[y' = G\left( {ax + by} \right)\]

In these cases, we’ll use the substitution,

\[v = ax + by\hspace{0.25in} \Rightarrow \hspace{0.25in}v' = a + by'\]

Plugging this into the differential equation gives,

\[\begin{align*}\frac{1}{b}\left( {v' - a} \right) & = G\left( v \right)\\ v' & = a + bG\left( v \right)\hspace{0.25in} \Rightarrow \hspace{0.25in}\frac{{dv}}{{a + bG\left( v \right)}} = dx\end{align*}\]

So, with this substitution we’ll be able to rewrite the original differential equation as a new separable differential equation that we can solve.

Let’s take a look at a couple of examples.

Example 3 Solve the following IVP and find the interval of validity for the solution. \[y' - {\left( {4x - y + 1} \right)^2} = 0\hspace{0.25in}y\left( 0 \right) = 2\]
Show Solution

In this case we’ll use the substitution.

\[v = 4x - y\hspace{0.25in}v' = 4 - y'\]

Note that we didn’t include the “+1” in our substitution. Usually only the \(ax + by\) part gets included in the substitution. There are times where including the extra constant may change the difficulty of the solution process, either easier or harder, however in this case it doesn’t really make much difference so we won’t include it in our substitution.

So, plugging this into the differential equation gives,

\[\begin{align*}4 - v' - {\left( {v + 1} \right)^2} & = 0\\ v' & = 4 - {\left( {v + 1} \right)^2}\\ \frac{{dv}}{{{{\left( {v + 1} \right)}^2} - 4}} & = - dx\end{align*}\]

As we’ve shown above we definitely have a separable differential equation. Also note that to help with the solution process we left a minus sign on the right side. We’ll need to integrate both sides and in order to do the integral on the left we’ll need to use partial fractions. We’ll leave it to you to fill in the missing details and given that we’ll be doing quite a bit of partial fraction work in a few chapters you should really make sure that you can do the missing details.

\[\begin{align*}\int{{\frac{{dv}}{{{v^2} + 2v - 3}}}} = \int{{\frac{{dv}}{{\left( {v + 3} \right)\left( {v - 1} \right)}}}} & = \int{{ - dx}}\\ \frac{1}{4}\int{{\frac{1}{{v - 1}} - \frac{1}{{v + 3}}dv}} & = \int{{ - dx}}\\ \frac{1}{4}\left( {\ln \left( {v - 1} \right) - \ln \left( {v + 3} \right)} \right) & = - x + c\\ \ln \left( {\frac{{v - 1}}{{v + 3}}} \right) & = c - 4x\end{align*}\]

Note that we played a little fast and loose with constants above. The next step is fairly messy but needs to be done and that is to solve for \(v\) and note that we’ll be playing fast and loose with constants again where we can get away with it and we’ll be skipping a few steps that you shouldn’t have any problem verifying.

\[\begin{align*}\frac{{v - 1}}{{v + 3}} = {{\bf{e}}^{c - 4x\,}} & = c\,{{\bf{e}}^{ - 4x\,}}\\ v - 1 & = c\,{{\bf{e}}^{ - 4x\,}}\left( {v + 3} \right)\\ v\left( {1 - c\,{{\bf{e}}^{ - 4x\,}}} \right) & = 1 + 3c\,{{\bf{e}}^{ - 4x\,}}\end{align*}\]

At this stage we should back away a bit and note that we can’t play fast and loose with constants anymore. We were able to do that in first step because the \(c\) appeared only once in the equation. At this point however, the \(c\) appears twice and so we’ve got to keep them around. If we “absorbed” the 3 into the \(c\) on the right the “new” \(c\) would be different from the \(c\) on the left because the \(c\) on the left didn’t have the 3 as well.

So, let’s solve for \(v\) and then go ahead and go back into terms of \(y\).

\[\begin{align*}v & = \frac{{1 + 3c\,{{\bf{e}}^{ - 4x\,}}}}{{1 - c\,{{\bf{e}}^{ - 4x\,}}}}\\ 4x - y & = \frac{{1 + 3c\,{{\bf{e}}^{ - 4x\,}}}}{{1 - c\,{{\bf{e}}^{ - 4x\,}}}}\\ y\left( x \right) & = 4x - \frac{{1 + 3c\,{{\bf{e}}^{ - 4x\,}}}}{{1 - c\,{{\bf{e}}^{ - 4x\,}}}}\end{align*}\]

The last step is to then apply the initial condition and solve for \(c\).

\[2 = y\left( 0 \right) = - \frac{{1 + 3c}}{{1 - c}}\hspace{0.25in} \Rightarrow \hspace{0.25in}c = - 3\]

The solution is then,

\[y\left( x \right) = 4x - \frac{{1 - 9\,{{\bf{e}}^{ - 4x\,}}}}{{1 + 3\,{{\bf{e}}^{ - 4x\,}}}}\]

Note that because exponentials exist everywhere and the denominator of the second term is always positive (because exponentials are always positive and adding a positive one onto that won’t change the fact that it’s positive) the interval of validity for this solution will be all real numbers.

Here is a graph of the solution.

A graph with domain $-5 \le x \le 5$ and range $-20 \le y \le 20$.  The graph starts at approximately (-5,18) and increases nearly linearly until ending at approximately (5,18).
Example 4 Solve the following IVP and find the interval of validity for the solution. \[y' = {{\bf{e}}^{9\,y\, - \,x}}\hspace{0.25in}y\left( 0 \right) = 0\]
Show Solution

Here is the substitution that we’ll need for this example.

\[v = 9y - x\hspace{0.25in}v' = 9y' - 1\]

Plugging this into our differential equation gives,

\[\begin{align*}\frac{1}{9}\left( {v' + 1} \right) & = {{\bf{e}}^v}\\ v' & = 9{{\bf{e}}^v} - 1\\ \frac{{dv}}{{9{{\bf{e}}^v} - 1}} & = dx\hspace{0.25in} \Rightarrow \hspace{0.25in}\frac{{{{\bf{e}}^{ - v}}\,dv}}{{9 - {{\bf{e}}^{ - v}}}} = dx\end{align*}\]

Note that we did a little rewrite on the separated portion to make the integrals go a little easier. By multiplying the numerator and denominator by \({{\bf{e}}^{ - v}}\) we can turn this into a fairly simply substitution integration problem. So, upon integrating both sides we get,

\[\ln \left( {9 - {{\bf{e}}^{ - v}}} \right) = x + c\]

Solving for \(v\) gives,

\[\begin{align*}9 - {{\bf{e}}^{ - v}} & = {{\bf{e}}^c}{{\bf{e}}^x} = c{{\bf{e}}^x}\\ {{\bf{e}}^{ - v}} & = 9 - c{{\bf{e}}^x}\\ v & = - \ln \left( {9 - c{{\bf{e}}^x}} \right)\end{align*}\]

Plugging the substitution back in and solving for \(y\) gives us,

\[y\left( x \right) = \frac{1}{9}\left( {x - \ln \left( {9 - c{{\bf{e}}^x}} \right)} \right)\]

Next, apply the initial condition and solve for \(c\).

\[0 = y\left( 0 \right) = - \frac{1}{9}\ln \left( {9 - c} \right)\hspace{0.25in} \Rightarrow \hspace{0.25in}c = 8\]

The solution is then,

\[y\left( x \right) = \frac{1}{9}\left( {x - \ln \left( {9 - 8{{\bf{e}}^x}} \right)} \right)\]

Now, for the interval of validity we need to make sure that we only take logarithms of positive numbers as we’ll need to require that,

\[9 - 8{{\bf{e}}^x} > 0\hspace{0.25in} \Rightarrow \hspace{0.25in}{{\bf{e}}^x} < \frac{9}{8}\hspace{0.25in} \Rightarrow \hspace{0.25in}x < \ln \frac{9}{8} = 0.1178\]

Here is a graph of the solution.

A graph with domain $-5 \le x \le 1$ and range $-1 \le y \le 1$.  The graph starts at approximately (-5,-0.8) and increases until reaching approximately the origin and then increases nearly vertically until ending at approximately (0.1,1).

In both this section and the previous section we’ve seen that sometimes a substitution will take a differential equation that we can’t solve and turn it into one that we can solve. This idea of substitutions is an important idea and should not be forgotten. Not every differential equation can be made easier with a substitution and there is no way to show every possible substitution but remembering that a substitution may work is a good thing to do. If you get stuck on a differential equation you may try to see if a substitution of some kind will work for you.