1

I'm first year in high school in Russia so please understand for noobyness and possible miss-formats.

From derivative definition we have: $$ f'(x) = \lim_{\Delta x \to 0}(\Delta y) / (\Delta x) $$ Delta y is f(x) - f(x0) which can be as a negative value depending on whether derivative is increasing, decr. or zero. but Delta usually means that we take difference between something. should we take an absolute value here? if don't, I get the derivatives. if do I ain't get it...

Thanks. I've tried to google this q I do promise.

1 Answers1

0

As you've said, we have $\Delta y = f(x) - f(x_0)$. We then have $\Delta x = x-x_0$. So, $\Delta x < 0$ when $x < x_0$, and $\Delta x > 0$ when $x > x_0$. No absolute values to take here.

The more common presentation of this limit is its full form $$ f'(x_0) = \lim_{\Delta x \to 0} \frac{f(x_0 + \Delta x) - f(x_0)}{\Delta x} $$ It is sometimes helpful to note that this is the same thing as writing $$ f'(x_0) = \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0} $$ though in practice, the first version makes computation easier.

Ben Grossmann
  • 225,327