Extending radius of convergence by analytic continuation

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
2 replies · 3K views
jackmell
Messages
1,806
Reaction score
54
Hi,

Suppose I have an analytic function

[tex] f(z)=\sum_{n=0}^{\infty} a_n z^n[/tex]

the series of which I know converges in at least [itex]|z|<R_1[/itex], and I have another function [itex]g(z)[/itex] which is analytically continuous with [itex]f(z)[/itex] in [itex]|z|<R_2[/itex] with [itex]R_2>R_1[/itex] and the nearest singular point of [itex]g(z)[/itex] is on the circle [itex]|z|=R_2[/itex]. Can I conclude the power series has a radius of convergence [itex]R_2[/itex] and represents both f(z) and g(z) in that domain?

I'm confident I can but not sure how to prove that. How about this:

If f(z) and g(z) are analytically continuous, then by the Principle of Analytic Continuation, they are the same function and therefore, the power series converges up to the nearest singular point of that same function which in this case, is the singular point on [itex]R_2[/itex] and therefore, the radius of convergence of the series is [itex]R_2[/itex].

Is that sufficient?

Thanks,
Jack
 
Last edited:
Physics news on Phys.org
I think you have the right idea but you've kind of written it up in an odd way. There's also the problem of your usage of the nonstandard term "analytically continuous". (One says that "g is an analytic continuation of f", and not that f and g are "analytically continuous".)

Basically what's going on here is that g is analytic in the disc |z|<R_2, so has a power series expansion there, with coefficients b_n say. But g=f in the smaller disc |z|<R_1, so $$b_n=\frac{g^{(n)}(0)}{n!}=\frac{f^{(n)}(0)}{n!}=a_n.$$
 
morphism said:
(One says that "g is an analytic continuation of f", and not that f and g are "analytically continuous".)

Ok, g is the analytic continuation of f. That sounds better.

Thanks for helping me.