I keep it simple: the length of a curve can be calculated as integral:
L = $ \int \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 } \cdot dt$
not $[L(f) = \int_{r_1}^{r_2}f'(t)\,\mathrm{dt}]$.
Looking at this formula it seemed self-evident to me: u're summing up all the parts of a curve as it moves in time. However by thinking about it a little more I'm flustered: how can an Integral spit out a length? Isn't it all about surface?

An integral is in effect "summing up tiny bits of a thing to get the whole thing." That thing can be an area, and when the thing you are integrating is graphed, the (signed) area below it is the result. So any integral can be drawn as an area, it's just that sometimes we don't want to use that kind of description.
You can add up lots of dm to get a mass $M$. Lots of bits of length to get a length $L$. Lots of bits of volume $dV$ to get a volume $V$. And so forth.
In your example, a tiny bit of arc length, $dL$, can be drawn as the hypotenuse of a tiny triangle with legs $dx$ and $dy$, so by the Pythagorean theorem, $$(dL)^2 = (dx)^2 + (dy)^2$$, or multiplying by $(dt/dt)^2$, we get $$ \left(\frac{dL}{dt}\right)^2(dt)^2 = \left[\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 \right] (dt)^2 $$ and finally $$ \left(\frac{dL}{dt}\right)(dt) = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 } \cdot dt$$ and $$ L = \int dL = \int \left(\frac{dL}{dt}\right)(dt) = \int \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 } \cdot dt$$