Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Quartic function
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Solution methods=== ====Converting to a depressed quartic==== For solving purposes, it is generally better to convert the quartic into a '''depressed quartic''' by the following simple change of variable. All formulas are simpler and some methods work only in this case. The roots of the original quartic are easily recovered from that of the depressed quartic by the reverse change of variable. Let :<math> a_4 x^4 + a_3 x^3 + a_2 x^2 + a_1 x + a_0 = 0 </math> be the general quartic equation we want to solve. Dividing by {{math|''a''<sub>4</sub>}}, provides the equivalent equation {{math|''x''<sup>4</sup> + ''bx''<sup>3</sup> + ''cx''<sup>2</sup> + ''dx'' + ''e'' {{=}} 0}}, with {{math|''b'' {{=}} {{sfrac|''a''<sub>3</sub>|''a''<sub>4</sub>}}}}, {{math|''c'' {{=}} {{sfrac|''a''<sub>2</sub>|''a''<sub>4</sub>}}}}, {{math|''d'' {{=}} {{sfrac|''a''<sub>1</sub>|''a''<sub>4</sub>}}}}, and {{math|''e'' {{=}} {{sfrac|''a''<sub>0</sub>|''a''<sub>4</sub>}}}}. Substituting {{math|''y'' − {{sfrac|''b''|4}}}} for {{mvar|x}} gives, after regrouping the terms, the equation {{math|''y''<sup>4</sup> + ''py''<sup>2</sup> + ''qy'' + ''r'' {{=}} 0}}, where :<math>\begin{align} p&=\frac{8c-3b^2}{8} =\frac{8a_2a_4-3{a_3}^2}{8{a_4}^2}\\ q&=\frac{b^3-4bc+8d}{8} =\frac{{a_3}^3-4a_2a_3a_4+8a_1{a_4}^2}{8{a_4}^3}\\ r&=\frac{-3b^4+256e-64bd+16b^2c}{256}=\frac{-3{a_3}^4+256a_0{a_4}^3-64a_1a_3{a_4}^2+16a_2{a_3}^2a_4}{256{a_4}^4}. \end{align} </math> If {{math|''y''<sub>0</sub>}} is a root of this depressed quartic, then {{math|''y''<sub>0</sub> − {{sfrac|''b''|4}}}} (that is {{math|''y''<sub>0</sub> − {{sfrac|''a''<sub>3</sub>|4''a''<sub>4</sub>}})}} is a root of the original quartic and every root of the original quartic can be obtained by this process. ====Ferrari's solution==== As explained in the preceding section, we may start with the ''depressed quartic equation'' :<math> y^4 + p y^2 + q y + r = 0. </math> This depressed quartic can be solved by means of a method discovered by [[Lodovico Ferrari]]. The depressed equation may be rewritten (this is easily verified by expanding the square and regrouping all terms in the left-hand side) as :<math> \left(y^2 + \frac p2\right)^2 = -q y - r + \frac{p^2}4. </math> Then, we introduce a variable {{mvar|m}} into the factor on the left-hand side by adding {{math|2''y''<sup>2</sup>''m'' + ''pm'' + ''m''<sup>2</sup>}} to both sides. After regrouping the coefficients of the power of {{mvar|y}} on the right-hand side, this gives the equation {{NumBlk|:|<math> \left(y^2 + \frac p2 + m\right)^2 = 2 m y^2 - q y + m^2 + m p + \frac{p^2}4 - r, </math>|{{EquationRef|1}}}} which is equivalent to the original equation, whichever value is given to {{mvar|m}}. As the value of {{mvar|m}} may be arbitrarily chosen, we will choose it in order to [[complete the square]] on the right-hand side. This implies that the [[discriminant]] in {{mvar|y}} of this [[quadratic equation]] is zero, that is {{mvar|m}} is a root of the equation :<math> (-q)^2 - 4 (2m)\left(m^2 + p m + \frac{p^2}4 - r\right) = 0,\,</math> which may be rewritten as {{NumBlk|:|<math>8m^3+ 8pm^2 + (2p^2 -8r)m- q^2 =0.</math>|{{EquationRef|1a}}}} This is the [[resolvent cubic]] of the quartic equation. The value of {{mvar|m}} may thus be obtained from [[Cubic equation#Cardano's method|Cardano's formula]]. When {{mvar|m}} is a root of this equation, the right-hand side of equation (''{{EquationNote|1}}'') is the square :<math>\left(\sqrt{2m}y-\frac q{2\sqrt{2m}}\right)^2.</math> However, this induces a division by zero if {{math|''m'' {{=}} 0}}. This implies {{math|''q'' {{=}} 0}}, and thus that the depressed equation is bi-quadratic, and may be solved by an easier method (see above). This was not a problem at the time of Ferrari, when one solved only explicitly given equations with numeric coefficients. For a general formula that is always true, one thus needs to choose a root of the cubic equation such that {{math|''m'' ≠ 0}}. This is always possible except for the depressed equation {{math|''y''<sup>4</sup> {{=}} 0}}. Now, if {{mvar|m}} is a root of the cubic equation such that {{math|''m'' ≠ 0}}, equation (''{{EquationNote|1}}'') becomes :<math> \left(y^2 + \frac p2 + m\right)^2 = \left(y\sqrt{2 m}-\frac{q}{2\sqrt{2 m}}\right)^2. </math> This equation is of the form {{math|''M''<sup>2</sup> {{=}} ''N''<sup>2</sup>}}, which can be rearranged as {{math|''M''<sup>2</sup> − ''N''<sup>2</sup> {{=}} 0}} or {{math|(''M'' + ''N'')(''M'' − ''N'') {{=}} 0}}. Therefore, equation (''{{EquationNote|1}}'') may be rewritten as :<math> \left(y^2 + \frac p2 + m + \sqrt{2 m}y-\frac q{2\sqrt{2 m}}\right) \left(y^2 + \frac p2 + m - \sqrt{2 m}y+\frac q{2\sqrt{2 m}}\right)=0.</math> This equation is easily solved by applying to each factor the [[quadratic formula]]. Solving them we may write the four roots as :<math>y={\pm_1\sqrt{2 m} \pm_2 \sqrt{-\left(2p + 2m \pm_1 {\sqrt 2q \over \sqrt{m}} \right)} \over 2},</math> where {{math|±<sub>1</sub>}} and {{math|±<sub>2</sub>}} denote either {{math|+}} or {{math|−}}. As the two occurrences of {{math|±<sub>1</sub>}} must denote the same sign, this leaves four possibilities, one for each root. Therefore, the solutions of the original quartic equation are :<math>x=-{a_3 \over 4a_4} + {\pm_1\sqrt{2 m} \pm_2 \sqrt{-\left(2p + 2m \pm_1 {\sqrt2q \over \sqrt{m}} \right)} \over 2}.</math> A comparison with the [[#General_formula_for_roots|general formula]] above shows that {{math|{{sqrt|2''m''}} {{=}} 2''S''}}. ====Descartes' solution==== Descartes<ref>{{Citation|last = Descartes|first = René|author-link = René Descartes|title = [[La Géométrie|The Geometry of Rene Descartes with a facsimile of the first edition]]|isbn = 0-486-60068-8|publisher = [[Dover Publications|Dover]]|year = 1954|jfm = 51.0020.07|chapter = Book III: On the construction of solid and supersolid problems|orig-year = 1637}}</ref> introduced in 1637 the method of finding the roots of a quartic polynomial by factoring it into two quadratic ones. Let :<math> \begin{align} x^4 + bx^3 + cx^2 + dx + e & = (x^2 + sx + t)(x^2 + ux + v) \\ & = x^4 + (s + u)x^3 + (t + v + su)x^2 + (sv + tu)x + tv \end{align} </math> By [[equating coefficients]], this results in the following system of equations: :<math> \left\{\begin{array}{l} b = s + u \\ c = t + v + su \\ d = sv + tu \\ e = tv \end{array}\right. </math> This can be simplified by starting again with the [[#Converting to a depressed quartic|depressed quartic]] {{math|''y''<sup>4</sup> + ''py''<sup>2</sup> + ''qy'' + ''r''}}, which can be obtained by substituting {{math|''y'' − ''b''/4}} for {{math|''x''}}. Since the coefficient of {{math|''y''<sup>3</sup>}} is {{math|0}}, we get {{math|''s'' {{=}} −''u''}}, and: :<math> \left\{\begin{array}{l} p + u^2 = t + v \\ q = u (t - v) \\ r = tv \end{array}\right. </math> One can now eliminate both {{mvar|t}} and {{mvar|v}} by doing the following: :<math> \begin{align} u^2(p + u^2)^2 - q^2 & = u^2(t + v)^2 - u^2(t - v)^2 \\ & = u^2 [(t + v + (t - v))(t + v - (t - v))]\\ & = u^2(2t)(2v) \\ & = 4u^2tv \\ & = 4u^2r \end{align} </math> If we set {{math|''U'' {{=}} ''u''<sup>2</sup>}}, then solving this equation becomes finding the roots of the [[resolvent cubic]] {{NumBlk|:|<math> U^3 + 2pU^2 + (p^2-4r)U - q^2,</math>|{{EquationRef|2}}}} which is [[Cubic function#General solution to the cubic equation with real coefficients|done elsewhere]]. This resolvent cubic is equivalent to the resolvent cubic given above (equation (1a)), as can be seen by substituting U = 2m. If {{math|''u''}} is a square root of a non-zero root of this resolvent (such a non-zero root exists except for the quartic {{math|''x''<sup>4</sup>}}, which is trivially factored), :<math> \left\{\begin{array}{l} s = -u \\ 2t = p + u^2 + q/u \\ 2v = p + u^2 - q/u \end{array}\right. </math> The symmetries in this solution are as follows. There are three roots of the cubic, corresponding to the three ways that a quartic can be factored into two quadratics, and choosing positive or negative values of {{mvar|u}} for the square root of {{mvar|U}} merely exchanges the two quadratics with one another. The above solution shows that a quartic polynomial with rational coefficients and a zero coefficient on the cubic term is factorable into quadratics with rational coefficients if and only if either the resolvent cubic (''{{EquationNote|2}}'') has a non-zero root which is the square of a rational, or {{math|''p''<sup>2</sup> − 4''r''}} is the square of rational and {{math|''q'' {{=}} 0}}; this can readily be checked using the [[rational root test]].<ref name=Brookfield>{{cite journal |author=Brookfield, G. |title=Factoring quartic polynomials: A lost art |journal=[[Mathematics Magazine]] |volume=80 |issue=1 |year=2007 |pages=67–70|doi=10.1080/0025570X.2007.11953453 |s2cid=53375377 |url = https://www.maa.org/sites/default/files/Brookfield2007-103574.pdf}}</ref> ====Euler's solution==== A variant of the previous method is due to [[Leonhard Euler|Euler]].<ref>{{Citation|last = van der Waerden|first=Bartel Leendert|author-link = Bartel Leendert van der Waerden|title = [[Moderne Algebra|Algebra]]|volume = 1|publisher=[[Springer Science+Business Media|Springer-Verlag]]|edition = 7th|isbn = 0-387-97424-5|year = 1991|section = The Galois theory: Equations of the second, third, and fourth degrees|zbl = 0724.12001}}</ref><ref>{{Citation|last = Euler|first = Leonhard|author-link = Leonhard Euler|title = [[Elements of Algebra]]|chapter= Of a new method of resolving equations of the fourth degree|publisher=[[Springer Science+Business Media|Springer-Verlag]]|orig-year = 1765|year = 1984|zbl = 0557.01014|isbn = 978-1-4613-8511-0}}</ref> Unlike the previous methods, both of which use ''some'' root of the resolvent cubic, Euler's method uses all of them. Consider a depressed quartic {{math|''x''<sup>4</sup> + ''px''<sup>2</sup> + ''qx'' + ''r''}}. Observe that, if * {{math|''x''<sup>4</sup> + ''px''<sup>2</sup> + ''qx'' + ''r'' {{=}} (''x''<sup>2</sup> + ''sx'' + ''t'')(''x''<sup>2</sup> − ''sx'' + ''v'')}}, * {{math|''r''<sub>1</sub>}} and {{math|''r''<sub>2</sub>}} are the roots of {{math|''x''<sup>2</sup> + ''sx'' + ''t''}}, * {{math|''r''<sub>3</sub>}} and {{math|''r''<sub>4</sub>}} are the roots of {{math|''x''<sup>2</sup> − ''sx'' + ''v''}}, then * the roots of {{math|''x''<sup>4</sup> + ''px''<sup>2</sup> + ''qx'' + ''r''}} are {{math|''r''<sub>1</sub>}}, {{math|''r''<sub>2</sub>}}, {{math|''r''<sub>3</sub>}}, and {{math|''r''<sub>4</sub>}}, * {{math|''r''<sub>1</sub> + ''r''<sub>2</sub> {{=}} −''s''}}, * {{math|''r''<sub>3</sub> + ''r''<sub>4</sub> {{=}} ''s''}}. Therefore, {{math|(''r''<sub>1</sub> + ''r''<sub>2</sub>)(''r''<sub>3</sub> + ''r''<sub>4</sub>) {{=}} −''s''<sup>2</sup>}}. In other words, {{math|−(''r''<sub>1</sub> + ''r''<sub>2</sub>)(''r''<sub>3</sub> + ''r''<sub>4</sub>)}} is one of the roots of the resolvent cubic (''{{EquationNote|2}}'') and this suggests that the roots of that cubic are equal to {{math|−(''r''<sub>1</sub> + ''r''<sub>2</sub>)(''r''<sub>3</sub> + ''r''<sub>4</sub>)}}, {{math|−(''r''<sub>1</sub> + ''r''<sub>3</sub>)(''r''<sub>2</sub> + ''r''<sub>4</sub>)}}, and {{math|−(''r''<sub>1</sub> + ''r''<sub>4</sub>)(''r''<sub>2</sub> + ''r''<sub>3</sub>)}}. This is indeed true and it follows from [[Vieta's formulas]]. It also follows from Vieta's formulas, together with the fact that we are working with a depressed quartic, that {{math|''r''<sub>1</sub> + ''r''<sub>2</sub> + ''r''<sub>3</sub> + ''r''<sub>4</sub> {{=}} 0}}. (Of course, this also follows from the fact that {{math|''r''<sub>1</sub> + ''r''<sub>2</sub> + ''r''<sub>3</sub> + ''r''<sub>4</sub> {{=}} −''s'' + ''s''}}.) Therefore, if {{math|''α''}}, {{math|''β''}}, and {{math|''γ''}} are the roots of the resolvent cubic, then the numbers {{math|''r''<sub>1</sub>}}, {{math|''r''<sub>2</sub>}}, {{math|''r''<sub>3</sub>}}, and {{math|''r''<sub>4</sub>}} are such that :<math>\left\{\begin{array}{l}r_1+r_2+r_3+r_4=0\\(r_1+r_2)(r_3+r_4)=-\alpha\\(r_1+r_3)(r_2+r_4)=-\beta\\(r_1+r_4)(r_2+r_3)=-\gamma\text{.}\end{array}\right.</math> It is a consequence of the first two equations that {{math|''r''<sub>1</sub> + ''r''<sub>2</sub>}} is a square root of {{math|''α''}} and that {{math|''r''<sub>3</sub> + ''r''<sub>4</sub>}} is the other square root of {{math|''α''}}. For the same reason, * {{math|''r''<sub>1</sub> + ''r''<sub>3</sub>}} is a square root of {{math|''β''}}, * {{math|''r''<sub>2</sub> + ''r''<sub>4</sub>}} is the other square root of {{math|''β''}}, * {{math|''r''<sub>1</sub> + ''r''<sub>4</sub>}} is a square root of {{math|''γ''}}, * {{math|''r''<sub>2</sub> + ''r''<sub>3</sub>}} is the other square root of {{math|''γ''}}. Therefore, the numbers {{math|''r''<sub>1</sub>}}, {{math|''r''<sub>2</sub>}}, {{math|''r''<sub>3</sub>}}, and {{math|''r''<sub>4</sub>}} are such that :<math>\left\{\begin{array}{l}r_1+r_2+r_3+r_4=0\\r_1+r_2=\sqrt{\alpha}\\r_1+r_3=\sqrt{\beta}\\r_1+r_4=\sqrt{\gamma}\text{;}\end{array}\right.</math> the sign of the square roots will be dealt with below. The only solution of this system is: :<math>\left\{\begin{array}{l}r_1=\frac{\sqrt{\alpha}+\sqrt{\beta}+\sqrt{\gamma}}2\\[2mm]r_2=\frac{\sqrt{\alpha}-\sqrt{\beta}-\sqrt{\gamma}}2\\[2mm]r_3=\frac{-\sqrt{\alpha}+\sqrt{\beta}-\sqrt{\gamma}}2\\[2mm]r_4=\frac{-\sqrt{\alpha}-\sqrt{\beta}+\sqrt{\gamma}}2\text{.}\end{array}\right.</math> Since, in general, there are two choices for each square root, it might look as if this provides {{math|8 ({{=}} 2<sup>3</sup>)}} choices for the set {{math|{''r''<sub>1</sub>, ''r''<sub>2</sub>, ''r''<sub>3</sub>, ''r''<sub>4</sub>}}}, but, in fact, it provides no more than {{math|2}} such choices, because the consequence of replacing one of the square roots by the symmetric one is that the set {{math|{''r''<sub>1</sub>, ''r''<sub>2</sub>, ''r''<sub>3</sub>, ''r''<sub>4</sub>}}} becomes the set {{math|{−''r''<sub>1</sub>, −''r''<sub>2</sub>, −''r''<sub>3</sub>, −''r''<sub>4</sub>}}}. In order to determine the right sign of the square roots, one simply chooses some square root for each of the numbers {{math|''α''}}, {{math|''β''}}, and {{math|''γ''}} and uses them to compute the numbers {{math|''r''<sub>1</sub>}}, {{math|''r''<sub>2</sub>}}, {{math|''r''<sub>3</sub>}}, and {{math|''r''<sub>4</sub>}} from the previous equalities. Then, one computes the number {{math|{{sqrt|''α''}}{{sqrt|''β''}}{{sqrt|''γ''}}}}. Since {{math|''α''}}, {{math|''β''}}, and {{math|''γ''}} are the roots of (''{{EquationNote|2}}''), it is a consequence of Vieta's formulas that their product is equal to {{math|''q''<sup>2</sup>}} and therefore that {{math|{{sqrt|''α''}}{{sqrt|''β''}}{{sqrt|''γ''}} {{=}} ±''q''}}. But a straightforward computation shows that :{{math|{{sqrt|''α''}}{{sqrt|''β''}}{{sqrt|''γ''}} {{=}} ''r''<sub>1</sub>''r''<sub>2</sub>''r''<sub>3</sub> + ''r''<sub>1</sub>''r''<sub>2</sub>''r''<sub>4</sub> + ''r''<sub>1</sub>''r''<sub>3</sub>''r''<sub>4</sub> + ''r''<sub>2</sub>''r''<sub>3</sub>''r''<sub>4</sub>.}} If this number is {{math|−''q''}}, then the choice of the square roots was a good one (again, by Vieta's formulas); otherwise, the roots of the polynomial will be {{math|−''r''<sub>1</sub>}}, {{math|−''r''<sub>2</sub>}}, {{math|−''r''<sub>3</sub>}}, and {{math|−''r''<sub>4</sub>}}, which are the numbers obtained if one of the square roots is replaced by the symmetric one (or, what amounts to the same thing, if each of the three square roots is replaced by the symmetric one). This argument suggests another way of choosing the square roots: * pick ''any'' square root {{math|{{sqrt|''α''}}}} of {{math|''α''}} and ''any'' square root {{math|{{sqrt|''β''}}}} of {{math|''β''}}; * ''define'' {{math|{{sqrt|''γ''}}}} as <math>-\frac q{\sqrt{\alpha}\sqrt{\beta}}</math>. Of course, this will make no sense if {{math|''α''}} or {{math|''β''}} is equal to {{math|0}}, but {{math|0}} is a root of (''{{EquationNote|2}}'') only when {{math|''q'' {{=}} 0}}, that is, only when we are dealing with a [[Quartic function#Biquadratic equation|biquadratic equation]], in which case there is a much simpler approach. ====Solving by Lagrange resolvent==== The [[symmetric group]] {{math|''S''<sub>4</sub>}} on four elements has the [[Klein four-group]] as a [[normal subgroup]]. This suggests using a '''{{visible anchor|resolvent cubic}}''' whose roots may be variously described as a discrete Fourier transform or a [[Hadamard matrix]] transform of the roots; see [[Lagrange resolvents]] for the general method. Denote by {{math|''x<sub>i</sub>''}}, for {{math|''i''}} from {{math|0}} to {{math|3}}, the four roots of {{math|''x''<sup>4</sup> + ''bx''<sup>3</sup> + ''cx''<sup>2</sup> + ''dx'' + ''e''}}. If we set : <math> \begin{align} s_0 &= \tfrac12(x_0 + x_1 + x_2 + x_3), \\[4pt] s_1 &= \tfrac12(x_0 - x_1 + x_2 - x_3), \\[4pt] s_2 &= \tfrac12(x_0 + x_1 - x_2 - x_3), \\[4pt] s_3 &= \tfrac12(x_0 - x_1 - x_2 + x_3), \end{align}</math> then since the transformation is an [[Involution (mathematics)|involution]] we may express the roots in terms of the four {{math|''s<sub>i</sub>''}} in exactly the same way. Since we know the value {{math|''s''<sub>0</sub> {{=}} −{{sfrac|''b''|2}}}}, we only need the values for {{math|''s''<sub>1</sub>}}, {{math|''s''<sub>2</sub>}} and {{math|''s''<sub>3</sub>}}. These are the roots of the polynomial :<math>(s^2 - {s_1}^2)(s^2-{s_2}^2)(s^2-{s_3}^2).</math> Substituting the {{math|''s<sub>i</sub>''}} by their values in term of the {{math|''x<sub>i</sub>''}}, this polynomial may be expanded in a polynomial in {{math|''s''}} whose coefficients are [[symmetric polynomial]]s in the {{math|''x<sub>i</sub>''}}. By the [[fundamental theorem of symmetric polynomials]], these coefficients may be expressed as polynomials in the coefficients of the monic quartic. If, for simplification, we suppose that the quartic is depressed, that is {{math|''b'' {{=}} 0}}, this results in the polynomial {{NumBlk|:|<math> s^6+2cs^4+(c^2-4e)s^2-d^2 </math>|{{EquationRef|3}}}} This polynomial is of degree six, but only of degree three in {{math|''s''<sup>2</sup>}}, and so the corresponding equation is solvable by the method described in the article about [[cubic function]]. By substituting the roots in the expression of the {{math|''x<sub>i</sub>''}} in terms of the {{math|''s<sub>i</sub>''}}, we obtain expression for the roots. In fact we obtain, apparently, several expressions, depending on the numbering of the roots of the cubic polynomial and of the signs given to their square roots. All these different expressions may be deduced from one of them by simply changing the numbering of the {{math|''x<sub>i</sub>''}}. These expressions are unnecessarily complicated, involving the [[root of unity|cubic roots of unity]], which can be avoided as follows. If {{math|''s''}} is any non-zero root of (''{{EquationNote|3}}''), and if we set :<math>\begin{align} F_1(x) & = x^2 + sx + \frac{c}{2} + \frac{s^2}{2} - \frac{d}{2s} \\ F_2(x) & = x^2 - sx + \frac{c}{2} + \frac{s^2}{2} + \frac{d}{2s} \end{align}</math> then :<math>F_1(x)\times F_2(x) = x^4 + cx^2 + dx + e.</math> We therefore can solve the quartic by solving for {{math|''s''}} and then solving for the roots of the two factors using the [[quadratic formula]]. This gives exactly the same formula for the roots as the one provided by [[Quartic function#Descartes' solution|Descartes' method]]. ====Solving with algebraic geometry==== There is an alternative solution using algebraic geometry<ref>{{Citation|last = Faucette|first = William M.|journal = [[American Mathematical Monthly]]|pages = 51–57|title = A Geometric Interpretation of the Solution of the General Quartic Polynomial|volume = 103|year = 1996|issue = 1|doi = 10.2307/2975214|jstor = 2975214|mr = 1369151}}</ref> In brief, one interprets the roots as the intersection of two quadratic curves, then finds the three [[degenerate conic|reducible quadratic curves]] (pairs of lines) that pass through these points (this corresponds to the resolvent cubic, the pairs of lines being the Lagrange resolvents), and then use these linear equations to solve the quadratic. The four roots of the depressed quartic {{math|''x''<sup>4</sup> + ''px''<sup>2</sup> + ''qx'' + ''r'' {{=}} 0}} may also be expressed as the {{mvar|x}} coordinates of the intersections of the two quadratic equations {{math|''y''<sup>2</sup> + ''py'' + ''qx'' + ''r'' {{=}} 0}} and {{math|''y'' − ''x''<sup>2</sup> {{=}} 0}} i.e., using the substitution {{math|''y'' {{=}} ''x''<sup>2</sup>}} that two quadratics intersect in four points is an instance of [[Bézout's theorem]]. Explicitly, the four points are {{math|''P<sub>i</sub>'' ≔ (''x<sub>i</sub>'', ''x<sub>i</sub>''<sup>2</sup>)}} for the four roots {{math|''x<sub>i</sub>''}} of the quartic. These four points are not collinear because they lie on the irreducible quadratic {{math|''y'' {{=}} ''x''<sup>2</sup>}} and thus there is a 1-parameter family of quadratics (a [[pencil of curves]]) passing through these points. Writing the projectivization of the two quadratics as [[quadratic form]]s in three variables: :<math>\begin{align} F_1(X,Y,Z) &:= Y^2 + pYZ + qXZ + rZ^2,\\ F_2(X,Y,Z) &:= YZ - X^2 \end{align}</math> the pencil is given by the forms {{math|''λF''<sub>1</sub> + ''μF''<sub>2</sub>}} for any point {{math|[''λ'', ''μ'']}} in the projective line — in other words, where {{math|''λ''}} and {{math|''μ''}} are not both zero, and multiplying a quadratic form by a constant does not change its quadratic curve of zeros. This pencil contains three reducible quadratics, each corresponding to a pair of lines, each passing through two of the four points, which can be done <math>\textstyle{\binom{4}{2}}</math> = {{math|6}} different ways. Denote these {{math|''Q''<sub>1</sub> {{=}} ''L''<sub>12</sub> + ''L''<sub>34</sub>}}, {{math|''Q''<sub>2</sub> {{=}} ''L''<sub>13</sub> + ''L''<sub>24</sub>}}, and {{math|''Q''<sub>3</sub> {{=}} ''L''<sub>14</sub> + ''L''<sub>23</sub>}}. Given any two of these, their intersection has exactly the four points. The reducible quadratics, in turn, may be determined by expressing the quadratic form {{math|''λF''<sub>1</sub> + ''μF''<sub>2</sub>}} as a {{math|3×3}} matrix: reducible quadratics correspond to this matrix being singular, which is equivalent to its determinant being zero, and the determinant is a homogeneous degree three polynomial in {{math|''λ''}} and {{math|''μ''}} and corresponds to the resolvent cubic.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)