Algebraic Transformations |
Basic Definitions Polynomials
Outline Factoring Factoring Quadratic Polynomials Factoring Cubic Polynomials Factor Theorems
Expanding Completing Perfect Square Rationalizing Denominators |
Polynomials
A polynomial is an algebraic expression involving variables with only non-negative integer
exponents.
4 x5
y3
7 x3 y2
z + 2 x y
+ 3
is a polynomial of degree 8. A polynomial of n-th degree with a single variable is an algebraic expression of the form Pn(x)
= an
xn
+ an
1 xn
1 + an
2 xn
2 + ... + a1
x + a0,
where x is the variable and
an
≠ 0. A polynomial is said to be a monic polynomial, if the coefficient of the leading term equals unity, an = 1. Some polynomials have special names.
Polynomials can also be classified according to their degrees.
P1(x) = a1 x + a0. A quadratic polynomial is a polynomial of the second degree: P2(x) = a2 x2 + a1 x + a0. A cubic polynomial is a polynomial of the second degree: P3(x) = a3 x3 + a2 x2 + a1 x + a0. Polynomials are very important, since many mathematical and physical
problems are formulated in terms of polynomial equations. |