Cubic equation

In mathematics, a cubic equation is a polynomial equation in which the highest occurring power of the unknown is the third power. An example is the equation

2x3 − 4x2 + 3x − 4 = 0

and the general form may be written as:

α3x3 + α2x2 + α1x + α0 = 0.

Usually, the coefficients α0, ..., α3 are real numbers. However, most of the theory is also valid if they belong to a field of characteristic other than two or three. We will always assume that α3 is non-zero (otherwise it is a quadratic equation).

Solving a cubic equation amounts to finding the roots of a cubic function.

(This article discusses cubic equations in one variable. For a discussion of cubic equations in two variables, see elliptic curve.)

Contents

History

The Iranian mathematician Omar Khayyám (1048–1123) constructed solutions of cubic equations by intersecting a conic section with a circle. He showed how this geometric solution could be used to get a numerical answer by consulting trigonometric tables.

In the early sixteenth century, the Italian mathematician Scipione dal Ferro found a method for solving a class of cubic equations, namely those x3 + mx = n. In fact, all cubic equations can be reduced to this form if we allow m and n to be negative, but negative numbers were not known at that time. Dal Ferro kept his achievement secret until just before his death, when he told his student about it. Tartaglia heard about this and soon found a method himself. He revealed his method to Gerolamo Cardano, who published it in Ars Magna 1545.

Cardano noticed that Tartaglia's method sometimes required him to extract the square root of a negative number. He even included a calculation with these complex numbers in Ars Magna, but he did not really understand it. Rafael Bombelli studied this issue in detail and is therefore often considered as the discoverer of complex numbers.

The nature of the roots

Every cubic equation with real coefficients has at least one solution x among the real numbers; this is a consequence of the intermediate value theorem. We can distinguish several possible cases using the discriminant,

<math> \Delta = 4\alpha_1^3\alpha_3 - \alpha_1^2\alpha_2^2 + 4\alpha_0\alpha_2^3 - 18\alpha_0\alpha_1\alpha_2\alpha_3 + 27\alpha_0^2\alpha_3^2. <math>

The following cases need to be considered.

  • If Δ < 0, then the equation has three distinct real roots.
  • If Δ > 0, then the equation has one real root and a pair of complex conjugate roots.
  • If Δ = 0, then (at least) two roots coincide. To decide how many distinct roots there are, we define
<math> \Delta_2 = 2\alpha_2^3 - 9\alpha_1\alpha_2\alpha_3 + 27\alpha_0\alpha_3^2, <math>
and consider two further cases.
  • If Δ2 = 0, then all three roots coincide and we have a triple real root.
  • Otherwise, the equation has a double real root and a single real root.
The number Δ2 is the resultant of the cubic and its second derivative.
See also: multiplicity of a root of a polynomial

Cardano's method

The solutions can be found with the following method due to Scipione dal Ferro and Tartaglia, published by Gerolamo Cardano in 1545.

We first divide the given equation by α0 to arrive at an equation of the form

x3 + ax2 + bx + c = 0.         (1)

The substitution x = t - a/3 eliminates the quadratic term; in fact, we get the equation

<math> t^3 + pt + q = 0, \quad\mbox{where } p = b - \frac{a^2}3 \quad\mbox{and}\quad q = c + \frac{2a^3-9ab}{27}. \qquad (2) <math>

This is called the depressed cubic.

Suppose that we can find numbers u and v such that

<math> u^3-v^3 = q \quad\mbox{and}\quad uv = \frac13p. \qquad (3) <math>

A solution to our equation is then given by

t = vu,

as can be checked by directly substituting this value for t in (2).

The system (3) can be solved by solving the second equation for v, which gives

<math> v = \frac{p}{3u}. <math>

Substituting this in the first equation in (3) yields

<math> u^3 - \frac{p^3}{27u^3} = q. <math>

This can be seen as a quadratic equation for u3. If we solve this equation, we find that

<math> u=\sqrt[3]{{q\over 2}\pm \sqrt{{q^{2}\over 4}+{p^{3}\over 27}}}. \qquad (4) <math>

Since t = vu and t = x + a/3, we find

