Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Analysis, Topology and Differential Geometry
Reply
 
Thread Tools Display Modes
  #1  
Old June 4th, 2009, 01:22 PM
Junior Member
 
Join Date: Oct 2008
Posts: 51
Country:
Thanks: 10
Thanked 0 Times in 0 Posts
morganfor is on a distinguished road
Default Complex Analysis Residue question

if f has a zero of order 2 at z0 and A=f''(z0) and B=f'''(z0) and h(z)=1/f(z), how does one find a formula for Res(h;z0) in terms of A and B?
thanks!
Reply With Quote
Advertisement
 
  #2  
Old June 4th, 2009, 05:13 PM
Super Member
 
Join Date: Aug 2008
Posts: 601
Country:
Thanks: 46
Thanked 262 Times in 227 Posts
shawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the rough
Default

Quote:
Originally Posted by morganfor View Post
if f has a zero of order 2 at z0 and A=f''(z0) and B=f'''(z0) and h(z)=1/f(z), how does one find a formula for Res(h;z0) in terms of A and B?
thanks!
Just expand them in terms of Laurent series:

\frac{g(z)}{h(z)}=\frac{b_2}{(z-z_0)^2}+\frac{b_1}{(z-z_0)}+\cdots

h(z)=\frac{h''(z_0)}{2}(z-z_0)^2+\frac{h'''(z_0)}{6}(z-z_0)^2

Therefore g(z)=h(z)\left[\frac{b_2}{(z-z_0)^2}+\cdots \right]

Multiply it out, take derivatives, equate coefficients and solve for b_1

I'd recommend you find "Basic Complex Analysis" by Marsden and Hoffman. It's a nice read on basic stuff and it goes over this derivation.
__________________
"I am beset by the ironies in my life"

Last edited by mr fantastic; June 4th, 2009 at 10:26 PM. Reason: Fixed a couple of subscripts
Reply With Quote
  #3  
Old June 4th, 2009, 05:21 PM
Random Variable's Avatar
Senior Member
 
Join Date: May 2009
Posts: 429
Country:
Thanks: 39
Thanked 169 Times in 159 Posts
Random Variable has a spectacular aura aboutRandom Variable has a spectacular aura aboutRandom Variable has a spectacular aura about
Default

You could try the following:


Res[h,z_{0}] = \lim_{z \to z_{0}} \frac {d}{dz} (z-z_{0})^{2} h(z)

= \lim_{z \to z_{0}} \frac {d}{dz} (z-z_{0})^{2} \frac {1}{f(z)}

then using the product rule

= \lim_{z \to z_{0}} \Big(2(z-z_{0}) \frac {1}{f(z)} + (z-z_{0})^{2} \frac {-1}{[f(z)]^2} f'(z) \Big)

And then since the forms of both terms are indeterminate, apply L'Hospital's rule. But multiple applications will be required.
Reply With Quote
  #4  
Old June 5th, 2009, 11:22 AM
Junior Member
 
Join Date: Oct 2008
Posts: 51
Country:
Thanks: 10
Thanked 0 Times in 0 Posts
morganfor is on a distinguished road
Default

Thank you!
Shawsend, I'm just confused about where the g(z) came from and what it is - do you mean f(z)?
Reply With Quote
  #5  
Old June 5th, 2009, 03:26 PM
Super Member
 
Join Date: Aug 2008
Posts: 601
Country:
Thanks: 46
Thanked 262 Times in 227 Posts
shawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the rough
Default

Quote:
Originally Posted by shawsend View Post
Just expand them in terms of Laurent series:

\frac{g(z)}{h(z)}=\frac{b_2}{(z-z_0)^2}+\frac{b_1}{(z-z_0)}+\cdots

h(z)=\frac{h''(z_0)}{2}(z-z_0)^2+\frac{h'''(z_0)}{6}(z-z_0)^2

Therefore g(z)=h(z)\left[\frac{b_2}{(z-z_0)^2}+\cdots \right]

Multiply it out, take derivatives, equate coefficients and solve for b_1

