Math Lab
Home/Class X/Ch 2/Polynomials, degree, and notation

Polynomials, degree, and notation

Before we hunt for zeroes we need to be precise about what a polynomial is. The English word polynomial literally means "many terms", but only certain kinds of terms are allowed.

Definitions

A polynomial in 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, the coefficients an,,a0a_n, \ldots, a_0 are real numbers, and an0a_n \ne 0. The number nn is the degree of the polynomial, ana_n is the leading coefficient, and a0a_0 is the constant term.

The most common families are:

  • Linear polynomial , degree 11: p(x)=ax+bp(x) = ax + b with a0a \ne 0.
  • Quadratic polynomial , degree 22: p(x)=ax2+bx+cp(x) = ax^2 + bx + c with a0a \ne 0.
  • Cubic polynomial , degree 33: p(x)=ax3+bx2+cx+dp(x) = ax^3 + bx^2 + cx + d with a0a \ne 0.
  • Constant polynomial , degree 00: p(x)=cp(x) = c with c0c \ne 0. (The polynomial p(x)=0p(x) = 0 is the zero polynomial and its degree is undefined.)

A zero (or root) of p(x)p(x) is a value kk such that p(k)=0p(k) = 0.

Theorem / Concept: degree and zeroes

A first basic fact: a polynomial of degree nn has at most nn (real) zeroes. A linear polynomial has exactly one zero. A quadratic has at most two real zeroes , and can have zero, one (a "repeated" or "double" root), or two distinct real zeroes. A cubic has at most three real zeroes; it must have at least one real zero (because its graph runs from -\infty to ++\infty, so it must cross the xx-axis at least once).

We will see this geometrically in the next topic: the zeroes are precisely the xx-coordinates where y=p(x)y = p(x) meets the xx-axis.

Be careful about what is and isn't a polynomial. Allowed: 3x25x+13x^2 - 5x + 1, x4xx^4 - x, 7-7. Not allowed: x\sqrt{x} (fractional power), x+1/xx + 1/x (negative power), x|x| (not algebraic). Only non-negative integer powers of xx, combined linearly with real coefficients.

Also be clean about degree. The degree is the largest exponent that appears with a non-zero coefficient. For p(x)=7+4x3+0x5p(x) = -7 + 4x^3 + 0 \cdot x^5, the degree is 33, not 55. Always tidy up the polynomial , combine like terms , before reading off the degree.

We will write α\alpha, β\beta (and sometimes γ\gamma) for zeroes throughout this chapter; these letters became standard in classical algebra and you will meet them again in trigonometry.

Worked examples

Example 1. Identify each as linear, quadratic, cubic, or none: (a) 3x73x - 7, (b) x2+2x^2 + 2, (c) 5x3x+15x^3 - x + 1, (d) x+1\sqrt{x} + 1, (e) 00, (f) 1x+2\dfrac{1}{x} + 2.

(a) Linear (degree 11). (b) Quadratic. (c) Cubic. (d) Not a polynomial (fractional power). (e) The zero polynomial; not classified as linear/quadratic/cubic. (f) Not a polynomial (negative power).

Example 2. Find the zero of the linear polynomial p(x)=2x5p(x) = 2x - 5.

Set p(x)=0p(x) = 0: 2x5=0    x=5/22x - 5 = 0 \implies x = 5/2.

Example 3. Verify that x=2x = 2 is a zero of p(x)=x34x2+3x+2p(x) = x^3 - 4x^2 + 3x + 2.

p(2)=816+6+2=0p(2) = 8 - 16 + 6 + 2 = 0. So yes, x=2x = 2 is a zero.

Example 4. Find the value of kk if x=1x = -1 is a zero of p(x)=x2+kx+6p(x) = x^2 + kx + 6.

p(1)=1k+6=0p(-1) = 1 - k + 6 = 0, so k=7k = 7.

Example 5. Is 11 a zero of p(x)=x43x+2p(x) = x^4 - 3x + 2?

p(1)=13+2=0p(1) = 1 - 3 + 2 = 0. Yes.

Try it yourself

  1. Classify by degree: 4x24 - x^2, x3x+7x^3 - x + 7, 2x+52x + 5, 5x45x^4, x+1xx + \dfrac{1}{x}.
  2. Find the zero of p(x)=3x+4p(x) = 3x + 4.
  3. Verify whether x=2x = -2 is a zero of p(x)=x3+3x24p(x) = x^3 + 3x^2 - 4.
  4. Find kk so that x=2x = 2 is a zero of p(x)=x2kx4p(x) = x^2 - kx - 4.
  5. Write a quadratic polynomial whose constant term is 6-6 and leading coefficient is 11, with a zero x=3x = -3.
  6. State, with reason, the degree of p(x)=0x3+2x27p(x) = 0 \cdot x^3 + 2x^2 - 7.
  7. List all rational zeroes of p(x)=2x7p(x) = 2x - 7.
  8. Give an example of a cubic polynomial with exactly one real zero.
  9. If p(x)p(x) has degree 44, what is the maximum number of real zeroes possible? Minimum?
  10. Find kk if both x=1x = 1 and x=2x = 2 are zeroes of x3+kx2+11x6x^3 + k x^2 + 11 x - 6.

Pitfalls / Insight

  • Coefficient zero hides the degree. 4x2+0x414x^2 + 0 \cdot x^4 - 1 is quadratic, not quartic.
  • A polynomial must allow only non-negative integer powers of xx. x\sqrt{x} and 1/x1/x are out.
  • A degree-nn polynomial has at most nn zeroes , never more.

Insight. A polynomial is a recipe , substitute any number for xx and you get an output. The interesting inputs are those for which the output is 00. The whole rest of this chapter is about hunting those inputs cleverly.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Definitions and degree
6 questions · pick the best answer
Q1

Which is NOT a polynomial?

Q2

Degree of 0x5+4x210 \cdot x^5 + 4 x^2 - 1:

Q3

Zero of p(x)=2x5p(x) = 2x - 5 is:

Q4

Maximum number of real zeroes of a degree-44 polynomial is:

Q5

p(x)=0p(x) = 0 (the zero polynomial) has degree:

Q6

If x=2x = 2 is a zero of x2kx4x^2 - kx - 4, then kk is: