Monday, November 1, 2010

Polynomials

By now, you should be familiar with variables and exponents, and you may have dealt with expressions like 3x4 or 6x. Polynomials are sums of these "variables and exponents" expressions. Each piece of the polynomial, each part that is being added, is called a "term". Polynomial terms have variables which are raised to whole-number exponents (or else the terms are just plain numbers); there are no square roots of variables, no fractional powers, and no variables in the denominator of any fractions.
Here is a typical polynomial:


Notice the exponents on the terms. The first term has an exponent of 2; the second term has an "understood" exponent of 1; and the last term doesn't have any variable at all. Polynomials are usually written this way, with the terms written in "decreasing" order; that is, with the largest exponent first, the next highest next, and so forth, until you get down to the plain old number.

Any term that doesn't have a variable in it is called a "constant" term because, no matter what value you may put in for the variable x, that constant term will never change. In the picture above, no matter what x might be, 7 will always be just 7.

The first term in the polynomial, when it is written in decreasing order, is also the term with the biggest exponent, and is called the "leading term".
The exponent on a term tells you the "degree" of the term. For instance, the leading term in the above polynomial is a "second-degree term" or "a term of degree two". The second term is a "first degree" term. The degree of the leading term tells you the degree of the whole polynomial; the polynomial above is a "second-degree polynomial". Here are a couple more examples:

Give the degree of the following polynomial: 2x^5 – 5x^3 – 10x + 9

This polynomial has four terms, including a fifth-degree term, a third-degree term, a first-degree term, and a constant term.

This is a fifth-degree polynomial.

Give the degree of the following polynomial: 7x^4 + 6x^2 + x

This polynomial has three terms, including a fourth-degree term, a second-degree term, and a first-degree term. There is no constant term.

This is a fourth-degree polynomial.

When a term contains both a number and a variable part, the number part is called the "coefficient". The coefficient on the leading term is called the "leading" coefficient.

In the above example, the coefficient of the leading term is 4; the coefficient of the second term is 3; the constant term doesn't have a coefficient.

The "poly" in "polynomial" means "many". I suppose, technically, the term "polynomial" should only refer to sums of many terms, but the term is used to refer to anything from one term to the sum of a zillion terms. However, the shorter polynomials do have their own names:

1. a one-term polynomial, such as 2x or 4x2, may also be called a "monomial" ("mono" meaning "one")
2. a two-term polynomial, such as 2x + y or x2 – 4, may also be called a "binomial" ("bi" meaning "two")
3.a three-term polynomial, such as 2x + y + z or x4 + 4x2 – 4, may also be called a "trinomial" ("tri" meaning "three")

Polynomials are also sometimes named for their degree:

1.a second-degree polynomial, such as 4x2, x2 – 9, or ax2 + bx + c, is also called a "quadratic"
2.a third-degree polynomial, such as –6x3 or x3 – 27, is also called a "cubic"
3.a fourth-degree polynomial, such as x4 or 2x4 – 3x2 + 9, is sometimes called a "quartic"
4.a fifth-degree polynomial, such as 2x5 or x5 – 4x3 – x + 7, is sometimes called a "quintic"

"Evaluating" a polynomial is the same as evaluating anything else: you plug in the given value of x, and figure out what y is supposed to be. For instance:

Evaluate 2x^3 – x^2 – 4x + 2 at x = –3

I need to plug in "–3" for the "x", remembering to be careful with my parentheses and the negatives:

2(–3)3 – (–3)2 – 4(–3) + 2
= 2(–27) – (9) + 12 + 2
= –54 – 9 + 14
= –63 + 14
= –49

Always remember to be careful with the minus signs!


Reference:
http://www.purplemath.com/modules/polydefs2.htm

No comments:

Post a Comment