Separation of variables

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Grimlock (talk | contribs) at 13:31, 14 October 2007 (→‎External links: + interwiki fr). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, separation of variables is any of several methods for solving ordinary and partial differential equations, in which algebra allows one to re-write an equation so that each of two variables occurs on a different side of the equation.

Ordinary differential equations (ODE)

Suppose a differential equation can be written in the form

which we can write more simply by letting :

As long as h(y) ≠ 0, we can rearrange terms to obtain:

so that the two variables x and y have been separated.

Alternative method

Some who dislike Leibniz's notation may prefer to write this as

but that fails to make it quite as obvious why this is called "separation of variables".

Integrating both sides of the equation with respect to , we have

or equivalently,

because of the substitution rule for integrals.

If one can evaluate the two integrals, one can find a solution to the differential equation. Observe that this process effectively allows us to treat the derivative as a fraction which can be separated. This allows us to solve separable differential equations more conveniently, as demonstrated in the example below.

(Note that we do not need to use two constants of integration, in equation (2) as in

because a single constant is equivalent.)

Example (I)

The ordinary differential equation

may be written as

If we let and , we can write the differential equation in the form of equation (1) above. Thus, the differential equation is separable.

As shown above, we can treat and as separate values, so that both sides of the equation may be multiplied by . Subsequently dividing both sides by , we have

At this point we have separated the variables x and y from each other, since x appears only on the right side of the equation and y only on the left.

Integrating both sides, we get

which, via partial fractions, becomes

and then

where C is the constant of integration. A bit of algebra gives a solution for y:

One may check our solution by taking the derivative with respect to x of the function we found, where B is an arbitrary constant. The result should be equal to our original problem. (One must be careful with the absolute values when solving the equation above. It turns out that the different signs of the absolute value contribute the positive and negative values for B, respectively. And the B = 0 case is contributed by the case that y = 1, as discussed below.)

Note that since we divided by and we must check to see whether the solutions and solve the differential equation (in this case they are both solutions). See also: singular solutions.

Example (II)

Population growth is often modeled by the differential equation

where is the population with respect to time , is the rate of growth, and is the carrying capacity of the environment.

Separation of variables may be used to solve this differential equation.

To evaluate the integral on the left side, we simplify the complex fraction:

Then, we decompose the fraction into partial fractions:

Thus we have

Let .

Therefore, the solution to the logistic equation is

To find , consider this step in the process of finding the solution to the differential equation:

Let and . Then we have

Partial differential equations

Given a partial differential equation of a function

of n variables, it is sometimes useful to guess solution of the form

or

which turns the partial differential equation (PDE) into a set of ODEs. Usually, each independent variable creates a separation constant that cannot be determined only from the equation itself.

When such a technique works, it is called a separable partial differential equation.

Example (I)

Suppose F(x, y, z) and the following PDE:

We shall guess

thus making the equation (1) to

(since ).

Now, since X'(x) is dependent only on x and Y'(y) is dependent only on y (so on for Z'(z)) and that the equation (1) is true for every x, y, z it is clear that each one of the term is constant. More precisely,

were the constants c1, c2, c3 satisfy

Eq. (3) is actually a set of three ODEs. In this case they are trivial and can be solved by simple integration, giving:

where the integration constant c4 is determined by initial conditions.

Example (II)

Consider the differential equation

First we seek solutions of the form

Most solutions are not of that form, but other solutions are sums of (generally infinitely many) solutions of that form.

Substituting,

Divide throughout by X(x)

and then by Y(y)

Now X′′(x)/X(x) is a function of x only, as is (Y′′(y)+λY(y))/Y(y), so there are separation constants so

which splits up into ordinary differential equations

and

which we can solve accordingly. If the equation as posed originally was a boundary value problem, one would use the given boundary values. See that article for an example which uses boundary values.

References

  • A. D. Polyanin, Handbook of Linear Partial Differential Equations for Engineers and Scientists, Chapman & Hall/CRC Press, Boca Raton, 2002. ISBN 1-58488-299-9.

External links

  • Examples of separating variables to solve PDEs.