Differential Equations/Substitution 1
As we saw in a previous example, sometimes even though an equation isn't separable in its original form, it can be factored into a form where it is. Another way you can turn non-separable equations into separable ones is to use substitution methods.
General substitution procedure
All substitution methods use the same general procedure:
- Take a term of the equation and replace it with a variable v. The new variable must replace all instances of the variable y.
- Solve for in terms of and . To do this, take the equation where is the term you replaced and take its derivative.
- Plug in and solve for .
- Plug into the original term replaced, and solve for .
Constant coefficient substitution
Lets say we have an equation with a term f(x)=ay+bx+c, such as
This is non-separable. But we can sometimes solve these equations by replacing the term with v.
First, we define v(x,y) and find v'(x,y,y').
Next, we solve for y'(x,v,v'):
Now plug into the original equation, and get it into the form
Solve for v:
Once you have v(x), plug back into the definition of v(x) to get y(x).
I highly suggest you do not memorize these equation, and instead remember the method of solving the problem. The final equation is rather obscure and easy to forget, but if you know the method you can always solve it. It will also help you use other substitution methods.
Example 1
Lets replace the quantity being raised to a power with v.
Now lets find v'.
Solve for y'
Plug in for y and y':
Now we solve for v, using the methods we learned in Separable Variables:
Now that we have v(x), plug back in and find y(x).
"Homogeneous" substitution
If we're given an equation in the form , we can replace with v to make it easier to solve. Confusingly, this kind of DE can be called homogeneous, but it does not mean the same as the definition of homogeneous in Form of a Differential Equation.
Now we need to find v':
Plug back into the original equation
- Solve for v(x), then plug into the equation of v to get y
Again, don't memorize the equation. Remember the general method, and apply it.
Example 2
Let's use . Solve for y'(x,v,v')
Now plug into the original equation
Solve for v
Plug into the definition of v to get y.
We leave it in form, since solving for y would lose information.
Example 3
Lets use again. Solve for
Now plug into the original equation
Solve for v:
Use the definition of v to solve for y.
Other methods
These are not the only possible substitution methods, just some of the more common ones. Substitution methods are a general way to simplify complex differential equations. If you ever come up with a differential equation you can't solve, you can sometimes crack it by finding a substitution and plugging in. Just look for something that simplifies the equation. Remember that between v and v' you must eliminate the y in the equation.
Example 4
This equation isn't seperable, and none of the methods we previously used will quite work. Let's use a custom substitution of v=y2+x-1. Solve for v':
Plug into the original equation
Solve for v
Now plug in and get y
Pretty easy after using that substitution. Keep this method in mind, you will use this for more complex equations.