The Reciprocal Rule: Understanding -1/x^2 and 2x^(-3)

  • Context: High School 
  • Thread starter Thread starter rockytriton
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
rockytriton
Messages
26
Reaction score
0
ok, the reciprocal rule: g(x)' / g(x)^2

In this book I'm reading:

problem: -1/x^2

This seems simple, it should be -2/x^3 right?

But the answer says: 2x^(-3)

Am I missing something here?
 
Physics news on Phys.org
You're off by a sign.

A quick derivation of the 'reciprocal rule':

[tex]f(x)=\frac{1}{x}[/tex]
[tex]\frac{d}{dx} f(x)= - \frac{1}{x^2}[/tex]
(This follows from the power rule: [itex]\frac{1}{x}=x^{-1}[/itex])

Now, let's say [itex]g(x)[/itex] is a differentiable non-zero function with non-zero derivative on some domain, then on that domain we have:
[tex]\frac{d}{dx} f(g(x)) = g'(x) f'(g(x))[/tex]
by the chain rule. Applying what we know about [itex]f(x)[/itex] gives:
[tex]\frac{d}{dx} \frac{1}{g(x)}=g'(x) \times - \frac{1}{{g(x)}^2}=-\frac{g'(x)}{{g(x)}^2}[/tex]
(With apolgies for sloppy notation.)
 
Last edited:
oh ok, thanks guys, my reciprocal rule was wrong, I missed the negative.