Method of dominant balance

Solution of a simplified form of an equation

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 a function defined implicitly by an algebraic equation. He expressed the function as proportional to the independent variable raised to a power, retained only the lowest-degree polynomial terms (dominant terms) arising from this approximation, 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 f ( z ) {\textstyle f(z)} and g ( z ) {\displaystyle g(z)} of parameter or independent variable z {\textstyle z} and the quotient f ( z ) / g ( z ) {\textstyle f(z)/g(z)} have limits as z {\textstyle z} approaches z 0 {\textstyle z_{0}} .

The function f ( z ) {\textstyle f(z)} is much less than g ( z ) {\textstyle g(z)} as z {\textstyle z} approaches z 0 {\textstyle z_{0}} , written as f ( z ) g ( z )   ( z z 0 ) {\textstyle f(z)\ll g(z)\ (z\to z_{0})} , if the limit of the quotient f ( z ) / g ( z ) {\textstyle f(z)/g(z)} is zero as z {\textstyle z} approaches z 0 {\textstyle z_{0}} [7]

Lim   f ( z ) g ( z ) = 0   as   z z 0 {\displaystyle \operatorname {Lim} \ {\frac {f(z)}{g(z)}}=0\ {\text{as}}\ z\to z_{0}} .

The relation f ( z ) {\textstyle f(z)} is lower order than g ( z ) {\textstyle g(z)} as z {\textstyle z} approaches z 0 {\textstyle z_{0}} , written using little-o notation f ( z ) = o ( g ( z ) )   ( z z 0 ) {\textstyle f(z)=o(g(z))\ (z\to z_{0})} , is identical to the f ( z ) {\textstyle f(z)} is much less than g ( z ) {\textstyle g(z)} as z {\textstyle z} approaches z 0 {\textstyle z_{0}} relation.[7]

The function f ( z ) {\textstyle f(z)} is equivalent to g ( z ) {\textstyle g(z)} as z {\textstyle z} approaches z 0 {\textstyle z_{0}} , written as f ( z ) g ( z )   ( z z 0 ) {\textstyle f(z)\sim g(z)\ (z\to z_{0})} , if the limit of the quotient f ( z ) / g ( z ) {\textstyle f(z)/g(z)} is one as z {\textstyle z} approaches z 0 {\textstyle z_{0}} [7]

Lim   f ( z ) g ( z ) = 1   as   z z 0 {\displaystyle \operatorname {Lim} \ {\frac {f(z)}{g(z)}}=1\ {\text{as}}\ z\to z_{0}} .

This result indicates that the zero function, f ( z ) = 0 {\textstyle f(z)=0} , 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

Dominant balance applies to a minimum 3-term equation A ( f ) + B ( f ) C ( f ) = 0 {\textstyle A(f)+B(f)-C(f)=0} containing a function f = f ( z ) {\textstyle f=f(z)} .

Balance terms B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} means make these terms equal and asymptotically equivalent by finding the function f ( z ) {\textstyle f(z)} that solves the reduced equation B ( f ) C ( f ) = 0 {\textstyle B(f)-C(f)=0} with B ( f ) 0 {\textstyle B(f)\neq 0} and C ( f ) 0 {\textstyle C(f)\neq 0} .[9]

