-1

Prove that $$\lim_{x\mathop\to a}x^n=a^n$$

Is there an easy and rigorous way to show this using epsilons/deltas or otherwise?

Superbus
  • 2,136

2 Answers2

1

You can't completely avoid the epsilons and the deltas- but there is a quick proof as follows:

1) Show that if $f(x)=x$ then $lim_{x \rightarrow a}f(x)=a$

2) Show that if $f_1$ and $f_2$ are continuous functions, then so is $f_1 \cdot f_2$

3) Use induction.

voldemort
  • 13,182
0

Let $x=a+h$. We then need to prove that $$\lim_{h \to 0} (a+h)^n = a^n$$ Let $n > 0$ and $h>0$ to begin with. We then have for sufficiently small $h$ $$a^n < (a+h)^n < a^n+2nh a^{n-1}$$ Now let $h \to 0$ and conclude using sandwich theorem. Repeat the same argument for $h < 0$. For $n < 0$, set $m = -n$ and conclude what you want.

user141421
  • 2,538