Separation of variables

Separation of variables

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

Contents

Ordinary differential equations (ODE)

Suppose a differential equation can be written in the form

\frac{d}{dx} f(x) = g(x)h(f(x)),\qquad\qquad (1)

which we can write more simply by letting y = f(x):

\frac{dy}{dx}=g(x)h(y).

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

{dy \over h(y)} = {g(x)dx},

so that the two variables x and y have been separated. dx (and dy) can be viewed, at a simple level, as just a convenient notation, which provides a handy mnemonic aid for assisting with manipulations. A formal definition of dx as a differential (infinitesimal) is somewhat advanced.

Alternative notation

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

\frac{1}{h(y)} \frac{dy}{dx} = g(x),

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 x, we have

\int \frac{1}{h(y)} \frac{dy}{dx} \, dx = \int g(x) \, dx, \qquad\qquad (2)

or equivalently,

\int \frac{1}{h(y)} \, dy = \int g(x) \, dx

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 \frac{dy}{dx} 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

\int \frac{1}{h(y)} \, dy + C_1 = \int g(x) \, dx + C_2,

because a single constant C = C2C1 is equivalent.)

Example (I)

The ordinary differential equation

\frac{d}{dx}f(x)=f(x)(1-f(x))

may be written as

\frac{dy}{dx}=y(1-y).

If we let g(x) = 1 and h(y) = y(1 − y), 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 dy and dx as separate values, so that both sides of the equation may be multiplied by dx. Subsequently dividing both sides by y(1 − y), we have

\frac{dy}{y(1-y)}=dx.

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

\int\frac{dy}{y(1-y)}=\int dx,

which, via partial fractions, becomes

\int\frac{1}{y} \, dy + \int\frac{1}{1-y}\,dy=\int 1 \, dx,

and then

ln  | y | − ln  | 1 − y | = x + C

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

y=\frac{1}{1+Be^{-x}}.

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 y and (1 − y) we must check to see whether the solutions y(x) = 0 and y(x) = 1 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

\frac{dP}{dt}=kP\left(1-\frac{P}{K}\right)

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

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

\frac{dP}{dt}=kP\left(1-\frac{P}{K}\right)
\int\frac{dP}{P\left(1-\frac{P}{K}\right)}=\int k\,dt

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

\frac{1}{P\left(1-\frac{P}{K}\right)}=\frac{K}{P\left(K-P\right)}

and then, we decompose the fraction into partial fractions

\frac{K}{P\left(K-P\right)}=\frac{1}{P}+\frac{1}{K-P}

Thus we have

\int\left(\frac{1}{P}+\frac{1}{K-P}\right)\,dP=\int k\,dt

\ln\begin{vmatrix}P\end{vmatrix}-\ln\begin{vmatrix}K-P\end{vmatrix}=kt+C

\ln\begin{vmatrix}K-P\end{vmatrix}-\ln\begin{vmatrix}P\end{vmatrix}=-kt-C

\ln\begin{vmatrix}\cfrac{K-P}{P}\end{vmatrix}=-kt-C

\begin{vmatrix}\cfrac{K-P}{P}\end{vmatrix}=e^{-kt-C}

\begin{vmatrix}\cfrac{K-P}{P}\end{vmatrix}=e^{-C}e^{-kt}

\frac{K-P}{P}=\pm e^{-C}e^{-kt}

Let A=\pm e^{-C}.

\frac{K-P}{P}=Ae^{-kt}

\frac{K}{P}-1=Ae^{-kt}

\frac{K}{P}=1+Ae^{-kt}

\frac{P}{K}=\frac{1}{1+Ae^{-kt}}

P=\frac{K}{1+Ae^{-kt}}

Therefore, the solution to the logistic equation is

P\left(t\right)=\frac{K}{1+Ae^{-kt}}

To find A, let t = 0 and P\left(0\right)=P_0. Then we have

P_0=\frac{K}{1+Ae^0}

Noting that e0 = 1, and solving for A we get

A=\frac{K-P_0}{P_0}

Partial differential equations

The method of separation of variables are also used to solve a wide range of linear partial differential equations with boundary and initial conditions, such as heat equation, wave equation, Laplace equation and Helmholtz equation.

