Derivative of 1/x: Solving a Common Calculus Problem

  • Thread starter Thread starter gabby989062
  • Start date Start date
  • Tags Tags
    Derivative
gabby989062
Messages
20
Reaction score
0

Homework Statement


This is one step of a larger problem, but I'm stuck on derivative of 1/x.


Homework Equations





The Attempt at a Solution


1/x = x^-1.

Using power rule:
-x^-2
but this isn't right?
 
Physics news on Phys.org
gabby989062 said:

Homework Statement


This is one step of a larger problem, but I'm stuck on derivative of 1/x.


Homework Equations





The Attempt at a Solution


1/x = x^-1.

Using power rule:
-x^-2
but this isn't right?


why not?
 
(\frac{1}{x})'=(x^{-1})'=-x^{-1-1}=-\frac{1}{x^2}
 
Why does it become negative at this jump?

(\frac{1}{x})'=(x^{-1})'=-x^{-1-1}=-\frac{1}{x^2}

Why not \frac{1}{x^2}
 
The tangent to the curve slopes downward. The negative sign is correct.
 
You can also use the Quotient Rule...

Which says that (f(x)/g(x))' = [f'(x)g(x)-f(x)g'(x)]/(g(x)^2)

So we let f=1 and g=x

and we compute that f'=0 and g'=1

Then just put it all together... [(0)(x)-(1)(1)]/(x^2)

This gives us -1/x^2
 
f(x) \ = \ \frac{1}{x} \ = \ \frac{1}{x^1} \ = \ x^{(-1)}

f'(x) \ = \ (-1)x^{(-1) - 1} \ = \ (-1)x^{(-2)} \ = \ \frac{(-1)}{x^{2}} \ =\ - \ \frac{1}{x^2}

Proof?

f(x) \ = \ \frac{1}{x}

f(x \ + \ h) \ = \ \frac{1}{x + h}

f(x \ + \ h) \ - \ f(x) \ = \ \frac{1}{x + h} \ - \ \frac{1}{x}

f(x \ + \ h) \ - \ f(x) \ = \ \frac{1}{x + h} \ - \ \frac{1}{x} \ \Rightarrow \ \frac{x \ - \ x \ - \ h }{x(x + h)}

\lim_{h \to 0} \ \frac{f(x \ + \ h) \ - \ f(x)}{h} \ = \ ?

Can you finish it off person who originally asked this question over 2 years ago? :-p
 
sponsoredwalk said:
f(x) \ = \ \frac{1}{x} \ = \ \frac{1}{x^1} \ = \ x^{(-1)}

f'(x) \ = \ (-1)x^{(-1) - 1} \ = \ (-1)x^{(-2)} \ = \ \frac{(-1)}{x^{2}} \ =\ - \ \frac{1}{x^2}

Proof?

f(x) \ = \ \frac{1}{x}

f(x \ + \ h) \ = \ \frac{1}{x + h}

f(x \ + \ h) \ - \ f(x) \ = \ \frac{1}{x + h} \ - \ \frac{1}{x}

f(x \ + \ h) \ - \ f(x) \ = \ \frac{1}{x + h} \ - \ \frac{1}{x} \ \Rightarrow \ \frac{x \ - \ x \ - \ h }{x(x + h)}

\lim_{h \to 0} \ \frac{f(x \ + \ h) \ - \ f(x)}{h} \ = \ ?

Can you finish it off person who originally asked this question over 2 years ago? :-p

Since he's likely gone, I'll finish it for him, for the benefit of anyone confused to look at this page.

IF

f(x+h) - f(x) = \frac{x-x-h}{x(x+h)}

THEN

f(x+h) - f(x) = \frac{-h}{x(x+h)}

THEN

\frac{f(x+h)-f(x)}{h} = \frac{-1}{x^2 + h x}

THEN

lim_{h\rightarrow0} \frac{f(x+h) - f(x)}{h} = \frac{-1}{x^2 + 0x} = \frac{-1}{x^2} = f'(x)

Quod Erat Demonstrandum.
 
Back
Top