Differentiate Fraction: Finding the Derivative of 2/(x+1)

max0005
Messages
50
Reaction score
0

Homework Statement



Find the first derivate of \frac{2}{x+1}.

Formula: \frac{f(x+h)-f(x)}{h}

Homework Equations



Formula: \frac{f(x+h)-f(x)}{h}

The Attempt at a Solution



\frac{\frac{2}{x+h+1}-\frac{2}{x+1}}{h}

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

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

h*\frac{-2h}{x^2+xh+2x+h+1}

...How do I go on from here? I should get rid of all h in the denominator, but don't have any clue on how to do that... :(
 
Physics news on Phys.org
First off, this is in the wrong forum. Should be in the Calculus and Beyond sub forum.

Second, the formula is wrong. The limit part is missing.

Third, this step:
h(\frac{2}{x+h+1}-\frac{2}{x+1})
is wrong. Should be
\frac{1}{h}(\frac{2}{x+h+1}-\frac{2}{x+1})
 
eumyang said:
First off, this is in the wrong forum. Should be in the Calculus and Beyond sub forum.

Second, the formula is wrong. The limit part is missing.

Third, this step:
h(\frac{2}{x+h+1}-\frac{2}{x+1})
is wrong. Should be
\frac{1}{h}(\frac{2}{x+h+1}-\frac{2}{x+1})

Then I'd get

\frac{1}{h}*\frac{-2h}{x^2+xh+2x+h+1}

But I don't understand how to continue..
 
Cancel a factor of h from top and bottom. Then let h -> 0 and you'll get
<br /> \frac{-2}{x^2+2x+1} = \frac{-2}{(x + 1)^2}<br />

Later, when you learn "shortcuts" (i.e rules of differentiation that will be proven), this second form will look a lot more familiar.
 
max0005 said:
Then I'd get

\lim_{h \rightarrow 0} \frac{1}{h}*\frac{-2h}{x^2+xh+2x+h+1}

But I don't understand how to continue..

(Fixed the above for you.)
Can you see that something cancels?

EDIT: Never mind, The Chaz beat me to it... :wink:
 
Ok, got it, thanks! :D
 
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