Matched asymptotic expansions

guillefix 4th November 2016 at 2:43pm

Perturbation method to get approximate solutions to singular perturbation problems of differential equations, often when the small parameter ϵ\epsilon is multiplying the highest derivative. Then the ϵ=0\epsilon=0 problem is of lower order, and will in general not be able to satisfy all the boundary conditions of the original problem

If y is the solution to Dϵy=0D_\epsilon y = 0 then one possible behaviour in such cases is that:

  • over most of the range ϵdky/dxk\epsilon d^k y/dx^k is small, and yy approximately obeys D0y=0D_0 y = 0.
  • in certain regions, often near the ends of the range, ϵdky/dxk\epsilon d^ky/dx^k is not small, and yy adjusts itself to the boundary conditions (i.e. dky/dxkd^ky/dx^k large in some places).

In fluid dynamics these regions are known as boundary layers, in solid mechanics they are known as edge layers, in electrodymanics they are known as skin layers, etc.

For this reason the subject of matched asymptotic expansions is sometimes called boundary-layer theory.

Boundary layers can also appear in other circumstances, for instance when the perturbation converts a linear DE into a nonlinear one. See the example in question 2 here (in that case, the linear problem has a solution with a singularity at x=0x=0, but the nonlinearity makes f(0)ϵ1/2f(0) \sim \epsilon^{-1/2}. See solution in black oxford notebook.

Handout from lecture

Method of matched asymptotic expansions

1. Determine the scaling of the boundary layers (e.g. xϵx \propto \epsilon or ϵ1/2\epsilon^{1/2} or ...). Note, it may be appropriate to rescale the dependent variable too! See example in question 2 here.
2. Reescale the independent variable in the boundary layer (e.g. x=x^ϵx=\hat{x}\epsilon, or x^ϵ1/2\hat{x}\epsilon^{1/2} or ...)
3. Find the asymptotic expansions of the solutions in the boundary layers and outside the boundary layers (the "inner" and "outer" solutions)
4. Fix the arbitrary constants in these solutions by
(a) obeying the boundary conditions (often for inner solutions)
(b) matching – making the inner and outer solutions join up properly in the transition region between them.

Trick for finding scaling in boundary layer: in the boundary layer d2y/dx2d^2y/dx^2 is often significant (though not always!). We must increase α\alpha (where x=x^ϵαx=\hat{x}\epsilon^\alpha) until this term balances the largest of the others in the equation.

Matching of asymptotic expansions

Prandtl matching rule

Most elementary.

You simply require

limxBLyBL(xBL)=limxM0yM(xM)\lim_{x_{BL} \rightarrow \infty}y_{BL}(x_{BL}) = \lim_{x_M\rightarrow 0} y_M(x_M)

where BLBL and MM refer to boundary layer, and middle (outer) solutions and variables.

van Dyke matching rule

Van Dyke's matching 'rule' usually works (more powerful than Prandtl's) and is much more convenient than the Intermediate variable matching below. The rule is

(m term inner)(n term outer)=(n term outer)(m term inner)(m\text{ term inner})(n\text{ term outer}) = (n\text{ term outer})(m\text{ term inner})

oooooooooooooooooooooooooooooooo

I.e. in outer expansion, in the outer variables expand to nn terms; then switch to inner variables and reexpand to mm terms.The result is the same as first expanding the inner expansion in the inner variables to mm terms, then switching to outer variables and reexpanding to nn terms.. Hmm, but these expansions are expressed in different variables. I guess, as a last implicit step, I should convert to the same variables to compare. What's the justification of this rule?

When using this matching rule you must treat log as O(1)O(1) because of the size of logarithmic terms.

Intermediate variable matching

Most advanced and powerful of the methods. More tedious to apply too.

Expansions for two "contiguous" regions should actually have an overlap or transition region where both expansions are valid.

For example, suppose there is a boundary layer for x=ϵx^x=\epsilon \hat{x} for x^=O(1)\hat{x} = O(1), but the expansion we find is actually valid for x^=o(ϵ1)\hat{x} = o(\epsilon^{-1}), i.e., the expansion breaks when x^\hat{x} becomes ord(ϵ1)ord(\epsilon^{-1}) or larger. Suppose also, that the middle, or outer region is defined for x=ord(1)x=ord(1), but the expansion is valid for x=ord(ϵα)x=ord(\epsilon^\alpha), for 0<α<10<\alpha <1. Then in any region with x=ord(ϵα)x=ord(\epsilon^\alpha), for 0<α<10<\alpha <1, both expansions are valid, and therefore should match due to the uniqueness of Asymptotic approximations.

Note some terms jump order: a term in the examples in the notes comes from the inner expansion of the first-outer term, but it also comes from the outer expansion of the second-inner term. "First-outer" refers to first order in the expansion in outer region. The terms "inner and outer expansion" here refer to the expansion in terms of rescaled variables, but these terms are most often used for the van-Dyke rule where the "outer expansion" refers to the expansion of some term in terms of the outer variable, and similarly for the "inner expansion". The nomenclature he uses, is a bit confusing though.

Composite expansion

A composite expansion is an expansion that is valid across the whole domain. It built as yBL+YMoverlapsy_{BL} + Y_M - \text{overlaps}, where yBLy_{BL} are the solutions in the boundary layers, YMY_M are the outer solutions, outside boundary layers, and overlaps\text{overlaps} are overlaps, removed to avoid double counting. The overlaps\text{overlaps} term removes the contribution from the inner expansion, when looking at the outer region(s); or the contribution from the outer expansion, when looking at the inner region(s). In practice, this can be done by substracting a term of the form (m term inner)(n term outer)(m\text{ term inner})(n\text{ term outer}) at the right order.

It is not unique, because it is not in standard Poincare form

Boundary and transition layers

Boundary layers

Think of the ϵ=0\epsilon = 0 problem, and that to have the possibility of a non-trivial boundary layer we need some solution in the inner region which decays as we move towards the outer. In the problem considered in the notes, for example, the non-constant solution in the right-hand "boundary layer" grew exponentially as we moved to the outer, so there could never be a boundary layer at x=1x = 1.

Transition or interior layers

Regions of fast change, not in the boundary, but in the interior of the domain. Finding the position of an interior layer can sometimes be hard.

Non-linear boundary layers

Boundary layer at infinity

Revise these


Example: van der Pol oscillator

Revise this example pages 36-41