PolynomialIn algebra, a polynomial function, or polynomial for short, is a function of the form
In calculus, the scalars are almost always real or complex numbers.
\nis an example of a cubic function with leading coefficient -7 and constant coefficient 3. Polynomials and calculusNote that the polynomials of degree ≤ n are precisely those functions whose (n+1)st derivative is identically zero. One important aspect of calculus is the project of analyzing complicated functions by means of \napproximating them with polynomials. The culmination of these efforts \nis Taylor's theorem,\nwhich roughly states that every differentiable function locally\nlooks like a polynomial, and the \nStone-Weierstrass theorem, which states that every continuous function defined on\na compact interval of the real axis can be approximated on the whole interval\nas closely as desired by a polynomial. Polynomials are also frequently used to interpolate functions. Quotients of polynomials are called rational functions. Piecewise rationals are\nthe only functions that can be evaluated directly on a computer,\nsince typically only the operations of addition, multiplication,\ndivision and comparison are implemented in hardware. All the other functions\nthat computers need to evaluate, such as trigonometric functions,\nlogarithms and exponential functions, must then be approximated in software by suitable piecewise\nrational functions.Efficient evaluationIn order to determine function values of polynomials for given values of the\nvariable x, one does not apply the polynomial as a formula\ndirectly, but uses the much more efficient Horner scheme\ninstead. If the evaluation of a polynomial at many equidistant points\nis required, Newton's difference method\nreduces the amount of work dramatically. The \nDifference Engine of\nCharles Babbage was designed to create large tables of values of logarithms\nand trigonometric functions automatically by evaluating approximating\npolynomials at many points using Newton's difference method.RootsA root or zero of the polynomial f(x) is a number r such that f(r) = 0. Determining the roots of polynomials, or "solving algebraic equations", is among the oldest problems in mathematics. Some polynomials, such as f(x) = x² + 1, do not have any roots among the real numbers. If however the set of allowed candidates is expanded to the complex numbers, every (non-constant) polynomial has a root (see Fundamental Theorem of Algebra). Approximations for the real roots of a given polynomial can be found using\nNewton's method, or more efficiently using Laguerre's method which employs complex arithmetic and can locate all complex roots. These root-finding algorithms are studies in numerical analysis.Formulae for rootsThere is a difference between approximating roots and finding concrete\nclosed formulas for them. Formulas for the roots of polynomials of\ndegree up to 4 have been known since the sixteenth century (see quadratic formula, Cardano, Tartaglia). But formulas for degree 5 eluded researchers for a long time. In 1824, Abel proved the striking result that there can be no general formula (involving only the arithmetical operations and radicals) for the roots of a polynomial of degree ≥ 5 in terms of its coefficients (see Abel-Ruffini theorem). This result marked the start of Galois theory which\nengages in a detailed study of relations among roots of polynomials.Several variablesIn multivariate calculus, polynomials in several variables play an important role. These are the simplest multivariate functions and can be defined using addition and multiplication alone. An example of a polynomial in the variables x, y, and z isComplexityIn computer science, we say that a polynomial of highest order n has a running time of O(xn), see Big O notation. For example, take the polynomials:
Abstract algebraIn abstract algebra, one must take care to distinguish between\npolynomials and polynomial functions. A polynomial f is defined to be a formal expression of the form
DivisibilityIn commutative algebra, one major focus of study is divisibility \namong polynomials. If R is an integral domain and f and g are polynomials in R[X], we say that f divides g if there exists a polynomial q in R[X] such that f q = g. One can then show that "every zero gives rise to a linear factor", or more formally: if f is a polynomial in R[X] and r is an element of R such\nthat f(r) = 0, then the polynomial (X - r) divides f. The converse is also true.\nThe quotient can be computed using the Horner scheme. If F is a field and f and g are polynomials in F[X] with g ≠ 0, then there exist polynomials q and r in F[X] with \n:\nand such that that the degree of r is smaller than the degree of g. The polynomials q and r are uniquely determined by f and g. This is called "division with remainder" or "polynomial long division" and shows that the ring F[X] is a Euclidean domain. Analogously we can define polynomial "primes" (more correctly, irreducible polynomials) which cannot be factorized into the product of two polynomials of lesser degree. Depending on the degree of the polynomial to be considered, simply checking if the polynomial has linear factors can eliminate several cases, and then resorting to checking divisibility of some other irreducible polynomials, however Eisenstein's criterion can be used to more efficiently determine irreducibility.More variablesOne also speaks of polynomials in several variables, obtained by\ntaking the ring of polynomials of a ring of polynomials: R[X,Y] =\n(R[X])[Y] = (R[Y])[X]. These are of fundamental importance in\nalgebraic geometry which studies the simultaneous zero sets of\nseveral such multivariate polynomials. Polynomials are frequently used to encode information about some other object. The characteristic polynomial of a matrix or linear operator contains information about the operator's eigenvalues. The minimal polynomial of an algebraic element records the simplest algebraic relation satisfied by that element. Other related objects studied in abstract algebra are formal power series, which are like\npolynomials but may have infinite degree, and the \nrational functions, which are ratios of polynomials.Special polynomialsSee also:\n* Polynomial sequence\n* Chebyshev polynomials\n* Ehrhart polynomial (It is appropriate that this title is singular although some of the other special polynomials named after persons that are listed here are plural, because those are special polynomial sequences.)\n* Hermite polynomials\n* Hurwitz polynomial (It is appropriate that this title is singular although some of the other special polynomials named after persons that are listed here are plural, because those are special polynomial sequences.)\n* Legendre polynomials\n* Polynomial interpolation\n* Binomial type\n* Sheffer sequence\n* List of polynomial topics Category:Complex analysis\nCategory:Algebra \nCategory:Abstract algebra \n \n \n \n\n \n \n \n |
||||||
"I'm not a member of any organized political party, I'm a Democrat!" - Will Rogers (1879-1935) |
In 



