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
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top