# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/polynomial/polynomial-concept
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/polynomial/polynomial-concept/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Polynomial Concept",
  description: "Understand polynomials from the ground up. Learn what monomials are, how they combine to form polynomials, and identify valid polynomial expressions.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/04/2025",
  subject: "Polynomial",
};
## Getting to Know Monomials
Before we delve into the definition of polynomials, let's first get acquainted with their building blocks: **monomials**. Consider the following algebraic expressions:
  
  
  
  
  
  
From the expressions above, we can group them into two:
1.  **Group 1 (Monomials):** , , 
2.  **Group 2 (Not Monomials):** , , 
The algebraic expressions in Group 1 are what we call **monomials**.
### What is a Monomial?
**A monomial** is a number, a variable raised to a non-negative integer power (0, 1, 2, 3, ...), or the product of a number and one or more variables raised to non-negative integer powers.
Let's break down why Group 1 consists of monomials and Group 2 does not:
- **Group 1 (Monomials):**
  - :
    The product of a number (2) and variables (, ) with non-negative integer powers (2 and 1).
  - :
    A constant (just a number). Or this is the same as .
  - :
    The product of a number (1.24) and a variable () with a non-negative integer power (4).
- **Group 2 (Not Monomials):**
  - :
    The power of the variable  is not a non-negative integer ().
  - :
    The power of the variable  is not a non-negative integer (-1).
  - :
    The power of the variable  is not a non-negative integer (-6).
So, the key characteristic of a monomial is that **the exponents of the variables must be non-negative integers**. The number multiplying the variable (like  in ) is called the **coefficient**.
## Definition of Polynomial
After understanding monomials, we can now define a **polynomial**.
**A polynomial** is an algebraic expression that is a monomial or the sum (and subtraction) of two or more monomials.
Consider the following examples:
  
  
  
Let's identify which are polynomials and which are not:
1.  
    - The term  is a monomial.
    - The term  is a monomial.
    - Conclusion: **Polynomial** (subtraction of two monomials).
2.  
    - The term  is a monomial.
    - The term  is not a monomial (exponent is not a non-negative integer).
    - Conclusion: **Not a Polynomial**.
3.  
    - The term  is a monomial.
    - The term  is not a monomial (exponent is not a non-negative integer).
    - The term  is a monomial (constant).
    - Conclusion: **Not a Polynomial**.
### Addition and Subtraction in Polynomials
You might ask, "The definition of a polynomial involves the _sum_ of monomials, but example 1 has _subtraction_ (). How does that work?"
Recall that subtraction can be viewed as adding the negative. So,  is the same as .
Since both  and  are monomials, their sum is still a polynomial. This is why subtraction between monomials also results in a polynomial.
In essence, an algebraic expression is called a polynomial if all its terms are monomials (variables have non-negative integer exponents).