Showing a complicated mess is equal to cot(z)

  • Thread starter Thread starter nathan12343
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
nathan12343
Messages
26
Reaction score
0

Homework Statement



Find the function f(z) whose real part is

[tex]\frac{sin(x)}{cosh(2y)-cos(2x)}[/tex]

where z = x + iy

Homework Equations



I already know f(z)=cot(z), using FullSimplify[] in mathematica on the expression I get for u + iv when I apply the Cauchy-Reimann equations.

More explicitly,

f(x,y) = u(x,y)+iv(x,y) = [tex]\frac{-sin(2x)+isinh(2y)}{cos(2x)-cosh(2y)}[/tex]

The Attempt at a Solution



I've tried to derive without mathematica that this is cot(z) about a thousand different ways. I can't seem to manipulate the expression into a usable form. Am I missing something obvious?

Help!

Thanks!

-Nathan
 
Physics news on Phys.org
Yes, a function analytic on a certain subset of the complex plane.
 
I'm sorry, Tiny Tim, I don't see how that helps me:

I get,

[tex] \frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)} = -(Cos(2z)+Sin(2z))[/tex]

What does that have to do with reducing what I found above?
 
nathan12343 said:
I get,
[tex]\frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)} = -(Cos(2z)+Sin(2z))[/tex]

Hi Nathan! :smile:

How did you get that? :confused:

I get [tex]\frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)}\ =\ \frac{sin(z)\ -\ i\,cos(z)}{sin(z)\ +\ i\,cos(z)}[/tex] = … ? :smile:
 
Thanks for the help, tiny-tim

I think I dropped an i

[tex] \frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)}\ =\ \frac{sin(z)\ -\ i\,cos(z)}{sin(z)\ +\ i\,cos(z)} = sin^2(z) - cos^2(z) - 2isin(z)cos(z) = -(cos(2z) + i sin(2z)) = -e^{2iz}[/tex]

But I still don't see how this helps me with my original problem...
 
nathan12343 said:
Thanks for the help, tiny-tim

I think I dropped an i

[tex]\frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)}\ =\ \frac{sin(z)\ -\ i\,cos(z)}{sin(z)\ +\ i\,cos(z)} = sin^2(z) - cos^2(z) - 2isin(z)cos(z) = -(cos(2z) + i sin(2z)) = -e^{2iz}[/tex]

hmm … quicker would be …
[tex]\frac{1\ -\ i\,cot(z)}{1\ +\ i\,cot(z)}\ =\ \frac{sin(z)\ -\ i\,cos(z)}{sin(z)\ +\ i\,cos(z)}\ =\ -\frac{i\,e^{iz}}{i\,e{-iz}}\ =\ -e^{2iz}[/tex]
But I still don't see how this helps me with my original problem...
You wanted to prove that cot(z) = [tex]\frac{-sin(2x)+isinh(2y)}{cos(2x)-cosh(2y)}[/tex] …

just plug that into the above formula. :wink:
 
Last edited:
Wow, that was a really hard problem...

Thanks, for the help, tiny-tim!

If you wouldn't mind my asking, how did you come up with that?
 
nathan12343 said:
If you wouldn't mind my asking, how did you come up with that?

erm … I'm familiar with (1 + tanhz)/(1 - tanhz) = e2z

(as you should be! :wink:)

so I just used iz instead of z. :smile: