In mathematics, an algebraic equation or polynomial equation is an equation of the form
P=0
x5-3x+1=0
y4+
xy | |
2 |
-
x3 | |
3 |
+xy2+y2+
1 | |
7 |
=0
Some but not all polynomial equations with rational coefficients have a solution that is an algebraic expression that can be found using a finite number of operations that involve only those same types of coefficients (that is, can be solved algebraically). This can be done for all such equations of degree one, two, three, or four; but for degree five or more it can only be done for some equations, not all. A large amount of research has been devoted to compute efficiently accurate approximations of the real or complex solutions of a univariate algebraic equation (see Root-finding algorithm) and of the common solutions of several multivariate polynomial equations (see System of polynomial equations).
The term "algebraic equation" dates from the time when the main problem of algebra was to solve univariate polynomial equations. This problem was completely solved during the 19th century; see Fundamental theorem of algebra, Abel–Ruffini theorem and Galois theory.
Since then, the scope of algebra has been dramatically enlarged. In particular, it includes the study of equations that involve th roots and, more generally, algebraic expressions. This makes the term algebraic equation ambiguous outside the context of the old problem. So the term polynomial equation is generally preferred when this ambiguity may occur, specially when considering multivariate equations.
The study of algebraic equations is probably as old as mathematics: the Babylonian mathematicians, as early as 2000 BC could solve some kinds of quadratic equations (displayed on Old Babylonian clay tablets).
Univariate algebraic equations over the rationals (i.e., with rational coefficients) have a very long history. Ancient mathematicians wanted the solutions in the form of radical expressions, like
x= | 1+\sqrt{5 |
x2-x-1=0
The algebraic equations are the basis of a number of areas of modern mathematics: Algebraic number theory is the study of (univariate) algebraic equations over the rationals (that is, with rational coefficients). Galois theory was introduced by Évariste Galois to specify criteria for deciding if an algebraic equation may be solved in terms of radicals. In field theory, an algebraic extension is an extension such that every element is a root of an algebraic equation over the base field. Transcendental number theory is the study of the real numbers which are not solutions to an algebraic equation over the rationals. A Diophantine equation is a (usually multivariate) polynomial equation with integer coefficients for which one is interested in the integer solutions. Algebraic geometry is the study of the solutions in an algebraically closed field of multivariate polynomial equations.
Two equations are equivalent if they have the same set of solutions. In particular the equation
P=Q
P-Q=0
A polynomial equation over the rationals can always be converted to an equivalent one in which the coefficients are integers. For example, multiplying through by 42 = 2·3·7 and grouping its terms in the first member, the previously mentioned polynomial equation
| |||||
y | = |
x3 | |
3 |
-xy2+y
| ||||
42y4+21xy-14x3+42xy2-42y2+6=0.
Because sine, exponentiation, and 1/T are not polynomial functions,
eT
| ||||
x |
xy+\sin(T)z-2=0
Given an equation in unknown
(E) anxn+anxn+...+a1x+a0=0
P=anXn+anXn+...+a1X+a0 \inK[X]
If is a field extension of, one may consider (E) to be an equation with coefficients in and the solutions of (E) in are also solutions in (the converse does not hold in general). It is always possible to find a field extension of known as the rupture field of the polynomial, in which (E) has at least one solution.
The fundamental theorem of algebra states that the field of the complex numbers is closed algebraically, that is, all polynomial equations with complex coefficients and degree at least one have a solution.
It follows that all polynomial equations of degree 1 or more with real coefficients have a complex solution. On the other hand, an equation such as
x2+1=0
\R
While the real solutions of real equations are intuitive (they are the -coordinates of the points where the curve intersects the -axis), the existence of complex solutions to real equations can be surprising and less easy to visualize.
However, a monic polynomial of odd degree must necessarily have a real root. The associated polynomial function in is continuous, and it approaches
-infty
-infty
+infty
+infty
There exist formulas giving the solutions of real or complex polynomials of degree less than or equal to four as a function of their coefficients. Abel showed that it is not possible to find such a formula in general (using only the four arithmetic operations and taking roots) for equations of degree five or higher. Galois theory provides a criterion which allows one to determine whether the solution to a given polynomial equation can be expressed using radicals.
The explicit solution of a real or complex equation of degree 1 is trivial. Solving an equation of higher degree reduces to factoring the associated polynomial, that is, rewriting (E) in the form
an(x-z1)...(x-zn)=0
z1,...,zn
zi
ai
This approach applies more generally if the coefficients and solutions belong to an integral domain.
If an equation of degree has a rational root, the associated polynomial can be factored to give the form (by dividing by or by writing as a linear combination of terms of the form, and factoring out . Solving thus reduces to solving the degree equation . See for example the case .
To solve an equation of degree,
(E) anxn+anxn+...+a1x+a0=0
x=y-
an-1 | |
nan |
n | |
a | |
ny |
+bnyn+...+b1y+b0=0
Leonhard Euler developed this technique for the case but it is also applicable to the case, for example.
See main article: Quadratic equation.
To solve a quadratic equation of the form
ax2+bx+c=0
\Delta=b2-4ac
If the polynomial has real coefficients, it has:
\Delta>0
\Delta=0
\Delta<0
See main article: Cubic equation. The best-known method for solving cubic equations, by writing roots in terms of radicals, is Cardano's formula.
See main article: Quartic equation. For detailed discussions of some solution methods see:
A quartic equation
ax4+bx3+cx2+dx+e=0
a\ne0
Some cubic and quartic equations can be solved using trigonometry or hyperbolic functions.
See main article: Abel–Ruffini theorem and Galois group.
Évariste Galois and Niels Henrik Abel showed independently that in general a polynomial of degree 5 or higher is not solvable using radicals. Some particular equations do have solutions, such as those associated with the cyclotomic polynomials of degrees 5 and 17.
Charles Hermite, on the other hand, showed that polynomials of degree 5 are solvable using elliptical functions.
Otherwise, one may find numerical approximations to the roots using root-finding algorithms, such as Newton's method.