Proving Complex Number Equality

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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!
 
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}##?
 
Great thank you very much!