For f(x) = abs(x^3 - 9x), does f'(0) exist

needingtoknow
Messages
160
Reaction score
0

Homework Statement



For f(x) = abs(x^3 - 9x), does f'(0) exist?

The Attempt at a Solution


[/B]
The way I tried to solve this question was to find the right hand and left hand derivative at x = 0.

Right hand derivative
= (lim h--> 0+) f(h) - f(0) / h
= (lim h--> 0+) abs(h^3 - 9h) / h
= (lim h--> 0+) h^2 - 9
= (lim h--> 0+) h^2 - 9 = -9

Left hand derivative
= (lim h--> 0-) f(h) - f(0) / h
= (lim h--> 0-) abs(h^3 - 9h) / h
= (lim h--> 0-) -(h^2 - 9)
= (lim h--> 0-) -h^2 + 9 = 9

However, when I plug in the equation into the graphing calculator, the magnitude is correct, by the positive and negative signs are switched.
 
Physics news on Phys.org
needingtoknow said:

Homework Statement



For f(x) = abs(x^3 - 9x), does f'(0) exist?

The Attempt at a Solution


[/B]
The way I tried to solve this question was to find the right hand and left hand derivative at x = 0.

Right hand derivative
= (lim h--> 0+) f(h) - f(0) / h
= (lim h--> 0+) abs(h^3 - 9h) / h
= (lim h--> 0+) h^2 - 9

Note that when ##h## is small positive that ##h^3 - 9h < 0## so the last step should have ##9-h^2##.
= (lim h--> 0+) h^2 - 9 = -9

Left hand derivative
= (lim h--> 0-) f(h) - f(0) / h
= (lim h--> 0-) abs(h^3 - 9h) / h
= (lim h--> 0-) -(h^2 - 9)
= (lim h--> 0-) -h^2 + 9 = 9
Similar comment for the second one.
 
  • Like
Likes needingtoknow
Thanks a million! This made perfect sense
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top