2.1 Algebraic Equations, Polynomials & Complex Numbers
Key Takeaways
- The quadratic discriminant D = b^2 - 4ac dictates root characteristics: real distinct (D > 0), real repeated (D = 0), or complex conjugate pairs (D < 0), with Vieta's relations x_1 + x_2 = -b/a and x_1 * x_2 = c/a.
- The Remainder Theorem states P(r) is the remainder when P(x) is divided by (x - r), while Vieta's formulas extend root-coefficient relationships to n-th degree polynomials.
- Arithmetic (AP), Geometric (GP), and Harmonic (HP) progressions are connected by the fundamental mean inequality and identity GM^2 = AM * HM for positive terms.
- The Binomial Theorem enables rapid evaluation of (a + b)^n expansions and specific term extraction via T_r = \binom{n}{r-1} a^{n-r+1} b^{r-1}.
- In electrical engineering, complex numbers represent AC phasors and impedances, utilizing Euler's identity e^{j\theta} = \cos\theta + j\sin\theta and De Moivre's Theorem z^n = r^n \angle (n\theta) for calculations.
2.1 Algebraic Equations, Polynomials & Complex Numbers
Algebraic manipulation, polynomial analysis, and complex number theory form the cornerstone of engineering mathematics for the PRC Registered Electrical Engineer (REE) Licensure Examination. Electrical engineering applications rely heavily on these fundamental mathematical concepts—from solving network loop equations to evaluating AC phasor networks.
1. Quadratic Equations & Roots
A quadratic equation is a second-degree polynomial equation in standard form:
The Quadratic Formula & Discriminant
The roots $x_1, x_2$ are given by:
The term under the radical, $D = b^2 - 4ac$, is the discriminant. It dictates the nature of the roots:
| Discriminant Value | Nature of Roots | Graphical Interpretation |
|---|---|---|
| $D > 0$ | Two real, distinct roots | Curve intersects the x-axis at two distinct points |
| $D = 0$ | One real repeated root (double root) | Curve is tangent to the x-axis at one point |
| $D < 0$ | Two complex conjugate roots ($a \pm j b$) | Curve does not intersect the x-axis |
Vieta's Formulas for Quadratic Equations
For any quadratic equation $ax^2 + bx + c = 0$ with roots $x_1$ and $x_2$:
Key Board Exam Application: If a quadratic equation has roots $x_1$ and $x_2$, the equation can be reconstructed as:
2. Polynomial Theorems & Higher-Degree Equations
Remainder Theorem & Factor Theorem
- Remainder Theorem: If a polynomial $P(x)$ is divided by $(x - r)$, the remainder is $R = P(r)$.
- Factor Theorem: A linear expression $(x - r)$ is a factor of $P(x)$ if and only if $P(r) = 0$.
Rational Root Theorem & Synthetic Division
For a polynomial with integer coefficients $a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 = 0$, any rational root $x = p/q$ must satisfy:
- $p$ is an integer factor of the constant term $a_0$.
- $q$ is an integer factor of the leading coefficient $a_n$.
Vieta's Formulas for Cubic Equations
For a cubic equation $a x^3 + b x^2 + c x + d = 0$ with roots $x_1, x_2, x_3$:
3. Progressions (Arithmetic, Geometric, Harmonic)
Arithmetic Progression (AP)
An Arithmetic Progression is a sequence where each term after the first is obtained by adding a constant difference $d$ to the preceding term.
- $n$-th term: $a_n = a_1 + (n - 1)d$
- Sum of $n$ terms: $S_n = \frac{n}{2} [2a_1 + (n - 1)d] = \frac{n}{2} (a_1 + a_n)$
- Arithmetic Mean (AM): The arithmetic mean between two numbers $a$ and $b$ is $\text{AM} = \frac{a + b}{2}$.
Geometric Progression (GP)
A Geometric Progression is a sequence where each term after the first is obtained by multiplying the preceding term by a constant ratio $r$.
- $n$-th term: $a_n = a_1 r^{n-1}$
- Sum of finite $n$ terms ($r \neq 1$): $S_n = \frac{a_1 (1 - r^n)}{1 - r} = \frac{a_1 (r^n - 1)}{r - 1}$
- Sum of an Infinite GP ($|r| < 1$): $S_\infty = \frac{a_1}{1 - r}$
- Geometric Mean (GM): The geometric mean between two positive numbers $a$ and $b$ is $\text{GM} = \sqrt{ab}$.
Harmonic Progression (HP)
A Harmonic Progression is a sequence of numbers whose reciprocals form an arithmetic progression.
- Harmonic Mean (HM): The harmonic mean between two positive numbers $a$ and $b$ is:
Fundamental Relationship Between Means
For any two positive unequal numbers $a$ and $b$:
4. Binomial Theorem
The Binomial Theorem provides the algebraic expansion of powers of a binomial $(a + b)^n$:
where the binomial coefficient is:
Properties of Binomial Expansion
- Total Number of Terms: The expansion of $(a + b)^n$ contains $n + 1$ terms.
- The $r$-th Term Formula: The $r$-th term $T_r$ in the expansion of $(a + b)^n$ is:
- Sum of Coefficients: Setting $a = 1$ and $b = 1$, the sum of all binomial coefficients is:
5. Complex Numbers & Phasor Algebra in Electrical Engineering
In electrical engineering, the imaginary unit is denoted by $j = \sqrt{-1}$ to avoid confusion with electric current $i$.
Three Equivalent Representations
| Form | Expression | Conversion Formulas |
|---|---|---|
| Rectangular Form | $z = a + j b$ | $a = r \cos\theta$, $b = r \sin\theta$ |
| Polar Form | $z = r \angle \theta$ | $r = \sqrt{a^2 + b^2}$, $\theta = \arctan\left(\frac{b}{a}\right)$ |
| Exponential Form | $z = r e^{j\theta}$ | Euler's Identity: $e^{j\theta} = \cos\theta + j \sin\theta$ |
Mathematical Operations on Complex Numbers
- Addition / Subtraction (Rectangular Only):
- Multiplication (Polar Preferred):
- Division (Polar Preferred):
- De Moivre's Theorem (Powers & Roots):
Solved Practice Examples
Example 1: Quadratic Equations & Vieta's Application
Problem: Find the value of $k$ such that the roots of $2x^2 - kx + 8 = 0$ satisfy $x_1 = 2 x_2$.
Solution:
- By Vieta's formulas:
- Substitute $x_1 = 2 x_2$ into the product equation:
- Find $x_1$:
- Calculate $k$:
Example 2: Complex Impedance & De Moivre's Powers
Problem: An electrical impedance is given by $Z = 3 + j4\ \Omega$. Compute $Z^4$ in polar and rectangular form.
Solution:
- Convert $Z$ to polar form:
- Apply De Moivre's Theorem for $n = 4$:
- Convert back to rectangular form:
For the quadratic equation $3x^2 - 12x + 15 = 0$, what is the sum of the squares of its roots ($x_1^2 + x_2^2$)?
An infinite geometric series has a first term $a_1 = 12$ and a sum $S_\infty = 36$. What is the common ratio $r$ of the series?
Given an AC impedance $Z = 3 + j4\ \Omega$, what is the value of $Z^3$ in polar form?