Assuming a nicely-behaved function (continuous, differentiable). Total variation can be defined as $T_f=\int_a^b|f'(x)|dx$.
My intuitive understanding of what total variation measures is: the length of a string used to plot that function.
Consider the following functions between the interval $[0,1]$: $f(x)=x,g(x)=x^2$. Considering the fact that the shortest distance between two points is a straight line, I would think $T_f<T_g$. However, performing the calculations yields:
$$ T_f=\int_0^1|1|dx = \int_0^11dx=1 $$ $$ T_g = \int_0^1|2x|dx =\int_0^1 2x=1$$
So, where am I making a mistake? or is my interpretation of total variation wrong; if so, what is a correct intuitive interpretation?
*Edit: I reopened the question because there are answers that address it more directly. **Edit: I can't reopen the question.