Differentiate (x+1)^1/2 from first principles

  • Thread starter Thread starter auru
  • Start date Start date
  • Tags Tags
    Differentiate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
auru
Messages
10
Reaction score
0

Homework Statement



Differentiate (x+1)^1/2 from first principles with respect to x.

Homework Equations



f'(x) = Lim h→0 [f(x+h) - f(x)]/h

The Attempt at a Solution



f'(x) = Lim h→0 [f(x+h) - f(x)]/h
f'(x) = Lim h→0 [(x+h+1)^1/2 - (x+1)^1/2]/h

I'm unsure how to simplify from there.
 
Physics news on Phys.org
Use the equality

[tex](x-a)(x+a)=x^2 - a^2[/tex]

to simplify the limit.
 
Simplify the fraction, let h go to zero and you're done.
 
I've done it now, thanks!