Suppose $a_n$ converges to $a \in \mathbb{R}$. How to prove that $a_n^4$ converges to $a^4$?

505 Views Asked by At

Suppose $\{a_n\}$ converges to $a \in \mathbb{R}$. Prove $\{a_n^4\}$ converges to $a^4$.

Proof.

Suppose $\{a_n\}$ converges to $a \in \mathbb{R}$.

This means, $\forall \epsilon > 0, \exists N > 0, s.t, \forall n\in \mathbb{N}, if \text{ } n>N, then \text{ } |a_n - a| < \epsilon$ .

I want to show that $\{(a_n)^4\}$ converges to $a^4 \in \mathbb{R}$.

This means, $\forall \epsilon > 0, \exists N > 0, s.t, \forall n\in \mathbb{N}, if \text{ } n>N, then \text{ } |(a_n)^4 - a^4| < \epsilon$ .

Pick $N$ = ___ $ > 0$


I don't know how I can use the given information that the original sequence converges to prove the problem. Any hints?

1

There are 1 best solutions below

8
On BEST ANSWER

We know that the sequence $\{a_n\}$ has to be bounded and so, we can find $M>0$ such that $|a_n|\leq M$ for all $n\in\Bbb N$. Note that $$x^4-y^4=(x-y)(x^3+x^2y+xy^2+y^3).$$ Let $\epsilon>0$. Then we can choose $N\in\Bbb N$ such that for all $n\geq N$, we have $$|a_n-a|<\frac{\epsilon}{M^3+M^2|a|+Ma^2+|a^3|}.$$ Hence, for all $n\geq N$, we get $$\begin{align} |a_n^4-a^4|&=|a_n-a|\cdot|a_n^3+a_n^2a+a_na^2+a^3|\qquad\text{then use the Triangle Inequality to get}\\ &\leq |a_n-a|\cdot(|a_n|^3+|a_n|^2a+|a_n|a^2+|a^3|)\\ &<\frac{\epsilon}{M^3+M^2|a|+Ma^2+|a^3|}\cdot \big(M^3+M^2|a|+Ma^2+|a^3|\big)=\epsilon. \end{align}$$