Proving Complex Number Equality

AI Thread Summary
The discussion focuses on proving the equality ##\frac{z^2+1}{2z} = \frac{a^2-b^2}{a^2+b^2}## for the complex number ##z = \frac{a+bi}{a-bi}##. Participants explore various methods to simplify the expression, with one suggesting the substitution of ##u = a + bi## to express ##z## as a ratio of complex numbers. Another participant highlights that the expression can be rewritten using the relationship ##\frac{z^2+1}{z} = z + \frac{1}{z}##, which may lead to a simpler proof. The conversation emphasizes finding a more elegant approach to the problem rather than dealing with complex calculations directly. Ultimately, the discussion aims to uncover a clearer path to proving the stated equality.
squenshl
Messages
468
Reaction score
4

Homework Statement


##z## is a complex number such that ##z = \frac{a+bi}{a-bi}##, where ##a## and ##b## are real numbers. Prove that ##\frac{z^2+1}{2z} = \frac{a^2-b^2}{a^2+b^2}##.

Homework Equations

The Attempt at a Solution


I calculated
\begin{equation*}

\begin{split}

z = \frac{a+bi}{a-bi} &= \frac{a+bi}{a-bi}\times \frac{a+bi}{a+bi} \\

&= \frac{a^2+2abi-b^2}{a^2+b^2} \\

&= \frac{a^2-b^2}{a^2+b^2}+\frac{2ab}{a^2+b^2}i.

\end{split}

\end{equation*}
But sticking that ugly thing into ##\frac{z^2+1}{2z}## gives me something nasty. I'm sure there is a much simpler way!
 
Physics news on Phys.org
squenshl said:

Homework Statement


##z## is a complex number such that ##z = \frac{a+bi}{a-bi}##, where ##a## and ##b## are real numbers. Prove that ##\frac{z^2+1}{2z} = \frac{a^2-b^2}{a^2+b^2}##.

Homework Equations

The Attempt at a Solution


I calculated
\begin{equation*}

\begin{split}

z = \frac{a+bi}{a-bi} &= \frac{a+bi}{a-bi}\times \frac{a+bi}{a+bi} \\

&= \frac{a^2+2abi-b^2}{a^2+b^2} \\

&= \frac{a^2-b^2}{a^2+b^2}+\frac{2ab}{a^2+b^2}i.

\end{split}

\end{equation*}
But sticking that ugly thing into ##\frac{z^2+1}{2z}## gives me something nasty. I'm sure there is a much simpler way!

What could you do with ##\frac{z^2+1}{2z}##?
 
It might be prettier if you defined ##u=a+bi## in which case ##z=u/u^*##. Put that ratio in ##\frac{z^2+1}{2z}## and see what you get.
 
Great thank you very much!
 
Another way might be by noting that ##\frac {z^2+1}{2z}=\frac 1{\frac 1{z+i}+\frac 1{z-i}}##
 
I think, as aluded to in post #2, the key is:

##\frac{z^2+1}{z}=z+\frac{1}{z}##
 
  • Like
Likes SammyS
Back
Top