Method of dominant balance

Last updated

In mathematics, the method of dominant balance approximates the solution to an equation by solving a simplified form of the equation containing 2 or more of the equation's terms that most influence (dominate) the solution and excluding terms contributing only small modifications to this approximate solution. Following an initial solution, iteration of the procedure may generate additional terms of an asymptotic expansion providing a more accurate solution. [1] [2]

Contents

An early example of the dominant balance method is the Newton polygon method. Newton developed this method to find an explicit approximation for an algebraic function. Newton expressed the function as proportional to the independent variable raised to a power, retained only the lowest-degree polynomial terms (dominant terms), and solved this simplified reduced equation to obtain an approximate solution. [3] [4] Dominant balance has a broad range of applications, solving differential equations arising in fluid mechanics, plasma physics, turbulence, combustion, nonlinear optics, geophysical fluid dynamics, and neuroscience. [5] [6]

Asymptotic relations

The functions and of parameter or independent variable and the quotient have limits as approaches the limit .

The function is much less than as approaches , written as , if the limit of the quotient is zero as approaches . [7]

The relation is lower order than as approaches , written using little-o notation , is identical to the is much less than as approaches relation. [7]

The function is equivalent to as approaches , written as , if the limit of the quotient is 1 as approaches . [7]

This result indicates that the zero function, for all values of , can never be equivalent to any other function. [7]

Asymptotically equivalent functions remain asymptotically equivalent under integration if requirements related to convergence are met. There are more specific requirements for asymptotically equivalent functions to remain asymptotically equivalent under differentiation. [8]

Equation properties

An equation's approximate solution is as approaches limit . The equation's terms that may be constants or contain this solution are . If the approximate solution is fully correct, the equation's terms sum to zero in this equation: For distinct integer indices , this equation is a sum of 2 terms and a remainder expressed as Balance equation terms and means make these terms equal and asymptotically equivalent by finding the function that solves the reduced equation with and . [9]

This solution is consistent if terms and are dominant; dominant means the remaining equation terms are much less than terms and as approaches . [10] [11] A consistent solution that balances two equation terms may generate an accurate approximation to the full equation's solution for values approaching . [11] [12] Approximate solutions arising from balancing different terms of an equation may generate distinct approximate solutions e.g. inner and outer layer solutions. [5]

Substituting the scaled function into the equation and taking the limit as approaches may generate simplified reduced equations for distinct exponent values of . [9] These simplified equations are called distinguished limits and identify balanced dominant equation terms. [13] The scale transformation generates the scaled functions. The dominant balance method applies scale transformations to balance equation terms whose factors contain distinct exponents. For example, contains factor and term contains factor with . Scaled functions are applied to differential equations when is an equation parameter, not the differential equation´s independent variable. [5] The Kruskal-Newton diagram facilitates identifying the required scaled functions needed for dominant balance of algebraic and differential equations. [5]

For differential equation solutions containing an irregular singularity, the leading behavior is the first term of an asymptotic series solution that remains when the independent variable approaches an irregular singularity . The controlling factor is the fastest changing part of the leading behavior. It is advised to "show that the equation for the function obtained by factoring off the dominant balance solution from the exact solution itself has a solution that varies less rapidly than the dominant balance solution." [11]

Algorithm

The input is the set of equation terms and the limit L. The output is the set of approximate solutions. For each pair of distinct equation terms the algorithm applies a scale transformation if needed, balances the selected terms by finding a function that solves the reduced equation and then determines if this function is consistent. If the function balances the terms and is consistent, the algorithm adds the function to the set of approximate solutions, otherwise the algorithm rejects the function. The process is repeated for each pair of distinct equation terms.

Inputs Set of equation terms and limit
Output Set of approximate solutions
  1. For each pair of distinct equation terms do:
    1. Apply a scale transformation if needed.
    2. Solve the reduced equation: with and .
    3. Verify consistency: and
    4. If function is consistent and solves the reduced equation, add this function to the set of approximate solutions, otherwise reject the function.

Improved accuracy

The method may be iterated to generate additional terms of an asymptotic expansion to provide a more accurate solution. [11] Iterative methods such as the Newton-Raphson method may generate a more accurate solution. [4] A perturbation series, using the approximate solution as the first term, may also generate a more accurate solution. [5]

Examples

Algebraic function

The dominant balance method will find an explicit approximate expression for the multi-valued function defined by the equation as approaches zero. [14]

Input

The set of equation terms is and the limit is zero.