<math>x=\frac{p}{3u}-u-{a\over 3}.<math>

Note that there are six possibilities in computing u with (4), since there are two solutions to the square root (<math>\pm<math>), and three complex solutions to the cubic root (the principal root and the principal root multiplied by <math>-1/2 \pm i\sqrt{3}/2<math>). However, which sign of the square root is chosen does not affect the final resulting x, although care must be taken in two special cases to avoid divisions by zero. First, if p = 0, then one should choose the sign of the square root that gives a nonzero value for u, i.e. <math>u = \sqrt[3]{q}<math>. Second, if p = q = 0, then we have the triple real root x = −a/3.

Lagrange resolvents

The symmetric group S3 of order three has the cyclic group of order three as a normal subgroup, which suggests making use of the discrete Fourier transform of the roots, an idea due to Lagrange. Suppose that r0, r1 and r2 are the roots of equation (1), and define <math>\zeta = (1+\sqrt{3}i)/2<math>, so that ζ is a primitive third root of unity. We now set

<math>s_0 = r_0 + r_1 + r_2,\,<math>
<math>s_1 = r_0 + \zeta r_1 + \zeta^2 r_2,\,<math>
<math>s_2 = r_0 + \zeta^2 r_1 + \zeta r_2.\,<math>

The roots may then be recovered from the three si by inverting the above linear transformation, giving

<math>r_0 = (s_0 + s_1 + s_2)/3,\,<math>
<math>r_1 = (s_0 + \zeta^2 s_1 + \zeta s_2)/3,\,<math>
<math>r_2 = (s_0 + \zeta s_1 + \zeta^2 s_2)/3.\,<math>

We already know the value s0 = −a, so we only need to seek values for the other two. However, if we take the cubes, a cyclic permutation leaves the cubes invariant, and a transposition of two roots exchanges s13 and s23, hence the polynomial

<math>(z-s_1^3)(z-s_2^3) \qquad (5) <math>

is invariant under permutations of the roots, and so has coefficients expressible in terms of (1). Using calculations involving symmetric functions or alternatively field extensions, we can calculate (5) to be

<math>{z}^{2}+ \left( -9\,ba+2\,{a}^{3}+27\,c \right) z+ \left( {a}^{2}-3\,b\right)^{3}.<math>

The roots of this quadratic equation are

<math>\frac92\,ab-{a}^{3}- \frac{27}{2}\,c \pm \frac32\,\sqrt{3\Delta}, <math>

where Δ is the discriminant defined above. Taking cube roots give us s1 and s2, from which we can recover the roots ri of (1).

Factorization

If r is any root of (1), then we may factor using r to obtain

<math>(x-r)(x^2+(a+r)x+b+ar+r^2) = x^3+ax^2+bx+c.<math>

Hence if we know one root we can find the other two by solving a quadratic equation, giving

<math> \frac12 \left(-a-r \pm \sqrt{-3r^2-2ar+a^2-4b}\right) <math>

for the other two roots. If we are finding the roots of a polynomial with real coefficients and one real root, we can find the real root purely in terms of the real (rather than complex) cube root function, or alternatively stated we can find the root by extracting cube roots only of positive quantities. The complex conjugate roots can then be found as above.

Chebyshev radicals

The cube root function is in some respects not a well-behaved function, or one convenient for the purposes of finding the roots of a cubic equation. While cube roots are well-known and traditional, it is possible to use other algebraic functions to determine the roots, and avoid some of the problems of cube roots. The cube root function has a branch singularity at zero, as a result of which the real cube root function does not extend nicely to a complex cube root function. Moreover, when using cube roots to find the roots of a polynomial with three real roots we must take the roots of complex numbers, which introduces complex numbers into a situation which does not, in fact, require them.

We can get around these problems by using Chebyshev cube roots in place of ordinary cube roots. The polynomial <math>C_3 = x^3 - 3x<math> is the third Chebyshev polynomial normalized to the interval [−2, 2], which we use in place of [−1, 1] so as to obtain a monic polynomial. This polynomial function is equal to

<math>C_3(x) = t = 2 \cosh\left(\operatorname{arccosh}\left({x\over2}\right)/3\right).<math>

