Another Test for Convergence Question

  • Thread starter Thread starter Seydlitz
  • Start date Start date
  • Tags Tags
    Convergence Test
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Seydlitz
Messages
262
Reaction score
4

Homework Statement


Test the following series for convergence or divergence.
$$\sum_{n=1}^{\infty} \frac{1}{3^{\ln n}}$$

The Attempt at a Solution


I've tried to compare this to geometric series ##3^n## but obviously the target term is larger overall than its geometric counterpart. Comparing with the reciprocal of ##\ln n## also brings no avail because the term is smaller than the former. Ratio test gives ##ρ=1## which is inconclusive. It certainly passes preliminary test because the limit goes to 0 once n goes to infinity. I haven't done integral test because it's quite ugly and I don't know how to integrate the corresponding function.

Can you guys give me suggestion to tame this series down nicely?

Thank You
 
Physics news on Phys.org
Edit: Dick beat me to it. Quick.
 
Last edited:
Strange things happened when I arrange the summation.

##3=e^{\ln 3}##
$$3^{\ln n}=(e^{\ln 3})^{\ln n}$$
$$3^{\ln n}=e^{\ln 3 ° \ln n}$$
$$3^{\ln n}=n^{\ln 3}$$

If that's the case then the series must be convergent because of p-test, with p being larger than 1.
 
Seydlitz said:
Strange things happened when I arrange the summation.

##3=e^{\ln 3}##
$$3^{\ln n}=(e^{\ln 3})^{\ln n}$$
$$3^{\ln n}=e^{\ln 3 ° \ln n}$$
$$3^{\ln n}=n^{\ln 3}$$

If that's the case then the series must be convergent because of p-test, with p being larger than 1.

I don't know if I'd call that strange, but it is the correct conclusion.
 
Dick said:
I don't know if I'd call that strange, but it is the correct conclusion.

Well maybe I'm not quite used to manipulating exponents yet. Thanks for your help guys!