Real Analysis - Radius of Convergence

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
9 replies · 4K views
steelphantom
Messages
158
Reaction score
0

Homework Statement


Suppose that [tex]\sum[/tex]anxn has finite radius of convergence R and that an >= 0 for all n. Show that if the series converges at R, then it also converges at -R.

Homework Equations



The Attempt at a Solution


Since the series converges at R, then I know that [tex]\sum[/tex]anRn = M.

At -R, the series is the following: [tex]\sum[/tex]an(-R)n = [tex]\sum[/tex](-1)nanRn.

I'm not sure where to go from here. I thought I needed to use the alternating series test, but how can I know that a1 >= a2 >= ... >= an for all n? Do I know this because the series converges? Thanks for your help.
 
Physics news on Phys.org
Thanks! So since [tex]\sum[/tex]anRn converges, and an(-R)n <= anRn for all n, then [tex]\sum[/tex]an(-R)n converges.
 
Sorry! That's wrong. I'm clearly asleep at the wheel. That's convergence for sequences. And this sort of argument only shows that the partial sums are bounded, not that they converge. Do you know the Dirichlet convergence test?
 
Last edited:
Dick said:
Sorry! That's wrong. I'm clearly asleep at the wheel. That's convergence for sequences. And this sort of argument only shows that the partial sums are bounded, not that they converge. Do you know the Dirichlet convergence test?

I don't know that one. But the comparison test in my book says the following:

Let [tex]\sum[/tex]an be a series where an >=0 for all n.
(i) If [tex]\sum[/tex]an converges and |bn| <= an for all n, then [tex]\sum[/tex]bn converges.

If I let an = anRn, this is >=0 for all n. And if I let bn = an(-R)n, then I have |bn| <= an for all n, so the series converges, right? What's wrong with this statement?
 
Ok! :smile: Thanks once again for your help.
 
What's wrong with using the comparison test is that it only applies to positive series. Certainly -n< (1/2)n for all n, but we can't use that to conclude that [itex]\sum -n[/itex] converges!

The crucial point is that every an is positive. That means that [itex]\sum a_n x^n[/itex], for x negative is an alternating series. What is true of alternating series?
 
Last edited by a moderator:
HallsofIvy said:
The crucial point is that every an is positive. That means that [itex]\sum a_n x^n[/itex], for x negative is an alternating series. What is true of alternating series?

If a1 >= a2 >= ... >= an >= ... >= 0 and lim(an) = 0, then the alternating series [tex]\sum[/tex](-1)nan converges. But, like I said before, do I know that a1 >= a2 >= ... >= an because the series converges at R?
 
HallsofIvy said:
What's wrong with using the comparison test is that it only applies to positive series. Certainly -n< (1/2)n for all n, but we can't use that to conclude that [itex]\sum -n[/itex] converges!

The crucial point is that every an is positive. That means that [itex]\sum a_n x^n[/itex], for x negative is an alternating series. What is true of alternating series?

All of terms a_n*R^n are positive and it's convergent. The series is absolutely convergent. Nothing can go wrong here.