Math Problem Statement

use limit comparison for this series from 2 to infinity: (19n-1)/(17nsqrtn)

Solution

We can apply the limit comparison test to determine whether the series

n=219n117nn\sum_{n=2}^{\infty} \frac{19n - 1}{17n \sqrt{n}}

converges or diverges.


Step 1: Simplify the given series

For large nn, the term 19n119n - 1 behaves similarly to 19n19n. So, the given term is asymptotically similar to:

19n17nn=1917n=Cn,where C=1917.\frac{19n}{17n \sqrt{n}} = \frac{19}{17\sqrt{n}} = \frac{C}{\sqrt{n}}, \quad \text{where } C = \frac{19}{17}.

Thus, we expect that the given series will behave like the p-series 1n\sum \frac{1}{\sqrt{n}}, which is 1n1/2\sum \frac{1}{n^{1/2}}. We now compare our given series with the p-series.


Step 2: Apply the Limit Comparison Test

The limit comparison test states that for two positive sequences ana_n and bnb_n, if:

L=limnanbn,L = \lim_{n \to \infty} \frac{a_n}{b_n},

and LL is a finite, positive number, then both series an\sum a_n and bn\sum b_n will either both converge or both diverge.

Let:

an=19n117nn,bn=1n.a_n = \frac{19n - 1}{17n \sqrt{n}}, \quad b_n = \frac{1}{\sqrt{n}}.

Now, compute the limit:

L=limn19n117nn1n=limn19n117n=limn191n17.L = \lim_{n \to \infty} \frac{\frac{19n - 1}{17n \sqrt{n}}}{\frac{1}{\sqrt{n}}} = \lim_{n \to \infty} \frac{19n - 1}{17n} = \lim_{n \to \infty} \frac{19 - \frac{1}{n}}{17}.

As nn \to \infty, 1n0\frac{1}{n} \to 0, so:

L=1917.L = \frac{19}{17}.


Step 3: Conclusion

Since L=1917L = \frac{19}{17} is a finite, positive number, both the given series and the p-series 1n\sum \frac{1}{\sqrt{n}} will behave the same way.


Step 4: Analyze the p-series

The series 1n=1n1/2\sum \frac{1}{\sqrt{n}} = \sum \frac{1}{n^{1/2}} diverges because p=1/2<1p = 1/2 < 1.

Thus, the given series:

n=219n117nn\sum_{n=2}^{\infty} \frac{19n - 1}{17n \sqrt{n}}

also diverges by the limit comparison test.


Do you want further details or have any questions?

Here are 5 related questions you might find useful:

  1. How does the p-series test work, and why does it depend on pp?
  2. Can we use the ratio test instead of limit comparison in this case?
  3. What is the intuition behind the limit comparison test?
  4. What happens if the limit LL equals 0 or infinity in the comparison test?
  5. How do we decide what series to compare with for limit comparison?

Tip: When dealing with series containing polynomial terms, always try to simplify the dominant terms for large nn to find a comparable series.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Series
Limit Comparison Test
Asymptotic Comparison
p-series

Formulas

Limit Comparison Test: L = lim (n -> infinity) (a_n / b_n)
Asymptotic Simplification: (19n - 1) ~ 19n for large n
p-series: sum(1/n^p) diverges if p <= 1, converges if p > 1

Theorems

Limit Comparison Test
Divergence of p-series

Suitable Grade Level

Undergraduate Calculus