Kahibaro
Discord Login Register

Polynomials

Understanding Polynomials

A polynomial is an algebraic expression built using only:

So a typical polynomial in $x$ might look like
$$
4x^3 - 2x^2 + 7x - 5.
$$

Expressions that use division by a variable (like $\frac{3}{x}$ or $x^{-1}$) or roots of a variable (like $\sqrt{x}$) are not polynomials.

Terms, Coefficients, and Degrees (Overview)

Polynomials are made by putting together terms. A term is a product of:

For example, in
$$
-6x^4y^2 + 3x^2 - 8,
$$

The coefficient is the numerical part of the term:

The degree of a term:

The degree of a polynomial is the highest degree of any of its terms (once it’s simplified and like terms are combined).

Examples:

  1. $5x^3 - 4x + 1$
    • Term degrees: $3, 1, 0$
    • Polynomial degree: $3$
  2. $7x^2y^3 + x^4 - 9$
    • Term degrees: $2+3 = 5$, $4$, $0$
    • Polynomial degree: $5$ (from $7x^2y^3$)

Standard Form and Naming by Degree

A polynomial in one variable is usually written in standard form, which means:

Example:
$3 - x^2 + 5x + 4x^2$

Polynomials in one variable have specific names based on their degree:

We can also name a polynomial by its number of terms:

So $2x^3 - 7$ is a cubic binomial, and $x^2 + 3x + 1$ is a quadratic trinomial.

What Is and Isn’t a Polynomial

To decide whether an expression is a polynomial, check two main things:

  1. The variable exponents must be whole numbers (0, 1, 2, 3, …).
  2. There must be no division by a variable.

Examples of polynomials:

Not polynomials:

Polynomials can have fractions or square roots as coefficients, just not as exponents on the variables. For instance,
$$
\left(\frac{1}{\sqrt{2}}\right)x^3 - \frac{5}{7}x
$$
is still a polynomial in $x$.

Evaluating Polynomials

To evaluate a polynomial, substitute a given number for the variable and simplify.

Example:
Evaluate $P(x) = 2x^3 - 3x + 4$ at $x = -2$.

Substitute $x = -2$:
$$
P(-2) = 2(-2)^3 - 3(-2) + 4
$$
Compute step by step:

The idea of evaluating will appear again when working with roots, graphs, and functions, but here you just need to be comfortable plugging in and simplifying carefully (especially with signs and parentheses).

Polynomials in Several Variables (Brief View)

A polynomial can involve more than one variable, such as $x$ and $y$:
$$
Q(x,y) = 3x^2y - 4y^3 + 2.
$$

Key points:

For $Q(x,y)$ above:

You handle addition and multiplication of such polynomials using the same basic ideas as for one variable; the presence of more variables just means you have more kinds of like terms to watch for.

Why Polynomials Matter in Algebra I

Polynomials are central objects in algebra because:

For now, in this chapter, the essential skills are:

Views: 11

Comments

Please login to add a comment.

Don't have an account? Register now!