quasar987 said:
"If you add all the Feynman diagrams for the electron, the sum, representing its mass, DIVERGE! On the other hand, if you consider only the first few terms of the sum, it matches very well the experimentally measured mass."
There's a branch of now somewhat obscure mathematics called "divergent series" that has just this sort of property. It is the subject that got Ramanujan an invitation to
study mathematics under Hardy, and included the infamous result used in string theory:
1+2+3+4+... = -\frac{1}{12}
http://math.furman.edu/~dcs/courses/math15/lectures/lecture-14.pdf
Anyway, with divergent series, the first n terms converge rapidly, but the later series cause the series to diverge drastically.
I got reminded of this recently when I added the exponential function to my Geometric algebra calculator (which is written in Java). We all know that e^-\kappa goes to zero as \kappa goes to (plus) infinity. This result can be generalized for \kappa a matrix. For example, if
\psi = \left( \begin{array}{cc}<br />
1 & 0 \\ 0 & 0 \end{array} \right)
then e^{-\kappa \psi} doesn't quite go to zero as \kappa goes to infinity, but it goes to something similar.
Anyway, it was a small surprise to me when my series for exponential diverged badly when I took the limit as \kappa goes to infinity for something that is similar to the \psi above.
Uh, the exponential function is not an example of a divergent series, but I got reminded of the subject nevertheless.
Carl