I understand the quotient rule (and would be much easier), but I have to use the definition; because of that I've been stuck trying to solve this, and need help solving this using the definition:
$$ \frac{\mathrm{d}}{\mathrm{d}x} \frac{1}{\sqrt{x+1}} $$
I feel like I've missed something really simple, but I can't point to it.
$$=\lim_{h\to 0}{\frac{\frac{1}{\sqrt{x+h+1}}-\frac{1}{\sqrt{x+1}}}{h}}$$ $$=\lim_{h\to 0}{\frac{\sqrt{x+1}-\sqrt{x+h+1}}{h\sqrt{x+1}\sqrt{x+h+1}}}$$ $$=\big(\lim_{h\to 0}{\frac{1}{\sqrt{x+1}\sqrt{x+h+1}}}\big)\cdot\big(\lim_{h\to 0}{\frac{\sqrt{x+1}-\sqrt{x+h+1}}{h}}\big)$$ $$=\frac{1}{x+1}\cdot\big(\lim_{h\to 0}{\frac{(\sqrt{x+1}+\sqrt{x+h+1})(\sqrt{x+1}-\sqrt{x+h+1})}{(\sqrt{x+1}+\sqrt{x+h+1})h}}\big)$$ $$=\frac{1}{x+1}\cdot\big(\lim_{h\to 0}{\frac{-1}{(\sqrt{x+1}+\sqrt{x+h+1})}}\big)$$ $$-\frac{1}{2}(x+1)^{-\frac{3}{2}}$$