How Do You Find the Power Series Expansion of \( e^z \) at \( \pi i \)?

Tsunoyukami
Messages
213
Reaction score
11
"[F]ind the power-series expansion about the given point for each of the functions; find the largest disc in which the series is valid.

10. ##e^{z}## about ##z_{o} = \pi i##" (Complex Variables, 2nd edition; Stephen D. Fisher, pg. 133)$$f(z) = e^{z} = e^{z-a} \cdot e^{a} = e^{a} \cdot \sum \frac{(z-a)^{n}}{n!}$$

We set the center of the power series to be ##a = \pi i##; then:

$$f(z) = e^{a} \cdot \sum \frac{(z-a)^{n}}{n!} = e^{\pi i} \cdot \sum \frac{(z-\pi i)^{n}}{n!} = (-1) \sum \frac{(z-\pi i)^{n}}{n!}$$

I'm not sure if this is the "final" answer or if I'm supposed to write out the individual terms of the series. Is this correct?My second question pertains to the second half of the question, "find the largest disc in which the series is valid." The function ##f(z) = e^{z}## is entire; as a result, I would expect the disc to have infinite radius of convergence. Similarly, I would expect the series to be valid on a disk of infinite radius centered at ##z_{o} = \pi i##. Is this the correct interpretation?

Any guidance would be appreciated. Thanks!
 
Physics news on Phys.org
It seems correct to me.
 
Tsunoyukami said:
My second question pertains to the second half of the question, "find the largest disc in which the series is valid." The function ##f(z) = e^{z}## is entire; as a result, I would expect the disc to have infinite radius of convergence. Similarly, I would expect the series to be valid on a disk of infinite radius centered at ##z_{o} = \pi i##. Is this the correct interpretation?

That's right. But can you also prove it by referring only to the series, and not to the function ##e^z##? That is, can you explicitely show the series converges for all ##z##?
 
Thanks for the prompt reply. The fact that ##e^{\pi i} = -1## does not have any effect on the radius of convergence of the power series, correct (ie. it does not effect where the power series is valid)?

micromass said:
That's right. But can you also prove it by referring only to the series, and not to the function ##e^z##? That is, can you explicitely show the series converges for all ##z##?

Would it be sufficient to attempt to show that the radius of convergence of the power series approached infinity? I would try to show this by using a test for convergence of a (power) series and show that the series converges to 0.

This would follow from the assertion that

##\frac {1}{R} = lim |\frac{a_{n+1}}{a_{n}}|##, as n approaches infinity (and likewise for the root test)
 
It certainly doesn't. The validity of the power series can be determined by the ratio test.
 
Excellent! Thank you very much, both of you!

By applying the ratio test I would be able to show that the radius of convergence is infinity, and thus, the power series is valid for all z in the complex plane. Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top