I need to show thath for $f(x)=\frac{1}{x^{n}}$ $n\in\mathbb{Z^{+}}$, $f'(x)=\frac{-n}{x^{n+1}}$. So this is what I've got so far $f'(x)=\lim_{h\to0} \frac{f(x+h)-f(x)}{h}=\lim_{h\to0}\frac{\frac{1}{(x+h)^n}-\frac{1}{x^n}}{h}=\lim_{h\to0}\frac{\frac{(x^n)}{(x+h)^n(x^n)}-\frac{(x+h)^n}{(x+h)^n(x^n)}}{h}$.So what I'm having trouble with is how to cancel that $h$. Since $n\in\mathbb{Z}^{+}$ The term is the binomial expansion $(x+h)^n=$ $h=0$ So how do I cancel that $h$ before calculating the limit?. Thanks a lot in advance!.
2026-04-11 19:30:25.1775935825
Help with proof involving derivatives
21 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You'll just need to tough it out and expand the first few terms of the binomial. The required cancellations will happen. That is, write, for some $n$,
$$ (x+h)^n = \sum_{j = 0} ^n \binom{n}{j} x^j h^{n-j} $$
Try some test cases then get the general form.