There’s one point about the order of regularization that I can’t understand. Let’s suppose that we have an ill-posed problem $Af=g$, where $g$ is the observation (with noise), $A$ is a linear operator, $f$ is the input we need to find. Let’s assume that our solution should be smooth. Then we’re going to use the first order Tikhonov’s regularization which implies minimization of the following functional
$ ||Af-g||^2+\alpha ( ||f||^2+ ||\frac{df}{dx}||^2) $ (let’s consider 1D case)
So my question is about the units. Here we have a $\frac{df}{dx}$, the rate of change, while other members are of the “distance” units. It confuses me a little. I suggest that maybe the key idea of the methods is considering everything as a length, so $||\frac{df}{dx}||^2$ is the “length” of the derivative, but I’m not quite sure. Please help me to make this point clear. Thanks!