Content deleted Content added
add recommended ref to Nayfeh |
|||
(32 intermediate revisions by 19 users not shown) | |||
Line 1:
{{Distinguish|Multiresolution analysis}}
In [[mathematics]] and [[physics]], '''multiple-scale analysis''' (also called the '''method of multiple scales''') comprises techniques used to construct uniformly valid [[approximation]]s to the solutions of [[perturbation theory|perturbation problems]], both for small as well as large values of the [[independent variable]]s. This is done by introducing fast-scale and slow-scale variables for an independent variable, and subsequently treating these variables, fast and slow, as if they are independent. In the solution process of the perturbation problem thereafter, the resulting additional freedom – introduced by the new independent variables – is used to remove (unwanted) [[secular variation|secular terms]]. The latter puts constraints on the approximate solution, which are called '''solvability conditions'''.
Mathematics research from about the 1980s proposes{{Citation needed|date=December 2024}} that coordinate transforms and invariant manifolds provide a sounder support for multiscale modelling (for example, see [[center manifold]] and [[slow manifold]]).
==Example: undamped Duffing equation==
[[File:Duffing-equation-perturbative-approaches.svg|thumb|431x431px|Here the differences between <math display="inline">\mathcal{O}(\varepsilon)</math> approaches for both regular perturbation theory and multiple-scale analysis can be seen, and how they compare to the exact solution for <math display="inline">\varepsilon = \frac{1}{4}</math>]]
===Differential equation and energy conservation===
As an example for the method of multiple-scale analysis, consider the undamped and unforced [[Duffing equation]]:<ref>This example is treated in: Bender & Orszag (1999) pp. 545–551.</ref>
<math display="block">\frac{d^2 y}{d t^2} + y + \varepsilon y^3 = 0,</math> <math display="block">y(0)=1, \qquad \frac{dy}{dt}(0)=0,</math>
which is a second-order [[ordinary differential equation]] describing a [[nonlinear system|nonlinear]] [[oscillator]]. A solution ''y''(''t'') is sought for small values of the (positive) nonlinearity parameter 0 < ''ε'' ≪ 1. The undamped Duffing equation is known to be a [[Hamiltonian system]]:
<math display="block">\frac{dp}{dt}=-\frac{\partial H}{\partial q}, \qquad \frac{dq}{dt}=+\frac{\partial H}{\partial p}, \quad \text{ with } \quad H = \tfrac12 p^2 + \tfrac12 q^2 + \tfrac14 \varepsilon q^4,</math>
with ''q'' = ''y''(''t'') and ''p'' = ''dy''/''dt''. Consequently, the Hamiltonian ''H''(''p'', ''q'') is a conserved quantity, a constant, equal to ''H<sub>0</sub>'' = {{sfrac|1|2}} + {{sfrac|1|4}} ''ε'' for the given [[initial conditions]]. This implies that both ''q'' and ''p'' have to be bounded:
<math display="block">\left| q \right| \le \sqrt{1 + \tfrac12 \varepsilon} \quad \text{ and } \quad \left| p \right| \le \sqrt{1 + \tfrac12 \varepsilon} \qquad \text{ for all } t.</math>The bound on q is found by equating H with p = 0 to H<sub>0</sub>: <math>\tfrac12 q^2 + \tfrac14 \varepsilon q^4 = \tfrac12 + \tfrac14 \varepsilon</math>, and then dropping the q<sup>4</sup> term. This is indeed an upper bound on |q|, though keeping the q<sup>4</sup> term gives a smaller bound with a more complicated formula.
===Straightforward perturbation-series solution===
A regular [[perturbation theory|perturbation-series approach]] to the problem proceeds by writing <math display="inline">y(t) = y_0(t) + \varepsilon y_1(t) + \mathcal{O}(\varepsilon^2)</math> and substituting this into the undamped Duffing equation. Matching powers of <math display="inline">\varepsilon</math> gives the system of equations
<math display="block">\begin{align}
\frac{d^2 y_0}{dt^2} + y_0 &= 0,\\
\frac{d^2 y_1}{dt^2} + y_1 &= - y_0^3.
\end{align}</math>
Solving these subject to the initial conditions yields
<math display="block">
y(t) = \cos(t)
+ \varepsilon \left[ \tfrac{1}{32} \cos(3t) - \tfrac{1}{32} \cos(t) - \underbrace{\
+ \mathcal{O}(\varepsilon^2).
</math>
===Method of multiple scales===
To construct a
<math display="block">t_1 = \varepsilon t</math>
and assume the solution ''y''(''t'') is a perturbation-series solution dependent both on ''t'' and ''t''<sub>1</sub>, treated as:
<math display="block">y(t) = Y_0(t,t_1) + \varepsilon Y_1(t,t_1) + \cdots.</math>
So:
<math display="block"> \begin{align}
\frac{dy}{dt}
&= \left( \frac{\partial Y_0}{\partial t} + \frac{dt_1}{dt} \frac{\partial Y_0}{\partial t_1} \right)
+ \varepsilon \left( \frac{\partial Y_1}{\partial t} + \frac{dt_1}{dt} \frac{\partial Y_1}{\partial t_1} \right)
+ \cdots
\\
&= \frac{\partial Y_0}{\partial t}
+ \varepsilon \left( \frac{\partial Y_0}{\partial t_1} + \frac{\partial Y_1}{\partial t} \right)
\end{align}</math>
using ''dt''<sub>1</sub>/''dt'' = ''ε''. Similarly:
<math display="block">\frac{d^2 y}{d t^2}
= \frac{\partial^2 Y_0}{\partial t^2}
+ \varepsilon \left( 2 \frac{\partial^2 Y_0}{\partial t\, \partial t_1} + \frac{\partial^2 Y_1}{\partial t^2} \right)
+ \mathcal{O}(\varepsilon^2).</math>
Then the zeroth- and first-order problems of the multiple-scales perturbation series for the Duffing equation become:
<math display="block">\begin{align}
\frac{\partial^2 Y_0}{\partial t^2} + Y_0 &= 0, \\
\frac{\partial^2 Y_1}{\partial t^2} + Y_1 &= - Y_0^3 - 2\, \frac{\partial^2 Y_0}{\partial t\, \partial t_1}.
\end{align}</math>
===Solution===
The zeroth-order problem has the general solution:
<math display="block">Y_0(t,t_1) = A(t_1)\, e^{+it} + A^\ast(t_1)\, e^{-it},</math>
with ''A''(''t''<sub>1</sub>) a [[complex-valued amplitude]] to the zeroth-order solution ''Y''<sub>0</sub>(''t'', ''t''<sub>1</sub>) and ''i''<sup>2</sup> = −1. Now, in the first-order problem the forcing in the [[right hand side]] of the differential equation is
<math display="block">\left[ -3\, A^2\, A^\ast - 2\, i\, \frac{dA}{dt_1} \right]\, e^{+it} - A^3\, e^{+3it} + c.c.</math>
where ''c.c.'' denotes the [[complex conjugate]] of the preceding terms. The occurrence of ''secular terms'' can be prevented by imposing on the – yet unknown – amplitude ''A''(''t''<sub>1</sub>) the ''solvability condition''
<math display="block">-3\, A^2\, A^\ast - 2\, i\, \frac{dA}{dt_1} = 0.</math>
The solution to the solvability condition, also satisfying the initial conditions {{math|1=''y''(0) = 1}} and {{math|1=''dy''/''dt''(0) = 0}}, is:
<math display="block">A = \tfrac 1 2\, \exp \left(\tfrac 3 8\, i \, t_1 \right).</math>
As a result, the approximate solution by the multiple-scales analysis is
<math display="block">y(t) = \cos \left[ \left( 1 + \tfrac38\, \varepsilon \right) t \right] + \mathcal{O}(\varepsilon),</math>
using {{math|1=''t''<sub>1</sub> = ''εt''}} and valid for {{math|1=''εt'' = O(1)}}. This agrees with the nonlinear [[frequency]] changes found by employing the [[Lindstedt–Poincaré method]].
This new solution is valid until <math>t = O(\epsilon^{-2})</math>. Higher-order solutions – using the method of multiple scales – require the introduction of additional slow scales, i.e., {{math|1=''t''<sub>2</sub> = ''ε''<sup>2</sup> ''t''}}, {{math|1=''t''<sub>3</sub> = ''ε''<sup>3</sup> ''t''}}, etc. However, this introduces possible ambiguities in the perturbation series solution, which require a careful treatment (see {{harvnb|Kevorkian|Cole|1996}}; {{harvnb|Bender|Orszag|1999}}).<ref>Bender & Orszag (1999) p. 551.</ref>
===Coordinate transform to amplitude/phase variables===
Alternatively, modern
A solution <math>y\approx r\cos\theta</math> is sought in new coordinates <math>(r,\theta)</math> where the amplitude <math>r(t)</math> varies slowly and the phase <math>\theta(t)</math> varies at an almost constant rate, namely <math>d\theta/dt\approx 1.</math> Straightforward algebra finds the coordinate transform{{citation needed|date=June 2015}}
<math display="block">y=r\cos\theta +\frac1{32}\varepsilon r^3\cos3\theta +\frac1{1024}\varepsilon^2r^5(-21\cos3\theta+\cos5\theta)+\mathcal O(\varepsilon^3)</math>
transforms Duffing's equation into the pair that the radius is constant <math>dr/dt=0</math> and the phase evolves according to
<math display="block">\frac{d\theta}{dt} = 1 + \frac 3 8 \varepsilon r^2 -\frac{15}{256}\varepsilon^2r^4 +\mathcal O(\varepsilon^3).</math>
That is, Duffing's oscillations are of constant amplitude <math>r</math> but have different frequencies <math>d\theta/dt</math> depending upon the amplitude.<ref>{{citation |first=A.J. |last=Roberts |title=Modelling emergent dynamics in complex systems |url=http://www.maths.adelaide.edu.au/anthony.roberts/modelling.php |accessdate=2013-10-03 }}</ref>
==See also==
* [[Method of matched asymptotic expansions]]
* [[WKB approximation]]
*[[Method of averaging]]
*[[Krylov–Bogoliubov averaging method]]
==Notes==
Line 121 ⟶ 100:
==References==
{{
*{{citation
| last1=Kevorkian | first1=J.
Line 128 ⟶ 107:
| year=1996
| publisher=Springer
| isbn=978-0-387-94202-5
}}
*{{citation
Line 136 ⟶ 115:
| publisher=Springer
| year=1999
| isbn=978-0-387-98931-
| pages=544–568
}}
Line 143 ⟶ 122:
| first = A.H. | last = Nayfeh | author-link = Ali H. Nayfeh
| year = 2004
| publisher = Wiley–VCH Verlag | isbn = 978-0-471-39917-
}}
* {{citation
| title = Physics of Wave Turbulence
| first = S. | last = Galtier
| year = 2023
| publisher = Cambridge University Press | isbn = 978-1-009-27588-0
}}
{{refend}}
==External links==
*{{scholarpedia | title=Multiple scale analysis | urlname=Multiple_scale_analysis | curator=Carson C. Chow}}
[[Category:Mathematical physics]]
|