Problem 7
Question
Square roots and the solvability of quadratic equations in \(\mathbb{C}\) Let \(c=a+\mathrm{i} b \neq 0\) be a given complex number. By splitting it into its real and imaginary part show that there are exactly two complex numbers \(z_{1}\) and \(z_{2}\) such that $$ z_{1}^{2}=z_{2}^{2}=c . \text { One has } z_{2}=-z_{1} $$ \(\left(z_{1}\right.\) and \(z_{2}\) are called the square roots of \(c\) ) For example, determine the square roots of $$ 5+7 \mathrm{i}, \quad \text { and } \quad \sqrt{2}+\mathrm{i} \sqrt{2} $$ Use also polar coordinates for this exercise. Furthermore, show that a quadratic equation $$ z^{2}+\alpha z+\beta=0, \quad \alpha, \beta \in \mathbb{C} \text { arbitrary } $$ always has at most two solutions \(z_{1}, z_{2} \in \mathrm{C}\).
Step-by-Step Solution
VerifiedKey Concepts
Quadratic Equations
These solutions are found using the well-known quadratic formula:\[z = \frac{-\alpha \pm \sqrt{\alpha^2 - 4\beta}}{2}\] This formula works in the realm of complex numbers just as it does with real numbers. How many solutions there are depends on the discriminant, \( \alpha^2 - 4\beta \):
- If the discriminant is zero, there's one unique solution.
- If the discriminant is positive, there are two distinct solutions.
- If the discriminant is negative, there are two distinct complex solutions which are complex conjugates of each other.
Polar Coordinates
Using polar coordinates, complex multiplication and division become much simpler, involving just the addition or subtraction of angles. This ease extends to finding roots, such as square roots: by halving the angle for square roots in the polar form. For example, to find the square root of \( c \), you find \( z = \sqrt{r} e^{i\frac{\theta}{2}} \).
Polar coordinates bring clarity especially when visualizing complex numbers on the complex plane. Here each complex number is represented as a point or vector originating from the origin, making operations like rotation (changing the angle) intuitive.
Square Roots of Complex Numbers
The process to find these roots involves:
- First, express the complex number in its polar form as \( c = re^{i\theta} \).
- Then, compute the square roots using the formula \( z = \sqrt{r} e^{i\frac{\theta}{2}} \).
- The second root is given by \( z_2 = \sqrt{r} e^{i\left(\frac{\theta}{2} + \pi\right)} \), which equals \(-z_1\).