Recent Articles



































Quadratic equation



         


mathematics, a quadratic equation is a polynomial equation of degree 2. The generalized form is

<math>ax^2+bx+c=0<math>.

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 <math>x^2<math>, 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 <math>x_1<math> and <math>x_2<math>, 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:

<math>2x^6+3x^3+5=0<math>.

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.

[Top]

Quadratic formula

The quadratic formula explicitly gives the solutions of a quadratic equation in terms of the coefficients a, b and c, which we temporarily 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

<math>

x_{1,2}=\frac{-b \pm \sqrt {b^2-4ac\ }}{2a}. <math>

An alternate form sometimes encountered is given by

<math>

x_{1,2}=\frac{2c}{-b \pm \sqrt {b^2-4ac\ }}. <math>

The term b2 − 4ac is called the discriminant of the quadratic equation, because it discriminates between three qualitatively different cases:

Note that when computing roots numerically, the usual form of the quadratic formula is not ideal. See Loss of significance for details.

[Top]

Derivation

The quadratic formula is derived by the method of completing the square.

<math>ax^2+bx+c=0<math>

Dividing our quadratic equation by a, we have

<math>

x^2 + \frac{b}{a} x + \frac{c}{a}=0 <math>

which is equivalent to

<math>x^2+\frac{b}{a}x=-\frac{c}{a}.<math>

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

<math>x^2+\frac{b}{a}x+\frac{b^2}{4a^2}=-\frac{c}{a}+\frac{b^2}{4a^2}.<math>

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

<math>\left(x+\frac{b}{2a}\right)^2=\frac{b^2-4ac}{4a^2}.<math>

Taking square roots of both sides yields

<math>x+\frac{b}{2a}=\pm\frac{\sqrt{b^2-4ac\ }}{2a}.<math>

Subtracting b/(2a) from both sides, we get

<math>x=\frac{-b}{2a}\pm\frac{\sqrt{b^2-4ac\ }}{2a}=\frac{-b\pm\sqrt{b^2-4ac\ }}{2a}.<math>
[Top]

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

<math>\pm \sqrt {b^2-4ac\ }<math>

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.

[Top]

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:

<math> x_1 + x_2 = \frac{-b}{a} <math>
<math> x_1 x_2 = \frac{c}{a} <math>
[Top]

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.

linear equation





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License