I want to use the definition of the derivative to find $f'$ of $f(x)=(x+1)^{3/2}$.
I solved it using the chain rule. Would like to try to solve it using the definition of a derivative:
$$ \lim_{h\rightarrow 0} \frac{f(x+h)-f(x)}{h}. $$
Don't really know how I should start it. Should I make it $\sqrt{(x+1)^3}$? Or keep the exponent as $3/2$? Other guidance would be appreciated.
$$\lim_{h\rightarrow0}\frac{\sqrt{(x+h+1)^3}-\sqrt{(x+1)^3}}{h}=\lim_{h\rightarrow0}\frac{(x+h+1)^3-(x+1)^3}{h\left(\sqrt{(x+h+1)^3}+\sqrt{(x+1)^3}\right)}=$$ $$=\lim_{h\rightarrow0}\frac{3h(x+1)^2+3h^2(x+1)+h^3}{h\left(\sqrt{(x+h+1)^3}+\sqrt{(x+1)^3}\right)}=\frac{3(x+1)^2}{\sqrt{(x+1)^3}+\sqrt{(x+1)^3}}=\frac{3}{2}\sqrt{x+1}.$$