Verify Complex Derivative Cauchy-Riemann Eqn.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 10K views
mattmns
Messages
1,129
Reaction score
5
The question is as follows.

Let w = 1/z. Check that for [itex]z \neq 0[/itex] the Cauchy-Riemann equations are satisfied and verify that[itex]dw/dz = -1/z^2[/itex]
-------------

So I let z = x + iy

Then, [tex]\frac{1}{z} = \frac{1}{x + iy} = \frac{1}{x + iy}\frac{x - iy}{x - iy} = \frac{x - iy}{x^2 + y^2}[/tex]

let w = u + iv
so [tex]u = \frac{x}{x^2 + y^2}[/tex] and [tex]v = \frac{-y}{x^2 + y^2}[/tex]

[tex]\frac{\partial u}{\partial x} = \frac{-x^2 + y^2}{(x^2 + y^2)^2} = \frac{\partial v}{\partial y}[/tex]

[tex]\frac{ - \partial u}{\partial y} = \frac{2xy}{(x^2 + y^2)^2 } = \frac{\partial v}{\partial x}[/tex]

I really don't want to write everything out, but the Cauchy-Riemann equations are satisfied, and thus we can find [tex]dw/dz = \frac{\partial u}{\partial x} + i\frac{\partial v}{\partial x}[/tex]

My problem is right here when I am trying to manipulate this [tex]\frac{\partial u}{\partial x} + i\frac{\partial v}{\partial x}[/tex] to get [tex]\frac{1}{z^2} = \frac{1}{(x + iy)^2} = \frac{1}{x^2 + i2xy - y^2}[/tex]

Is there some trick I am missing or did I take the partial derivatives wrong? I just seem to be stuck here with no ideas. Thanks
 
Last edited:
Physics news on Phys.org
You're going to say "duh!". The first thing you found is that

[tex]\frac{1}{z} = \frac{x - iy}{x^2 + y^2}[/tex]

remember? Square that, and you get exactly

[tex]-\frac{\partial u}{\partial x} - i\frac{\partial v}{\partial x}[/tex]
 
:smile: Duh!

Thank you!