5hassay
- 81
- 0
Homework Statement
Prove that:
Any function f such that f(x)=x^3 for any x \in R is differentiable.
Homework Equations
Skip.
The Attempt at a Solution
Okay! So, to conclude, it must be shown that, for any a in the domain of f,
\displaystyle \exists \lim_{h \rightarrow 0} \frac{f(a+h)-f(a)}{h}.
Quickly,
\displaystyle \lim_{h \rightarrow 0} \frac{f(a+h)-f(a)}{h}
{} = \displaystyle \lim_{h \rightarrow 0} \left( 3a^2 + 3ah + h^2 \right).
Now, the latter limit must be proved (via delta-epsilon method) to equal 3a^2. (This is the part I am having most trouble with, where delta-epsilon proofs are still sort of a mystery to me.)
Suppose \varepsilon > 0 is given. So, we should be able to show that if 0 < \left| h \right| < 0 for some \delta > 0, then we have \left| \left( 3a^2 + 3ah + h^2 \right) - 3a^2 \right| = \left| h \right| \cdot \left| 3a + h \right| < \varepsilon. Well, we could choose \delta = \varepsilon / \left| 3a + h \right|, however we must limit the size of \left| 3a + h \right| in terms of our 0 < \left| h \right| < 0 statement (why must we do this?). With that said, suppose \delta = 1. Then, \left| h \right| < 1. Yet, this means \left| 3a + h \right| \leq \left| 3a \right| + \left| h \right| < 3 \left| a \right| + 1. Therefore, the claim (hopefully!) follows if we choose \delta = \min \left\{ 1, \varepsilon / \left( 3 \left| a \right| + 1 \right) \right\}.
QED
(Thanks for any help and or advice!)