Jump to content

User:JayBeeEll/sandbox

From Wikipedia, the free encyclopedia
  • NB I have not dealt with the problem of sourcing the things I've changed, most of which are focused on composition and division. Moderately good sourcing on division.
  • Should we say things about degrees of sums, products, and compositions?
  • Nothing about subtraction yet
  • Should we add anything about composition where the outer function has multiple variables? Like, f(g(x, y), h(x, z), t) or whatever. Maybe no.


Factorization

[edit]

All polynomials with coefficients in a unique factorization domain (for example, the integers or a field) also have a factored form in which the polynomial is written as a product of irreducible polynomials and a constant. This factored form is unique up to the order of the factors and their multiplication by an invertible constant. In the case of the field of complex numbers, the irreducible factors are linear. Over the real numbers, they have the degree either one or two. Over the integers and the rational numbers the irreducible factors may have any degree.[1] For example, the factored form of

is

over the integers and the reals and

over the complex numbers.

The computation of the factored form, called factorization is, in general, too difficult to be done by hand-written computation. However, efficient polynomial factorization algorithms are available in most computer algebra systems.

Calculus

[edit]

Calculating derivatives and integrals of polynomial functions is particularly simple. The derivative of the polynomial with respect to x is the polynomial Similarly, the general antiderivative (or indefinite integral) of is where c is an arbitrary constant. For example, antiderivatives of x2 + 1 have the form 1/3x3 + x + c.

For polynomials whose coefficients come from more abstract settings (for example, if the coefficients are integers modulo some prime number p, or elements of an arbitrary ring) then the formula for the derivative can still be interpreted formally, with the coefficient kak understood to mean the sum of ak with itself, k times. For example, over the integers modulo p, the derivative of the polynomial xp + x is the polynomial 1.[2]

  1. ^ Barbeau, E.J. (2003). Polynomials. Springer. pp. 80–2. ISBN 978-0-387-40627-5.
  2. ^ Barbeau, E.J. (2003). Polynomials. Springer. pp. 64–5. ISBN 978-0-387-40627-5.