One Sided Derivatives
One Sided Derivatives
f (a + h) − f (a)
f−′ (a) = lim
h→0− h
f (a + h) − f (a)
f+′ (a) = lim
h→0− h
Theorem : For f ′ (a) to exist it is necessary and sufficient that these conditions are met:
Furthermore , if these conditions are met, then the derivative f ′ (a) equals the common value
of f−′ (a) and f+′ (a) :
f ′ (a) = f−′ (a) = f+′ (a)
Example : Is the function f (x) = |x + 7| differentiable at x = −7 ?
Solution:
|(−7+h)+7|−0
= lim h
h→0−
|h|
= lim h
h→0−
as h < 0 in this case
−h
= lim h = −1
h→0−
|(−7+h)+7|−0
= lim h
h→0+
|h|
= lim h
h→0+
as h > 0 in this case
h
= lim h =1
h→0+
Then:
Page 2
Example : Is the function f (x) = |x − 3| + x2 differentiable at x = 3.
Solution:
{ }
|h|+(3+h)2 −{9}
f−′ (3) = lim f (3+h)−f (3)
h = lim h
h→0− h→0−
{ }
|h|+(9+6h+h2 ) −{9}
|h|+6h+h2
= lim h = lim h
h→0− h→0−
(−h)+6h+h2 5h+h2
= lim h = lim h
h→0− h→0−
= lim (5 + h) = 5
h→0−
{ }
|h|+(9+6h+h2 ) −{9}
|h|+6h+h2
= lim h = lim h
h→0+ h→0+
(h)+6h+h2 7h+h2
= lim h = lim h
h→0+ h→0+
= lim (7 + h) = 7
h→0+
Then:
Page 3