Difference between revisions of "Cubic Equation"
Vincentwant (talk | contribs) (Cubic formula) |
Vincentwant (talk | contribs) |
||
Line 34: | Line 34: | ||
We can solve this via the [[quadratic formula]]. After <math>u</math> and <math>v</math> are obtained, we have <math>y = \sqrt[3]{u} - \sqrt[3]{v}</math> and <math>x = \sqrt[3]{u} - \sqrt[3]{v} - \frac{b}{3a}</math>. (Note: "<math>\sqrt[3]{ }</math>" means any cube root. | We can solve this via the [[quadratic formula]]. After <math>u</math> and <math>v</math> are obtained, we have <math>y = \sqrt[3]{u} - \sqrt[3]{v}</math> and <math>x = \sqrt[3]{u} - \sqrt[3]{v} - \frac{b}{3a}</math>. (Note: "<math>\sqrt[3]{ }</math>" means any cube root. | ||
+ | |||
+ | ==The Cubic Formula== | ||
+ | The cubic formula can be obtained by using the above method. These are the steps: | ||
+ | |||
+ | The depressed cubic is of the form <math>y^3 + \left(\frac{3ac - b^2}{3a^2}\right)y + \left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right) = 0</math>. | ||
+ | |||
+ | <math>u</math> and <math>v</math> are the roots of the system of equations <math>\begin{cases} uv = \frac{p^3}{27} \\ v - u = q \end{cases}</math>. We can solve this by substitution: | ||
+ | |||
+ | <math>v = q + u</math> (We are still using p and q because they might get a little messy if we use p and q in terms of a, b, c, and d.) | ||
+ | |||
+ | <math>u(q + u) = \frac{p^3}{27}</math> | ||
+ | |||
+ | <math>u^2 + qu - \frac{p^3}{27} = 0</math> | ||
+ | |||
+ | <math>u = \frac{-q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}</math> | ||
+ | |||
+ | <math>v = \frac{q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}</math> (comes from <math>q + u</math>) | ||
+ | |||
+ | <math>y = \sqrt[3]{\frac{-q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}} - \sqrt[3]{\frac{q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}}</math> | ||
+ | |||
+ | <math>x = \sqrt[3]{\frac{-q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}} - \sqrt[3]{\frac{q \pm \sqrt{\frac{27q^2 - 4p^3q}{27}}}{2}} - \frac{b}{3a}</math> | ||
+ | |||
+ | <math>x = \sqrt[3]{\frac{-\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right) \pm \sqrt{\frac{27\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right)^2 - 4\left(\frac{3ac - b^2}{3a^2}\right)^3\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right)}{27}}}{2}}</math> | ||
+ | |||
+ | <math>- \sqrt[3]{\frac{\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right) \pm \sqrt{\frac{27\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right)^2 - 4\left(\frac{3ac - b^2}{3a^2}\right)^3\left(\frac{2b^3 - 9abc + 27a^2d}{27a^3}\right)}{27}}}{2}} - \frac{b}{3a}</math> | ||
+ | |||
+ | (See? I told you it would be messy.) |
Revision as of 15:54, 9 December 2020
A cubic equation is an equation of the form:
.
A cubic equation has 3 roots, either all real OR one real, two complex.
Solving Cubic Equations
You start with the equation .
Divide both sides by a: .
Now we change the coefficient of to (e.g. change it to a depressed cubic). We do this by substituting or , giving:
.
is and is , so now we have .
Now here comes the smart part. Substitute .
The equation becomes . Simplification:
We want that last term to equal , so we can set . (We can't use , because then , which is not necessarily true.) Solving this equation gives us . If , then . We now have a system of equations:
.
We can solve this via the quadratic formula. After and are obtained, we have and . (Note: "" means any cube root.
The Cubic Formula
The cubic formula can be obtained by using the above method. These are the steps:
The depressed cubic is of the form .
and are the roots of the system of equations . We can solve this by substitution:
(We are still using p and q because they might get a little messy if we use p and q in terms of a, b, c, and d.)
(comes from )
(See? I told you it would be messy.)