Andy C. answered 09/22/17
Tutor
4.9
(27)
Math/Physics Tutor
Substitute |X| with sqrt(X^2) <-- the positive square root
f(x) = sin( sqrt((x)^2)) - 1
I used the extra parenthesis to handle negative numbers.
For example
f(-3) = sin (sqrt ( (-3)^2 ) - 1
= sin (sqrt(9) ) - 1
= sin (3) -1
Now for the derivative:
y = f(x) = sin( sqrt((x)^2))-1
By chain rule, recursively, we need derivative of sqrt( (x)^2 )
which means we will need the derivative of x^2
y' = cos( sqrt((x)^2)) * ((x)^2)^(-1/2) * (2x)
= cos ( sqrt((x)^2) * (2x) / ((x)^2)^(1/2)
= cost(sqrt((x)^2)*(2x) / sqrt((x)^2))
So the derivative is undefined at x=0
Person P.
09/23/17