2
$\begingroup$

For the absolute value function: $y = |x|$, how does the definition of limit apply:
enter image description here

The derivative of the function doesn't exist because the right hand derivative and the left hand derivative are not equal:

Right-hand derivative of $|x|$ at zero =
$$\lim_{x\to0^+} \frac{|0+h| - |0|}{h}$$
$$\lim_{x\to0^+} \frac{|h|}{h}$$
$$\lim_{x\to0^+} \frac{h}{h} = 1$$

Left-hand derivative of $|x|$ at zero =
$$\lim_{x\to0^+} \frac{|0+h| - |0|}{h}$$
$$\lim_{x\to0^+} \frac{|h|}{h}$$
$$\lim_{x\to0^-} \frac{-h}{h} = -1$$

My question is when h approaches $x$ from the negative part, why doesn't $h$ become negative in the denominator? If it is because, the denominator was formed by:

$$\lim_{x\to 0^+} \frac{f(x+h) - f(x)}{(x-h) - x}$$, and since $h$ approaches from the negetive side, it becomes positive, then, how would this justify the following function:
enter image description here
Where the function is defined only on the positive side.

  • 3
    All the $x\to0$ should be $h\to0$. And pease use \lim_{h\to0}.2017-01-26
  • 0
    @JuliánAguirre, I didn't get you, kindly please explain me a bit.2017-01-27
  • 1
    The right hand side only has $h$'s, not $x$'s (except in the last one), and is $h$ the variable that goes to $0$; $x=0$ is fixed.2017-01-27
  • 1
    $$ \begin{align} f'(x)&=\lim_{\color{red}{h\rightarrow\,0}}\frac{f(x+h)-f(x)}{(x+h)-(x)}=\lim_{\color{red}{h\rightarrow\,0}}\frac{f(x+h)-f(x)}{h} \\ &\color{white}{.} \\ f'(x_0)&=\lim_{\color{red}{x\rightarrow\,x_0}}\frac{f(x)-f(x_0)}{x-x_0}=\lim_{\color{red}{h\rightarrow\,0}}\frac{f(x_0+h)-f(x_0)}{h} \end{align} $$2017-01-29

1 Answers 1

3

"Why doesn't $h$ become negative in the denominator?" Answer: It does. I think you're making the common confusion that $-h$ is negative and $h$ is positive. But they're not. If $h<0$ then $-h$ is positive and $h$ is negative.