# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/polynomial/polynomial-factorization
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/polynomial/polynomial-factorization/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Complete Polynomial Factorization",
  description: "Master complete polynomial factorization into linear factors using complex numbers. Learn to find all roots and apply the Fundamental Theorem of Algebra.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/04/2025",
  subject: "Polynomial",
};
## Understanding Complete Factorization
We have learned to factor polynomials, for example using the [Factor Theorem](/subject/high-school/11/mathematics/polynomial/factor-theorem). However, sometimes the factorization result still leaves factors that are not linear (like quadratic factors) which cannot be factored further using real numbers.
**Complete Factorization** (or Complete Linear Factorization) is the process of factoring a polynomial into a product of linear factors, where these factors may involve complex numbers.
This concept is based on the Fundamental Theorem of Algebra, which states that every polynomial of degree  has exactly  roots (zeros) in the set of complex numbers (including real roots and repeated roots).
### Complete Factorization Property of Polynomials
If  is a polynomial of degree  with leading coefficient , then there exist complex numbers  (which are the roots of ) such that:
This means that every polynomial of degree  can be broken down into exactly  linear factors  multiplied by its leading coefficient.
## Steps for Complete Factorization
To perform a complete factorization of a polynomial :
1. **Find All Complex Roots:** Find all  complex roots (zeros) of . This might involve:
   - Factoring directly (grouping, etc.).
   - Using the Rational Zero Theorem to find rational roots.
   - Using division (Horner/long division) to reduce the degree of the polynomial after a root is found.
   - Solving quadratic equations (using the quadratic formula) which might yield complex roots .
2. **Apply the Factor Theorem:** For each root  found, form its linear factor, which is .
3. **Write the Complete Factorization:** Multiply all the obtained linear factors by the leading coefficient  of .
   
### Using Complete Factorization
Find all complex zeros of  and factor the polynomial completely.
**Solution:**
1. **Find Roots:** Let's try to factor  first.
    - Factor by grouping:
      
        
        
        
      
    - Now, find the roots by setting :
      
    - This gives two possibilities:
      - 
      - 
    So, the complex roots are .
2. **Form Linear Factors:**
    - From the root , the factor is .
    - From the root , the factor is .
    - From the root , the factor is .
3. **Write Complete Factorization:**
    The leading coefficient of  is .
    
      
      
    
## Exercise
Find all complex zeros of , then factor  completely.
### Answer Key
1. **Find Rational Roots (Rational Zero Theorem):**
    - , factors : .
    - , factors : .
    - Possible roots : .
    - Test :
      
      So,  is a root, and  is a factor.
2. **Divide using Horner's Method ():**
   
   Quotient .
   .
3. **Find Roots of the Quotient:** Solve  using the quadratic formula.
   
     
     
     
     
     
   
   The other roots are  and .
4. **All Complex Roots:** The roots are .
5. **Complete Factorization ():**
   
     
     
   
## Complex Conjugate Root Pairs
An important question arises: Is it possible for a polynomial with all real coefficients and constant term to have **exactly one** complex zero that is not a real number?
The answer is **impossible**.
This is due to the property of complex conjugate pairs. If a polynomial has real coefficients, then its non-real complex roots ( with ) **always** occur in conjugate pairs.
This means that if  is a root, then its conjugate, , **must** also be a root of the polynomial.
Therefore, non-real complex roots cannot appear alone; they always come in pairs. Thus, it is impossible to have _exactly one_ non-real complex root for a polynomial with real coefficients.