Irrational denominator limit derivative

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Orion1
Messages
961
Reaction score
3


Can anyone provide some information for this formula?

I tried rationalizing the denominator and cross multiplication and combining terms, and also multiplying by the conjugate of the demoninator, what am I doing wrong?

[tex]f(x) = \frac{1}{\sqrt{x + 2}} \; \; \; \text{find} \; f'(a)[/tex]

[tex]f'(a) = \lim_{h \rightarrow 0} (\frac{1}{\sqrt{(a + h) + 2}} - \frac{1}{\sqrt{a + 2}}) \frac{1}{h}[/tex]

[/Color]
 
Last edited:
Physics news on Phys.org
Ok. don't write it any more complicated than it already is. It's actaully not very hard...

write it as [tex]f(x)=(x+2)^{-1/2}[/tex] and apply the chain rule. Or power Rule...I don't know them by name. Especially since x has no coefficient it's very "clean".

to answer the "what I'm doing wrong" part...you don't want to apply the [tex]\frac{f(x+h)-f(x)} {h}[/tex] unless absolutely everything else fails. I mean once you're past chapter 2 calculus AB it becomes unused until maybe way later which I'd not know.
 
Last edited:
Robokapp, you should consider the possibility that Orion1 is required to use the basic definition of the derivative for practice. Of course, if that's the case, then this is school work so I am moving this thread to the homework section!

Orion1, first subtract the two fractions, getting
[tex]\frac{\sqrt{x+2}- \sqrt{x+h+2}}{\sqrt{x+2}\sqrt{x+h+2}}[/tex]
then try "rationalizing the numerator": multiply both numerator and denominator by
[tex]\sqrt{x+2}+ \sqrt{x+h+2}[/tex]