Cubic equation
Encyclopedia : C : CU : CUB : 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
- α3x3 + α2x2 + α1x + α0 = 0.
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.)
History
Cubic equations were first discovered by Jaina mathematicians in ancient India sometime between 400 BC and 200 CE.The Persian 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 16th century, the Italian mathematician Scipione del Ferro (1465-1526) found a method for solving a class of cubic equations, namely those of the form 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. Del Ferro kept his achievement secret until just before his death, when he told his student Antonio Fiore about it.
In 1530, Niccolo Tartaglia (1500-1557) received two problems in cubic equations from Zuanne da Coi and announced that he could solve them. He was soon challenged by Fiore, which led to a famous contest between the two. Each contestant had to put up a certain amount of money and to propose a number of problems for his rival to solve. Whoever solved more problems within 30 days would get all the money.
Tartaglia received questions in the form x3 + mx = n, for which he had worked out a general method. Fiore received questions in the form x3 + mx2 = n, which proved to be too difficult for him to solve, and Tartaglia won the contest.
Later, Tartaglia was persuaded by Gerolamo Cardano (1501-1576) to reveal his secret for solving cubic equations. Tartaglia did so only on the condition that Cardano would never reveal it. A few years later, Cardano learned about Ferro's prior work and broke the promise by publishing Tartaglia's method in his book Ars Magna (1545) with credit given to Tartaglia. This led to another competition between Tartaglia and Cardano, for which the latter did not show up but was represented by his student Lodovico Ferrari (1522-1565). Ferrari did better than Tartaglia in the competition, and Tartaglia lost both his prestige and income.
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,
- [ \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. ]
- 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
- :[ \Delta_2 = 2\alpha_2^3 - 9\alpha_1\alpha_2\alpha_3 + 27\alpha_0\alpha_3^2, ]
- 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 del Ferro and Tartaglia, published by Gerolamo Cardano in 1545.
We first divide the given equation by α3 to arrive at an equation of the form
- [x^3 + ax^2 + bx +c = 0. \qquad (1) ]
- [ t^3 + pt + q = 0, \quad\mbox p = b - \frac3 \quad\mbox\quad q = c + \frac. \qquad (2) ]
Suppose that we can find numbers u and v such that
- [ u^3-v^3 = q \quad\mbox\quad uv = \frac. \qquad (3) ]
- [t = v - u, \,]
- [ (v-u)^3+3uv(v-u)+(u^3-v^3)=0 \ . ]
- [ v = \frac. ]
- [ u^3 - \frac = q. ]
- [ u=\sqrt[3]}. \qquad (4) ]
- [x=\frac-u-.]
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 [\zeta = (-1+i\sqrt)/2], so that ζ is a primitive third root of unity. We now set
- [s_0 = r_0 + r_1 + r_2,\,]
- [s_1 = r_0 + \zeta r_1 + \zeta^2 r_2,\,]
- [s_2 = r_0 + \zeta^2 r_1 + \zeta r_2.\,]
- [r_0 = (s_0 + s_1 + s_2)/3,\,]
- [r_1 = (s_0 + \zeta^2 s_1 + \zeta s_2)/3,\,]
- [r_2 = (s_0 + \zeta s_1 + \zeta^2 s_2)/3.\,]
- [(z-s_1^3)(z-s_2^3) \qquad (5) ]
- [^+ \left( -9\,ba+2\,^+27\,c \right) z+ \left( ^-3\,b\right)^.]
- [\frac92\,ab-^- \frac\,c \pm \frac32\,\sqrt, ]
Factorisation
If r is any root of (1), then we may factor using r to obtain
- [(x-r)(x^2+(a+r)x+b+ar+r^2) = x^3+ax^2+bx+c.]
- [ \frac12 \left(-a-r \pm \sqrt\right) ]
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 [C_3 = x^3 - 3x] is the third Chebyshev polynomial normalized to obtain a monic polynomial. The Chebyshev cube root is then defined as a (suitably chosen) root (depending on t) of the polynomial equation
- [x^3 - 3x = t \ .]
- [\, 2\,\cos(3x)= C_3(2 \cos x)]
- [ 2\,\cosh(3x)=C_3(2\cosh x) \ .]
- [ t=2\,\cos y=C_3(2\cos (y/3)) \ .]
- [C_(t) = 2 \,\operatorname\left(\operatorname\left(\right)/3\right) , ]
- [C_(t) = 2 \,\operatorname\left(\operatorname\left(\right)/3\right) \ . ]
This procedure is precisely analogous to the definition of the cube root in terms of logarithms and exponentials, with arccosh(x/2) resp. arccos(x/2) in the place of ln(x), and 2cosh(x) resp. 2cos(x) in the place of exp(x). The Chebyshev cube root can be constructed as an analytic function on the cut plane [\mathbb\setminus [-infty,-2]] and is the unique branch of the algebraic function [C_(t)] with this property. In the domain [D_1 := \\, | \, \Re>2\} ] it can be defined as
- [ C_(t)= 2\,\operatorname\left(\operatorname\left(\right)/3\right) ]
- [ C_(t)= 2 \,\operatorname\left(\operatorname\left(\right)/3\right) ],
- [\, F(t)^3-3F(t)-2=9G(t)+6G(t)^2+G(t)^3=0 ]
An alternative construction of the Chebyshev cube root in terms of hypergeometric functions is sketched in the next subsection.
The Chebyshev cube root as a hypergeometric function
The expression
- [ 2 \,\operatorname\left(\operatorname\left(\right)/3\right)=2\,\operatorname\left(-\operatorname\left(\right)/3\right) ]
- [ \sqrt \,\operatorname\left(\operatorname\left(\right)/3\right)+ \operatorname\left(\operatorname\left(\right)/3\right) \ .]
- [\, (4-x^2)y''-xy'+\lambda^2 y=0 ]
- [\, (4-x^2)y''-xy'+\lambda^2 y=0 ]
- [ x(1-x) \,y''+q = 0] or equivalently
- [z^3 - 3z = p^}q \ .]
- [r_1 = \sqrt\,C_(p^}q),\,]
- [r_2 = -\sqrt\,C_(-p^}q),\,]
- [r_3 = -r_1 - r_2 \ .]
- [x^3 + ax^2 + bx +c = 0 \qquad (1) ]
- [t_ = p^}q = -\frac}.]
- [r_1 = \sqrt\,C_(t_)- ,\,]
- [r_2 = -\sqrt\,C_(-t_)-,\,]
- [r_3 = -r_1 - r_2 - a \ .]
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 [C_(t)] is the sole real root, or t < −2 and [-C_(-t)] is the sole 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 [iC_(-it)-iC_(it)] 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
- [S_(t) = iC_(-it)-iC_(it) = 2 \operatorname\left(\operatorname\left(\right)/3\right),\,]
See also
External links
- [Quadratic, cubic and quartic equations] on MacTutor archive.
- [Cubic Formula] on PlanetMath
- [Quadratic, cubic, quartic and other algebraic equations] at EqWorld: The World of Mathematical Equations (PDF).
- [Cardano solution calculator as java applet] at some local site. Only takes natural coefficients.
References
- W. S. Anglin; & J. Lambek (1995). Mathematics in the Renaissance. In The heritage of Thales, Ch. 24. Springers.
- R.W.D. Nickalls (1993). [A new approach to solving the cubic: Cardan's solution revealed], The Mathematical Gazette, 77:354–359.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
