Comprehensive Study Notes on Polynomials: Definitions, Operations, and Theorems

Definitions and Structural Properties of Polynomials

  • Bi-quadratic Polynomial: In general, a bi-quadratic polynomial is defined by the function f(x)=ax4+bx3+cx2+dx+ef(x) = ax^4 + bx^3 + cx^2 + dx + e, where a0a \neq 0.

  • Polynomials in One vs. Multiple Variables:

    • While much of introductory mathematics focuses on polynomials in a single variable (e.g., xx), polynomials can exist in more than one variable.
    • Example in Three Variables: x2+y2+2xyzx^2 + y^2 + 2xyz is a polynomial containing the variables xx, yy, and zz.
    • Example in Three Variables (Alternative): If uu, vv, and ww are variables, then u2+v8+3wu^2 + v^8 + 3w constitutes a polynomial in three variables.
  • Degree and Coefficients:

    • Degree: The highest power of the variable in the polynomial expression.
    • Coefficients: The numerical or constant multipliers of the variable terms. For instance, in the expression 172x+7x217 - 2x + 7x^2, the coefficient of x2x^2 is 77.

Classification of Polynomials

  • Classification by Number of Terms:

    • Monomial: A polynomial consisting of exactly one term (e.g., 12x12x, 2x1002x^{100}, or a constant).
    • Binomial: A polynomial consisting of exactly two terms (e.g., 7x3557x^{35} - 5, 3x20+53x^{20} + 5).
    • Trinomial: A polynomial consisting of exactly three terms (e.g., 3x2+2x+53x^2 + 2x + 5).
  • Classification by Degree:

    • Constant Polynomial: Degree is 00 (e.g., f(x)=7f(x) = 7 or f(x)=0f(x) = 0).
    • Linear Polynomial: Degree is 11 (e.g., 3x23x - 2, 4x+34x + 3, 2z+12z + 1).
    • Quadratic Polynomial: Degree is 22 (e.g., x2+x2+4x^2 + x^2 + 4, 2x2x+42x^2 - x + 4, 3x253x^2 - 5).
    • Cubic Polynomial: Degree is 33 (e.g., 12x+2x312 - x + 2x^3, 2x37x+42x^3 - 7x + 4, 3x+4x2+5x373x + 4x^2 + 5x^3 - 7).
    • Bi-quadratic Polynomial: Degree is 44 (e.g., 7x4+4x3+3x227x^4 + 4x^3 + 3x^2 - 2).

The Value and Zeros of a Polynomial

  • Value of a Polynomial: The value of a polynomial f(x)f(x) at a specific point x=αx = \alpha is obtained by substituting α\alpha for xx throughout the expression and is denoted by f(α)f(\alpha).

    • Example Calculation: For f(x)=2x33x2+4x2f(x) = 2x^3 - 3x^2 + 4x - 2, to find the value at x=2x = 2:         f(2)=2×(2)33×(2)2+4×(2)2f(2) = 2 \times (2)^3 - 3 \times (2)^2 + 4 \times (2) - 2f(2)=1612+82=10f(2) = 16 - 12 + 8 - 2 = 10         Thus, the value of f(x)f(x) at x=2x = 2 is 1010.
  • Zeros (Roots) of a Polynomial: A real number α\alpha is a zero or root of the polynomial f(x)f(x) if f(α)=0f(\alpha) = 0.

    • Verification Example: To check if x=1,2,3x = 1, 2, 3 are zeros of p(x)=x36x2+11x6p(x) = x^3 - 6x^2 + 11x - 6:
      • p(1)=16+116=0p(1) = 1 - 6 + 11 - 6 = 0
      • p(2)=824+226=0p(2) = 8 - 24 + 22 - 6 = 0
      • p(3)=2754+336=0p(3) = 27 - 54 + 33 - 6 = 0         Since all results are zero, 1,2,31, 2, 3 are indeed roots.

The Remainder Theorem

  • Conceptual Basis: In integer division, the remainder is either zero or less than the divisor. Similarly, in polynomial division, when a polynomial f(x)f(x) is divided by a polynomial g(x)g(x), the degree of the remainder is either zero or strictly less than the degree of the divisor.

  • Specific Application to Linear Divisors: When a polynomial f(x)f(x) is divided by a linear polynomial (degree 1), the remainder must be of degree zero (a constant).

  • Formulaic Definition of the Remainder Theorem: Let p(x)p(x) be any polynomial of degree greater than or equal to one and let aa be any real number. If p(x)p(x) is divided by the linear polynomial (xa)(x - a), then the remainder is p(a)p(a).

  • Proof Outline:

    • Let q(x)q(x) be the quotient and r(x)r(x) be the remainder when p(x)p(x) is divided by (xa)(x - a).
    • The division algorithm states: p(x)=(xa)×q(x)+r(x)p(x) = (x - a) \times q(x) + r(x).
    • Since the degree of (xa)(x - a) is 11, the degree of r(x)r(x) must be less than 11, meaning r(x)r(x) is a constant rr.
    • By substituting x=ax = a into the equation: p(a)=(aa)×q(a)+rp(a) = (a - a) \times q(a) + r, which simplifies to p(a)=0×q(a)+rp(a) = 0 \times q(a) + r, therefore p(a)=rp(a) = r.