Inverting this function, we obtain

<math>x = 2 \operatorname{arccosh}\left(\cosh\left({t\over2}\right)/3\right),<math>

which satisfies <math>x^3 - 3x = t<math>.

This procedure is precisely analogous to the definition of the cube root in terms of logarithms and exponentials, with 2 arccosh(x) in the place of ln(x), and cosh(x/2) in the place of exp(x). However, it tangles us up in the question of the branch cuts of arccosh. We can get around that by defining the Chebychev cube root in terms of the hypergeometric function

<math>C_{1\over3}(t) = F\left(-{1\over3}, {1\over3}, {1\over2}, \frac{2-x}{4}\right)<math>

Rather than dealing with the complexities of either method, we can define the Chebyshev cube root for all complex values directly. For <math>|t-2| < 4<math>, we have the following convergent series:

<math>C_{1\over3}(t) = \sum_{n=0}^\infty \frac{2}{1-3n} {3n \choose n}\left(\frac{2-t}{27}\right)^n.<math>

We can now define <math>C_{1\over3}(t)<math> for the whole complex plane by taking a branch cut from <math>-\infty<math> to -2, and analytically continuing; continuing to the branch cut itself through the upper half-plane.

Now if we want the roots of <math>x^3 - 3x - t<math> we may find them in terms of <math>C_{1\over3}<math> as <math>r_1 = C_{1\over3}(t),\,<math> <math>r_2 = -C_{1\over3}(-t),\,<math> <math>r_3 = -r_1-r_2.<math>

If we have a cubic equation in depressed form, we may write it as <math>x^3 - 3px + q = 0<math>. Substituting <math>x = \sqrt{p} z<math> we obtain <math>z^3 - 3z + p^{-\frac{3}{2}}q = 0<math>. From this we obtain solutions to our original equation in terms of the Chebyshev cube root as <math>r_1 = \sqrt{p}\,C_{1\over3}(p^{-\frac{3}{2}}q),\,<math> <math>r_2 = -\sqrt{p}\,C_{1\over3}(-p^{-\frac{3}{2}}q),\,<math> <math>r_3 = -r_1 - r_2<math>. If now we start from equation (1) and reduce to the depressed form, we have <math>p = (a^2-3b)/9<math> and <math>q = (2a^3-9ab+27c)/27<math>, leading to

<math>t = p^{-\frac{3}{2}}q = \frac{2a^3-9ab+27c}{(a^2-3b)^{3/2}}.<math>

This gives us solutions to (1) as

<math>r_1 = \sqrt{p}\,C_{1\over3}(t),\,<math>
<math>r_2 = -\sqrt{p}\,C_{1\over3}(-t),\,<math>
<math>r_3 = -r_1 - r_2.<math>

Suppose the coefficients of (1) are real. If s is the quantity q/r from the section on real roots, then s = t2; hence 0 < s < 4 is equivalent to −2 < t < 2, and in this case we have a polynomial with three distinct real roots, expressed in terms of a real function of a real variable, quite unlike the situation when using cube roots. If s > 4 then either t > 2 and <math>C_{1\over3}(t)<math> is the sole real root, or t < −2 and <math>-C_{1\over3}(-t)<math> is the role real root. If s < 0 then the reduction to Chebyshev polynomial form has given a t which is a pure imaginary number; in this case <math>iC_{1\over3}(-it)-iC_{1\over3}(it)<math> is the sole real root. We are now evaluating a real root by means of a function of a purely imaginary argument; however we can avoid this by using the function

<math>S_{1\over3}(t) = iC_{1\over3}(-it)-iC_{1\over3}(it) = 2 \operatorname{arcsinh}\left(\sinh\left({t\over2}\right)/3\right),\,<math>

which is a real function of a real variable with no singularities along the real axis. If a polynomial can be reduced to the form <math>x^3 + 3x -t<math> with real t, this is a convenient way to solve for its roots.

External links

References

de:Kubische Gleichung da:Tredjegradsligning es:Ecuación de tercer grado ja:三次方程式 zh:三次方程

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools