Macluarin series and radius of convergence

Click For Summary

Homework Help Overview

The discussion revolves around expanding the function \(\frac{2-z}{(1-z)^2}\) into a Maclaurin series and determining its radius of convergence. The subject area includes series expansions and convergence in calculus.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of geometric series as a foundation for the expansion. There are attempts to differentiate and manipulate series terms to arrive at a final expression. Questions arise regarding the indexing of summation and the implications of changing variable names in series.

Discussion Status

The discussion is ongoing, with participants providing guidance on how to manipulate the series and address indexing issues. There is a recognition of the need to clarify the steps involved in combining series and adjusting indices, but no consensus has been reached on the final form of the series.

Contextual Notes

Participants note potential confusion arising from the initial terms of the series and the implications of variable renaming in summation. The original poster expresses uncertainty about the indexing process and its effects on the series representation.

MissP.25_5
Messages
329
Reaction score
0
Hello.
I am stuck on this question. I'd appreciate if anyone could help me on how to do this.

The question:
Expand the following into maclaurin series and find its radius of convergence.

$$\frac{2-z}{(1-z)^2}$$

I know that we can use geometric series as geometric series is generally
$$\frac{1}{1-z}=\sum_{n=0}^{\infty}z^n$$

So,
\begin{align*} \frac{2 - z}{ \left( 1 - z \right) ^2 } &= \frac{1 + 1 - z }{ \left( 1 - z \right) ^2 } \\ &= \frac{1}{ \left( 1 - z \right) ^2 } + \frac{1 - z}{ \left( 1 - z \right) ^2 } \\ &= \frac{1}{ \left( 1 - z \right) ^2 } + \frac{1}{1 - z} \end{align*}

$$\frac{d}{dz}\frac{1}{(1-z)}=\frac{1}{(1-z)^2}$$

Now to get the final answer of the maclaurin series expansion, it should start off like this, right?
$$\frac{2-z}{(1-z)^2}= \sum_{n=0}^{\infty}nz^{n-1}+\sum_{n=0}^{\infty}z^n$$

How do I finish this? The answer I was given is :

$$\sum_{n=0}^{\infty}(n+2)z^n$$
 
Physics news on Phys.org
You have started off very well. Yes, [itex]\frac{2- z}{(1- z)^2}= \frac{1+ 1- z}{(1- z)^2}= \frac{1}{(1- z)^2}+ \frac{1}{1- z}[/itex]. And [itex]\frac{1}{1- z}= \sum z^n[/itex], the "geometric series".

Now, note that [itex]d(1/u)/dx= -1/u^2[/itex]. So [itex]1/(1- z)^2= d/dx(1/(1- z))[/itex]. Differentiating the geometric sequence "term by term" gives a power series for [itex]1/(1- z)^2[/itex]
 
HallsofIvy said:
You have started off very well. Yes, [itex]\frac{2- z}{(1- z)^2}= \frac{1+ 1- z}{(1- z)^2}= \frac{1}{(1- z)^2}+ \frac{1}{1- z}[/itex]. And [itex]\frac{1}{1- z}= \sum z^n[/itex], the "geometric series".

Now, note that [itex]d(1/u)/dx= -1/u^2[/itex]. So [itex]1/(1- z)^2= d/dx(1/(1- z))[/itex]. Differentiating the geometric sequence "term by term" gives a power series for [itex]1/(1- z)^2[/itex]

I already did that in my solution. Look,

Now to get the final answer of the maclaurin series expansion, it should start off like this, right?
$$\frac{2-z}{(1-z)^2}= \sum_{n=0}^{\infty}nz^{n-1}+\sum_{n=0}^{\infty}z^n$$

How do I finish this? The answer I was given is :

$$\sum_{n=0}^{\infty}(n+2)z^n$$
 
MissP.25_5 said:
I already did that in my solution. Look,

