Method of dominant balance
Template:Short description 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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 .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
The relation is lower order than as approaches , written using little-o notation , is identical to the is much less than as approaches relation.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
The function is equivalent to as approaches , written as , if the limit of the quotient is 1 as approaches . Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
This result indicates that the zero function, for all values of , can never be equivalent to any other function.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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 .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
This solution is consistent if terms and are dominant; dominant means the remaining equation terms are much less than terms and as approaches .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". A consistent solution that balances two equation terms may generate an accurate approximation to the full equation's solution for values approaching .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Approximate solutions arising from balancing different terms of an equation may generate distinct approximate solutions e.g. inner and outer layer solutions.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Substituting the scaled function into the equation and taking the limit as approaches may generate simplified reduced equations for distinct exponent values of .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". These simplified equations are called distinguished limits and identify balanced dominant equation terms.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". The Kruskal-Newton diagram facilitates identifying the required scaled functions needed for dominant balance of algebraic and differential equations.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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."Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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
- For each pair of distinct equation terms do:
- Apply a scale transformation if needed.
- Solve the reduced equation: with and .
- Verify consistency: and
- If function is consistent and solves the reduced equation, add this function to the set of approximate solutions, otherwise reject the function.
- For each pair of distinct equation terms do:
Improved accuracy
The method may be iterated to generate additional terms of an asymptotic expansion to provide a more accurate solution.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Iterative methods such as the Newton-Raphson method may generate a more accurate solution.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". A perturbation series, using the approximate solution as the first term, may also generate a more accurate solution.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Input
The set of equation terms is and the limit is zero.
First term pair
- Select the terms and .
- The scale transformation is not required.
- Solve the reduced equation: .
- Verify consistency: for
- Add this function to the set of approximate solutions: .
Second term pair
- Select the terms and .
- Apply the scale transformation . The transformed equation is .
- Solve the reduced equation: .
- Verify consistency: for
- Add these functions to the set of approximate solutions:
Third term pair
- Select the terms and .
- Apply the scale transformation . The transformed equation is
- Solve the reduced equation:
- The function is not consistent: for
- 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Differential equation
The differential equation is known to have a solution with an exponential leading term.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Input
The set of equation terms is and the limit is zero.
First term pair
- Select and .
- The scale transformation is not required.
- Solve the reduced equation:
- Verify consistency: for
- Add these 2 functions to the set of approximate solutions:
Second term pair
- Select and
- The scale transformation is not required.
- Solve the reduced equation:
- The function is not consistent: for
- Reject this function: .
Third term pair
- Select and .
- The scale transformation is not required.
- Solve the reduced equation: .
- The function is not consistent: and for
- Reject this function:
Output
The set of approximate solutions has 2 functions:Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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:Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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:
- .Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Other term pairs
For other term pairs, the functions that solve the reduced equations are not consistent.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Output
The set of approximate solutions has 2 functions:Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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:Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
Citations
<templatestyles src="Reflist/styles.css" />
Script error: No such module "Check for unknown parameters".
References
<templatestyles src="Refbegin/styles.css" />
- Script error: No such module "citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".