Series Expansions Reference

This is some­thing that I use so often that I should have done it much sooner. Series expan­sions are a very use­ful tool that they don’t talk about nearly enough in col­lege classes. Most of the time, for e.g. small sig­nals, the first non-constant term is suf­fi­cient for an approx­i­ma­tion – and instead of using inverse trigono­met­ric func­tions or worse to solve your equa­tions, you have a lin­ear or maybe qua­dratic set of equa­tions that is so much eas­ier to han­dle. I can never remem­ber the cor­rect coef­fi­cients, though, and fre­quently look them up in Wikipedia. With this nice sheet tacked to the old office wall, these times will be gone.

One needs to be care­ful, how­ever, not to let the func­tion argu­ment devi­ate too much for a series approx­i­ma­tion to become invalid. That’s why I added graphs of the func­tion itself (dashed black), the lin­ear term (red), the qua­dratic term (blue) and the cubic term (green) in the vicin­ity of $x=0$. This way it should be much eas­ier to esti­mate the valid­ity of the var­i­ous approx­i­ma­tions.

Down­load the Series Expan­sions Cheat Sheet.

One Comment

  • Marcus wrote:

    Inverse Error Func­tion

    inverse error function

    $$\begin{align}
    \mathrm{erf}^{-1} x &= \sum_{k=0}^\infty \frac{c_k}{2k+1} \left( \frac{\sqrt{\pi}}{2} x \right)^{2k+1} \\
    &= \frac{\sqrt{\pi}}{2} \left( x + \frac{\pi}{12}x^3 + … \right)
    \end{align}$$

    where

    $$c_0 = 0 \quad \text{and} \quad c_k = \sum_{m=0}^{k-1} \frac{c_m c_{k-1-m}}{\left(m+1\right) \left(2m+1\right)}$$

    See also inverse error func­tion [Wikipedia]

Post a Comment

Your email is never shared.