First term pair

  1. Select the terms and .
  2. The scale transformation is not required.
  3. Solve the reduced equation: .
  4. Verify consistency: for
  5. Add this function to the set of approximate solutions: .

Second term pair

  1. Select the terms and .
  2. Apply the scale transformation . The transformed equation is .
  3. Solve the reduced equation: .
  4. Verify consistency: for
  5. Add these functions to the set of approximate solutions:

Third term pair

  1. Select the terms and .
  2. Apply the scale transformation . The transformed equation is
  3. Solve the reduced equation:
  4. The function is not consistent: for
  5. Reject this function:

Output

The set of approximate solutions has 5 functions:

Perturbation series solution

The approximate solutions are the first terms in the perturbation series solutions. [14]

Differential equation

The differential equation is known to have a solution with an exponential leading term. [15] The transformation leads to the differential equation . The dominant balance method will find an approximate solution as approaches zero. Scaled functions will not be used because is the differential equation's independent variable, not a differential equation parameter. [10]

Input

The set of equation terms is and the limit is zero.

First term pair
  1. Select and .
  2. The scale transformation is not required.
  3. Solve the reduced equation:
  4. Verify consistency: for
  5. Add these 2 functions to the set of approximate solutions:

Second term pair

  1. Select and
  2. The scale transformation is not required.
  3. Solve the reduced equation:
  4. The function is not consistent: for
  5. Reject this function: .

Third term pair

  1. Select and .
  2. The scale transformation is not required.
  3. Solve the reduced equation: .
  4. The function is not consistent: and for
  5. Reject this function:

Output

The set of approximate solutions has 2 functions: [10]

Find 2-term solutions

Using the 1-term solution, a 2-term solution is Substitution of this 2-term solution into the original differential equation generates a new differential equation: [10]

Input

The set of equation terms is and the limit is zero.

First term pair
1. Select and .
2. The scale transformation is not required.
3. Solve the reduced equation: .
4. Verify consistency:
5. Add these functions to the set of approximate solutions:
. [10]

Other term pairs

For other term pairs, the functions that solve the reduced equations are not consistent. [10]

Output

The set of approximate solutions has 2 functions: [10]

Asymptotic expansion

The next iteration generates a 3-term solution with and this means that a power series expansion can represent the remainder of the solution. [10] The dominant balance method generates the leading term to this asymptotic expansion with constant and expansion coefficients determined by substitution into the full differential equation: [10]

A partial sum of this non-convergent series generates an approximate solution. The leading term corresponds to the Liouville-Green (LG) or Wentzel–Kramers–Brillouin (WKB) approximation. [15]

Citations

Related Research Articles

<span class="mw-page-title-main">Fibonacci sequence</span> Numbers obtained by adding the two previous ones

In mathematics, the Fibonacci sequence is a sequence in which each number is the sum of the two preceding ones. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted Fn. The sequence commonly starts from 0 and 1, although some authors start the sequence from 1 and 1 or sometimes from 1 and 2. Starting from 0 and 1, the sequence begins

<span class="mw-page-title-main">Gamma function</span> Extension of the factorial function

In mathematics, the gamma function is one commonly used extension of the factorial function to complex numbers. The gamma function is defined for all complex numbers except the non-positive integers. For every positive integer n,

<span class="mw-page-title-main">Normal distribution</span> Probability distribution

In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is The parameter is the mean or expectation of the distribution, while the parameter is the variance. The standard deviation of the distribution is . A random variable with a Gaussian distribution is said to be normally distributed, and is called a normal deviate.

<span class="mw-page-title-main">Imaginary unit</span> Principal square root of −1

The imaginary unit or unit imaginary number is a solution to the quadratic equation x2 + 1 = 0. Although there is no real number with this property, i can be used to extend the real numbers to what are called complex numbers, using addition and multiplication. A simple example of the use of i in a complex number is 2 + 3i.

<span class="mw-page-title-main">Abraham de Moivre</span> French mathematician (1667–1754)

Abraham de Moivre FRS was a French mathematician known for de Moivre's formula, a formula that links complex numbers and trigonometry, and for his work on the normal distribution and probability theory.

Lambert <i>W</i> function Multivalued function in mathematics

In mathematics, the Lambert W function, also called the omega function or product logarithm, is a multivalued function, namely the branches of the converse relation of the function f(w) = wew, where w is any complex number and ew is the exponential function. The function is named after Johann Lambert, who considered a related problem in 1758. Building on Lambert's work, Leonhard Euler described the W function per se in 1783.

<span class="mw-page-title-main">Stirling's approximation</span> Approximation for factorials

