Science Fair Project Encyclopedia
Separation of variables
In mathematics, separation of variables is any of several methods of solving ordinary and partial differential equations.
| Contents |
Ordinary differential equations (ODE)
Occasionally a differential equation allows a separation of variables, which we here exemplify rather than define. The differential equation
may be written as
Pretend that dy and dx are numbers, so that both sides of the equation may be multiplied by dx. Also divide both sides by y(1 − y). We get
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
- logey - loge(1 - y) = x + C.
A bit of algebra gives a solution for y:
One may check that if B is any positive constant, this function satisfies the differential equation.
This process also exemplifies the utility of the Leibniz notation, in which dy and dx are thought of as infinitely small increments of y and x respectively.
Note that once dividing in (1 − y) and (y − 0) one must check if the solutions y(x) = 0 and y(x) = 1 solve the differential equation. See also: singular solutions.
Partial differential equations
Given a partial differential equation of a function
- F(x1,x2,...,xn)
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.
Example (I)
Suppose F(x,y,z) and the following PDE:
-
(1)
We shall guess
- F(x,y,z) = X(x) + Y(y) + Z(z) (2)
thus making the equation (1) to
(since
).
Now, since X'(x) is dependent only at x and Y'(y) is dependent only at 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,
(3)
were the constants c1, c2, c3 satisfy
- c1 + c2 + c3 = 0 (4)
Eq (3) is actually a set of three ODEs. In this case they are trivial and can be solved by simple integration, giving:
- F(x,y,z) = c1x + c2y + c3z + c4 (5)
where the integration constant c4 is determined by initial conditions.
Example (II)
Consider the differential equation
We suppose the solution is of the 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.
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


