solve $\lim_{n \to \infty} \frac{(-2)^n}{3^{2n}} $

70 Views Asked by At

i am eating myself not being able to solve this problem. i somehow feel that the sequence converges to $0$, but once i calculate, it is not coming to that result. or am i making stupid mistake on the way?

my steps:

$$\lim_{n \to \infty} \frac{(-2)^n}{3^{2n}} = \frac{\lim_{n \to \infty} (-2)^n }{\lim_{n \to \infty} 3^{2n} } = \frac{diverging}{diverging} = ? $$

can someone please help me?

2

There are 2 best solutions below

1
On BEST ANSWER

$\lim_{n \to \infty} \frac{(-2)^n}{3^{2n}} = \lim_{n \to \infty} \left(\frac{-2}{3^2}\right)^n=0 $ as $\mid \left(\frac{-2}{3^2}\right)\mid<1$

8
On

Note that:

$$\lim_{n \to \infty} \frac{(-2)^n}{3^{2n}} = \lim_{n \to \infty} \frac{(-2)^n}{(3^2)^n} = \lim_{n \to \infty} \left(\frac{-2}{3^2}\right)^n$$

Note that $\Big|\dfrac{-2}{3^2}\Big| = \dfrac{2}{9}< 1$, so we have $$\lim_{n \to \infty} \left(\frac{-2}{3^2}\right)^n = 0.$$