GunnaSix
- 34
- 0
Homework Statement
Let V=x^3
Find dV and \Delta V.
Show that for very small values of x , the difference
\Delta V - dV
is very small in the sense that there exists \varepsilon such that
\Delta V - dV = \varepsilon \Delta x,
where \varepsilon \to 0 as \Delta x \to 0.
Homework Equations
dV = 3x^2 dx
\Delta V = 3x^2 \Delta x + 3x (\Delta x)^2 + (\Delta x)^3
The Attempt at a Solution
I worked it down to
\varepsilon = 3x \Delta x + (\Delta x)^2 + 3x^2 \left(1 - \frac{dx}{\Delta x} \right)
Can I say that \lim_{\Delta x \to 0} \Delta x = dx so that
\lim_{\Delta x \to 0} \varepsilon = 3x(0) + (0)^2 + 3x^2(1-1) = 0 ?