Limit as it approaches 0

gmontalv

New member
Joined
Jan 27, 2006
Messages
13
lim (x+h)^2 -x^2
h->0 -----------------
h

The answer to this is 2x however I don't know how they got this!
 
gmontalv said:
Code:
lim        (x+h)^2 -x^2
h->0     -----------------      
                 h
The answer to this is 2x however I don't know how they got this!
What you should do first is simplify the expression:

\(\displaystyle \L\qquad\begin{eqnarray}
\frac{(x+h)^2-x^2}{h}
&=&\frac{x^2+2xh+h^2-x^2}{h}\\
&=&\frac{2xh+h^2}{h}\\
&=&2x+h
\end{eqnarray}\)

Now take the limit as h->0.
 
Top