Method of dominant balance

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]

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 find 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]

In some cases, the reduced equation has coefficients containing a parameter , but the parameter's exponent is different for the 2 terms. In this case, the reduced equation requires a scale transformation of the variable using scaling exponent . The dominant balance method selects a scaling exponent to generate transformed terms, each transformed term now containing the parameter with the same exponent. Distinct pairs of terms and scaling transformations lead to distinct simplified equations called distinguished limits, and each equation may lead to a distinct solution.[9][13] The Kruskal-Newton diagram facilitates identifying the required scale transformation 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 generate an approximate solution for variable in algebraic equation that depends on parameter . This example computes asymptotic values as approaches zero because this example's goal is finding solutions for small parameter values. The function denotes how the equation's solution depends on the equation's parameter . The solution set is enumerated as .[14]

Input

The set of equation terms is and asymptotic computations are as approaches zero.

First term pair

  1. Select the terms and .
  2. Rewriting the selected terms as and , the parameter's exponents are the same (0,0) for both terms so no scale transformation needed.
  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. Rewriting the selected terms as and , the parameter's exponents are different (0,1) so a scale transformation is needed. Apply the scale transformation . The parameter exponents of the transformed terms and are the same (-1/4,-1/4). The transformed equation becomes .
  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. Rewriting the selected terms as and , the parameter's exponents are different (0,1) so a scale transformation is needed. Apply the scale transformation . The parameter exponents of the transformed terms and are the same (0,0). 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 because this example's focus is for solutions for small values. Scaled transformations will not be used because there are no equation parameters. Two consecutive applications of the dominant balance method will generate the 2 leading terms of an asymptotic series.[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

  1. ^ White 2010, p. 2.
  2. ^ de Bruijn 1981, pp. 187–189.
  3. ^ Christensen 1996.
  4. ^ a b White 2010, pp. 1–14.
  5. ^ a b c d Fishaleck & White 2008.
  6. ^ Callaham et al. 2021.
  7. ^ a b c d Paulsen 2013, pp. 1–3, 7.
  8. ^ Olver 1974, pp. 8, 9, 21.
  9. ^ a b Neu 2015, pp. 2–4, 14.
  10. ^ a b c d e f g h i White 2010, pp. 49–51.
  11. ^ a b c d Bender & Orszag 1999, pp. 82–84.
  12. ^ Kruskal 1962, p. 19.
  13. ^ Hinch 1991, p. 62.
  14. ^ a b Rozman 2020.
  15. ^ a b Olver 1974, pp. 190–191.

References

See also