Radius of convergence of $dfrac{z+1}{z-i}$ around $z_0 = 2+i$
up vote
1
down vote
favorite
I'm asked to find the radius of convergence of $dfrac{z+1}{z-i}$ around $z_0 = 2+i$
The way I tried to go about it is by using the geometric series.
$$dfrac{z+1}{z-i}= dfrac{z}{z-i}+dfrac{1}{z-i} = dfrac{1}{Big(1-dfrac{i}{z}Big)} + dfrac{1}{z}.dfrac{1}{Big(1-dfrac{i}{z}Big)} = displaystylesumBig(dfrac{i}{z}Big)^k + dfrac{1}{z}∑Big(dfrac{i}{z}Big)^k .$$
we can then use that the geometric series $sum a^k$ converges to $dfrac{1}{1-a}$ for $|a| < 1$ with $a = dfrac{i}{z}$. So we say we must have $Big|dfrac{i}{z}Big|<1$ i.e. $|z|>1$, making the radius of convergence $R = 1$.
Now, I know the answer is $R = 2$, so I know this is wrong, I just don't know why or where. And I also don't understand the relevance of $z_0 = 2 + i$ and where to use that.
complex-analysis
add a comment |
up vote
1
down vote
favorite
I'm asked to find the radius of convergence of $dfrac{z+1}{z-i}$ around $z_0 = 2+i$
The way I tried to go about it is by using the geometric series.
$$dfrac{z+1}{z-i}= dfrac{z}{z-i}+dfrac{1}{z-i} = dfrac{1}{Big(1-dfrac{i}{z}Big)} + dfrac{1}{z}.dfrac{1}{Big(1-dfrac{i}{z}Big)} = displaystylesumBig(dfrac{i}{z}Big)^k + dfrac{1}{z}∑Big(dfrac{i}{z}Big)^k .$$
we can then use that the geometric series $sum a^k$ converges to $dfrac{1}{1-a}$ for $|a| < 1$ with $a = dfrac{i}{z}$. So we say we must have $Big|dfrac{i}{z}Big|<1$ i.e. $|z|>1$, making the radius of convergence $R = 1$.
Now, I know the answer is $R = 2$, so I know this is wrong, I just don't know why or where. And I also don't understand the relevance of $z_0 = 2 + i$ and where to use that.
complex-analysis
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm asked to find the radius of convergence of $dfrac{z+1}{z-i}$ around $z_0 = 2+i$
The way I tried to go about it is by using the geometric series.
$$dfrac{z+1}{z-i}= dfrac{z}{z-i}+dfrac{1}{z-i} = dfrac{1}{Big(1-dfrac{i}{z}Big)} + dfrac{1}{z}.dfrac{1}{Big(1-dfrac{i}{z}Big)} = displaystylesumBig(dfrac{i}{z}Big)^k + dfrac{1}{z}∑Big(dfrac{i}{z}Big)^k .$$
we can then use that the geometric series $sum a^k$ converges to $dfrac{1}{1-a}$ for $|a| < 1$ with $a = dfrac{i}{z}$. So we say we must have $Big|dfrac{i}{z}Big|<1$ i.e. $|z|>1$, making the radius of convergence $R = 1$.
Now, I know the answer is $R = 2$, so I know this is wrong, I just don't know why or where. And I also don't understand the relevance of $z_0 = 2 + i$ and where to use that.
complex-analysis
I'm asked to find the radius of convergence of $dfrac{z+1}{z-i}$ around $z_0 = 2+i$
The way I tried to go about it is by using the geometric series.
$$dfrac{z+1}{z-i}= dfrac{z}{z-i}+dfrac{1}{z-i} = dfrac{1}{Big(1-dfrac{i}{z}Big)} + dfrac{1}{z}.dfrac{1}{Big(1-dfrac{i}{z}Big)} = displaystylesumBig(dfrac{i}{z}Big)^k + dfrac{1}{z}∑Big(dfrac{i}{z}Big)^k .$$
we can then use that the geometric series $sum a^k$ converges to $dfrac{1}{1-a}$ for $|a| < 1$ with $a = dfrac{i}{z}$. So we say we must have $Big|dfrac{i}{z}Big|<1$ i.e. $|z|>1$, making the radius of convergence $R = 1$.
Now, I know the answer is $R = 2$, so I know this is wrong, I just don't know why or where. And I also don't understand the relevance of $z_0 = 2 + i$ and where to use that.
complex-analysis
complex-analysis
edited 6 hours ago
Yadati Kiran
968
968
asked 7 hours ago
R.Bair
128
128
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
You should try to expand with respect to $w:=z-z_0=z-2-i$:
$$frac{z+1}{z-i}=frac{w+3+i}{w+2}=
frac{w/2}{1-(-w/2)}+frac{(3+i)/2}{1-(-w/2)}.$$
Note that the geometric series involved is convergent when $|-w/2|<1$, that is $|z-z_0|<R=2$.
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
|
show 4 more comments
up vote
1
down vote
Theorem. The radius of convergence of a power series development of an analytic function $f$ at a point $a$ is the radius of the largest disc centred at $a$ and contained in the domain of $f.$
Here the domain of $f$ is $mathbf{C}-{i}$ and the point $a = 2 + i,$ hence the largest disc has radius $|a-i|= 2.$ $square$
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You should try to expand with respect to $w:=z-z_0=z-2-i$:
$$frac{z+1}{z-i}=frac{w+3+i}{w+2}=
frac{w/2}{1-(-w/2)}+frac{(3+i)/2}{1-(-w/2)}.$$
Note that the geometric series involved is convergent when $|-w/2|<1$, that is $|z-z_0|<R=2$.
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
|
show 4 more comments
up vote
1
down vote
accepted
You should try to expand with respect to $w:=z-z_0=z-2-i$:
$$frac{z+1}{z-i}=frac{w+3+i}{w+2}=
frac{w/2}{1-(-w/2)}+frac{(3+i)/2}{1-(-w/2)}.$$
Note that the geometric series involved is convergent when $|-w/2|<1$, that is $|z-z_0|<R=2$.
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
|
show 4 more comments
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You should try to expand with respect to $w:=z-z_0=z-2-i$:
$$frac{z+1}{z-i}=frac{w+3+i}{w+2}=
frac{w/2}{1-(-w/2)}+frac{(3+i)/2}{1-(-w/2)}.$$
Note that the geometric series involved is convergent when $|-w/2|<1$, that is $|z-z_0|<R=2$.
You should try to expand with respect to $w:=z-z_0=z-2-i$:
$$frac{z+1}{z-i}=frac{w+3+i}{w+2}=
frac{w/2}{1-(-w/2)}+frac{(3+i)/2}{1-(-w/2)}.$$
Note that the geometric series involved is convergent when $|-w/2|<1$, that is $|z-z_0|<R=2$.
edited 6 hours ago
answered 7 hours ago
Robert Z
89.2k1056128
89.2k1056128
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
|
show 4 more comments
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
Thank you! I believe so. Do I need to do anything with the series after getting $frac{w}{2}∑(frac{-w}{2})^k + frac{3+i}{2}∑(frac{-w}{2})^k$ ? Or do I just leave it as is cuz I only need to find RoC and I did?
– R.Bair
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If you need just the radius, you are done.
– Robert Z
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
If I shift the index how can I still sum them? are we not only allowed to sum terms with the same indexes? unless I misunderstood what you meant.
– R.Bair
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Sorry, are you interested also in the power series?
– Robert Z
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
Not for this particular exercise, but for the chapter I'm working on in general so I'd like to know what you meant if you've the time.
– R.Bair
6 hours ago
|
show 4 more comments
up vote
1
down vote
Theorem. The radius of convergence of a power series development of an analytic function $f$ at a point $a$ is the radius of the largest disc centred at $a$ and contained in the domain of $f.$
Here the domain of $f$ is $mathbf{C}-{i}$ and the point $a = 2 + i,$ hence the largest disc has radius $|a-i|= 2.$ $square$
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
add a comment |
up vote
1
down vote
Theorem. The radius of convergence of a power series development of an analytic function $f$ at a point $a$ is the radius of the largest disc centred at $a$ and contained in the domain of $f.$
Here the domain of $f$ is $mathbf{C}-{i}$ and the point $a = 2 + i,$ hence the largest disc has radius $|a-i|= 2.$ $square$
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
Theorem. The radius of convergence of a power series development of an analytic function $f$ at a point $a$ is the radius of the largest disc centred at $a$ and contained in the domain of $f.$
Here the domain of $f$ is $mathbf{C}-{i}$ and the point $a = 2 + i,$ hence the largest disc has radius $|a-i|= 2.$ $square$
Theorem. The radius of convergence of a power series development of an analytic function $f$ at a point $a$ is the radius of the largest disc centred at $a$ and contained in the domain of $f.$
Here the domain of $f$ is $mathbf{C}-{i}$ and the point $a = 2 + i,$ hence the largest disc has radius $|a-i|= 2.$ $square$
answered 7 hours ago
Will M.
1,793212
1,793212
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
add a comment |
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
Sorry, I guess we are employing different definitions. A power series usually have a radius of convergence larger than the radius of convergence of the power series development of an analytic function. The latter is given as I stated.
– Will M.
6 hours ago
That's fair enough.
– Arthur
6 hours ago
That's fair enough.
– Arthur
6 hours ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997882%2fradius-of-convergence-of-dfracz1z-i-around-z-0-2i%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password