Evaluate the limit of $\frac{f(2+h)-f(2)}{h}$ as $h$ approaches $0$ for $f(x) = \frac{1}{x^2}$

60 Views Asked by At

Evaluate the limit of $\frac{f(2+h)-f(2)}{h}$ as $h$ approaches $0$ for $f(x) = \frac{1}{x^2}$

3

There are 3 best solutions below

0
On

$$\frac{f(2+h)-f(2)}{h}=\frac{\frac1 {(2+h)^2}-\frac1{2^2}}{h}={\frac1{4h+4h^2+h^3}-\frac1{4h}}=\frac{4h-4h-4h^2-h^3}{4h^2(4+4h+h^2)}=-\frac{4+h}{4(4+4h+h^2)}$$ Take the limit as $h\to0$, and you get $-\frac 4{16}=-\frac14$


Another method is to notice that this is the definition of the derivative of $f$ at $2$: $$\frac{df}{dx}=\lim_{h\to0}\left(\frac{f(x+h)-f(x)}{h}\right)$$ The derivative of your function $f(x)=\frac1{x^2}$ is $$\frac{df}{dx}=-\frac{2}{x^3}$$ Evaluating this at $x=2$ gives the same answer as above.

0
On

One has $$\lim_{h\to 0} \frac{\frac{1}{(2+h)^2}-\frac{1}{2^2}}{h} = \lim_{h\to 0} \frac{-4h-h^2}{4h(h+2)^2} = \lim_{h\to 0}\frac{-4-h}{4(2+h)^2} = \frac{-1}{4}.$$

0
On

Unclear if this is allowed, but the limit is simply the value of the derivative $-\dfrac2{x^3}$ at $x=2$.