How do i get sin(z)/2i = 1/4(e - 1/e) ? Resides at Poles question?

  • Thread starter Thread starter laura_a
  • Start date Start date
  • Tags Tags
    Poles
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
laura_a
Messages
64
Reaction score
0

Homework Statement



Find Poles & eval resides at those points for

f(z) = sin(z)/(z^2+1)



Homework Equations



I'm using Res f(z) = [g^m-1 (z_0)] / (m-1)!

The Attempt at a Solution



So I worked out the f(z) = 1/(z-i) so g(z) = sin(z) /(z+i) for my first one did the sub for z=i and got sin(i)/2i

But the working out (i'm working on past papers so I have the worked solutions, just not very detailed) The next line shows;

= 1/4(e-(1/e))

What one Earth don't I know about sin that gets to this point??
 
Last edited:
Physics news on Phys.org
For simple pole at [tex]z_0[/tex], the residue of f(z) is given by
[tex]\text{Res}\left[f(z), z_0\right]= \lim_{z\rightarrow z_0} (z-z_0) f(z)[/tex]

eg.
[tex]\text{Res}\left[\frac{1}{(z^2+1)}, i \right]= \lim_{z\rightarrow i} \frac{z-i}{z^2+1} =\lim_{z\rightarrow i} \frac{1}{z+i}=\frac{1}{2i}[/tex]

now, looks like you have got it right so far with sin(i)/2i, all it is need to get that next line is just by using
[tex]\sin(x)=\frac{e^{ix}-e^{-ix}}{2i}[/tex]