Now to get the final answer of the maclaurin series expansion, it should start off like this, right?
$$\frac{2-z}{(1-z)^2}= \sum_{n=0}^{\infty}nz^{n-1}+\sum_{n=0}^{\infty}z^n$$
You have your first sum starting with [itex]z^{0- 1}= z^{-1}[/itex]. Because it is multiplied by n= 0, it doesn't change the sum but I think it is causing confusion. Instead write it as [itex]\sum_{n=1}^\infty nz^{n-1}[/itex] which is, as I said, exactly the same thing.

How do I finish this? The answer I was given is :

$$\sum_{n=0}^{\infty}(n+2)z^n$$
If you meant $$\sum_{n=1}^\infty nz^{n-1}+ \sum_{n=0}^\infty z^n$$
then you need to change the indexing on the first sum. Let j= n- 1 so that n= j+ 1. When n= 1 j= 0. The formula becomes [tex]\sum_{j= 0}^\infty (j+ 1)z^j+ \sum_{n=0}^\infty z^n[/tex].
Now use the fact that "j" is just a "dummy index"- replace j with n in the first sum and combine.
 
  • Like
Likes   Reactions: 1 person
HallsofIvy said:
You have your first sum starting with [itex]z^{0- 1}= z^{-1}[/itex]. Because it is multiplied by n= 0, it doesn't change the sum but I think it is causing confusion. Instead write it as [itex]\sum_{n=1}^\infty nz^{n-1}[/itex] which is, as I said, exactly the same thing.


If you meant $$\sum_{n=1}^\infty nz^{n-1}+ \sum_{n=0}^\infty z^n$$
then you need to change the indexing on the first sum. Let j= n- 1 so that n= j+ 1. When n= 1 j= 0. The formula becomes [tex]\sum_{j= 0}^\infty (j+ 1)z^j+ \sum_{n=0}^\infty z^n[/tex].
Now use the fact that "j" is just a "dummy index"- replace j with n in the first sum and combine.

I don't get it, how can I just replace j with n, when j=n-1? But if I do that, then I'll go back to square one.
 
MissP.25_5 said:
I don't get it, how can I just replace j with n, when j=n-1? But if I do that, then I'll go back to square one.

You have ##S_1 + S_2##, where
[tex]S_1 = \sum_{n=1}^{\infty} n z^{n-1} \; \text{ and } \; S_2 = \sum_{n=0}^{\infty} z^n[/tex]
In ##S_1## the power of ##z## ranges from ##n-1 = 0## to ##\infty##, so if we call that power ##j## (instead of ##n-1##) the general term is ##(j+1) z^j##, for ##j = 0,1,2, \ldots##. Now you can re-name ##j## freely, because you really have something of the form
[tex](\text{index-name}+1)\, z^{\text{index-name}}[/tex]
and we are currently using ##\text{index-name} = j## because that is a lot easier to write. However, "index-name" can be anything we want, so we can easily call it ##n## if we want.

If you remain unconvinced, just use the alternative of re-naming the summation index from ##n## to ##j## in the second sum ##S_2## to get
[tex]\sum_{j=0}^{\infty} (j+1) z^j + \sum_{j=0}^{\infty} z^j .[/tex]
Do you see it now?
 
Ray Vickson said:
You have ##S_1 + S_2##, where
[tex]S_1 = \sum_{n=1}^{\infty} n z^{n-1} \; \text{ and } \; S_2 = \sum_{n=0}^{\infty} z^n[/tex]
In ##S_1## the power of ##z## ranges from ##n-1 = 0## to ##\infty##, so if we call that power ##j## (instead of ##n-1##) the general term is ##(j+1) z^j##, for ##j = 0,1,2, \ldots##. Now you can re-name ##j## freely, because you really have something of the form
[tex](\text{index-name}+1)\, z^{\text{index-name}}[/tex]
and we are currently using ##\text{index-name} = j## because that is a lot easier to write. However, "index-name" can be anything we want, so we can easily call it ##n## if we want.

If you remain unconvinced, just use the alternative of re-naming the summation index from ##n## to ##j## in the second sum ##S_2## to get
[tex]\sum_{j=0}^{\infty} (j+1) z^j + \sum_{j=0}^{\infty} z^j .[/tex]
Do you see it now?

Yes, thank you!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K