2.1-Polynomials in One Variable

2.1-Polynomials in One Variable Important Formulae

You are currently studying
Grade 9 → Math → Polynomials → 2.1-Polynomials in One Variable

After successful completion of this topic, you should be able to:

  • To utilize the expansions of squares and cubes of binomials.

\begin{align*} (x + y)^2 &= x^2 + 2xy + y^2\\ (x - y)^2 &= x^2 - 2xy + y^2\\ (x + y)(x - y) &= x^2 - y^2 \end{align*}

A polynomial in one variable is an expression that consists of terms, each of which is a product of a constant (called the coefficient) and a variable raised to a non-negative integer exponent. The general form of a polynomial in one variable $x$ can be expressed as:

$P(x) = a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0$

where:

  • $a_n, a_{n-1}, \ldots, a_1, a_0$ are constants (coefficients).
  • $n$ is a non-negative integer, indicating the degree of the polynomial.
  • The term $a_n x^n$ is the leading term, and $a_n$ is the leading coefficient.

The degree of a polynomial is the highest power of the variable in the polynomial. For example, in the polynomial:

$P(x) = 4x^3 + 3x^2 - 2x + 7$

the degree is 3, and the leading coefficient is 4.

Types of Polynomials

Polynomials can be classified based on their degree:

  • Constant Polynomial: Degree 0. Example: $P(x) = 5$.
  • Linear Polynomial: Degree 1. Example: $P(x) = 3x + 2$.
  • Quadratic Polynomial: Degree 2. Example: $P(x) = x^2 - 4x + 4$.
  • Cubic Polynomial: Degree 3. Example: $P(x) = 2x^3 + 3x^2 - x + 1$.
  • Quartic Polynomial: Degree 4. Example: $P(x) = x^4 - 2x^3 + 3$.
  • Quintic Polynomial: Degree 5. Example: $P(x) = 5x^5 + x$.
Standard Form of a Polynomial

The standard form of a polynomial is when it is expressed in descending order of the degree of the terms. For example, the polynomial:

$P(x) = 2 + 3x^2 - x + 4x^3$

can be rearranged in standard form as:

$P(x) = 4x^3 + 3x^2 - x + 2$.

Operations on Polynomials

Polynomials can be added, subtracted, and multiplied as follows:

  • Addition: To add two polynomials, combine like terms. Example:
  • If $P(x) = 2x^2 + 3x + 1$ and $Q(x) = x^2 - 2x + 4$, then:

    $P(x) + Q(x) = (2x^2 + x^2) + (3x - 2x) + (1 + 4) = 3x^2 + x + 5$.

  • Subtraction: To subtract polynomials, subtract like terms. Example:
  • If $P(x) = 3x^2 + 4x$ and $Q(x) = 2x^2 + x$, then:

    $P(x) - Q(x) = (3x^2 - 2x^2) + (4x - x) = x^2 + 3x$.

  • Multiplication: Multiply each term in the first polynomial by each term in the second polynomial. Example:
  • If $P(x) = x + 1$ and $Q(x) = x - 2$, then:

    $P(x) \cdot Q(x) = (x)(x) + (x)(-2) + (1)(x) + (1)(-2) = x^2 - 2x + x - 2 = x^2 - x - 2$.


Min666645, CC BY-SA 3.0, via Wikimedia Commons

Which of the following expressions are polynomials in one variable and which are not? State reasons for your answer.
(i) 4x$^2$ - 3x + 7
(ii) y$^2$ + $\sqrt{2}$
(iii) 3 $\sqrt{t}$ + t$\sqrt{2}$
(iv) y + $\dfrac{2}{y}$
(v) x$^{10}$ + y$^3$ + t$^{50}$

Solution:
(i) and (ii) are polynomials in one variable, (v) is a polynomial in three variables, (iii), (iv) are not polynomials, because in each of these exponent of the variable is not a whole number.

Write the coefficients of x$^2$ in each of the following:

  1. 2 + x$^2$ + x
  2. 2 - x$^2$ + x$^3$
  3. $\dfrac{\pi}{2}$x$^2$ + x
  4. $\sqrt{2}$ x - 1

Solution:

Coefficients of x$^2$
  1. Coefficient of x$^2$ in 2 + x$^2$ + x is 1.
  2. Coefficient of x$^2$ in 2 - x$^2$ + x$^3$ is -1.
  3. Coefficient of x$^2$ in $\dfrac{\pi}{2}$x$^2$ + x is $\dfrac{\pi}{2}$.
  4. Coefficient of x$^2$ in $\sqrt{2}$ x - 1 is 0.

Give one example each of a binomial of degree 35, and of a monomial of degree 100

Solution:

Examples of Binomial and Monomial

Binomial of Degree 35: \[3x^{35} + 5\]

Monomial of Degree 100: \[7y^{100}\]

Write the degree of each of the following polynomials:

  1. 5x$^3$ +4x$^2$ +7x
  2. 4 -y$^2$
  3. 5t - $\sqrt{7}$
  4. 3

Solution:

Degree of Each Polynomial
  1. Degree of 5x$^3$ + 4x$^2$ + 7x is 3.
  2. Degree of 4 - y$^2$ is 2.
  3. Degree of 5t - $\sqrt{7}$ is 1.
  4. Degree of 3 is 0.

Classify the following as linear, quadratic and cubic polynomials:
(i) x$^2$ + x
(ii) x - x$^3$
(iii) y + y$^2$ + 4
(iv) 1 + x
(v) 3t
(vi) r$^2$
(vii) 7x$^3$

Solution:
Classify the following as linear, quadratic and cubic polynomials:
(i) x$^2$ + x ---> Quadratic
(ii) x - x$^3$ ---> Cubic
(iii) y + y$^2$ + 4 ---> Quadratic
(iv) 1 + x ---> Linear
(v) 3t ---> Linear
(vi) r$^2$ ---> Quadratic
(vii) 7x$^3$ ---> Cubic