Differentiate from first principles

  • Thread starter Thread starter auru
  • Start date Start date
  • Tags Tags
    Differentiate
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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!