I have recently started with Calculus and got into Delta Epsilon Proofs as I found it intriguing. After I went over some basic questions involving delta epsilon proofs, I have reached a question which I was not sure how to approach.
This is the questions:
Prove that
$\lim_{x\to 2} x^4 = 16$
So, what I have basically started doing is the following: Let $δ$ = 1, and by the definition of a limit I arrived that $|x-2|$ < $1$, so I concluded that $|x + 2| < 5$. Then, I have arrived that $|x-2||x+2||x-2||x+2| < 5|x+2| * 5|x-2|$.
But I don't really know what to do next, and if my approach is even right.
Let $\epsilon > 0$. Then you want to find $\delta$ dependent on $\epsilon$ such that that for any $x$ in $0<|x-2|<\delta$, we have $|x^4-16|<\epsilon$. Now notice that for $x$ in this range, \begin{align*} |x^4-16| &= |x+2||x-2||x^2+4|\\ &\leqslant (|x-2|+4)\,|x-2|\,(|x-2|^2+4|x-2|+8)\quad \text{(triangle inequality)}\\ &<\delta^4+8\delta^3+24\delta^2+32\delta. \end{align*} Now if some $\delta > 1$ makes this less than $\epsilon$, it's obvious that any $\delta < 1$ will also work. Thus we can assume that $\delta < 1$, which would imply \begin{align*} |x^4-16| &<\delta^4+8\delta^3+24\delta^2+32\delta\\ &< \delta+8\delta+24\delta+32\delta \quad\text{(since $\delta<1$, higher powers are smaller)}\\ &=65\delta < \epsilon, \end{align*} if we pick $\delta=\frac\epsilon{65}$, completing the proof.
Thus, you need to take $\boxed{\delta=\min\{1,\tfrac\epsilon{65}\}}$.