Could someone please give me the intuition behind using integral of squared second derivative as a measure of curve smoothness?
I was thinking that since curvature measures how fast a curve changes, should we not be integrating the square of curvature? Basically why are we ignoring the denominator from the definition of curvature before even checking if first derivative is small enough.
This is also used in Smoothing Splines so I guess there is something to it then just being a mere approximation.
Using integral of squared second derivatives allows the functional to be minimized to become a quadratic form of the unknowns (i.e., control points of the spline), which eventually will result in a linear equation set, which is easy to solve. This is actually similar to the famous "least square" method which minimizes the sum of the squared errors, instead of the sum of errors, so as to result in a linear equation set.