A solution f ( z ) {\textstyle f(z)} is consistent if terms B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} are dominant; dominant means all other equation terms A ( f ) {\textstyle A(f)} are much less than terms B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} as z {\textstyle z} approaches z 0 {\textstyle z_{0}} .[10][11] A consistent solution that balances two equation terms may generate an accurate approximation to the full equation's solution for z {\textstyle z} values neighboring z 0 {\textstyle z_{0}} .[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 f ( z ) = ( z z 0 ) p f ~ ( z ) {\textstyle f(z)=(z-z_{0})^{p}{\tilde {f}}(z)} into the equation and taking the limit as z {\textstyle z} approaches z 0 {\textstyle z_{0}} may generate simplified reduced equations for distinct exponent values of p {\textstyle p} .[9] These simplified equations are called distinguished limits and identify balanced dominant equation terms.[13] Scaled functions are often used when attempting to balance equation term B ( f ) {\textstyle B(f)} containing factor ( z z 0 ) q {\textstyle (z-z_{0})^{q}} and term C ( f ) {\textstyle C(f)} containing factor ( z z 0 ) r {\textstyle (z-z_{0})^{r}} with q r {\textstyle q\neq r} . Scaled functions are applied to differential equations when z {\textstyle z} 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 z {\textstyle z} approaches an irregular singularity z 0 {\textstyle z_{0}} . 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

  • Select 2 equation terms to balance, B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} , as z {\textstyle z} approaches z 0 {\textstyle z_{0}} .
  • If z {\textstyle z} is not a differential equation's independent variable, apply a scaled function if the selected equation's terms contain factors ( z z 0 ) {\textstyle (z-z_{0})} with distinct exponents.
  • Balance B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} by solving the reduced equation B ( f ) C ( f ) = 0 ,   B ( f ) 0 ,   C ( f ) 0 {\textstyle B(f)-C(f)=0,\ B(f)\neq 0,\ C(f)\neq 0} for f = f ( z ) {\textstyle f=f(z)} .
  • Verify that the solution f ( z ) {\textstyle f(z)} is consistent.
  • Accept the approximate solution f ( z ) {\textstyle f(z)} if it is consistent and balances terms B ( f ) {\textstyle B(f)} and C ( f ) {\textstyle C(f)} .

Improved accuracy

Examples

Algebraic function

The dominant balance method will find an explicit approximate expression for the multi-valued function f = f ( z ) {\textstyle f=f(z)} defined by the equation 1 16 f + z f 5 = 0 {\textstyle 1-16f+zf^{5}=0} for z {\textstyle z} near zero.[14]

Balance 1st and 2nd terms

  • Select 1 {\displaystyle 1} and 16 f {\displaystyle 16f} .
  • Scaled function is unnecessary.
  • Solve reduced equation 1 16 z = 0 , z = 1 16 {\displaystyle 1-16z=0,z={\tfrac {1}{16}}}
  • Verify consistency z f 5 1   ( z 0 ) ,   z f 5 16 f   ( z 0 )   {\displaystyle zf^{5}\ll 1\ (z\to 0),\ zf^{5}\ll 16f\ (z\to 0)\ } for f = 1 16 {\displaystyle f={\tfrac {1}{16}}}
  • Accept solution f 1 ( z ) = 1 16 {\displaystyle f_{1}(z)={\tfrac {1}{16}}}

Balance 2nd and 3rd terms

  • Select 16 f {\displaystyle 16f} and z f 5 {\displaystyle zf^{5}} .
  • Apply scaled function f = z 1 / 4 f ~ {\displaystyle f=z^{-1/4}{\tilde {f}}}
  • Transformed equation z 1 / 4 16 f ~ + f ~ 5 = 0 {\displaystyle z^{1/4}-16{\tilde {f}}+{\tilde {f}}^{5}=0}
  • Solve reduced equation 16 f ~ + f ~ 5 = 0 ,   f ~ = 2 , 2 , 2 i , 2 i {\displaystyle -16{\tilde {f}}+{\tilde {f}}^{5}=0,\ {\tilde {f}}=2,-2,2i,-2i}
  • Verify consistency z 1 / 4 16 f ~   ( z 0 ) ,   z 1 / 4 f ~ 5   ( z 0 )   {\displaystyle z^{1/4}\ll 16{\tilde {f}}\ (z\to 0),\ z^{1/4}\ll {\tilde {f}}^{5}\ (z\to 0)\ } for f ~ = 2 , 2 , 2 i , 2 i {\displaystyle {\tilde {f}}=2,-2,2i,-2i}
  • Accept solutions
f 2 ( z ) = 2 z 1 / 4 , f 3 ( z ) = 2 z 1 / 4 , f 4 ( z ) = 2 i z 1 / 4 , f 5 ( z ) = 2 i z 1 / 4 {\displaystyle f_{2}(z)={\frac {2}{z^{1/4}}},f_{3}(z)={\frac {-2}{z^{1/4}}},f_{4}(z)={\frac {2i}{z^{1/4}}},f_{5}(z)={\frac {-2i}{z^{1/4}}}}

Balance 1st and 3rd terms

The consistency condition fails for balance of 1st and 3rd terms.

Perturbation series solution

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

