Calculus/Differentiablity
Expert: Abe Mantell - 7/15/2009
QuestionHi Abe,
I'm a guy from India preparing for IIT(Indian Institute of Technology) entrance exams.
I have a basic knowledge of whole of mathematics at freshman level.
I am familiar with basic ideas of calculus and can do freshamn level calculus.
I was recently solving a problem and had a doubt when I looked up the solution to that.
The problem is as follows:
If f(x)= sin^-1 {2x/(1 + x^2)} then find the interval where f(x) is differentiable.
I tried to use the idea:
lim f(x) - f(a)
(x --> a) ---------------
x - a
Where "a" can be any no. in the domain. In this case, I tried it with 'a' as 1 and -1 since these are the likely points where it may not be differentiable.
While solving it this way, I sort of got stuck and then looked up the solution.
But in the solution, they haven't followed the approach of limits, as I did above. Instead they have just differentiated the function directly and then showed that f'(x) doesn't exist for x=1,-1
My question is, that if we apply the same approach to another function, say
mod.(x), where "mod." stands for modulus.
This function can be written down as
|
f(x)= | x, x > 0 (or = 0)
|-x, x < 0
|
now if we directly differentiate the above function, like it has been done in the solution in my book for the previous func., we'll get,
|
f'(x)= | 1, x > 0 (or = 0)
|-1, x < 0
|
This shows that this function f'(x) is defined everywhere and thus f(x) = mod.(x) is differentiable everywhere.
But we know that this is not true. We know that it isn't differentiable at x=0.
So this method of directly differentiating a function, without following the idea of limits must be wrong.
Please solve this paradox and also tell me why am I not able to get an answer to the func.
f(x)= sin^-1 {2x/(1 + x^2)}
when I use the limit approach.
The approach of directly differentiating functions has been widely followed throughout the book....is it correct...??? doesn't seem so because if it were, it would have also given us a correct answer for the function mod.(x) which we didn't get.
Thanks,
Shikhin
AnswerHello Shikhin,
It is OK to differentiate the function in question and examine it for any "problem" values, provided we are mindful of the domain.
For example, the modulus function you gave (we call it "absolute value").
f'(x)= { 1, x>0
. { -1, x<0
f' is NOT defined for x=0 (as you have).
Does that help?
Abe