Problem 7
Question
We search for solutions \(x+i y, x, y \in \mathbb{R} .\) The substitution into the equation gives \(c=a+\mathrm{i} b=z^{2}=(x+\mathrm{i} y)^{2}\), i.e. the two equations \(x^{2}-y^{2}=a\) and \(2 x y=b\), in two unknowns \(x\) and \(y\). Together with \(x^{2}+y^{2}=|c|\) we get \(2 x^{2}=|c|+a\) and \(2 y^{2}=|c|-a .\) This determines \(x\) and \(y\) up to sign. There are thus in principle 4 possibilities, the two correct ones are singled out by the condition \(2 x y=b\) i.e. \(x y\) has the same sign as \(b .\) The solutions are $$ z=\pm\left(\sqrt{\frac{1}{2}(|c|+a)}+i \varepsilon \sqrt{\frac{1}{2}(|c|-a)}\right), \quad \varepsilon=\left\\{\begin{aligned} 1 & \text { if } b \geq 0 \\ -1 & \text { if } b<0 \end{aligned}\right. $$ One solves the quadratic equation \(z^{2}+\alpha z+\beta=0\) by the Babylonian identity $$ z^{2}+\alpha z+\beta=\left(z+\frac{\alpha}{2}\right)^{2}+\frac{4 \beta-\alpha^{2}}{4} $$
Step-by-Step Solution
VerifiedKey Concepts
Complex Numbers
Understanding complex numbers involves recognizing their operations such as addition, subtraction, multiplication, and division. Operations follow rules similar to those for real numbers but also require handling the imaginary unit.
For multiplication:
- The product \((x + i y)(u + i v)\) results in a complex number \((xu - yv) + i(xv + yu)\). This shows the interaction between the real and imaginary parts during multiplication, producing a new complex number based on the distributive property.
Quadratic Equations
A typical form for quadratic equations is \(az^2 + bz + c = 0\). These can be solved using the quadratic formula:
\[z = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]
The discriminant \(b^2 - 4ac\) plays a crucial role in determining the nature of the roots:
- If the discriminant is positive, the quadratic has two distinct real roots.
- If zero, exactly one repeated real root.
- If negative, the roots are complex conjugates.
Babylonian Identity
In practice, the identity states:
\[z^2 + \alpha z + \beta = \left(z + \frac{\alpha}{2}\right)^2 + \frac{4\beta - \alpha^2}{4}\]
This transformation reveals more information about the solutions by showing the squared term \((z + \frac{\alpha}{2})^2\) and an adjustment term \(\frac{4\beta - \alpha^2}{4}\). If the adjustment term is positive or zero, you can find real solutions. If negative, solutions are complex.
- The identity thus helps in visualizing whether the solutions are reals or complex without directly computing them initially.