f 1 ( z ) = 1 16 + 1 16777216 z 1 + 5 17592186044416 z 2 + , f 2 ( z ) = 2 z 1 / 4 1 64 5 16384 z 1 4 5 524288 z 1 2 , f 3 ( z ) = 2 z 1 / 4 1 64 + 5 16384 z 1 4 5 524288 z 1 2 + , f 4 ( z ) = 2 i z 1 / 4 1 64 + 5 i 16384 z 1 4 + 5 524288 z 1 2 f 5 ( z ) = 2 i z 1 / 4 1 64 5 i 16384 z 1 4 + 5 524288 z 1 2 + , {\displaystyle {\begin{aligned}&f_{1}(z)={\frac {1}{16}}+{\frac {1}{16777216}}z^{1}+{\frac {5}{17592186044416}}z^{2}+\ldots ,\\&f_{2}(z)={\frac {2}{z^{1/4}}}-{\frac {1}{64}}-{\frac {5}{16384}}z^{\frac {1}{4}}-{\frac {5}{524288}}z^{\frac {1}{2}}-\ldots ,\\&f_{3}(z)=-{\frac {2}{z^{1/4}}}-{\frac {1}{64}}+{\frac {5}{16384}}z^{\frac {1}{4}}-{\frac {5}{524288}}z^{\frac {1}{2}}+\ldots ,\\&f_{4}(z)={\frac {2i}{z^{1/4}}}-{\frac {1}{64}}+{\frac {5i}{16384}}z^{\frac {1}{4}}+{\frac {5}{524288}}z^{\frac {1}{2}}-\ldots \\&f_{5}(z)=-{\frac {2i}{z^{1/4}}}-{\frac {1}{64}}-{\frac {5i}{16384}}z^{\frac {1}{4}}+{\frac {5}{524288}}z^{\frac {1}{2}}+\ldots ,\\\end{aligned}}}

Differential equation

The differential equation z 3 w w = 0 {\textstyle z^{3}w^{\prime \prime }-w=0} is known to have a solution with an exponential leading term.[15] The transformation w ( z ) = e f ( z ) {\textstyle w(z)=e^{f(z)}} leads to the differential equation 1 z 3 ( f ) 2 z 3 f = 0 {\textstyle 1-z^{3}(f^{\prime })^{2}-z^{3}f^{\prime \prime }=0} . The dominant balance method will find an approximate solution for z {\textstyle z} near 0. Scaled functions will not be used because z {\textstyle z} is the differential equation's independent variable, not a differential equation parameter.[10]

Find 1-term solution

f 1 ( z ) = f {\textstyle f_{1}(z)=f}
1 z 3 ( f 1 ) 2 z 3 f 1 = 0 {\textstyle 1-z^{3}(f_{1}^{\prime })^{2}-z^{3}f_{1}^{\prime \prime }=0} .
1 z 3 ( f ) 2 z 3 f = 0 {\textstyle 1-z^{3}(f^{\prime })^{2}-z^{3}f^{\prime \prime }=0} .
Balance 1st and 2nd terms
  • Select 1 {\displaystyle 1} and z 3 ( f ) 2 {\displaystyle z^{3}(f^{\prime })^{2}} .
  • Solve reduced equation 1 z 3 ( f ) 2 = 0 ,   f ( z ) = ± 2 z 1 / 2 {\displaystyle 1-z^{3}(f^{\prime })^{2}=0,\ f(z)=\pm 2z^{-1/2}}
  • Verify consistency z 3 f 1   ( z 0 ) ,   z 3 f z 3 ( f ) 2   ( z 0 ) {\displaystyle z^{3}f^{\prime \prime }\ll 1\ (z\to 0),\ z^{3}f^{\prime \prime }\ll z^{3}(f^{\prime })^{2}\ (z\to 0)} for f ( z ) = ± 2 z 1 / 2 {\displaystyle f(z)=\pm 2z^{-1/2}} .
  • Accept solution f 1 ( z ) = ± 2 z 1 / 2 {\displaystyle f_{1}(z)=\pm 2z^{-1/2}}
