Math Lab
Home/Class IX/Ch 2/Polynomials in One Variable

Polynomials in One Variable

A polynomial is the most well-behaved algebraic expression there is. You build one with three ingredients: a variable, real-number coefficients, and the operations of addition and multiplication (with whole-number powers of the variable). No division by the variable, no square roots of the variable, no sinx\sin x , those are forbidden. The result is an expression simple enough to compute with by hand yet rich enough to model real curves.

Definitions

A polynomial in one variable xx is an expression of the form p(x)=anxn+an1xn1++a1x+a0,p(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where nn is a non-negative integer and a0,a1,,ana_0, a_1, \ldots, a_n are real numbers called coefficients. If an0a_n \ne 0, the highest power nn is called the degree of the polynomial, and ana_n is its leading coefficient.

The constant a0a_0 is the constant term. A non-zero constant like 77 is a polynomial of degree 00. The expression 00 alone is the zero polynomial, whose degree is, by convention, undefined (or sometimes called -\infty).

A monomial is a polynomial with one term, like 5x35x^3. A binomial has two terms, like 2x+12x + 1. A trinomial has three terms, like x25x+6x^2 - 5x + 6.

Concept and types

By degree, polynomials get the following names:

  • Degree 00: constant polynomial. Example: p(x)=7p(x) = 7.
  • Degree 11: linear polynomial. Example: p(x)=3x2p(x) = 3x - 2.
  • Degree 22: quadratic polynomial. Example: p(x)=x25x+6p(x) = x^2 - 5x + 6.
  • Degree 33: cubic polynomial. Example: p(x)=2x3x+4p(x) = 2x^3 - x + 4.
  • Degree 44: quartic; degree 55: quintic; and so on.

Standard form. A polynomial is in standard form when its terms are written in decreasing order of powers, with no missing-power gaps written explicitly. So 35x+2x23 - 5x + 2x^2 in standard form is 2x25x+32x^2 - 5x + 3.

Operations. Polynomials can be added, subtracted, and multiplied. Add and subtract by combining like terms (same power of xx). Multiply by distributing every term of one polynomial with every term of the other: (2x+3)(x4)=2xx+2x(4)+3x+3(4)=2x25x12.(2x + 3)(x - 4) = 2x \cdot x + 2x \cdot (-4) + 3 \cdot x + 3 \cdot (-4) = 2x^2 - 5x - 12.

Evaluation. To evaluate a polynomial at x=cx = c, substitute cc in place of xx and simplify. If p(x)=x23x+4p(x) = x^2 - 3x + 4, then p(2)=46+4=2p(2) = 4 - 6 + 4 = 2.

What is not a polynomial? Several common expressions fail the test:

  • 1x=x1\dfrac{1}{x} = x^{-1}: the power is negative.
  • x=x1/2\sqrt{x} = x^{1/2}: the power is fractional.
  • x2+1x1\dfrac{x^2 + 1}{x - 1}: an entire polynomial divided by another polynomial is generally a rational expression, not a polynomial.
  • sinx,ex,logx\sin x, e^x, \log x: these are not built from xx using only ++, -, ×\times and whole-number powers.

But 2x2+3x\sqrt{2}\,x^2 + 3x is a polynomial: the coefficient 2\sqrt{2} is a real number, even though it is irrational, and the powers of xx are whole numbers (22 and 11).

Polynomials in more than one variable exist too (e.g. x2+2xy+y2x^2 + 2xy + y^2), but in this chapter we focus on one variable.

Worked examples

Example 1. State the degree, leading coefficient and constant term of p(x)=4x37x+2p(x) = 4x^3 - 7x + 2.

Degree: 33. Leading coefficient: 44. Constant term: 22.

Example 2. Add p(x)=x2+3x5p(x) = x^2 + 3x - 5 and q(x)=2x2x+7q(x) = 2x^2 - x + 7.

Combine like terms: (1+2)x2+(31)x+(5+7)=3x2+2x+2(1+2)x^2 + (3-1)x + (-5+7) = 3x^2 + 2x + 2.

Example 3. Multiply (x+2)(x2x+4)(x + 2)(x^2 - x + 4).

Distribute: x(x2x+4)+2(x2x+4)=x3x2+4x+2x22x+8=x3+x2+2x+8x(x^2 - x + 4) + 2(x^2 - x + 4) = x^3 - x^2 + 4x + 2x^2 - 2x + 8 = x^3 + x^2 + 2x + 8.

Example 4. Evaluate p(x)=2x35x+1p(x) = 2x^3 - 5x + 1 at x=1x = -1.

p(1)=2(1)35(1)+1=2+5+1=4p(-1) = 2(-1)^3 - 5(-1) + 1 = -2 + 5 + 1 = 4.

Example 5. Which of the following are polynomials? 1x+3\dfrac{1}{x} + 3, 2x+1\sqrt{2}\,x + 1, x2xx^2 - \sqrt{x}, 3x42x2+73x^4 - 2x^2 + 7.

Polynomial: 2x+1\sqrt{2}x + 1 (irrational coefficient is fine, power is 11), and 3x42x2+73x^4 - 2x^2 + 7 (whole-number powers and real coefficients). Not polynomials: 1x+3\dfrac{1}{x} + 3 (negative power) and x2xx^2 - \sqrt{x} (fractional power).

Try it yourself

  1. Write the degree of each: 77, 3x23x - 2, x2+5-x^2 + 5, 4x3x+14x^3 - x + 1, x7x^7.
  2. State the leading coefficient and constant term of 2x43x2+72x^4 - 3x^2 + 7.
  3. Which of the following are polynomials? 3x+43x + 4, 1x+1\dfrac{1}{x} + 1, 5x5\sqrt{x}, x1/2+2x^{1/2} + 2, 77.
  4. Add 3x2+2x13x^2 + 2x - 1 and x2+4x+5-x^2 + 4x + 5.
  5. Multiply (x3)(x+5)(x - 3)(x + 5).
  6. Multiply (2x+1)(x2x+3)(2x + 1)(x^2 - x + 3).
  7. If p(x)=x34x2+x2p(x) = x^3 - 4x^2 + x - 2, find p(0),p(1),p(2)p(0), p(1), p(-2).
  8. Write a quadratic polynomial whose constant term is 6-6 and whose leading coefficient is 11.
  9. Classify by number of terms: 5x35x^3, x2+3x^2 + 3, 4x74x - 7, x3+x2+xx^3 + x^2 + x.
  10. Find a binomial that is a cubic polynomial.

Pitfalls / Insight

  • Coefficients can be irrational. 2x+3\sqrt{2}\, x + 3 is a polynomial; the restriction is on the power, not the coefficient.
  • Negative or fractional powers disqualify the expression. 1x\dfrac{1}{x} and x\sqrt{x} are not polynomials.
  • The zero polynomial is special. It has no defined degree.

Insight. Polynomials are addition-and-multiplication-only objects: nothing exotic, nothing tricky. That very plainness is why they are everywhere , once you can compute with them, you can approximate almost any smooth function and any continuous curve.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Polynomials in one variable
6 questions · pick the best answer
Q1

The degree of 77 (as a polynomial) is:

Q2

Which is a polynomial?

Q3

The constant term of 2x37x+52x^3 - 7x + 5 is:

Q4

A linear polynomial in xx has degree:

Q5

A polynomial with three terms is called a:

Q6

If p(x)=x23x+1p(x) = x^2 - 3x + 1, then p(2)p(2) equals: