In Specialist Mathematics, solving quadratic equations extends beyond the real number system \(\mathbb{R}\) into the complex number system \(\mathbb{C}\). When a quadratic equation has real coefficients but a negative discriminant, it possesses solutions in the form of complex conjugate pairs.
A quadratic equation is defined as:
\$\(az^2 + bz + c = 0, \text{ where } a, b, c \in \mathbb{R} \text{ and } a \neq 0\)\$
To find the roots (\(z\)) of the equation, we use the quadratic formula:
\$\(z = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)\$
When solving over \(\mathbb{C}\), we encounter cases where the term under the square root is negative. We use the definition \(i^2 = -1\) to evaluate these:
\$\(\sqrt{-\Delta} = \sqrt{-1 \times \Delta} = i\sqrt{\Delta} \text{ (where } \Delta > 0)\)\$
COMMON MISTAKE: Students often forget to include the \(\pm\) symbol when taking the square root of a negative discriminant, resulting in only one of the two required complex roots.
The discriminant \(\Delta = b^2 - 4ac\) determines the nature of the roots for a quadratic equation with real coefficients.
| Discriminant Value | Nature of Roots over \(\mathbb{R}\) | Nature of Roots over \(\mathbb{C}\) |
|---|---|---|
| \(\Delta > 0\) | Two distinct real roots | Two distinct real roots |
| \(\Delta = 0\) | One repeated real root | One repeated real root |
| \(\Delta < 0\) | No real roots | Two distinct complex conjugate roots |
If \(\Delta < 0\), the roots are given by:
\$\(z = \frac{-b}{2a} \pm i\frac{\sqrt{|\Delta|}}{2a}\)\$
KEY TAKEAWAY: In VCE Specialist Mathematics, if you are asked to solve a quadratic over \(\mathbb{C}\) and the coefficients are real, a negative discriminant simply means the roots will have an imaginary component.
The Conjugate Root Theorem is a fundamental property of polynomials (including quadratics) with real coefficients.
Theorem: If \(P(z)\) is a polynomial where all coefficients are real, and \(z = u + vi\) (where \(v \neq 0\)) is a root of \(P(z) = 0\), then its complex conjugate \(\bar{z} = u - vi\) is also a root of \(P(z) = 0\).
For the quadratic \(az^2 + bz + c = 0\) with \(a, b, c \in \mathbb{R}\):
* Complex roots must occur in conjugate pairs.
* If one root is \(z_1 = \alpha + \beta i\), the other root is \(z_2 = \alpha - \beta i\).
* A quadratic with real coefficients cannot have exactly one non-real complex root.
This theorem only applies if the coefficients \(a, b, c\) are real. If any coefficient is a non-real complex number, the roots are not necessarily conjugates.
EXAM TIP: If a VCAA question states that a polynomial has real coefficients and provides one complex root (e.g., \(z = 2-3i\)), immediately write down the conjugate (\(z = 2+3i\)) as a second root. This is often the first step in solving higher-degree polynomial problems as well.
For a quadratic \(az^2 + bz + c = 0\) with roots \(\alpha\) and \(\beta\):
If the roots are \(z = u + vi\) and \(\bar{z} = u - vi\):
* Sum: \((u + vi) + (u - vi) = 2u = 2\text{Re}(z)\)
* Product: \((u + vi)(u - vi) = u^2 + v^2 = |z|^2\)
The quadratic equation can then be reconstructed as:
\$\(z^2 - (\text{sum of roots})z + (\text{product of roots}) = 0\)\$
\$\(z^2 - 2\text{Re}(z)z + |z|^2 = 0\)\$
Any quadratic \(az^2 + bz + c\) can be factored into two linear factors over the complex field:
\$\(P(z) = a(z - z_1)(z - \bar{z}_1)\)\$
VCAA FOCUS: Questions often require you to move between the Cartesian form of the roots and the expanded polynomial form. Practice expanding \((z - (\alpha + \beta i))(z - (\alpha - \beta i))\) efficiently by grouping it as \(((z - \alpha) - \beta i)((z - \alpha) + \beta i) = (z - \alpha)^2 + \beta^2\).
| Feature | Property |
|---|---|
| Number of Roots | Always exactly 2 roots (counting multiplicity). |
| Conjugate Pair | Roots are conjugates if and only if \(a, b, c \in \mathbb{R}\) and \(\Delta < 0\). |
| Sum of Roots | Always \(-\frac{b}{a}\), even if roots are complex. |
| Product of Roots | Always \(\frac{c}{a}\), even if roots are complex. |
| Factorization | Can always be factored into linear factors \(a(z-z_1)(z-z_2)\). |
STUDY HINT: To verify if your complex roots for a real-coefficient quadratic are correct, check if their sum is real and their product is real. If either result contains an ‘\(i\)’, you have made an arithmetic error.