In mathematics, Stirling's approximation is an asymptotic approximation for factorials. It is a good approximation, leading to accurate results even for small values of . It is named after James Stirling, though a related but less precise result was first stated by Abraham de Moivre.

<span class="mw-page-title-main">Green's function</span> Impulse response of an inhomogeneous linear differential operator

In mathematics, a Green's function is the impulse response of an inhomogeneous linear differential operator defined on a domain with specified initial conditions or boundary conditions.

<span class="mw-page-title-main">Inverse trigonometric functions</span> Inverse functions of sin, cos, tan, etc.

In mathematics, the inverse trigonometric functions are the inverse functions of the trigonometric functions. Specifically, they are the inverses of the sine, cosine, tangent, cotangent, secant, and cosecant functions, and are used to obtain an angle from any of the angle's trigonometric ratios. Inverse trigonometric functions are widely used in engineering, navigation, physics, and geometry.

In mathematics, the Mellin transform is an integral transform that may be regarded as the multiplicative version of the two-sided Laplace transform. This integral transform is closely connected to the theory of Dirichlet series, and is often used in number theory, mathematical statistics, and the theory of asymptotic expansions; it is closely related to the Laplace transform and the Fourier transform, and the theory of the gamma function and allied special functions.

<span class="mw-page-title-main">Airy function</span> Special function in the physical sciences

In the physical sciences, the Airy function (or Airy function of the first kind) Ai(x) is a special function named after the British astronomer George Biddell Airy (1801–1892). The function Ai(x) and the related function Bi(x), are linearly independent solutions to the differential equation known as the Airy equation or the Stokes equation.

<span class="mw-page-title-main">Digamma function</span> Mathematical function

In mathematics, the digamma function is defined as the logarithmic derivative of the gamma function:

<span class="mw-page-title-main">Hyperbolic angle</span> Argument of the hyperbolic functions

In geometry, hyperbolic angle is a real number determined by the area of the corresponding hyperbolic sector of xy = 1 in Quadrant I of the Cartesian plane. The hyperbolic angle parametrises the unit hyperbola, which has hyperbolic functions as coordinates. In mathematics, hyperbolic angle is an invariant measure as it is preserved under hyperbolic rotation.

<span class="mw-page-title-main">Confluent hypergeometric function</span> Solution of a confluent hypergeometric equation

In mathematics, a confluent hypergeometric function is a solution of a confluent hypergeometric equation, which is a degenerate form of a hypergeometric differential equation where two of the three regular singularities merge into an irregular singularity. The term confluent refers to the merging of singular points of families of differential equations; confluere is Latin for "to flow together". There are several common standard forms of confluent hypergeometric functions:

<span class="mw-page-title-main">Series expansion</span> Expression of a function as an infinite sum of simpler functions

In mathematics, a series expansion is a technique that expresses a function as an infinite sum, or series, of simpler functions. It is a method for calculating a function that cannot be expressed by just elementary operators.

<span class="mw-page-title-main">Parabolic cylinder function</span>

In mathematics, the parabolic cylinder functions are special functions defined as solutions to the differential equation

<span class="mw-page-title-main">Hypergeometric function</span> Function defined by a hypergeometric series

In mathematics, the Gaussian or ordinary hypergeometric function2F1(a,b;c;z) is a special function represented by the hypergeometric series, that includes many other special functions as specific or limiting cases. It is a solution of a second-order linear ordinary differential equation (ODE). Every second-order linear ODE with three regular singular points can be transformed into this equation.

<span class="mw-page-title-main">Lemniscate elliptic functions</span> Mathematical functions

In mathematics, the lemniscate elliptic functions are elliptic functions related to the arc length of the lemniscate of Bernoulli. They were first studied by Giulio Fagnano in 1718 and later by Leonhard Euler and Carl Friedrich Gauss, among others.

<span class="mw-page-title-main">Cnoidal wave</span> Nonlinear and exact periodic wave solution of the Korteweg–de Vries equation

In fluid dynamics, a cnoidal wave is a nonlinear and exact periodic wave solution of the Korteweg–de Vries equation. These solutions are in terms of the Jacobi elliptic function cn, which is why they are coined cnoidal waves. They are used to describe surface gravity waves of fairly long wavelength, as compared to the water depth.

In mathematics, the method of steepest descent or saddle-point method is an extension of Laplace's method for approximating an integral, where one deforms a contour integral in the complex plane to pass near a stationary point, in roughly the direction of steepest descent or stationary phase. The saddle-point approximation is used with integrals in the complex plane, whereas Laplace’s method is used with real integrals.

References

See also