Calculating $\sqrt{3}$ by the binomial series for $(4-1)^{\frac{1}{2}}$ seems to converge very much more slowly than the Newton Raphson method for improving an initial approximation of $\sqrt{3}\approx 2$. Is that right?
This is not a sophisticated question. I ask because I'm trying to understand an algebra textbook from 1826 (Bridge The Elements of Algebra). So I have done some hand calculations with the binomial series and they seem much slower than the obvious Newton Raphson calculations although Bridge says the binomial series is very fast. So I want to check with people who know this method. Should I expect the binomial theorem to be slower than Newton Raphson for this problem?
The binomial series, or more general, Taylor's formula in general converges at an exponential rate, here like $(1/4)^n$ (related to singulaties in the complex plane). Newton's method is in general quadratic or super-exponential fast (faster than any exponential) when you are close enough to the 'true' value.