1/f differentiation- why am I not getting it

  • Thread starter Thread starter asif zaidi
  • Start date Start date
  • Tags Tags
    Differentiation
asif zaidi
Messages
56
Reaction score
0
What am I missing here


Problem Statement:

Let f be a differentiable at point x and assume f(x) is not equal to 0. Show that function 1/f is differentiable at x=0 and (1/f)' = -f'(x)/( f(x) ^2 )

Solution
1/f = f^-1.
So taking its derivative I get the following: -f^-2. But I fail to see where the f'(x) term comes from. Plz advise.


Thanks

Asif
 
Physics news on Phys.org
You have to apply the chain rule when you take the derivative:

If u is a function of x, then if you take the derivative of some function g(u) with respect to x,

\frac{d}{dx}g(u) = \frac{dg}{du}\frac{du}{dx}

In this case, g(u) is your function 1/u, and u = f(x). Does this make sense?
 
Well, you could do it directly like this:
\lim_{h\to{0}}\frac{\frac{1}{f(x+h)}-\frac{1}{f(x)}}{h}=\lim_{h\to{0}}\frac{f(x)-f(x+h)}{hf(x+h)f(x)}=-\lim_{h\to{0}}(\frac{f(x+h)-f(x)}{h})*\frac{1}{f(x+h)f(x)}
See if you manage to get something out of this.
 
asif zaidi said:
What am I missing here


Problem Statement:

Let f be a differentiable at point x and assume f(x) is not equal to 0. Show that function 1/f is differentiable at x=0 and (1/f)' = -f'(x)/( f(x) ^2 )

Solution
1/f = f^-1.
So taking its derivative I get the following: -f^-2. But I fail to see where the f'(x) term comes from. Plz advise.


Thanks

Asif
Because you differentiated with respect to f, rather than with respect to x.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top