Taylor series for a complex function

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
15 replies · 3K views
jimmycricket
Messages
115
Reaction score
2

Homework Statement



Find the 5 jet of the following function at z=0:

[itex]f(z) = \frac{sinhz}{1+exp(z^3)}[/itex]

Homework Equations


[itex]\frac{1}{1-z}=\sum_{n=0}^\infty z^n[/itex] where [itex]z=-exp(z^3)[/itex]

The Attempt at a Solution



I have tried to multiply the series for sinhz by the series for [itex]\frac{1}{1-(-exp(z^3))}[/itex] but to no avail since I end up with an infinite string of z s to the power of 3. I've also tried to simply substitute the series for sinhz and exp(z^3) directly into the fraction but cannot separate the fraction to give separate terms. Any suggestions for another method?
 
Last edited:
Physics news on Phys.org
Sorry I should have said the 5 jet is the expansion up to and including powers of z to the fifth power and no further.
 
jimmycricket said:
Sorry I should have said the 5 jet is the expansion up to and including powers of z to the fifth power and no further.

You can't apply the series to 1/1+exp(z^3). exp(z^3) isn't small near z=0. What does the taylor expansion of exp(z^3) look like?
 
[itex]f(z)=exp(z^3)[/itex] = [itex]\sum_{n=0}^\infty\frac{z^{3n}}{n!}[/itex]
 
[itex]\sum{0}^infty\z^n[/itex]
 
Last edited:
edit: only just learning to use latex forget that last post
 
jimmycricket said:
[itex]f(z)=exp(z^3)[/itex] = [itex]\sum_{n=0}^\infty\frac{z^{3n}}{n!}[/itex]

Good. Now just write the terms of order <= 5 and substitute that into the denominator.
 
[itex]\sum_{n=0}^\infty\frac{z^{3n}}{n!}[/itex] = [itex]1+z^3+\frac{z^6}{2}+\frac{z^9}{6}+\frac{z^{12}}{24}[/itex]
 
jimmycricket said:
[itex]\sum_{n=0}^\infty\frac{z^{3n}}{n!}[/itex] = [itex]1+z^3+\frac{z^6}{2}+\frac{z^9}{6}+\frac{z^{12}}{24}[/itex]

Too many terms. z^6 has power greater than 5 already.
 
Do I now expand [itex]*\sum(-1)^n(1+z^3)^n[/itex]
 
jimmycricket said:
Do I now expand [itex]*\sum(-1)^n(1+z^3)^n[/itex]

You can't again. (1+z^3) isn't a small number either. You need to substitute (1+z^3) for e^(3z) into 1+e^(3z) and THEN think about expanding.
 
I end up with [itex]\frac{1}{2}*\frac{1}{1-(-\frac{z^3}{2})}[/itex] . Now I presume I expand [itex]\frac{1}{2}\sum (\frac{-z^3}{2})^n[/itex] to get [itex]\frac{1}{2}\sum(-1)^n\frac{z^{3^n}}{2^n}[/itex] = [itex]\frac{1}{2}(1-\frac{z^3}{2})[/itex]. Now multiplying by the series for sinhz we get [itex](z+\frac{z^3}{6}+\frac{z^5}{120})(\frac{1}{2}-\frac{z^3}{4})[/itex] = [itex]\frac{z}{2}+\frac{z^3}{12}-\frac{z^4}{4}+\frac{z^5}{240}[/itex]
 
jimmycricket said:
I end up with [itex]\frac{1}{2}*\frac{1}{1-(-\frac{z^3}{2})}[/itex] . Now I presume I expand [itex]\frac{1}{2}\sum (\frac{-z^3}{2})^n[/itex] to get [itex]\frac{1}{2}\sum(-1)^n\frac{z^{3^n}}{2^n}[/itex] = [itex]\frac{1}{2}(1-\frac{z^3}{2})[/itex]. Now multiplying by the series for sinhz we get [itex](z+\frac{z^3}{6}+\frac{z^5}{120})(\frac{1}{2}-\frac{z^3}{4})[/itex] = [itex]\frac{z}{2}+\frac{z^3}{12}-\frac{z^4}{4}+\frac{z^5}{240}[/itex]

And that's right. Good job! Your series formula for 1/(1-z) only converges if |z|<1. You can't apply it to things that aren't small.
 
  • Like
Likes   Reactions: 1 person