Balance 1st and 3rd terms
  • Select 1 {\displaystyle 1} and z 3 f {\displaystyle z^{3}f^{\prime \prime }}
  • Solve reduced equation 1 z 3 f = 0 ,   f ( z ) = 1 2 z 1 {\displaystyle 1-z^{3}f^{\prime \prime }=0,\ f(z)={\tfrac {1}{2}}z^{-1}}
  • Not consistent z 3 ( f ) 2 1   ( z 0 ) ,   z 3 ( f ) 2 z 3 f   ( z 0 ) {\displaystyle z^{3}(f^{\prime })^{2}\gg 1\ (z\to 0),\ z^{3}(f^{\prime })^{2}\gg z^{3}f^{\prime \prime }\ (z\to 0)} for f ( z ) = 1 2 z 1 {\displaystyle f(z)={\tfrac {1}{2}}z^{-1}} .
  • Reject solution f ( z ) = 1 2 z 1 {\displaystyle f(z)={\tfrac {1}{2}}z^{-1}} .
Balance 2nd and 3rd terms
  • Select z 3 ( f ) 2 {\displaystyle z^{3}(f^{\prime })^{2}} and z 3 f {\displaystyle -z^{3}f^{\prime \prime }} .
  • Solve reduced equation z 3 ( f ) 2 + z 3 f = 0 ,   f ( z ) = ln ( z ) {\displaystyle z^{3}(f^{\prime })^{2}+z^{3}f^{\prime \prime }=0,\ f(z)=\operatorname {ln} (z)} .
  • Not consistent 1 z 3 ( f ) 2   ( z 0 )   {\displaystyle 1\gg z^{3}(f^{\prime })^{2}\ (z\to 0)\ } and   1   z 3 f   ( z 0 ) {\displaystyle \ 1\gg \ z^{3}f^{\prime \prime }\ (z\to 0)} for f ( z ) = ln ( z ) {\displaystyle f(z)=\operatorname {ln} (z)} .
  • Reject solution f ( z ) = ln ( z ) {\displaystyle f(z)=\operatorname {ln} (z)}

Find 2-term solution

f 2 + ( z ) = + 2 z 1 / 2 + f {\displaystyle f_{2+}(z)=+2z^{-1/2}+f}
1 z 3 ( f 2 + ) 2 z 3 f 2 + = 0 {\displaystyle 1-z^{3}(f_{2+}^{\prime })^{2}-z^{3}f_{2+}^{\prime \prime }=0} .
1 4 3 z f + 2 3 z 5 / 2 ( f ) 2 + 2 3 z 5 / 2 f = 0 {\displaystyle 1-{\tfrac {4}{3}}zf^{\prime }+{\tfrac {2}{3}}z^{5/2}(f^{\prime })^{2}+{\tfrac {2}{3}}z^{5/2}f^{\prime \prime }=0} .
f 2 ( z ) = 2 z 1 / 2 + f {\displaystyle f_{2-}(z)=-2z^{-1/2}+f}
1 z 3 ( f 2 ) 2 z 3 f 2 = 0 {\displaystyle 1-z^{3}(f_{2-}^{\prime })^{2}-z^{3}f_{2-}^{\prime \prime }=0} .
1 + 4 3 z f + 2 3 z 5 / 2 ( f ) 2 + 2 3 z 5 / 2 f = 0 {\displaystyle -1+{\tfrac {4}{3}}zf^{\prime }+{\tfrac {2}{3}}z^{5/2}(f^{\prime })^{2}+{\tfrac {2}{3}}z^{5/2}f^{\prime \prime }=0} .
Balance 1st and 2nd terms
  • Select 1 {\displaystyle 1} and 4 3 z f {\displaystyle {\tfrac {4}{3}}zf^{\prime }} .
  • Solve reduced equation 1 4 3 z f = 0 ,   f ( z ) = 3 4 ln ( z ) {\displaystyle 1-{\tfrac {4}{3}}zf^{\prime }=0,\ f(z)={\tfrac {3}{4}}\operatorname {ln} (z)} .
  • Verify consistency
2 3 z 5 / 2 ( f ) 2 + 2 3 z 5 / 2 f 1   ( z 0 ) {\displaystyle {\tfrac {2}{3}}z^{5/2}(f^{\prime })^{2}+{\tfrac {2}{3}}z^{5/2}f^{\prime \prime }\ll 1\ (z\to 0)} for f ( z ) = 3 4 ln ( z ) {\displaystyle f(z)={\tfrac {3}{4}}\operatorname {ln} (z)}
2 3 z 5 / 2 ( f ) 2 + 2 3 z 5 / 2 f 4 3 z f   ( z 0 ) {\displaystyle {\tfrac {2}{3}}z^{5/2}(f^{\prime })^{2}+{\tfrac {2}{3}}z^{5/2}f^{\prime \prime }\ll {\tfrac {4}{3}}zf^{\prime }\ (z\to 0)} for f ( z ) = 3 4 ln ( z ) {\displaystyle f(z)={\tfrac {3}{4}}\operatorname {ln} (z)}
  • Accept solutions[10]
