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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top