Consider the equation with $z ∈ ℂ$ $$2z^2 − (3 + 8i)z − (m + 4i) = 0$$ where $m$ is a real constant and such that one of the two solutions is real.
I want to know how to calculate the solutions. I try to use $b^2-4ac$ to solve it, but it is hard to solve it. The unknown coefficient is so tricky
If $r$ is a real solution, then $2r^2 − (3 + 8)r − (m + 4) = 0$. Hence, $2r^2-3r-m=0$ and $-8r-4=0$.
So, $\displaystyle r=-\frac{1}{2}$ and $m=2$.
The other root is $\displaystyle \frac{3+8i}{2}-\frac{-1}{2}=2+4i$.