Separable differential equation: Difference between revisions

From Calculus
No edit summary
Line 54: Line 54:


Note that in this case, there are no additional solutions that we need to worry about.
Note that in this case, there are no additional solutions that we need to worry about.
==Examples==
Consider the differential equation:
<math>\frac{dy}{dx} = (x^2 + 1)(y^2 + 4)</math>
Note first that <math>y^2 + 4 = 0</math> has no solution, so the differential equation has no stationary functional solutions. We rearrange to get the general solution:
<math>\int \frac{dy}{y^2 + 4} = \int (x^2 + 1) \, dx</math>
Integrating, we get:
<math>\frac{1}{2} \arctan(y/2) = \frac{x^3}{3} + x + C</math>
Note that the constant <math>C</math> is only put at ''one'' place rather than separate constants for each integration, because the multiple constants can be absorbed into a single one.
The above gives a family of relational solutions. If we wish, we could convert these to functional solutions, though we need to be somewhat careful when doing so in general. In this case, a naive manipulation would give:
<math>y = 2\tan\left(2\frac{x^3}{3} + 2x + 2C \right)</math>
We do lose some information in the process (namely that <math>2\frac{x^3}{3} + 2x + 2C</math> is in the range of <math>\arctan</math>) but that information was artificial anyway so this is not an issue.

Revision as of 21:41, 30 June 2012

Definition

Form of the differential equation

The term separable is used for a first-order differential equation that, up to basic algebraic manipulation, is of the form:

Solution method and formula: general solution

It can be solved by rearranging and integrating:

It suffices to have just one freely floating additive constant in the answer because the additive constants coming from the two integrals can be merged into one.

In general, the solution to this is in the form of an implicit function rather than an explicit description of as a function of .

In addition to the above formula of general solutions, it is also possible that there exist additional solutions that are singular solutions. These are solutions of the form:

This family of solutions is usually a discrete, often finite, family of solutions.

Particular cases

Where the derivative depends only on the dependent variable

This is an example of an autonomous differential equation (usually, is replaced by the letter denoting time):

Here, we get:

Note that performing the integration expresses in terms of . We need to then do algebraic manipulation to express explicitly in terms of .

Again, we need to take care of additional solutions of the form:

Where the derivative depends only on the independent variable

This is a situation where the function depends only on :

We get:

This is a straightforward explicit functional description.

Note that in this case, there are no additional solutions that we need to worry about.

Examples

Consider the differential equation:

Note first that has no solution, so the differential equation has no stationary functional solutions. We rearrange to get the general solution:

Integrating, we get:

Note that the constant is only put at one place rather than separate constants for each integration, because the multiple constants can be absorbed into a single one.

The above gives a family of relational solutions. If we wish, we could convert these to functional solutions, though we need to be somewhat careful when doing so in general. In this case, a naive manipulation would give:

We do lose some information in the process (namely that is in the range of ) but that information was artificial anyway so this is not an issue.