Find Formula for z in Complex Quadratic Equation

  • Thread starter Thread starter squaremeplz
  • Start date Start date
  • Tags Tags
    Complex Quadratic
squaremeplz
Messages
114
Reaction score
0

Homework Statement



consider

a*z - b*conj(z) + c = 0

where a,b,c are unknown complex constants.

find a formula for z in terms of a, b, c

answer should be in the form "z = ..." where the ... does not contain any z or conj(z)

Homework Equations



I multiply the whole equation by z

z*(a*z - b*conj(z) + c) = 0

=

a*z^2 - b*z^2 + c*z) = 0

=

(a - b)*z^2 + c*z = 0

using the quadratic formula

z = \frac {-c \frac {+}{-} \sqrt{c^2}}{2*(a-b)}
is this correct?

thanks!

The Attempt at a Solution

 
Physics news on Phys.org
No, z\overline{z}=|z|^2\neq z^2 in general.

Instead, take the complex conjugate of both sides of your original equation. That will give you two equations and two unknowns (z and \overline{z}) which you should know how to solve.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top