Root Test Question: Baby Rudin Example 3.35

  • Thread starter Thread starter camillio
  • Start date Start date
  • Tags Tags
    Root Test
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
camillio
Messages
74
Reaction score
2

Homework Statement



Consider the following series (Baby Rudin Example 3.35):
[itex]\frac{1}{2} + \frac{1}{3} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{2^3} + \frac{1}{3^3} + \ldots[/itex]

We have to apply the root test.

2. The attempt at a solution
[itex]\sqrt[n]{2^{-\frac{n+1}{2}}} = \sqrt[2n]{2^{-(n+1)}}[/itex] for n odd; (1)
[itex]\sqrt[n]{3^{-\frac{n}{2}}} = \sqrt[2n]{3^{-n}}[/itex] for n even.

Letting [itex]n\to\infty[/itex] we have [itex]1/\sqrt{3}[/itex] and [itex]1/\sqrt{2}[/itex] for inferior and superior limits. This result is equivalent to that one of Rudin, however, he states, that for n odd, we have [itex]\sqrt[2n]{2^{-n}}[/itex] in Eq. (1).

What is the obvious thing that I'm still missing? Thanks for responses in advance!
 
Physics news on Phys.org
camillio said:

Homework Statement



Consider the following series (Baby Rudin Example 3.35):
[itex]\frac{1}{2} + \frac{1}{3} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{2^3} + \frac{1}{3^3} + \ldots[/itex]

We have to apply the root test.

2. The attempt at a solution
[itex]\sqrt[n]{2^{-\frac{n+1}{2}}} = \sqrt[2n]{2^{-(n+1)}}[/itex] for n odd; (1)
[itex]\sqrt[n]{3^{-\frac{n}{2}}} = \sqrt[2n]{3^{-n}}[/itex] for n even.

Letting [itex]n\to\infty[/itex] we have [itex]1/\sqrt{3}[/itex] and [itex]1/\sqrt{2}[/itex] for inferior and superior limits. This result is equivalent to that one of Rudin, however, he states, that for n odd, we have [itex]\sqrt[2n]{2^{-n}}[/itex] in Eq. (1).

What is the obvious thing that I'm still missing? Thanks for responses in advance!

That's not what Rudin says. The only thing that Rudin says is

[tex]\limsup{\sqrt[n]{a_n}}=\lim{\sqrt[2n]{2^{-n}}}[/tex]

which is certainly true. I think you may be confused because he left out a small step

[tex]\limsup{\sqrt[n]{a_n}} = \lim{\sqrt[2n]{2^{-(n+1)}}} = \lim{\sqrt[2n]{2^{-1}}\sqrt[2n]{2^{-n}}}=\lim{\sqrt[2n]{2^{-n}}}[/tex]
 
I don't have the Rudin text available to me.

However, can't we bound the series above to establish convergence by
[itex]\sum(1/2^k + 1/2^k)[/itex] from k = 1 to oo?
If necessary, find a way to reindex the given series to match.
The bounding series then becomes,
[itex]\sum(2 * 1/2^k)[/itex] from k = 1 to oo,

Maybe that bypasses, what we're supposed to be learning.
 
micromass said:
I think you may be confused because he left out a small step

Thank you, I was confused with this. I had the same idea, but I didn't see the reason for solving the limit for only one part of the formula. Of course, the equality of RHS and LHS is obvious. But that is the pure math and the Rudin's (correct) way :-)
 
nickalh: of course, there are several possible ways how to solve it, but I was confused by the Rudin's way.