|
In mathematics, a splitting field of a polynomial with coefficients in a field is an extension of that field over which the polynomial factors into linear factors. The purpose of this article is to describe an iterative process for constructing the splitting field of a given polynomial. Euclid, detail from The School of Athens by Raphael. ...
In abstract algebra, the splitting field of a polynomial P(X) over a given field K is a field extension L of K, over which P factorizes into linear factors X â ai, and such that the ai generate L over K. It can be shown that such splitting fields exist...
Motivation Finding roots of polynomials has been an important problem since the time of the ancient Greeks. Some polynomials, however, have no roots such as x2 + 1 over R, the real numbers. By constructing the splitting field for such a polynomial one can find the roots of the polynomial in the new field. (In this example the splitting field is C the complex numbers, where x2 + 1 = (x + i)(x − i).) In mathematics, a root (or a zero) of a function f is an element x in the domain of f such that f(x) = 0. ...
Construction Let F be a field and p(x) be a polynomial in the polynomial ring F[x] of degree n. The general process for constructing K, the splitting field of p(x) over F, is to construct a sequence of fields F = K0,K1,...Kr − 1,Kr = K such that Ki is an extension of Ki − 1 containing a new root of p(x). Since p(x) has at most n roots the construction will require at most n extensions. The steps for constructing Ki are given as follows: In abstract algebra, a polynomial ring is the set of polynomials in one or more variables with coefficients in a ring. ...
- Factor p(x) over Ki into irreducible factors f1(x)f2(x)...fk(x).
- Chose any irreducible factor f(x) = fi(x)
- Construct the quotient ring Ki + 1 = Ki[x] / (f(x)) where (f(x)) denotes the ideal in Ki[x] generated by f(x)
- Repeat the process for Ki + 1 until p(x) factors completely.
The irreducible factor fi used in the quotient construction may be chosen arbitrarily. Although different choices of factors may lead to different subfield sequences the resulting splitting fields will be isomorphic. In mathematics, the adjective irreducible means that an object cannot be expressed as a product of at least two non-trivial factors in a given ring. ...
In ring theory, a branch of abstract algebra, an ideal is a special subset of a ring which generalizes important properties of integers. ...
Since f(x) is irreducible (f(x)) is a maximal ideal and hence Ki[x] / (f(x)) is, in fact, a field. Moreover, if we let π:Ki[x] − > Ki[x] / (f1(x)) be the natural projection of the ring onto its quotient then f(π(x)) = π(f(x)) = f(x) mod f(x) = 0 so π(x) is a root of f(x) and of p(x). The degree of a single extension [Ki + 1:Ki] is equal to the degree of the irreducible factor f(x). The degree of the extension [K : F] is given by [F:K1][K1:K2]...[Kr:Kr − 1] and is at most n!.
The Field Ki[x] / (f(x)) As mentioned above the quotient ring Ki + 1 = Ki[x] / (f(x)) is a field when f(x) is irreducible. Its elements are of the form cn − 1αn − 1 + cn − 2αn − 2 + ... + c1α1 + c0 where the cj are in Ki and α = π(x). (If one considers Ki + 1 as a vector space over Ki then the powers αj for 1 <= j <= n-1 form a basis.) The elements of Ki + 1 can be considered as polynomials in α of degree less than n. Addition in Ki + 1 is given by the rules for polynomial addition and multiplication is given by polynomial multiplication modulo f(x). That is, for g(α) and h(α) in Ki + 1 the product g(α)h(α) = r(α) where r(x) is the remainder of g(x)h(x) divided by f(x) in Ki[x]. The remainder r(x) can be computed through long division of polynomials, however there is also a straightforward reduction rule that can be used to compute r(α) = g(α)h(α) directly. First let f(x) = xn + bn − 1xn − 1 + ... + b1x + b0. (The polynomial is over a field so one can take f(x) to be monic without loss of generality.) α is a root of f(x) so αn = − (bn − 1αn − 1 + ... + b1α + b0). If the product g(α)h(α) has a term αm with m >= n it can be reduced as follows: In mathematics, a monic can refer to monic morphism – a special kind of morphism in category theory, monic polynomial – a polynomial whose leading coefficient is one. ...
- αnαm − n = ( − (bn − 1αn − 1 + ... + b1α + b0))αm − n = − (bn − 1αm − 1 + ... + b1αm − n + 1 + b0αm − n + 1).
As an example of the reduction rule, take Ki = Q, the rational numbers, and take f(x) = x7 − 2. Let g(α) = α5 + α2,h(α) = α3 + 1 be two elements of Q / (x7 − 2). The reduction rule given by f(x) is α7 = 2 so - g(α)h(α) = (α5 + α2)(α3 + 1) = α8 + 2α5 + α2 = (α7)α + 2α5 + α2 = 2α5 + α2 + 2α.
Examples Let f = X2 + 1 in R[X]. Then R[x]: = R[X] / (f) has: - elements: a + bx, a, b in R;
- addition: (a1 + b1x) + (a2 + b2x) = (a1 + a2) + (b1 + b2)x;
- multiplication: (a1 + b1x)(a2 + b2x) = (a1a2 − b1b2) + (a1b2 + a2b1)x.
We usually write i for x and C for R[x]. |