# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/polynomial/synthetic-division
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/polynomial/synthetic-division/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Polynomial Long Division",
  description: "Learn polynomial long division with systematic step-by-step approach. Master quotient and remainder calculations through detailed examples and practice.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/04/2025",
  subject: "Polynomial",
};
## Polynomial Long Division
Polynomial long division is the most common method used to find the quotient and remainder when dividing two polynomials. This method is similar to the long division we perform with integers.
## Preparing for Long Division
Before starting the division, there are a few things to prepare:
1.  **Order Terms:**
    
    Write the dividend () and the divisor () in descending order of variable powers (from highest power to lowest).
2.  **Complete Terms:**
    If any term with a specific power is missing (its coefficient is zero), still write that term with a coefficient of 0 as a _placeholder_. This is crucial for keeping the columns aligned during subtraction.
    **Example:**
    If , the  term is missing.
    
    So we write it as .
3.  **Set Up Division:**
    Write the division in long division format, with  (the completed form) inside the division symbol and  outside.
## Steps for Long Division
The division process is performed step-by-step as follows:
1.  **Divide:** Divide the first term of  by the first term of . Write the result as the first term of the quotient () above the line.
2.  **Multiply:** Multiply the quotient term just obtained by the _entire_ divisor .
3.  **Subtract:** Write the result of the multiplication below , aligning like terms, then subtract it from  to get a temporary remainder.
4.  **Bring Down:** Bring down the next term from  next to the temporary remainder to form a new polynomial.
5.  **Repeat:** Repeat steps 1-4 with this new polynomial until the degree of the temporary remainder is less than the degree of the divisor .
### Long Division Example
Divide  by .
1. **Preparation:**
   -  (complete the  term)
   - 
2. **Division Process:**
   
3. **Step-by-Step Explanation:**
   **Iteration 1:**
   - **Divide:** Divide the first term  by the first term of the divisor :
     
     Write  as the first term of the quotient.
   - **Multiply:** Multiply  by the divisor :
     
   - **Subtract:** Subtract the result from the initial polynomial:
     
   - **Bring Down:** Bring down the next term () to get the new polynomial:
     
   **Iteration 2:**
   - **Divide:** Divide the first term of the new polynomial  by the first term of the divisor :
   
     
     Write  as the next term of the quotient.
   - **Multiply:** Multiply  by the divisor :
     
   - **Subtract:** Subtract the result from the current polynomial:
     
   - **Bring Down:** Bring down the next term () to get the temporary remainder:
     
   **Stop:** The degree of the remainder (, degree 1) is less than the degree of the divisor (, degree 2), so the division stops.
4. **Result:**
     - The Quotient () is .
     - The Remainder () is .
5. **Writing in Division Algorithm Form:**
     Based on the division algorithm, we can write the result as:
     - Fraction Form:
     
       
     - Multiplication Form:
       
This long division method might seem lengthy, but it is very systematic and reliable for all types of polynomial division.
## Exercise
Find the quotient polynomial  and the remainder polynomial  after dividing  by .
State the result in the form .
### Answer Key
Complete  to become .
- Quotient: 
- Remainder: 
- Division Algorithm Form: