Complex Power Series Radius of Convergence Proof

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
7 replies · 3K views
jsi
Messages
23
Reaction score
0

Homework Statement



If f(z) = [itex]\sum[/itex] an(z-z0)n has radius of convergence R > 0 and if f(z) = 0 for all z, |z - z0| < r ≤ R, show that a0 = a1 = ... = 0.

Homework Equations





The Attempt at a Solution



I know it is a power series and because R is positive I know it converges. And if f(z) = 0 then the sum itself would be 0 which would mean that each term must add to 0. This doesn't necessarliy imply that each coefficient ai is 0 though because they could alternate a1 = 1, a2 = -1, a3 = 2, a4 = -2 etc... Am I right in thinking this? And if so, I'm not sure how to go from there... Unless f(z) = 0 for all z implies that |z - z0| ≠ 0 somehow then for f(z) to equal 0, the ai would have to equal 0? Any help would be appreciated, thanks!
 
Physics news on Phys.org
Use Open Mapping Theorem.
 
oh ok, so if say, since f(z) = 0, d/dz = 0, then taking the derivative of every term of the series yields d/dz (an(z - z0)n) = (nan(z - z0)n-1) = (nan(z - z0)n)/(z - z0)1 and then that means (z - z0) can't = 0 so the ai must be 0? Is that right, or sort of right, or totally wrong?
 
jsi said:
oh ok, so if say, since f(z) = 0, d/dz = 0, then taking the derivative of every term of the series yields d/dz (an(z - z0)n) = (nan(z - z0)n-1) = (nan(z - z0)n)/(z - z0)1 and then that means (z - z0) can't = 0 so the ai must be 0? Is that right, or sort of right, or totally wrong?

Take it one step at a time. The series is f(z)=a0+a1(z-z0)+a2(z-z0)^2+... Since f(z0)=0 that means a0=0. f'(z)=a1+2*a2(z-z0)+... What does f'(z0)=0 tell you? Now use the second derivative to say something about a2. Etc.
 
I think I got it; f'(0) = 0 implies that a1 = 0 and f''(0) = 0 implies that a2 = 0, so f to the nth derivative of 0 = 0 implies that an = 0, so all an must be 0?
 
jsi said:
I think I got it; f'(0) = 0 implies that a1 = 0 and f''(0) = 0 implies that a2 = 0, so f to the nth derivative of 0 = 0 implies that an = 0, so all an must be 0?

Yes, that's it. Except you want to evaluate all of the derivatives at z=z0. Not z=0.