I came across the following definitions in my textbook:
- The differential of $x$, denoted by $dx$, is defined by $dx = \Delta x$
- The differential of $y$, denoted by $dy$, is defined by $dy=f'(x) dx$ or $dy = (\frac{dy}{dx})\Delta x$
I understood the first part. However, the second part doesn't make intuitive sense to me. What is the intuitive explanation for the second definition?
Think of derivative as slope of the tangent line to the graph of $y=f(x)$ at the point $(x,f(x))$
If you approximate your function with its tangent line, then $$m=f'(x)=\frac {dy}{dx}$$ where $dy$ is the linear approximation to $\Delta y$ which is the actual change in $y$
As you see,$$ f'(x)=\frac {dy}{dx}$$ could be written as $$dy=f'(x) dx$$