Complex Analysis - Taylor series of 1/(1+exp(z))

Click For Summary

Homework Help Overview

The discussion revolves around computing the first four terms of the Taylor series for the function \( \frac{1}{1+e^{z}} \) at \( z_{0} = 0 \) and determining its radius of convergence. The subject area is complex analysis, specifically focusing on series expansions and convergence properties.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the radius of convergence, noting that \( e^{z} \) converges for all \( z \) and questioning the implications of this on the convergence of the series. There are attempts to compute the Taylor series terms through derivatives and series substitutions. Some participants suggest directly expanding \( \frac{1}{1+e^z} \) instead of substituting the series for \( e^z \). Questions arise about the necessity of expanding series to the same order when substituting one into another, and whether higher order expansions are needed.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have provided insights into the radius of convergence, while others are questioning the methods for obtaining the Taylor series terms. There is no explicit consensus on the best approach yet, and multiple interpretations of the problem are being considered.

Contextual Notes

Participants highlight that the function is not analytic at \( z = i\pi \), which affects the radius of convergence. There are also references to previous class problems that may influence current understanding and approach to this problem.

LoA
Messages
12
Reaction score
0

Homework Statement



Compute the first four terms of the Taylor series of \frac{1}{1+e^{z}} at z_{0} = 0 and give it's radius of convergence.

Homework Equations



e^{z} = \sum\frac{z^{n}}{n!} = 1 + z +\frac{z^{2}}{2!} + \frac{z^{3}}{3!} + o(z^{3})

\frac{1}{1+w} = \sum(-1)^{n}w^{n} = 1 - w + w^{2} - w^{3} + o(w^{3})

The Attempt at a Solution



First let's look at the radius of convergence. Since e^{z} converges for all z, the only thing that matters is \left|w\right| < 1 where w = e^{z}.

So I have to solve \left|e^{z}\right| < 1. Easy enough. (or just observe that exp(z) = -1 when z = iπ)

-1 < e^{z} < 1 \Rightarrow Log(-1) < z < Log(1) \Rightarrow -i\pi < z < 0 \Rightarrow \left|z\right| < \left|i\pi\right| = \pi

So the series will converge for \left|z\right| < \pi

So much for that. Now down to brass tacks, computing the terms. Working out the derivatives at z_{0} = 0 (and double checking with wolfram) gives me:

\frac{1}{2} - \frac{z}{4} + \frac{z^{3}}{48} - \frac{z^{5}}{480} +...

But when I try to arrive at the same form by subbing the series for exp(z) into the geometric series, I get something A) different, and B) messy. I'll write it out upon request, but not tonight, I've been at this way too long. My suspicion is that in order to get the first four terms that way would require way more algebra than it's worth, but I'd like to at least figure out if I'm on the right track...

Questions: Do I need to expand the terms to a higher order? When substituting the series expansion for one function into the series expansion of another, is it necessary to expand each series out to the exact same order? We worked a few problems like this in class the other day, computing things like e^{sin(z^{2})} and I thought I understood at the time, but now I'm not quite so sure...
 
Physics news on Phys.org
I think its better to expand \frac{1}{1+e^z} directly!
 
LoA said:

Homework Statement



Compute the first four terms of the Taylor series of \frac{1}{1+e^{z}} at z_{0} = 0 and give it's radius of convergence.

Homework Equations



e^{z} = \sum\frac{z^{n}}{n!} = 1 + z +\frac{z^{2}}{2!} + \frac{z^{3}}{3!} + o(z^{3})

\frac{1}{1+w} = \sum(-1)^{n}w^{n} = 1 - w + w^{2} - w^{3} + o(w^{3})

The Attempt at a Solution



First let's look at the radius of convergence. Since e^{z} converges for all z, the only thing that matters is \left|w\right| < 1 where w = e^{z}.

So I have to solve \left|e^{z}\right| < 1. Easy enough. (or just observe that exp(z) = -1 when z = iπ)

-1 < e^{z} < 1
That doesn't make sense. Complex numbers can't be ordered like that.

\Rightarrow Log(-1) < z < Log(1) \Rightarrow -i\pi < z < 0 \Rightarrow \left|z\right| < \left|i\pi\right| = \pi

So the series will converge for \left|z\right| < \pi
Think about this. You're saying, for example, that if ##z=3 < \pi##, then ##e^z = e^3 < 1##.

Try using ##e^z = e^{x+iy} = e^x e^{iy}##.

So much for that. Now down to brass tacks, computing the terms. Working out the derivatives at z_{0} = 0 (and double checking with wolfram) gives me:

\frac{1}{2} - \frac{z}{4} + \frac{z^{3}}{48} - \frac{z^{5}}{480} +...

But when I try to arrive at the same form by subbing the series for exp(z) into the geometric series, I get something A) different, and B) messy. I'll write it out upon request, but not tonight, I've been at this way too long. My suspicion is that in order to get the first four terms that way would require way more algebra than it's worth, but I'd like to at least figure out if I'm on the right track...
I suspect you're writing ##1+e^z+(e^z)^2+\cdots## and substituting in the series for ##e^z##. That won't work because every term will contribute to all orders. You want to expand ##e^z## as a series in ##\frac{1}{1+e^z}##, and then expand the result as a geometric series.

Questions: Do I need to expand the terms to a higher order? When substituting the series expansion for one function into the series expansion of another, is it necessary to expand each series out to the exact same order? We worked a few problems like this in class the other day, computing things like e^{sin(z^{2})} and I thought I understood at the time, but now I'm not quite so sure...
 
As for the radius of convergence, a power series for a function of a complex variable will converge as long as there "is no problem". Here, e^{i\pi}= -1 so that the denominator is 0. This function is not analytic at z= i\pi but is for all z closer to 0 so its radius of convergence is \pi.
 
LoA said:
[
Questions: Do I need to expand the terms to a higher order? When substituting the series expansion for one function into the series expansion of another, is it necessary to expand each series out to the exact same order? We worked a few problems like this in class the other day, computing things like e^{sin(z^{2})} and I thought I understood at the time, but now I'm not quite so sure...

You can't just muscle-through long division huh?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K