I'd recommend you find "Basic Complex Analysis" by Marsden and Hoffman. It's a nice read on basic stuff and it goes over this derivation.
I'm sorry my h(z) conflicts with your h(z). Mine was just general terms. You have:
\frac{1}{f(z)}=\frac{b_2}{(z-z_0)^2}+\frac{b_1}{z-z_0}+a_0+\cdots
and:
f(z)=\frac{f''(z_0)}{2}(z-z_0)^2+\frac{f'''(z_0)}{6}(z-z0)^3+\cdots
and therefore
1=\left[\frac{f''(z_0)}{2}+\frac{f'''(z_0)}{6}(z-z_0)+\cdots\right]\cdot\left[b_2+b_1(z-z_0)+a_1(z-z_0)^2+\cdots\right]
so that
1=\frac{f''(z_0}{2} b_2+\left(\frac{b_2 f'''(z_0)}{6}+\frac{b_1 f''(z_0)}{2}\right)(z-z_0)+\cdots
Equating coefficients:
1=\frac{b_2 f''(z_0)}{2}
and:
0=\frac{b_2 f'''(z_0)}{6}+\frac{b_1 f''(z_0)}{2}
Solving for b_1
b_1=-2/3 \frac{f'''(z_0)}{(f''(z_0))^2}
__________________
"I am beset by the ironies in my life"
Reply With Quote
  #6  
Old June 5th, 2009, 03:38 PM
Random Variable's Avatar
Senior Member
 
Join Date: May 2009
Posts: 429
Country:
Thanks: 39
Thanked 169 Times in 159 Posts
Random Variable has a spectacular aura aboutRandom Variable has a spectacular aura aboutRandom Variable has a spectacular aura about
Default

Quote:
Originally Posted by shawsend View Post
I'm sorry my h(z) conflicts with your h(z). Mine was just general terms. You have:
\frac{1}{f(z)}=\frac{b_2}{(z-z_0)^2}+\frac{b_1}{z-z_0}+a_0+\cdots
and:
f(z)=\frac{f''(z_0)}{2}(z-z_0)^2+\frac{f'''(z_0)}{6}(z-z0)^3+\cdots
and therefore
1=\left[\frac{f''(z_0)}{2}+\frac{f'''(z_0)}{6}(z-z_0)+\cdots\right]\cdot\left[b_2+b_1(z-z_0)+a_1(z-z_0)^2+\cdots\right]
so that
1=\frac{f''(z_0}{2} b_2+\left(\frac{b_2 f'''(z_0)}{6}+\frac{b_1 f''(z_0)}{2}\right)(z-z_0)+\cdots
Equating coefficients:
1=\frac{b_2 f''(z_0)}{2}
and:
0=\frac{b_2 f'''(z_0)}{6}+\frac{b_1 f''(z_0)}{2}
Solving for b_1
b_1=-2/3 \frac{f'''(z_0)}{(f''(z_0))^2}
This might be a stupid question, but how do we know that f'(z_{0}) = 0 ?
Reply With Quote
  #7  
Old June 5th, 2009, 04:02 PM
Super Member
 
Join Date: Aug 2008
Posts: 601
Country:
Thanks: 46
Thanked 262 Times in 227 Posts
shawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the roughshawsend is a jewel in the rough
Default

If f(z) has a zero of order 2 at z_0, then f(z) can be written as:

f(z)=a_2(z-z_0)^2+a_3(z-z_0)^3+\cdots

but that's the Taylor series which is unique so that:

a_2=\frac{f''(z_0)}{2}

a_3=\frac{f'''(z_0)}{6}

and so on. That means the first two terms of the Taylor series must be zero or f(z_0)=0 and f'(z_0)=0.
__________________
"I am beset by the ironies in my life"
Reply With Quote
The following users thank shawsend for this useful post:
Donate to MHF
  #8  
Old June 5th, 2009, 07:35 PM
Random Variable's Avatar
Senior Member
 
Join Date: May 2009
Posts: 429
Country:
Thanks: 39
Thanked 169 Times in 159 Posts
Random Variable has a spectacular aura aboutRandom Variable has a spectacular aura aboutRandom Variable has a spectacular aura about
Default

Quote:
Originally Posted by shawsend View Post
If f(z) has a zero of order 2 at z_0, then f(z) can be written as:

f(z)=a_2(z-z_0)^2+a_3(z-z_0)^3+\cdots

but that's the Taylor series which is unique so that:

a_2=\frac{f''(z_0)}{2}

a_3=\frac{f'''(z_0)}{6}

and so on. That means the first two terms of the Taylor series must be zero or f(z_0)=0 and f'(z_0)=0.
But basically what you're using is the fact that if z_{0} is a zero of f(z) of order k, then f(z{o}), f'(z_{o}), ... , f^{(k-1)}(z_{0}) = 0, right?

I don't why I didn't realize that before.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 08:05 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.