Complex polynomials are polynomials in which the coefficients and/or the variables can take complex values. A complex polynomial is an algebraic expression consisting of terms involving complex numbers. These polynomials can have both real and imaginary parts.
For example, a complex polynomial might look like this:
where \( z \) is a complex variable, and \( a_n, a_{n-1}, \ldots, a_1, a_0 \) are complex coefficients.
Polynomial Equations
Polynomial equations are equations in which a polynomial expression is set equal to a constant or to another polynomial expression. A polynomial equation typically involves variables raised to non-negative integer powers and can have one or more solutions.
For example, \(2x^2 + 3x - 5 = 0\) and \(x^3 - 4x^2 + x + 6 = 0\) are polynomial equations. In these equations, the variables \(x\) are raised to non-negative integer powers (2, 1, and 0 in the first equation; 3, 2, 1, and 0 in the second equation), and the coefficients are constants.
Completing the Square:
For a quadratic equation \( ax^2 + bx + c = 0 \), you can complete the square by following these steps:
Move the constant term \( c \) to the other side of the equation.
Divide all terms by the coefficient of \( x^2 \) if it's not already 1.
Take half of the coefficient of \( x \), square it, and add it to both sides of the equation.
Factor the left side of the equation as a perfect square trinomial.
Solve for \( x \) using square root.
Factoring Quadratic Expressions
There are several methods for factoring quadratic expressions (ax2 + bx + c) where a, b, and c are constants and a ≠ 0. Here are three common approaches:
Factoring by Grouping (Rearranging):
This method is applicable when you can rewrite the middle term (bx) by grouping the terms and finding two values that add up to b and multiply to c.
Using the Quadratic Formula (Direct Formula):
This method provides a direct formula to find the roots (solutions) of the quadratic equation, and the factors can be obtained from the roots.
Formula:
x = (-b ± √(b2 - 4ac)) / (2a)
where a, b, and c are the coefficients of the quadratic expression (ax2 + bx + c).
Conjugate Root Theorem
Let P(z) be a polynomial with real coefficients. If a + bi is a solution of the equation P(z) = 0, with a and b real numbers, then the complex conjugate a − bi is also a solution.
Example 1
By completing square
Use completing the square formula to solve the quadratic equation: x^2 - 4x - 8 = 0.
Solution
Given the quadratic equation: \(x^2 - 4x - 8 = 0\)
To solve this equation using completing the square method, follow these steps:
Move the constant term to the other side of the equation: \(x^2 - 4x = 8\)
Take half of the coefficient of x, square it, and add it to both sides: \(x^2 - 4x + (-4/2)^2 = 8 + (-4/2)^2\)
Factor the left side of the equation as a perfect square trinomial: \((x - 2)^2 = 8 + 4\)
Solve for x using square root: \(x - 2) = \pm\sqrt(12)\)
Therefore, the solutions for the equation are:
x = 2 ± \sqrt{12}
Method 2:
Let's transpose the constant term to the other side of the equation: \(x^2 - 4x = 8\). Take half of the coefficient of the \(x\)-term, which is -4, including the sign, which gives -2. Square -2 to get +4, and add this squared value to both sides of the equation:
\[ x^2 - 4x + 4 = 8 + 4 \]
⇒ \(x^2 - 4x + 4 = 12\)
This process creates a quadratic expression that is a perfect square on the left-hand side of the equation. Simply, we can replace the quadratic with the squared-binomial form: \((x - 2)^2 = 12\)
Now, we've completed the expression to create a perfect-square binomial, let's solve: