I am trying to understand the concept of derivatives more deeply, especially from the point of view of the following equation:
$$\frac{dx^2}{dx} = \lim_{\Delta{x}\to0} \frac{(x+ \Delta x)^2 - x^2}{\Delta{x}} $$
When trying to solve this equation, in the last step we're remaining with the following:
$$\implies \lim_{\Delta x \to 0}[2x + \Delta x] = 2x ~~~\text{(at this particular step how can we put $\Delta x = 0$)}$$
Does putting $\Delta x = 0$ at the second last step is confusing because so far we were assuming change in $x$ tends to $0$ but now we assume it is indeed zero.
Thanks in advance.