Does the Double Factorial Affect the Convergence of the Powerseries?

  • Thread starter Thread starter Mathman23
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around the convergence of the power series \(\sum_{n=0}^{\infty} \frac{2^n}{2n+1} z^{2n+1}\) and its relationship to the ratio test. Participants are exploring the conditions under which this series converges, particularly questioning whether it converges for all \(z \in \mathbb{C}\).

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are applying the ratio test to analyze the convergence of the series, with some questioning the validity of their calculations and interpretations. There is a focus on whether the series converges for all complex numbers or if there are restrictions based on the ratio test results.

Discussion Status

There is an ongoing examination of the ratio test results, with some participants suggesting that the series does not converge for all \(z\) and pointing out potential errors in earlier calculations. The conversation reflects a mix of attempts to clarify the conditions for convergence and to correct misunderstandings regarding the application of the ratio test.

Contextual Notes

Some participants express confusion about the algebra involved in the ratio test and the definitions related to double factorials. There is also a mention of a potential error in the original problem statement, which may affect the analysis of convergence.

Mathman23
Messages
248
Reaction score
0
Hi

I'm suppose to show that the powerseries

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1}[/tex]

converge for all z \in mathbb{C}

By using the Ratio test:

I get

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1} = \frac{2(2n+1)}{2n+3} |z^2| = \frac{2}{3}|z^2|, n \rightarrow \infty[/tex]

I guess that can be re-written as |z^2| < 3/2 ?

But does that mean the ratio test fails?

Sincerley

Fred
 
Last edited:
Physics news on Phys.org
Mathman23 said:
Hi

I'm suppose to show that the powerseries

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1}[/tex]

converge for all z \in mathbb{C}

By using the Ratio test:

I get

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1} = \frac{2(2n+1)}{2n+3} |z^2| = \frac{2}{3}|z^2|, n \rightarrow \infty[/tex]

I guess that can be re-written as |z^2| < 3/2 ?

But does that mean the ratio test fails?

Sincerley

Fred

Firstly, are you sure that series converges for *all* z in C with no restrictions on the magnitude?

Secondly, when doing the ratio test, you should write the sequence as being equal to the ratio of two successive terms (I mean the notation is incorrect - you're effectively equating the series sum to the ratio when you put an equal sign there).
 
I'm going to do the Ratio Test as I type to check your work.

Calling [tex]b_n=\frac{a_{n+1}}{a_n}[/tex] I get that [tex]b_n=\frac{(2^{n+1})(z^{2n+3})}{2n+3} \times \frac{2n+1}{(2^n)(z^{2n+1})}[/tex].

Now for simplification.

[tex]b_n=\frac{2*2^n*z^{2n}*z^3}{2n+3} \times \frac{2n+1}{2^n*z^{2n}*z}[/tex].

[tex]b_n=\frac{(4n+2)*z^2}{2n+3}[/tex]. Now take the limit as [tex]n \to \infty[/tex].

Ok so you've done your work right until the applying the limit. I get that the limit as n approaches infinity is [tex]2z^2[/tex]. Now you must find z such that [tex]|2z^2|<1[/tex]
 
Last edited by a moderator:
Dear Jameson,

Thank You for checking and correcting my work :)

Is preferable to

[tex]|z^2|<1/2[/tex] ?

Sincerely Yours
Fred

Jameson said:
I'm going to do the Ratio Test as I type to check your work.

Calling [tex]b_n=\frac{a_{n+1}}{a_n}[/tex] I get that [tex]b_n=\frac{(2^{n+1})(z^{2n+3})}{2n+3} \times \frac{2n+1}{(2^n)(z^{2n+1})}[/tex].

Now for simplification.

[tex]b_n=\frac{2*2^n*z^{2n}*z^3}{2n+3} \times \frac{2n+1}{2^n*z^{2n}*z}[/tex].

[tex]b_n=\frac{(4n+2)*z^2}{2n+3}[/tex]. Now take the limit as [tex]n \to \infty[/tex].

Ok so you've done your work right until the applying the limit. I get that the limit as n approaches infinity is [tex]2z^2[/tex]. Now you must find z such that [tex]|2z^2|<1[/tex]
 
Mathman23 said:
Hi

I'm suppose to show that the powerseries

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1}[/tex]

converge for all z \in mathbb{C}

By using the Ratio test:

I get

[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1} = \frac{2(2n+1)}{2n+3} |z^2| = \frac{2}{3}|z^2|, n \rightarrow \infty[/tex]

I guess that can be re-written as |z^2| < 3/2 ?

But does that mean the ratio test fails?

Sincerley

Fred
First do not write
[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1} = \frac{2(2n+1)}{2n+3} |z^2|[/tex]
The infinite sum is not equal to the ratio!

Second, are you asked to show that the series converges for all z or to find the radius of convergence?

