I've tried to solve this problem:
If $V=2x^{3}$ what is the approximate percentage change in $V$ when $x$ changes by 2%?
My solution is:
Since $x$ changes by 2% then $dx=0.02x$. $\frac{dv}{dx} = 6x^{2}$. I think that: $$dv=\frac{dv}{dx}dx$$
So $dv=6x^{2}*0.02x=0.12x$
So the percentage change in $V$ is $\frac{dV}{V}=\frac{0.12x}{2x^{3}}=0.06=6\%$ I believe that is correct.
However, the answer says that $$dv\approx \frac{dv}{dx}dx$$ Notice the approximate sign. I don't know why this should be an approximation. Could anyone explain where is the part we're approximating? I tried to compare this to "normal" functions where e.g. if we have a value of $x$ and the gradient at this point we can estimate the value of $f(x)$ at for example $x=x+1$. But in this case they are infinitesimal values so $\frac{dv}{dx}$ shouldn't change, right?
Let $x' = x+0.02x$, then $V' = 2(x+0.02x)^3 = 2(1.02x)^3$.
The percentage change in $V$ is $$\begin{align*} \frac{V' - V}{V}&= \frac{2(1.02x)^3-2x^3}{2x^3}\\ &= 1.02^3-1\\ &= 6.1208\% \end{align*}$$
For a negative $2\%$ change in $x$, the percentage change in $V$ is similar: $$\frac{V'-V}V = 0.98^3-1 = -5.8808\%$$