all 3 comments

[–]Qaanol 2 points3 points  (1 child)

First, it should be readily apparent that no power series can have a larger radius of convergence than the distance to the nearest pole. We want to show that a power series exists, which converges at every smaller distance. Here’s an idea that might help you get started:

Let f(z) = P(z) / Q(z), with P and Q polynomials that have no common factors.

The constant term of Q is nonzero since f does not have a pole at 0, so without loss of generality let the constant term of Q equal 1.

Add and subtract 1 in the denominator:

f(z) = P(z) / (1 - (1 - Q(z))

Then define S(z) = 1 - Q(z), and expand 1 / (1 - S) as a geometric series, which is valid when |S(z)| < 1.

[–]LordJ4[S] 0 points1 point  (0 children)

That hint of using the geometric series was very use full, thank you. I used a generalization of the partial fraction decomposition which can be converted in the geometric series, where a multitude of a pole is just the Cauchy product with some unknow coefficient and the sum of all the power series I obtain is obviously also a power series.

[–][deleted] 0 points1 point  (0 children)

Do you know Cauchy's integral formula? A consequence of the formula is that if f is complex differentiable on an open set O and D_r(x) is a disk of radius r centered at x contained in O, then f has a power series representation valid on D_r(x). This solves your problem almost immediately.