Last modified on December 6th, 2024

chapter outline

 

Polynomial in Standard Form

The standard form of a polynomial is a polynomial written in the descending order of its exponents. 

Its general form with degree n is expressed as:

anxn + an – 1xn – 1 + … + a1x1 + a0 

Here, 

  • n is the highest degree
  • anxn is the leading term 

Thus, the term with the highest power is written first, followed by the terms with the second highest power, which continues and ends with the constant term.

Note: When written in standard form, the leading term is the first term of the polynomial, containing the highest degree of the exponent.

Here are a few examples of polynomials in standard form.

  • 3x3 + 5x2 – 8
  • x4 – 5x + 6
  • 5x7 – 2x5 + x2 – 9x + 1

However, the following are NOT in standard form:

  • 9 – x + x4 + 5x2 
  • 8x – 3x2 + 4x5 – 6
  • -2x + 6 – x3 
Polynomial in Standard Form

Degree

The degree of a polynomial represents the value of the largest exponent in the polynomial. When the polynomial is written in the standard form, the degree of the polynomial refers to the degree of the leading term (usually the first term). 

However, it differs based on the number of variables present in a polynomial. 

  • For a polynomial with a single variable, the degree is the highest exponent of that variable.
  • For a polynomial with multiple variables, the degree is the highest sum of the exponents of the variables in any single term.

For example,

5x7 – 2x5 + x2 – 9x + 1 has a degree of 7 (as the highest exponent of the variable x is 7)

Now, let us consider a polynomial with 2 variables x3y2 + x4 + 5x4y2 – y2 + 7

Here, 

Degree of x3y2 = 3 + 2 = 5

Degree of x4 = 4

Degree of 5x4y2 = 4 + 2 = 6

Degree of y2 = 2

Degree of 7 = 0

Thus, the degree of x3y2 + x4 + 5x4y2 – y2 + 7 = 6 (as the highest exponent among all terms is 6)

How To Write

Writing polynomials in standard form helps to identify the like terms in the given polynomials, which makes the simplification of polynomials much easier.

Let us consider the polynomial x3 + 4x4 – 3y2 + 5xy – y2 + 11x4 + 2x3 – 7 and convert it to standard form with the following steps.

Grouping Like Terms and Identifying the Number of Terms 

x3 + 4x4 – 3y2 + 5xy – y2 + 11x4 + 2x3 – 7

Combining all like terms, we get

= (x3 + 2x3) + (4x4 + 11x4) + (-3y2 – y2) + 5xy – 7

= 3x3 + 15x4 – 4y2 + 5xy – 7

Finding the Degree of Each Term

Here, 

The term 3x3 has a degree of 3

The term 15x4 has a degree of 4

The term -4y2 has a degree of 2

The term 5xy has a degree of 2 (= 1 + 1)

The term -7 has a degree of 0

Arranging the Terms in Descending Order of the Degree

Thus, the polynomial in standard form is:

15x4 + 3x3 + 5xy – 4y2 – 7

Types of Polynomials

Polynomials in standard form are classified into the following types based on the degree of their terms

PolynomialDegreeStandard FormExample
Constant0f(x) = c8
Linear1f(x) = ax + b8x – 3
Quadratic2f(x) = ax2 + bx + c7x2 – 2x + 1
Cubic3f(x) = ax3 + bx2 + cx + dx3 – 5x2 + 3x + 4
Quartic4f(x) = ax4 + bx3 + cx2 + dx + e-x4 + x3 – 4x + 1
Quintic5f(x) = ax5 + bx4 + cx3 + dx2 + ex + f3x5 + 2x3 – 5x + 4

Note: Polynomials with more than 5 degrees are called higher-degree polynomials.

Adding and Subtracting

When adding or subtracting polynomials, we add or subtract the like terms. 

Let us consider the polynomial expressions 2x3y2 + x2 and -5x2 + x3y2 

Adding

(2x3y2 + x2) + (-5x2 + x3y2)

Writing the Polynomials in Standard Form

= (2x3y2 + x2) + (x3y2 – 5x2)

Combining the Like Terms Horizontally or Vertically and Then Adding

Adding Polynomials in Standard Form

Thus, the sum is 3x3y2 – 4x2 

Subtracting

(2x3y2 + x2) – (-5x2 + x3y2)

Writing the Polynomials in Standard Form

= (2x3y2 + x2) – (x3y2 – 5x2)

Combining the Like Terms Horizontally or Vertically and Then Subtracting

Subtracting Polynomials in Standard Form

Thus, the difference is x3y2 + 6x2 

Solved Examples

Rewrite the following polynomials in standard form:
a) 8x – 3x2 + 4x5 – 6
b) 9 – x + x4 + 5x2

Solution:

a) Given, 8x – 3x2 + 4x5 – 6
The terms are 8x, -3x2, 4x5, and -6
8x has a degree of 1
-3x2 has a degree of 2
4x5 has a degree of 5
-6 has a degree of 0
Thus, the standard form of the polynomial is 4x5 – 3x2 + 8x – 6
b) Given, 9 – x + x4 + 5x2 
The terms are 9, -x, x4, and 5x2 
9 has a degree of 0
-x has a degree of 1
x4 has a degree of 4
5x2 has a degree of 2
Thus, the standard form of the polynomial is x4 + 5x2 – x + 9

Write a polynomial in standard form with:
a) A degree of 4 and a leading coefficient of 2
b) A degree of 3 and constant term of -5
c) A degree of 2, a leading coefficient of -1, and a constant term of 7

Solution:

a) Given, 
Degree = 4
Leading coefficient = 2
Thus, the polynomial in standard form can be written as 
2x4 + bx3 + cx2 + dx + e
Here,
b, c, d, and e are constants
x is the variable
b) Given, 
Degree = 3
Constant term = -5
Thus, the polynomial in standard form can be written as 
ax3 + bx2 + cx + -5
Here,
a, b, and c are constants with a ≠ 0
x is the variable
c) Given, 
Degree = 2
Leading coefficient = -1
Constant term = 7
Thus, the polynomial in standard form can be written as
-x2 + bx + 7
Here,
b is constant
x is the variable

Which of the following polynomials is written in standard form? Justify your answer.
a) 3x3 – 5 + x2 + 4x
b) -2x4 + 7x3 + 4x2 – x + 6
c) x2 + 3x5 – 2x + 7
d) 5 – 4x + 2x3 – x2

Solution:

a) Given, 3x3 – 5 + x2 + 4x
On comparing the given polynomial with its standard form,
ax3 + bx2 + cx + d
Thus, the given polynomial is not in standard form as the terms are not arranged in descending order of degree.
b) Given, -2x4 + 7x3 + 4x2 – x + 6
On comparing the given polynomial with its standard form,
ax4 + bx3 + cx2 + dx + e
Here, the terms are already arranged in descending order.
Thus, the given polynomial is in standard form.
c) Given, x2 + 3x5 – 2x + 7
On comparing the given polynomial with its standard form,
ax5 + bx4 + cx3 + dx2 + ex + f
Thus, the given polynomial is not in standard form as the terms are not arranged in descending order of degree.
d) Given, 5 – 4x + 2x3 – x2 
On comparing the given polynomial with its standard form,
ax3 + bx2 + cx + d
Thus, the given polynomial is not in standard form as the terms are not arranged in descending order of degree.

Last modified on December 6th, 2024