Homogeneous case

Consider the one-dimensional heat equation.The equation is

\frac{\partial u}{\partial t}-\alpha\frac{\partial^{2}u}{\partial x^{2}}=0

 

 

 

 

(1)

The boundary condition is homogeneous, that is

u\big|_{x=0}=u\big|_{x=L}=0

 

 

 

 

(2)

Let us attempt to find a solution which is not identically zero satisfying the boundary conditions but with the following property: u is a product in which the dependence of u on x, t is separated, that is:

u(x,t) = X(x)T(t).

 

 

 

 

(3)

Substituting u back into equation,

\frac{T'(t)}{\alpha T(t)} = \frac{X''(x)}{X(x)}.

 

 

 

 

(4)

Since the right hand side depends only on x and the left hand side only on t, both sides are equal to some constant value − λ. Thus:

T'(t) = − λαT(t),

 

 

 

 

(5)

and

X''(x) = − λX(x).

 

 

 

 

(6)

− λ here is the eigenvalue for both differential operators, and T(t) and X(x) are corresponding eigenfunctions.

We will now show that solutions for X(x) for values of λ ≤ 0 cannot occur:

Suppose that λ < 0. Then there exist real numbers B, C such that

X(x) = B e^{\sqrt{-\lambda} \, x} + C e^{-\sqrt{-\lambda} \, x}.

From (2) we get

X(0) = 0 = X(L),

 

 

 

 

(7)

and therefore B = 0 = C which implies u is identically 0.

Suppose that λ = 0. Then there exist real numbers B, C such that

X(x) = Bx + C.

From (7) we conclude in the same manner as in 1 that u is identically 0.

Therefore, it must be the case that λ > 0. Then there exist real numbers A, B, C such that

T(t) = Ae − λαt,

and

X(x) = B \sin(\sqrt{\lambda} \, x) + C \cos(\sqrt{\lambda} \, x).

From (7) we get C = 0 and that for some positive integer n,

\sqrt{\lambda} = n \frac{\pi}{L}.

This solves the heat equation in the special case that the dependence of u has the special form of (3).

In general, the sum of solutions to (1) which satisfy the boundary conditions (2) also satisfies (1) and (3). Hence a complete solution can be given as

u(x,t) = \sum_{n = 1}^{\infty} D_n \sin \frac{n\pi x}{L} \exp\left(-\frac{n^2 \pi^2 \alpha t}{L^2}\right),

where Dn are coefficients determined by initial condition.

Given the initial condition

u\big|_{t=0}=f(x),

we can get

f(x) = \sum_{n = 1}^{\infty} D_n \sin \frac{n\pi x}{L}.

This is the sine series expansion of f(x). Multiplying both sides with \sin \frac{n\pi x}{L} and integrating over [0,L] result in

D_n = \frac{2}{L} \int_0^L f(x) \sin \frac{n\pi x}{L} \, dx.

This method requires that the eigenfunctions of x, here \left\{\sin \frac{n\pi x}{L}\right\}_{n=1}^{\infty}, are orthogonal and complete. In general this is guaranteed by Sturm-Liouville theory.

Nonhomogeneous case

Suppose the equation is nonhomogeneous,

\frac{\partial u}{\partial t}-\alpha\frac{\partial^{2}u}{\partial x^{2}}=h(x,t)

 

 

 

 

(8)

with the boundary condition the same as (2).

Expand h(x,t) ,u(x,t) and f(x,t) into

h(x,t)=\sum_{n=1}^{\infty}h_{n}(t)\sin\frac{n\pi x}{L},

 

 

 

 

(9)

u(x,t)=\sum_{n=1}^{\infty}u_{n}(t)\sin\frac{n\pi x}{L},

 

 

 

 

(10)

f(x)=\sum_{n=1}^{\infty}b_{n}\sin\frac{n\pi x}{L},

 

 

 

 

(11)

where hn(t) and bn can be calculated by integration, while un(t) is to be determined.

Substitute (9) and (10) back to (8) and considering the orthogonality of sine functions we get

u'_{n}(t)+\alpha\frac{n^{2}\pi^{2}}{L^{2}}u_{n}(t)=h_{n}(t),

which are a sequence of linear differential equations that can be readily solved with, for instance, Laplace transform,or Integrating factor. Finally, we can get

u_{n}(t)=e^{-\alpha\frac{n^{2}\pi^{2}}{L^{2}}} \left (b_{n}+\int_{0}^{L}h_{n}(s)e^{\alpha\frac{n^{2}\pi^{2}}{L^{2}} s} \, ds \right).

If the boundary condition is nonhomogeneous, then the expansion of (9) and (10) is no longer valid. One has to find a function v that satisfies the boundary condition only, and subtract it from u. The function u-v then satisfies homogeneous boundary condition, and can be solved with the above method.

In orthogonal curvilinear coordinates, separation of variables can still be used, but in some details different from that in Cartesian coordinates. For instance, regularity or periodic condition may determine the eigenvalues in place of boundary conditions. See spherical harmonics for example.

Matrices

The matrix form of the separation of variables is the Kronecker sum.

As an example we consider the 2D discrete Laplacian on a regular grid:

L = \mathbf{D_{xx}}\oplus\mathbf{D_{yy}}=\mathbf{D_{xx}}\otimes\mathbf{I}+\mathbf{I}\otimes\mathbf{D_{yy}}, \,

where \mathbf{D_{xx}} and \mathbf{D_{yy}} are 1D discrete Laplacians in the x- and y-directions, correspondingly, and \mathbf{I} are the identities of appropriate sizes. See the main article Kronecker sum of discrete Laplacians for details.

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Separation des variables — Séparation des variables En mathématiques, la séparation des variables constitue l une des méthodes de résolution des équations différentielles partielles et ordinaires, dont l algèbre permet de réécrire l équation de sorte chacune des deux… …   Wikipédia en Français

  • Séparation de variables — Séparation des variables En mathématiques, la séparation des variables constitue l une des méthodes de résolution des équations différentielles partielles et ordinaires, dont l algèbre permet de réécrire l équation de sorte chacune des deux… …   Wikipédia en Français

  • Séparation des variables — En mathématiques, la séparation des variables constitue l une des méthodes de résolution des équations différentielles partielles et ordinaires, lorsque l algèbre permet de réécrire l équation de sorte que chacune des deux variables apparaisse… …   Wikipédia en Français

  • separation of variables — kintamųjų atskyrimas statusas T sritis fizika atitikmenys: angl. separation of variables vok. Separierung der Variablen, f; Variablentrennung, f rus. разделение переменных, n pranc. séparation des variables, f …   Fizikos terminų žodynas

  • séparation des variables — kintamųjų atskyrimas statusas T sritis fizika atitikmenys: angl. separation of variables vok. Separierung der Variablen, f; Variablentrennung, f rus. разделение переменных, n pranc. séparation des variables, f …   Fizikos terminų žodynas

  • separation of variables — Math. 1. a grouping of the terms of an ordinary differential equation so that associated with each differential is a factor consisting entirely of functions of the independent variable appearing in the differential. 2. a process of finding a… …   Universalium

  • separation of variables — a regrouping of the terms of a differential equation so that each differential has as a factor a function of the corresponding independent variable * * * Math. 1. a grouping of the terms of an ordinary differential equation so that associated… …   Useful english dictionary

  • method of separation of variables — kintamųjų atskyrimo metodas statusas T sritis fizika atitikmenys: angl. method of separation of variables vok. Veränderlichentrennmethode, f; Veränderlichentrennungsmethode, f rus. метод разделения переменных, m pranc. méthode de séparation des… …   Fizikos terminų žodynas

  • méthode de séparation des variables — kintamųjų atskyrimo metodas statusas T sritis fizika atitikmenys: angl. method of separation of variables vok. Veränderlichentrennmethode, f; Veränderlichentrennungsmethode, f rus. метод разделения переменных, m pranc. méthode de séparation des… …   Fizikos terminų žodynas

  • method of incomplete separation of variables — nevisiško kintamųjų atskyrimo metodas statusas T sritis fizika atitikmenys: angl. method of incomplete separation of variables vok. unvollständige Veränderlichentrennmethode, f; unvollständige Veränderlichentrennungsmethode, f rus. метод… …   Fizikos terminų žodynas

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”