0

Given a function $f(x)$, its derivative at the point $c$ is defined as the following limit:

$$f'(c) = \lim_{h\to 0}\frac{f(c+h)-f(c)}{h} = \lim_{\Delta x\to 0}\frac{f(c+\Delta x)-f(c)}{\Delta x} \tag{1}$$

And if we make the change of variables $c+h=x$, then:

$$f'(c) = \lim_{x\to c}\frac{f(x)-f(c)}{x-c} \tag{2}$$

On the other hand, the derivative function $f'(x)$ is defined, replacing at $(1)$ $c$ by $x$:

$$f'(x) = \lim_{h\to 0}\frac{f(x+h)-f(x)}{h}=\lim_{\Delta x\to 0}\frac{f(x+\Delta x)-f(x)}{\Delta x} =\lim_{\Delta x\to 0}\frac{\Delta f(x)}{\Delta x}\tag{3}$$

Then, which would be the notation for the derivative function making use of the second definition of the derivative $(2)$?

J. W. Tanner
  • 60,406
Asd
  • 75

1 Answers1

1

You could write

$$f'(x) = \lim_{\xi\to x}\frac{f(x)-f(\xi)}{x-\xi}$$

Quaerendo
  • 566