Determining Convergence of Series Using Comparison and Ratio Tests

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Al3x L3g3nd
Messages
14
Reaction score
1

Homework Statement


Does the series
[tex] \Big( \sum_{n=1}^\infty\frac{1}{(3^n)*(sqrtn)} \Big)[/tex]
Converge or Diverge? By what test?

Homework Equations


1/n^p
If p<1 or p=1, the series diverges.
If p>1, the series converges.

If bn > an and bn converges, then an also converges.

The Attempt at a Solution


I use 1/(sqrtn) since it is bigger than 1/((3^n)(sqrtn)).
Since sqrtn is n^1/2 I use the p test.
Since 1/2<1, the series 1/sqrtn diverges and so does the original.
This is wrong

The answer uses 1/3^n as the comparison and it just says that it converges with no explanation.
Also, the ratio test was used and it converged.

Why doesn't my reasoning work?
 
Physics news on Phys.org
Al3x L3g3nd said:
I use 1/(sqrtn) since it is bigger than 1/((3^n)(sqrtn)).
Since sqrtn is n^1/2 I use the p test.
Since 1/2<1, the series 1/sqrtn diverges and so does the original.

You are misapplying the Comparison Test. It is correct to state that $$\frac{1}{3^n \sqrt{n}} < \frac{1}{\sqrt{n}},$$ however while the the sum of the RHS diverges (by p test), you cannot conclude anything about the convergence/divergence of LHS. As a counterexample to your line of reasoning , see for example the following:
$$n^2 > n\,\,\text{for}\,\,n > 1 \Rightarrow \frac{1}{n^2} < \frac{1}{n}.$$ The infinite sum of RHS diverges (by p test) while the LHS converges (by p test).
 
Hi

$$ \sum_{n=1}^\infty\frac{1}{3^n\cdot\sqrt{n}} < \sum_{n=1}^\infty\frac{1}{3^n}=\frac{1}{2} $$
 
Last edited: