Does a_n Converge to Zero Given b_n Approaches Zero and a_n/b_n Approaches L?

  • MHB
  • Thread starter alexmahone
  • Start date
In summary: And since $L$ is finite (not $\infty$), we can choose $\epsilon$ small enough so that $|a_n-L|<\epsilon$ implies $|a_n|<\epsilon$, which means that $a_n\to 0$.In summary, if $\frac{a_n}{b_n}\to L$, $b_n\neq 0$ for any $n$, and $b_n\to 0$, then $a_n\to 0$.
  • #1
alexmahone
304
0
Prove: if $\frac{a_n}{b_n}\to L$, $b_n\neq 0$ for any $n$, and $b_n\to 0$, then $a_n\to 0$. ($L$ represents a finite number, not $\infty$.)

My working:

Given $\epsilon>0$,

$\left|\frac{a_n}{b_n}-L\right|<\epsilon$ and $|b_n|<\epsilon$

How do I proceed?

---------- Post added at 11:43 AM ---------- Previous post was at 10:55 AM ----------

Let me give it a shot.

$\left|\frac{a_n}{b_n}\right|=\left|\frac{a_n}{b_n}-L+L\right|\le\left|\frac{a_n}{b_n}-L\right|+|L|<\epsilon+|L|$

$|a_n|<|b_n|(\epsilon+|L|)<\epsilon(\epsilon+|L|)<\epsilon(1+|L|)$

since we may assume $\epsilon<1$
 
Last edited:
Physics news on Phys.org
  • #2
Hello,

Let us take \( \varepsilon = 1 \) there is a large enough integer \( N \) such that if \( n\geq N \) then, \( \big| \frac{a_n}{b_n} - L \big | < \varepsilon = 1 \). This means that (opening up the absolute value),

$$ -1 < \frac{a_n}{b_n} - L < 1 \implies L-1 < \frac{a_n}{b_n} < L+1 $$

Now multiply both sides by \( b_n \), but be careful! If \( b_n \) happens to be negative the inequality gets reversed. Therefore, this means that, \( (L-1)b_n < a_n < (L+1)b_n \) if \(b_n > 0 \) and \( n\geq N \). And that \( (L+1)b_n < a_n < (L-1)b_n \) if \( b_n < 0 \) and \( n\geq N \).

Now as \( b_n \to 0\) by the Squeeze Theorem the sequence \( a_n \to 0\) also (notice that whether \( b_n \) is positive or negative does not matter as in both cases these sequences are going to zero anyway).
 
  • #3
Here's one way to proceed:

First, we can rewrite the first inequality as:

$$-\epsilon<\frac{a_n}{b_n}-L<\epsilon$$

Multiplying by $b_n$ (note that $b_n$ is positive since we are given $b_n\neq 0$) gives:

$$-b_n\epsilon<a_n-Lb_n<b_n\epsilon$$

Since we are also given that $b_n\to 0$, we know that for any $\delta>0$, there exists an $N$ such that for all $n>N$, $|b_n|<\delta$. So, let's choose $\delta = \frac{\epsilon}{2|L|}$ (note that we can make this choice since we are given that $L$ is finite, not $\infty$).

Then, for all $n>N$, we have $|b_n|<\frac{\epsilon}{2|L|}$, which implies that $b_n\epsilon<\frac{\epsilon^2}{2|L|}$. So, we have:

$$-b_n\epsilon<a_n-Lb_n<\frac{\epsilon^2}{2|L|}$$

Now, we can add $Lb_n$ to all parts of the inequality to get:

$$L-\frac{\epsilon^2}{2|L|}<a_n<L+\frac{\epsilon^2}{2|L|}$$

Since $\epsilon^2$ is positive, we can rewrite this as:

$$L-\frac{\epsilon^2}{2|L|}<a_n<L+\frac{\epsilon^2}{2|L|}$$

Now, since $|L|$ is finite (we are given that $L$ is finite, not $\infty$), we can choose $\epsilon$ small enough so that $\frac{\epsilon^2}{2|L|}<\frac{\epsilon}{2}$. This gives us:

$$L-\frac{\epsilon}{2}<a_n<L+\frac{\epsilon}{2}$$

But this is exactly the definition of $a_n\to L$. So, for any $\epsilon>0$, we can find an $N$ such that for all $n>N$, $|a_n-L|<\epsilon$, which means that $a_n\to L$.
 

FAQ: Does a_n Converge to Zero Given b_n Approaches Zero and a_n/b_n Approaches L?

What does it mean for a sequence to "tend to 0"?

For a sequence, such as a_n, to "tend to 0" means that as the index n gets larger and larger, the values of the sequence get closer and closer to the value of 0. In other words, the limit of the sequence as n approaches infinity is equal to 0.

What is the significance of proving that a_n tends to 0?

Proving that a_n tends to 0 is important because it shows that the values of the sequence are becoming smaller and smaller, eventually reaching 0. This can be useful in various mathematical and scientific applications, as it allows for the prediction of the behavior of a system or process as it approaches a certain value.

How can one prove that a_n tends to 0?

To prove that a_n tends to 0, one can use the definition of a limit. This involves showing that for any small positive number ε, there exists a corresponding value of n such that the absolute value of a_n is less than ε. This essentially means that the terms of the sequence eventually become smaller than any predetermined small value.

Are there any common techniques or strategies for proving that a_n tends to 0?

Yes, there are several common techniques that can be used to prove that a_n tends to 0. These include using the squeeze theorem, the comparison test, the ratio test, and the root test. These methods involve comparing the given sequence to other known sequences with known limits, and using algebraic manipulations to show that the limit of a_n is also 0.

Can a sequence still tend to 0 if it has some terms that are larger than 0?

Yes, a sequence can still tend to 0 even if it has some terms that are larger than 0. This is because the terms of the sequence may become smaller and smaller as n increases, eventually approaching 0. As long as there is a clear pattern of the terms getting smaller, the sequence can still tend to 0.

Back
Top