Differentiate the function f(x)=x^3 in the point a. Use the definition of the derivative for this question. I know that the definition of the derivative is:
$$f'(x) = \lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$
The function $f(x)=x^3$ Now to the the derivative...
I know that $h$ means $\Delta x$. I know that $\Delta x$ means $\Delta x = x_2-x_1 \implies x_2 = x_1 + \Delta x$
I'm just not sure how to obtain the derivative do to the function has an exponent.
Here's my attempt:
$$f'(x) = \lim_{h\to 0}\frac{x^3(x+x^3+x^3)-x^3}{h}$$ Then I got: $$f'(x) = \lim_{h\to 0}\frac{x^3(x + 2 x^3)-x^3}{2x^3}$$ Simplified: $$f'(x) = \lim_{h\to 0}= x$$
I know I did something wrong, because WolframeAlpha says: $\frac{d}{dx}(x^3) = 3 x^2$
I just don't see where exactly I did wrong. (If the problem is obvious and I didn't see it I'm sorry, but I'm currently clueless on how to solve this.)