Polynomials

Overview

Let R be a rng. A polynomial f(x) with coefficients in R is an infinite formal sum

i=0aixi=a0+a1x++anxn+,

where aiR and ai=0 for all but a finite number of values of i. The ai are called the coefficients of f(x). If for some i0 it is true that ai0, the largest such value of i is the degree of f(x), denoted as degf. If all ai=0, then the degree of f(x) is .

We denote the set of all polynomials in an indeterminate x with coefficients in R as R[x]. Sometimes this set is denoted as P(R). The set of all polynomials with degree at most m is then denoted as Pm(R). Such a set includes 0.

Quadratics

A quadratic function (of a single variable) is a function of the form

f(x)=ax2+bx+c,a0,

where a, b, and c are coefficients. The above form is called the standard form.

A quadratic may have zero, one, or two real roots. It will always have exactly two complex roots. In both cases, these refer to the points x where f(x)=0. If a quadratic has no real roots, we say it is irreducible.

Completing the Square

Completing the square is a technique for converting a quadratic polynomial in standard form to that of vertex form a(xh)2+k, where h and k are the x and y coordinates of the vertex respectively.

completing-square.png

Quadratic Formula

Let f(x)=ax2+bx+c. The quadratic formula is used to find the roots of f. It is given by

x=b±b24ac2a.

The portion under the radical is called the discriminant. If

Long Division

Polynomial long division is an algorithm for dividing a polynomial by another with equal or lower degree.

We say a rational function is proper if the degree of the numberator is less than that of the denominator. Otherwise we say it is improper. An improper rational function can be expressed as the sum of a polynomial and a proper rational function using long division.

Algebraic Numbers

The set of polynomials with coefficients in Z, Q, R, and C are denoted by Z[x], Q[x], R[x], and C[x] respectively.

A number xR is called an algebraic number if it satisfies p(x)=0, where p is a non-zero polynomial in Z[x]. Otherwise it is called a transcendental number.

Powered by Forestry.md