Given a differentiable real function $f$, the derivative $f'(x)$ is the slope of the tangent to the graph of $f$ at $(x,f(x))$.
Suppose that, instead of the tangent, we look at the secant to the graph of $f$, between the point $(x,f(x))$ and the point $(x^+,f(x^+))$, where $x^+$ is chosen such that $x^+>x$ and the distance between $(x,f(x))$ and $(x^+,f(x^+))$, along the curve of $f$, is some fixed constant $d$:
We define the "$d$-secant-derivative" of $f$ at $x$ as the slope of that secant. Note that, as $d\to 0$, the $d$-secant-derivative at $x$ approaches $f'(x)$ (if $f$ is differentiable), but here $d$ is constant.
- Is anything known about this "secant-derivative" operator?
- Is there a simple way to compute or approximate it, like there are simple rules for computing derivatives?
NOTE: As I am interested in approximations, it does not matter very much what distance measure is used: it can also be Euclidean distance, $\ell_1$ distance or $\ell_\infty$ distance; whatever makes the problem solvable. The reason I chose the distance along the curve is that (I think) it defines $x^+$ uniquely. But, I will also be happy for a solution using e.g. the $\ell_\infty$ metric, where $x+ = \inf\{y\geq x | \ell_\infty(y,x) = d\}$.