|
In mathematics, a quadratic equation is a polynomial equation of degree 2. The
generalized form is
- ax2 + bx + c = 0.
The numbers a, b and c are called coefficients: a is the coefficient of
x2, b is the coefficient of x, and c is the free term.
For example, 5x2 + 3x + 4 = 0. In this example, 5 is the coefficient of x2, 3 is the coefficient of x, and 4 is the free term.
A quadratic equation with real or complex coefficients has two complex roots (i.e., solutions) usually denoted as x1 and x2, although the two roots may be equal.
These roots can be computed using the quadratic formula.
Higher order equations may be quadratic in form, such as:
- 2x6 + 3x3 + 5 = 0.
Note that the highest exponent is twice the value of the exponent of the middle term. This equation may be resolved directly
or with a simple substitution, using the methods that are available for the quadratic, such as factoring (also called
factorising), the quadratic formula, or completing the square.
Quadratic formula
The quadratic formula explicitly gives the solutions of a quadratic equation in terms of the coefficients
a, b and c, which we temporarialy assume to be real (but see below for generalizations) with a being non-zero. These solutions are also called the
roots of the equation. The formula reads
-
An alternate form sometimes encountered is given by
-
The term b2 − 4ac is called the discriminant of the quadratic equation, because it discriminates between three
qualitatively different cases:
- If the discriminant is zero then there is a repeated solution x, and this solution is real. Geometrically, this
means that the parabola described by the quadratic equation touches the
x-axis in a single point.
- If the discriminant is positive, then there are two different solutions x, both of which are real. Geometrically,
this means that the parabola intersects the x-axis in two points. Furthermore, if the discriminant is a perfect square,
the roots are rational numbers -- in other cases they may be
quadratic irrationals.
- If the discriminant is negative, then there are two different solutions x, both of which are complex numbers. The two solutions are complex conjugates of each other. In this case, the parabola does not intersect the x-axis at
all.
Note that when computing roots numerically, the usual form of the quadratic formula is not ideal. See Loss of significance for details.
Derivation
The quadratic formula is derived by the method of completing the square.
- ax2 + bx + c = 0
Dividing our quadratic equation by a, we have
-
which is equivalent to
-
The equation is now in a form in which we can conveniently complete the square. To "complete the square" is to add a constant (i.e., in this case, a quantity
that does not depend on x) to the expression to the left of "=", that will make it a perfect square trinomial of the
form x2 + 2xy + y2. Since "2xy" in this case is
(b/a)x, we must have y = b/(2a), so we add the square of
b/(2a) to both sides, getting
-
The left side is now a perfect square; it is the square of (x + b/(2a)). The right side can be
written as a single fraction; the common denominator is 4a2. We get
-
Taking square roots of both sides yields
-
Subtracting b/(2a) from both sides, we get
-
Generalizations
The formula and its proof remain correct if the coefficients a, b and c are complex numbers, or more generally members of any field whose characteristic is not 2. (In a field of characteristic 2, the element 2a is zero and it is
impossible to divide by it.)
The symbol
-
in the formula should be understood as "either of the two elements whose square is b2 −
4ac, if such elements exist". In some fields, some elements have no square roots and some have two; only zero has just
one square root, except in fields of characteristic 2.
Vičte's formulas
Vičte's formulas give a simple relation between the roots of
a polynomial and its coefficients. In the case of quadratic polynomial, they take the following form:
-
-
History
The ancient Babylonians (around 400 BC) and Chinese used the method of completing the square to solve quadratic equations with positive roots, but did not have a
general formula. Euclid produced a more abstract geometrical method around 300 BC.
The first mathematician known to have used the general algebraic formula, allowing negative as well as positive solutions, was
Brahmagupta (India, 7th century). Al-Khwarizmi
(Arabia, 11th century)
independently developed a set of formulae that worked for positive solutions. Abraham bar Hiyya Ha-Nasi (also known by the Latin name
Savasorda) was the first to introduce the complete solution to Europe in his book
Liber embadorum.
Related topics
|