Solving Complex Identity: Help with z in Polar and Exponential Form

  • Thread starter Thread starter theaterfreak
  • Start date Start date
  • Tags Tags
    Complex Identity
theaterfreak
Messages
4
Reaction score
0
Hi there.
I need help simplifying the following:
|\sqrt{z^2 -1} +z| + |\sqrt{z^2 -1} -z|

What I did was I rewrote z in polar coordinates, but I ran into some difficulties taking the square root of r^2(cos2θ-sin2θ)-1.
I also tried rewritting z in exponential form, but also had problems. Help?
 
Physics news on Phys.org
In a first approach to the problem, I'd suggest you try to use the triangle inequality, both for the complete expression and for each of the terms.

You might end up with 2 inequalities in the form: "expression" less or equal to "a + b", and "expression" greater or equal to "a + c", hence "expression" equal to "a"

EDIT: I've tried and that doesn't work, sorry :P
 
I think I've got it!

If you square the whole expression and use a couple of identities on conjugates you end up with this:

|\sqrt{z^2 -1} +z| + |\sqrt{z^2 -1} -z|= \sqrt{4z^2-1}
 
I got 4z^2-4 not 4z^2-1
 
Actually I've just discovered a mistake in my calculation,

The result is: 2z
 
Oh, ok. I ended up getting 2z as well.
But what doesn't make sense to me is that the original value should have no i (imaginary number) in it since we're taking the modulus. But after simplifying it, we get 2zm which would still have i in it.
 
I don't see why that doesn't make sense to you.

You can take the modulus of any complex number, and "z" is a complex number, it has an "i" in it: z=x+iy with real part x and imaginary part y.

The modulus of a complex number is its distance to the origin defined as |z|= sqrt(x^2 + y^2) = r
 
Alpha Floor said:
I don't see why that doesn't make sense to you.

It doen't make sense because the value of the |...| function is a real number, but your result of 2z is a complex number.

You can't just ignore the imaginary part of 2z, without a proper mathmatical reason for doing so.
 
Oh you're completely right, when I said 2z I meant 2|z| of course

But still I think the solution is not completely right! (Sorry, this is what happens when you try to solve problems quickly on a paper napkin). Let's review all the steps properly:

A=\left |{\sqrt{z^2-1}+z}\right |+ \left |{\sqrt{z^2-1}-z}\right |

A^2 = \left |{\sqrt{z^2-1}+z}\right |^2 + \left |{\sqrt{z^2-1}-z}\right |^2 + 2\left |{\sqrt{z^2-1}+z}\right |\left |{\sqrt{z^2-1}-z}\right |

A^2 = (\sqrt{z^2-1}+z)\overline{(\sqrt{z^2-1}+z)}+ (\sqrt{z^2-1}-z)\overline{(\sqrt{z^2-1}-z)}+2

A^2= (\sqrt{z^2-1})(\overline{\sqrt{z^2-1}}) + \overline{z}z + \overline{z}\sqrt{z^2-1} + z\overline{\sqrt{z^2-1}}+

+ (\sqrt{z^2-1})(\overline{\sqrt{z^2-1}}) + \overline{z}z - \overline{z}\sqrt{z^2-1} - z\overline{\sqrt{z^2-1}} + 2

A^2 = 2\left |{\sqrt{z^2-1}}\right |^2+2\left |{z}\right |^2 +2

A^2= 2\left |{z^2-1}\right |+2\left |{z^2}\right |+2

In conclusion:

z^2 \geq{1} \rightarrow{A^2=4z^2}\Longrightarrow{A=2\left |{z}\right |}

z^2<1 \rightarrow{A^2=4}\Longrightarrow{A=2}
 
Last edited:
  • #10
I solved this a little earlier and got the same thing. Thanks for the help!
 
Back
Top