Regularize II

\displaystyle

The underlying idea of regularization is to recover the roots that are lost in a singular limit. When some coefficients of a polynomial are multiplied by powers of a small parameter \epsilon, the limiting polynomial obtained by setting \epsilon=0 may have fewer roots than the original polynomial. In this situation, some roots have escaped to a different scale and are therefore invisible in the limit.

To recover these missing roots, we introduce a rescaling

\displaystyle x:=\epsilon^p w

where the exponent p is chosen so that at least two dominant terms of the polynomial balance each other. Geometrically, this choice is determined from the Newton polygon (or Newton diagram) by examining the exponents of \epsilon. After an additional normalization by a factor \epsilon^{-m_j}, one obtains a new limiting polynomial in the variable w. This reduced polynomial captures the asymptotic behavior of the roots on the corresponding scale and typically restores the correct number of roots.

In this sense, the singularity is not an intrinsic property of the problem but rather the consequence of observing the problem at an inappropriate scale.

As a simple example, consider

\displaystyle P(x) = x^2 -x+1
\displaystyle P_\epsilon(x) =\epsilon x^2-x+1

Setting \epsilon=0 gives

\displaystyle P_0(x)=-x+1

which has only one root, although the original polynomial is quadratic and therefore has two roots. To recover the missing root, let

\displaystyle x:=\epsilon^{-1}w

Substituting into the polynomial gives

\displaystyle P_\epsilon(\epsilon^{-1}w) = \epsilon(\epsilon^{-2}w^2)-\epsilon^{-1}w+1 = \epsilon^{-1}(w^2-w+\epsilon)

Multiplying by \epsilon yields

\displaystyle w^2-w+\epsilon

Taking the limit \epsilon\to0 gives the regular polynomial

\displaystyle w^2-w=w(w-1)

which has two roots. One corresponds to the finite root seen in the original limit, while the second reveals a root located on the larger scale x=O(\epsilon^{-1}). The rescaling has therefore recovered the root that was hidden in the singular limit.

Comments

Leave a comment