Factorization and Finding Roots

  • Integral Roots: To find the integral roots of a polynomial like f(x)=x3+6x2+11x+6f(x) = x^3 + 6x^2 + 11x + 6, one tests integer factors of the constant term (66). In this case, the roots are 1,2,3-1, -2, -3.

  • Rational Roots: For polynomials like f(x)=2x3+x27x6f(x) = 2x^3 + x^2 - 7x - 6, the rational roots are found by testing values in the form of bc\frac{b}{c}, where bb is a factor of the constant term and cc is a factor of the leading coefficient. The rational roots for this specific equation are 2,1, and 322, -1, \text{ and } -\frac{3}{2}.

  • Theorem on Factors: If bc\frac{b}{c} is a rational root of the polynomial (in simplest form), then (cxb)(cx - b) is a factor of the polynomial.

Exercise 6.1: Identifying Polynomials and Coefficients

  • Identification Tasks:

    • 3x24x+153x^2 - 4x + 15: Polynomial in one variable.
    • y2+23y^2 + 2\sqrt{3}: Polynomial in one variable.
    • 3x+2x3\sqrt{x} + \sqrt{2}x: Not a polynomial (variable under a radical/fractional power).
    • x4xx - \frac{4}{x}: Not a polynomial (variable in denominator/negative exponent).
    • t2+y3+150t^2 + y^3 + 150: Polynomial in two variables (originally lists three variables in some contexts depending on notation).
    • 15x1 - \sqrt{5x}: Not a polynomial.
    • 1x+1\frac{1}{x+1}: Not a polynomial.
    • 1x\frac{1}{x}: Not a polynomial.
    • 2+5x+72 + 5x + 7: Polynomial in one variable.
  • Determining Coefficients for x2x^2:

    • 172x+7x217 - 2x + 7x^2: Coefficient is 77.
    • 912x+x39 - 12x + x^3: Coefficient is 00 (term is absent).
    • x23x+4x^2 - 3x + 4: Coefficient is 11.
    • 3x7\sqrt{3}x - 7: Coefficient is 00.
    • (x1)(3x4)(x-1)(3x-4): Expanding gives 3x27x+43x^2 - 7x + 4, so the coefficient is 33.
    • (2x5)(2x23x+1)(2x-5)(2x^2 - 3x + 1): Expanding yields 6x210x2-6x^2 - 10x^2 as part of the terms. Specifically, the coefficient of x2x^2 in this expansion is 16-16.

Exercise 6.2: Roots and Evaluation

  • Evaluating f(x)=2x313x2+17x+12f(x) = 2x^3 - 13x^2 + 17x + 12:

    • (i) f(2)f(2): 2(8)13(4)+17(2)+12=1652+34+12=102(8) - 13(4) + 17(2) + 12 = 16 - 52 + 34 + 12 = 10.
    • (ii) f(3)f(-3): 2(27)13(9)+17(3)+12=5411751+12=2102(-27) - 13(9) + 17(-3) + 12 = -54 - 117 - 51 + 12 = -210.
    • (iii) f(0)f(0): 2(0)13(0)+17(0)+12=122(0) - 13(0) + 17(0) + 12 = 12.
  • Solving for Unknown Constants (aa and bb):

    • Problem: If x=2x = 2 is a root of f(x)=2x23x+7af(x) = 2x^2 - 3x + 7a, find aa.
      • Substitute x=2x = 2: 2(4)3(2)+7a=086+7a=02+7a=0a=272(4) - 3(2) + 7a = 0 \rightarrow 8 - 6 + 7a = 0 \rightarrow 2 + 7a = 0 \rightarrow a = -\frac{2}{7}.
    • Problem: If x=12x = \frac{1}{2} is a zero of p(x)=8x3ax2x+2p(x) = 8x^3 - ax^2 - x + 2, find aa.
      • 8(18)a(14)12+2=01a40.5+2=02.5=a4a=108(\frac{1}{8}) - a(\frac{1}{4}) - \frac{1}{2} + 2 = 0 \rightarrow 1 - \frac{a}{4} - 0.5 + 2 = 0 \rightarrow 2.5 = \frac{a}{4} \rightarrow a = 10.
    • Problem: If x=0x = 0 and x=1x = -1 are roots of f(x)=2x33x2+ax+bf(x) = 2x^3 - 3x^2 + ax + b, find aa and bb.
      • For x=0x = 0: f(0)=b=0f(0) = b = 0.
      • For x=1x = -1: f(1)=2(1)3(1)+a(1)+0=023a=0a=5f(-1) = 2(-1) - 3(1) + a(-1) + 0 = 0 \rightarrow -2 - 3 - a = 0 \rightarrow a = -5.
      • Final values: a=5,b=0a = -5, b = 0.