PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 1 of 'basic polynomial'
[ view 'basic polynomial' | back to history ]

Title of object: basic polynomial
Canonical Name: BasicPolynomial
Type: Definition

Created on: 2008-03-08 22:53:35
Modified on: 2008-03-08 22:53:35

Creator: Wkbj79
Modifier: Wkbj79
Author: Wkbj79

Classification: msc:12-00, msc:26C99, msc:97D40
Defines: monomial, term, like terms, combine like terms, combined like terms, combining like terms, expanded, expand, constant term, degree, coefficient, descending order, ascending order, leading coefficient

Preamble:

\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{pstricks}
\usepackage{psfrag}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{xypic}
Content:

\PMlinkescapeword{right}

A \emph{polynomial} can be defined iteratively as follows:
\begin{itemize}
\item Constants are polynomials.
\item Variables (such as $x$) are polynomials.
\item Adding, subtracting, or multiplying two polynomials always yields a polynomial.
\end{itemize}

The above process always yields expressions in which variables only have exponents that are positive (or nonnegative) and in which variables never occur in denominators or within functions such as under radicals or inside absolute values.

For example, $x^2y^3+\frac{1}{2}x^2y^2+y^3x^2\sqrt{2}$ is a polynomial. Note that fractions, radicals, and the like \emph{can} occur in polynomials. It is only stipulated that no \emph{variables} appear in denominators, under radicals, etc.

A \emph{monomial} is a polynomial in which variables are being multiplied only. Within a polynomial, a monomial that is as large as possible is called a \emph{term} of the polynomial. In the example above, $x^2y^3$, $\frac{1}{2}x^2y^2$, and $y^3x^2\sqrt{2}$ are the terms of the polynomial.

Terms of a polynomial are \emph{like} if their variable expressions match. In the example above, $x^2y^3$ and $y^3x^2\sqrt{2}$ are like terms.

When students are first learning about polynomials, it is advisable to teach them to alphabetize the variables in each term. That way, students can more easily detect like terms.

Like terms can be \emph{combined} by using the distributive property. For example,
\begin{align*}
x^2y^3+\frac{1}{2}x^2y^2+y^3x^2\sqrt{2} & =x^2y^3+x^2y^3\sqrt{2}+\frac{1}{2}x^2y^2 \\
& =(1+\sqrt{2})x^2y^3+\frac{1}{2}x^2y^2.
\end{align*}

A polynomial is \emph{expanded} if no variable occurs within parentheses. For example, $(x-3)(x+2)$ is a polynomial since both $x-3$ and $x+2$ are polynomials. Expanding and combining like terms yields
\begin{align*}
(x-3)(x+2) & =x^2+2x-3x-6 \\
& =x^2-x-6.
\end{align*}

In an expanded polynomial in which all like terms have been combined, the \emph{constant term} is the term in which no variable appears (or all variables occur to the zero power). For example, $-6$ is the constant term of $x^2-x-6$. If no constant term appears, then the constant term is $0$.

The \emph{degree} of a (nonzero) monomial is the sum of the exponents of its variables. Since $x^0=1$, the degree of a (nonzero) constant is $0$. Most sources do not define the degree of the polynomial $0$; some define the degree of the polynomial $0$ to be $-\infty$.

The \emph{degree} of a polynomial is the maximum of the degrees of its terms after the polynomial has been expanded. For example, the polynomial $(1+\sqrt{2})x^2y^3+\frac{1}{2}x^2y^2$ has degree $5$.

The \emph{coefficient} of a monomial is the numerical (non-variable) portion of the monomial. For example, the coefficient of $-2x^2y^3$ is $-2$.

For the \PMlinkescapetext{remainder} of this entry, only polynomials in one variable will be discussed.

An expanded polynomial is in \emph{descending order} if the degrees of the terms of the polynomial are strictly decreasing as the polynomial is read from left to right. Note that, for a polynomial to be written in descending order, all like terms have to be combined. For example, $x^2-x-6$ is in descending order. Since $x^0=1$, the constant term always occurs last in a polynomial written in descending order. Note that an expanded polynomial is in \emph{ascending order} if the degrees of the terms of the polynomial are strictly increasing as the polynomial is read from left to right.

In an expanded polynomial in which all like terms have been combined, the \emph{leading coefficient} is the coefficient of the term that determines the degree of the polynomial. Therefore, if a polynomial is written in descending order, then the leading coefficient will be the leftmost coefficient.

More to come\dots