I don't know what you mean by "Is preferable to [itex]|z|^2< \frac{1}{2}[/itex]?". As Jameson showed, the correct ratio is [itex]|2z^2|< 1[/itex]. Since 2 is positive, that is the same as [itex]2|z^2|< 1[/itex] or
[itex]|z|^2< \frac{1}{2}[/itex]. Finally, since |z| is a positive real number, [itex]|z|< \frac{1}{\sqrt{2}}[/itex].

No, the ratio test does not "fail" but it does show that this series does not converge for all z.
 
Last edited by a moderator:
Hello Hall,

I suppose to show that the series converge for all z. Since using ratio test shows that the series converge for [tex]|z| < \frac{1}{\sqrt(2)}[/tex], then I need to use the comparison test?

Sincerely Yours

Fred

HallsofIvy said:
First do not write
[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1} z^{2n+1} = \frac{2(2n+1)}{2n+3} |z^2|[/tex]
The infinite sum is not equal to the ratio!

Second, are you asked to show that the series converges for all z or to find the radius of convergence?

I don't know what you mean by "Is preferable to [itex]|z|^2< \frac{1}{2}[/itex]?". As Jameson showed, the correct ratio is [itex]|2z^2|< 1[/itex]. Since 2 is positive, that is the same as [itex]2|z^2|< 1[/itex] or
[itex]|z|^2< \frac{1}{2}[/itex]. Finally, since |z| is a positive real number, [itex]|z|< \frac{1}{\sqrt{2}}[/itex].

No, the ratio test does not "fail" but it does show that this series does not converge for all z.
 
No! What the ratio test shows is that this series does not converge for all z! It has radius of convergence [itex]\frac{1}{\sqrt{2}}[/itex].

If you are not convinced, take z= 1. Does
[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1}[/tex]
converge?

Does the sequence
[tex]\frac{2^n}{2n+1}[/tex]
even converge to 0?
 
Last edited by a moderator:
Thanks now I get ;)

Yours
Fred

HallsofIvy said:
No! What the ratio test shows is that this series does not converge for all z! It has radius of convergence [itex]\frac{1}{\sqrt{2}}[/itex].

If you are not convinced, take z= 1. Does
[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1}[/tex]
converge?
 
HallsofIvy said:
No! What the ratio test shows is that this series does not converge for all z! It has radius of convergence [itex]\frac{1}{\sqrt{2}}[/itex].

If you are not convinced, take z= 1. Does
[tex]\sum_{n=0} ^{\infty} \frac{2^n}{2n+1}[/tex]
converge?

Does the sequence
[tex]\frac{2^n}{2n+1}[/tex]
even converge to 0?


Hello I discovered that I made an error in the post,

The original question should have looked like this:


Given a powers series

[tex]\sum_{n=0} ^\infty \frac{2^n}{(2n+1)!} z^{2n+1}[/tex]

Show that the series converge for all [tex]z \in \mathbb{C}[/tex]

By the ratio test,

I get that

[tex]\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n! \cdot z^{2n+3}}{(2n+3)!} \right| =\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n!}{(2n+3)!} \right| \left| z^{3} \right|[/tex]

Since [tex]n \rightarrow \infty[/tex] then

[tex]\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n! \cdot z^{2n+3}}{(2n+3)!} \right| \rightarrow 0.[/tex]

Therefore it converges for all z?

Sincerely
Fred
 
Last edited:
  • #10
Mathman23 said:
Hello I discovered that I made an error in the post,

The original question should have looked like this:


Given a powers series

[tex]\sum_{n=0} ^\infty \frac{2^n}{(2n+1)!} z^{2n+1}[/tex]

Show that the series converge for all [tex]z \in \mathbb{C}[/tex]

By the ratio test,

I get that

[tex]\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n! \cdot z^{2n+3}}{(2n+3)!} \right| =\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n!}{(2n+3)!} \right| \left| z^{3} \right|[/tex]

Since [tex]n \rightarrow \infty[/tex] then

[tex]\mathop {\lim }\limits_{n \to \infty } \left| \frac{4(n+1) \cdot n! \cdot z^{2n+3}}{(2n+3)!} \right| \rightarrow 0.[/tex]

Therefore it converges for all z?

Sincerely
Fred

I'm sorry, but I really cannot understand the algebra you're doing.:confused:

How did the '4', the '(n+1)!' etc. come into it? How did you get a z^3 term in the ratio?

First of all, please note that [tex](2n+1)! \neq (2n+1)![/tex]

For a definition of the double factorial, please see your earlier thread entitled Powersums and ODEs and my exchange with Mathman. You're dealing with the same series as in that thread, and that is a double factorial.

What I get is like this. [tex]T_k[/tex] represents the kth term in the series.

[tex]r = \frac{T_{n+1}}{T_n} = \frac{2z^2}{2n+3}[/tex]

[tex]lim_{n \rightarrow \infty} r = lim_{n \rightarrow \infty} \frac{2z^2}{2n} = lim_{n \rightarrow \infty} \frac{z^2}{n} = 0[/tex]

so the series converges by the ratio test.
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
14
Views
2K
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K