Homework 6

Complex analysis, lecture 2
(Due April 6, 2026 by 11:59 PM)

As usual, you may use any resources to solve these problems except where stated otherwise, with the exception of computational software/generative AI and posting these problems anywhere to be answered by others. Collaboration is encouraged, but everyone should write their own solutions. Write the names of any collaborators or sources used at the top of your homework. If you did not use any sources, write “sources used: none.”

If you find any errors in either the homework or the lecture notes, please let me know, even if you are unsure whether it is an error or not.

As on most math problems, the mathematics is the issue, not the answer: whether you have a correct method is more important then whether you get to the correct number at the end, so include your method!

You do not have to simplify your answers completely (so for example 22 is fine), but you do need to do all the computations (so for example if the problem is “find the largest value of f(x),” the answer “f(3)” is incomplete; you would also need to evaluate f at 3).

Problem 1. For each of the following functions, find the power series representation centered at the given point z0, and determine its radius of convergence.

  1. (a)

    f(z)=1z1 at z0=i;

  2. (b)

    f(z)=Logz at z0=2. (Note that Logz is analytic in a sufficiently small disk centered at z0=2, and since eLogz=z for all z, differentiating we find (ddzLogz)eLogz=1 and so ddzLogz=1z.)

The above problem is directed towards Objective 7 (power series).

Problem 2. Suppose that

f(z)=n=0anzn

converges on an open disk of radius R centered at the origin, and on this disk satisfies the differential equation

f(z)=zf(z)

for all |z|<R. Show that the an must satisfy the recurrence relation nan=an2 for n2 and a1=0. Show by induction that for n odd, an=0, and for n=2k even, a2k=a0k!2k, and conclude that

f(z)=a0ez2/2.

The above problem is directed towards Objective 7 (power series).

Problem 3. Suppose that f is analytic at infinity, with power series at infinity given by

f(1/z)=n=0anzn.

Write f()=a0 and f()=a1. Show that

f()=limzz(f(z)f()).

The above problem is directed towards Objective 7 (power series).