So far we have seen how to solve first order differential equations when they are linear. If the equation is not directly integrable, we can multiply both sides by an integrating factor in order to write
the equation in a form that can be directly integrated.
Non-linear equations are more complicated. In fact, not all nonlinear equations have an analytical solution. By this I mean that it is not always possible to find an expression for the state variable in terms of the independent variable . This doesn't mean a solution doesn't exist. There is often still a solution to the differential equation, we just aren't able to find it.
For example, the equation doesn't have a solution that we can express interms of elementary functions. However, we can still find an numerical approximation for solutions, which will be the topic of this week's lab.
There are a few categories of first order differential equations that we can solve. One example of these equations are separable differential equations.
Definition: A first order differential equation for is separable if it can be written in the form for some function and .
Example: The differential equation is separable with and
Practice: Which of the following differential equations are separable?
-
As long as , we can solve separable equations by rewriting them as
and integrating with respect to . By making the substitution , we get
As long as we are able to evaluate both integrals, we can find a family of solutions.
Example: Find a solution to the initial value problem:
Solution: This is a separable equation with and Therefore,
Which is defined and differentiable for in the interval
Example: Find a one parameter family of solutions to
This is a separable equation with and By separating, and integrating we get
Canceling the s on the left hand side, and evaluating the right hand side leaves us with
To solve the integral on the right hand side, we will want to re-write the integrand using a partial fraction decomposition. I.e.
we want to write for some constants and . These constants can be found by
multiplying through by , and then collecting like terms in :
In order for this to be true for all values of , the constant terms on the left must match the constant terms on the right, and the likewise for the terms. Therefore, we have
, , and
Going back to our differential equation, we have
Solving for gives
Which is a defined and differentiable for all
Exercises
Find a one parameter family of solutions for each differential equation
-