f 2 + ( z ) = + 2 z 1 / 2 + 3 4 ln ( z ) {\displaystyle f_{2+}(z)=+2z^{-1/2}+{\tfrac {3}{4}}\operatorname {ln} (z)}
f 2 ( z ) = 2 z 1 / 2 + 3 4 ln ( z ) {\displaystyle f_{2-}(z)=-2z^{-1/2}+{\tfrac {3}{4}}\operatorname {ln} (z)}
Balance other terms

The consistency condition fails for balance of other terms.[10]

Asymptotic expansion

The next iteration generates a solution f 3 ( z ) = ± 2 z 1 / 2 + 3 4 ln ( z ) + h ( z ) {\textstyle f_{3}(z)=\pm 2z^{-1/2}+{\tfrac {3}{4}}\operatorname {ln} (z)+h(z)} with h ( z ) 1   ( z 0 ) {\textstyle h(z)\ll 1\ (z\to 0)} and this means that an asymptotic expansion can represent the remainder of the solution.[10] The dominant balance method generates the leading term to this asymptotic expansion with constant A {\textstyle A} and expansion coefficients determined by substitution into the full equation.[10]

w ( z ) = A z 3 / 4 e ± 2 z 1 / 2 ( n = 0 m   a n z n / 2 ) {\displaystyle w(z)=Az^{3/4}e^{\pm 2z^{-1/2}}\left(\sum _{n=0}^{m}\ a_{n}z^{n/2}\right)}
a n + 1 = ± ( n 1 / 2 ) ( n + 3 / 2 ) a n 4 ( n + 1 ) {\displaystyle a_{n+1}=\pm {\frac {(n-1/2)(n+3/2)a_{n}}{4(n+1)}}}

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 e 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 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

  • Bender, C.M.; Orszag, S.A. (1999). Advanced Mathematical Methods for Scientists and Engineers. Springer. ISBN 0-387-98931-5.
  • Callaham, Jared L.; Koch, James V.; Brunton, Bingni W.; Kutz, J. Nathan; Brunton, Steven L. (2021). "Learning dominant physical processes with data-driven balance models". Nature Communications. 12 (1): 1016. doi:10.1038/s41467-021-21331-z. ISSN 2041-1723.
  • Christensen, Chris (1996). "Newton's Method for Resolving Affected Equations". The College Mathematics Journal. 27 (5): 330–340. doi:10.1080/07468342.1996.11973804. ISSN 0746-8342.
  • de Bruijn, N. G. (1981), Asymptotic Methods in Analysis, Dover Publications, ISBN 9780486642215
  • Fishaleck, T.; White, R.B. (2008). "Technical Report: The Use of Kruskal-Newton Diagrams for Differential Equations". Princeton Plasma Physics Laboratory (PPL-4289). Princeton, NJ: U.S. Department of Energy Office of Scientific and Technical Information: 1–29. doi:10.2172/960287.
  • Hinch, E. J. (1991). Perturbation Methods. Cambridge University Press. ISBN 978-0-521-37897-0.
  • Kruskal, M.D. (1962). "Technical Report: Asymptotology, Report MATT 160" (PDF). Princeton Plasma Physics Laboratory. Princeton, NJ: Princeton University: 1–32.
  • Neu, John C. (2015). Singular Perturbation in the Physical Sciences. American Mathematical Soc. ISBN 978-1-4704-2555-5.
  • Olver, Frank William John. (1974). Introduction to Asymptotics and Special Functions. New York: Academic Press. ISBN 0-12-525856-9.
  • Paulsen, William (2013). Asymptotic Analysis and Perturbation Theory. CRC Press. ISBN 978-1-4665-1512-3.
  • Rozman, Michael (2020). "Perturbation methods" (PDF). Mathematical methods for the physical sciences. University of Conneticut. Retrieved 5 May 2024.
  • White, R. B. (2010). Asymptotic Analysis of Differential Equations. World Scientific. ISBN 978-1-84816-607-3.

See also