I know the originals formula for arc-length is:
$$\int_{a}^b \sqrt{1+{f'(x)}^2}$$
However most of the formulas don't have closed formed solutions, and are unsolvable in terms of this equation.
So far, I tried taking $$\lim_{n\rightarrow\infty}\sum_{i=1}^n \sqrt{1+\left(z\left(a+\frac{a-b}{n}\right)i\right)^2}\left(\frac{a-b}{n}\right)$$
Where $z(x)$ is the equation of the derivative of $f(x)$, $i$ is the number of line segments made around the intervals of the equation, and n is the sub-intervals. The only problem is my Desmos online graphing calculator has trouble computing the arclength as n goes to infinity.
I would like to know some of the techniques for calculating the arc length numerically in a easier way, from the range of $[a,b]$,and maybe an example.