let $f(x)=x^3$
How do I solve this limit? $$\lim_{h\to0}\dfrac{f(x+h)-f(x)}{h}$$
I can replace the function with its content
$$\lim_{h\to0}\dfrac{(x+h)^3-x^3}{h}$$
Then expand the paranthesis $$\lim_{h\to0}\dfrac{x^3+3h^2x+3hx^2+h^3-x^3}{h}$$
Thus simplifying to $$\lim_{h\to0}\dfrac{3h^2x+3hx^2+h^3}{h}$$
From here, I don't know where to go in order to solve this limit. I feel like I made the problem more complex than actually simplifying it.
You are almost done indeed note that form here
$$\lim_{h\to0}\dfrac{3h^2x+3hx^2+h^3}{h}=\lim_{h\to0} \,(3hx+3x^2+h^2)=0+3x^2+0=3x^2$$
that is exactly the derivative for $x^3$.