Define $L_f(a,b)$ denote the arc length of the graph of the function $f$ on $(a,b)$.
For a sequence of functions $f_n(x):D\to \mathbb{R}$ that converges to $f(x)$, even if $f_n$ converge uniformly to $f$, this isn't enough to grantee that that $L_{f_n}(a,b)\to L_f(a,b), \forall (a,b)\subset D$.
Example: Let $$ g(x) = \begin{cases} |x|, & \text{if $|x|\le1$} \\ g(x+2)=g(x), & \end{cases}$$ Now let $f_n(x)=\frac{1}{n}g(nx)$, $f_n$ converge uniformly to $0$, however $L_{f_n}(0,1)=\sqrt{2}, \ \forall n$ and $L_0(0,1)=1$.
Another example is The "proof" of $\pi=4$ that use a sequence of curves that converge uniformly to a circle with radius =0.5 with each of $f_n$ having total length of $4$, however uniform convergence doesn't imply the arclength converge to arclength of the function
If $f_n(x)$ are all differentiable at $(a,b)$ then if $f_n\to f$ uniformaly then $L_{f_n}(a,b)=L_f(a,b)$ this is easy to see by using $L_{f_n}(a,b)=\int_a^b\sqrt{1+(f'_n(x))^2}dx$
My questions are:
(1) If $f_n\to f$ pointwise and $L_{f_n}(a,b)\to L_f(a,b)$, must the convergence $f_n\to f$ be uniform?
(2) Is there a natural or standard type of convergence that guarantees $L_{f_n}(a,b)\to L_f(a,b)$?
(3) If $f_n\to f$ uniformly, does $L_{f_n}(a,b)$ have to converge ?
