
A polynomial expression is a fundamental algebraic structure used throughout Precalculus and Calculus.
Polynomials are used to model motion, area, volume, profit, population trends, and many other real-world phenomena.
Understanding how polynomial expressions are built and manipulated is essential for:
Polynomial functions and graphs
Factoring and solving equations
Analyzing end behavior
Preparing for derivatives in Calculus
A polynomial expression is an algebraic expression consisting of:
Constants
Variables
Non-negative integer exponents
Addition, subtraction, and multiplication
$$a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0$$
Where:
$$a_n,a_{n-1},\cdots\,a_0$$are real numbers (coefficients)
n is a non-negative integer
$$a_n\neq 0$$
Expressions are not polynomials if they contain:
Variables in denominators
Negative or fractional exponents
Variables inside radicals
Trigonometric, exponential, or logarithmic functions
$$\frac{1}{x} , x^{-2} , \sqrt{x} , 3^{x}$$
A term is a product of a coefficient and variables with exponents.
Example:
$$5x^{3}$$
The coefficient is the numerical factor of a term.
$$-7x^2$$, the coefficient is −7.
The degree of a term is the sum of the exponents of the variables.
Example:
$$4x^3y^2 \longrightarrow$$ degree = 5
The degree of a polynomial is the highest degree of its terms.
Example:
$$2x^4 – 5x^2 + 3 \longrightarrow$$ degree = 4
| Name | Example |
|---|---|
| Monomial | $$7x^3$$ |
| Binomial | $$x^2 – 4$$ |
| Trinomial | $$2x^2 + 3x – 1$$ |
| Degree | Name |
|---|---|
| 0 | Constant |
| 1 | Linear |
| 2 | Quadratic |
| 3 | Cubic |
| 4 | Quartic |
| 5 | Quintic |
A polynomial is in standard form when:
Terms are arranged in descending powers of the variable
Like terms are combined
Example:
$$3x-2x^3+5+x^2 \rightarrow -2x^3+x^2+3x+5$$
Combine like terms only
Example:
$$(3x^2+2x-5) + (x^2-4x+1)=4x^2-2x-4$$
$$2x(3x^2-x+4)=6x^3-2x^2+8x$$
$$(x+3)(x-5)=x^2-2x-15$$
Factoring is the reverse of multiplication.
$$6x^3+9x^2=3x^2(2x+3)$$
$$x^2+5x+6=(x+2)(x+3)$$
$$x^2-9=(x-3)(x+3)$$
A polynomial expression becomes a polynomial function when written as:
f(x)=polynomial expression
This allows:
Graphing
Finding zeros
Analyzing end behavior
Studying rates of change
The Binomial Theorem provides a systematic method for expanding powers of a binomial expression of the form
$$(a+b)^n$$
without multiplying the expression repeatedly.
This theorem is essential in Precalculus because it:
Simplifies expansion of high-degree polynomials
Reveals patterns in coefficients
Connects algebra with combinatorics and probability
Prepares students for series and approximations in Calculus
A binomial is a polynomial with exactly two terms.
Examples:
$$x+3 , 2a-b , 1-4x$$
Powers of binomials appear frequently in algebraic modeling and function analysis.
Consider the expansions:
$$(a+b)^1=a+b$$
$$(a+b)^2=a^2+2ab+b^2$$
$$(a+b)^3=a^3+3a^2b+3ab^2+b^3$$
$$(a+b)^4=a^4+4a^3b+6a^2b^2+4ab^3+b^4$$
Observations:
Powers of aaa decrease
Powers of bbb increase
Coefficients follow a predictable pattern
For any positive integer n:
$$(a+b)^n=\sum\limits_{k=0}^n\left(_k^n\right)a^{n-k}b^k$$
Where:
$$\left(_k^n\right)$$ is a binomial coefficient
k represents the position of each term
$$\left(_k^n\right)=\frac{n!}{k!(n-k)!}$$
These coefficients count the number of ways to choose k objects from n.
$$\left(_2^5\right)=\frac{5!}{2!(5-2)!}=10$$
Binomial coefficients appear in Pascal’s Triangle.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
$$\cdots$$
Each row corresponds to the coefficients of $$(a+b)^n$$.
Expand:
$$(x+2)^4$$
Using binomial coefficients 1,4,6,4,1:
$$(x+2)^4=x^4+4x^3(2)+6x^2(2)^2+3x(2)^3+2^4$$
$$=x^4+8x^3+24x^2+32x+16$$
Find the 3rd term of:
$$(2x-3)^5$$
Use:
$$T_3=\left(_2^5\right)(2x^3)(-3)^2=10\cdot8x^3\cdot9=720x^3$$
You have not completed all required lessons and assessments.