Mastering Class 9 Polynomials
Polynomial Basics
The Anatomy of a Polynomial
You've worked with algebraic expressions before. A polynomial is a specific type of expression that consists of variables, constants, and exponents, combined using addition, subtraction, and multiplication. The key rule is that the exponents on the variables must be non-negative integers (0, 1, 2, 3, ...).
Let's break down a typical polynomial in one variable, like . This expression is made up of distinct parts called terms, which are separated by addition or subtraction signs. In this case, the terms are , , and .
Within each term, the numerical part is called the . For the term , the coefficient is 3. For , it's -5. The last term, 7, is a constant term because it doesn't have a variable attached.
What's the Degree?
The degree of a polynomial is the highest exponent of the variable in any of its terms. It's a quick way to gauge the polynomial's complexity. For our example, , the exponents are 2 (from ), 1 (from , which is ), and 0 (from the constant term , which can be written as ). The highest exponent is 2, so the degree of the polynomial is 2.
This leads to a couple of special cases. A non-zero constant polynomial, like just the number 8, has a degree of 0. This is because we can write it as , and we know anything to the power of 0 is 1.
But what about the number 0 itself? The is unique. Its degree is considered undefined. Why? Because you could write it as , , or , and it would still equal 0. There's no single highest exponent we can definitively assign to it.
Classifying Polynomials
We can categorize polynomials in two primary ways: by the number of terms they contain, or by their degree. Both methods are useful for describing them quickly.
Classification by number of terms gives a polynomial its first name, while classification by degree gives it a last name.
First, let's look at classifying by the number of terms.
| Name | Number of Terms | Example |
|---|---|---|
| Monomial | 1 | |
| Binomial | 2 | |
| Trinomial | 3 |
For polynomials with more than three terms, we simply say it's a 'polynomial with four terms,' and so on. There aren't special names beyond trinomial.
Next, we can classify them by their degree. This tells us about the shape of the polynomial's graph and its general behavior.
| Degree | Name | Example |
|---|---|---|
| 0 | Constant | |
| 1 | Linear | |
| 2 | Quadratic | |
| 3 | Cubic |
Just as with terms, we can continue this pattern for higher degrees (quartic for degree 4, quintic for degree 5), but linear, quadratic, and cubic are the most common classifications you'll encounter.
Now let's test your understanding of these building blocks.
Which of the following expressions is NOT a polynomial?
What is the degree of the polynomial ?
With these basics down, you're ready to explore what we can do with polynomials, from adding and subtracting them to finding their roots.