We know that if there is a curve $$\Gamma=\{(x,y)\in\Bbb R^2\ :\ y=f(x), x\in[a,b]\}$$ then $$\text{length}(\Gamma)=\int\limits_a^b\sqrt{1+f'(t)^2}dt$$ and I get that this is because $$\text{length}(\Gamma)=\int\limits_\Gamma1=\int\limits_a^b1\cdot|\gamma'(t)|dt=\int\limits_a^b|(\gamma_1'(t),\gamma_2'(t))|dt=\int\limits_a^b\sqrt{\gamma_1'(t)^2+\gamma_2'(t)^2}dt$$ where $\gamma(t)=(\gamma_1(t),\gamma_2(t))=(t,f(t))$
But $\sqrt{1+f'(t)^2}$ is another function in itself and I would like to see what it corresponds to, is there a way of comparing the two functions in a more meaningful way then just the reasoning that I wrote above?
I am looking for an animation or a drawing or simply an explanation.
The formula arises from an analysis of the curve $(t,f(t))$. Suppose you move from a point $p_1=(t_1,f(t_1))$ to a point $p_2(t_2,f(t_2))$ on the curve, with $t_1<t_2$. If $t_1,t_2$ are sufficiently close to each other, the distance between these two points is close to the length of the piece of the curve between the points $p_1,p_2$. Now the distance is simply: $$d(p_1,p_2)=\sqrt{(t_2-t_1)^2+(f(t_2)-f(t_1))^2}$$ Assuming $f$ is differentiable, the mean value theorem guarantees that we can find a point $\xi\in(t_1,t_2)$ such that $$f(t_2)-f(t_1)=f'(\xi)(t_2-t_1)$$ so we can write $$d(p_1,p_2)=\sqrt{(t_1-t_2)^2+(f^{'}(\xi))^2(t_2-t_1)^2}=(t_2-t_1)\sqrt{1+(f'(\xi))^2}$$ Now if we partition the curve into points $(t_1,f(t_1)),(t_2,f(t_2)),\dots,(t_n,f(t_n))$ and add all these distances we just calculated, we obtain the sum $$\sum_{i=1}^n(t_{i+1}-t_i)\sqrt{(f'(\xi_i))^2+1}$$ which is a Riemman sum for the integral $\int_a^b\sqrt{1+(f'(x))^2}\,dx$.