Problem 102
Question
The Cubic Formula The quadratic formula can be used to solve any quadratic (or second-degree) equation. You may have wondered if similar formulas exist for cubic (third-degree), quartic (fourth-degree), and higher-degree equations. For the depressed cubic \(x^{3}+p x+q=0\) , Cardano (page 344 ) found the following formula for one solution: \(x=\sqrt[3]{\frac{-q}{2}+\sqrt{\frac{q^{2}}{4}+\frac{p^{3}}{27}}}+\sqrt[3]{\frac{-q}{2}-\sqrt{\frac{q^{2}}{4}+\frac{p^{3}}{27}}}\) A formula for quartic equations was discovered by the Italian mathematician Ferrari in \(1540 .\) In 1824 the Norwegian mathematician Niels Henrik Abel proved that is impossible to write a quartic formula, that is, a formula for fifth-degree equations. Finally, Galois (page 327\()\) gave a criterion for determining which equations can be solved by a formula involving radicals. (a) \(x^{3}-3 x+2=0\) (b) \(x^{3}-27 x-54=0\) (c) \(x^{3}+3 x+4=0\)
Step-by-Step Solution
VerifiedKey Concepts
Cardano's Formula
- First, identify the coefficients \(p\) and \(q\) from your equation.
- Plug these values into Cardano's formula: \[x = \sqrt[3]{\frac{-q}{2} + \sqrt{\frac{q^2}{4} + \frac{p^3}{27}}}+ \sqrt[3]{\frac{-q}{2} - \sqrt{\frac{q^2}{4} + \frac{p^3}{27}}}\]
- Calculate the terms under the cube roots to determine the value of \(x\).
- The result will yield one real root, but there may be other real or complex roots to explore.
Depressed Cubic Equation
To reach the depressed form, you usually employ a substitution technique, removing the \(x^2\) term. Here's how you do it:
- Make a substitution with \(x = y + \frac{a}{3}\) into the original equation.
- This transforms the equation into a new format where the quadratic term disappears.
- The equation becomes: \(y = x - \frac{a}{3}\) yielding a simpler cubic without the quadratic part.
Algebraic Roots
- Real Roots: These are solutions that result in a real number and can be found using methods like Cardano's Formula.
- Complex Roots: These roots include an imaginary component, represented as \(a + bi\), and occur when the discriminant in Cardano's formula indicates a negative value under the square root.
Complex Roots
Complex roots are expressed in the form \(a + bi\), where:
- \(a\) is the real part of the root.
- \(b\) is the imaginary part, represented with \(i\) (where \(i = \sqrt{-1}\)).
- If a cubic equation has one real root, the other two roots must be complex conjugates (like \(x = a + bi\) and \(x = a - bi\)).
- These complex roots occur in conjugate pairs to ensure the equation remains solvable within the realm of real numbers.