Cubic equation solutions form

AI Thread Summary
The discussion focuses on the solutions to cubic equations expressed in terms of trigonometric functions and Vieta's formulas. The roots are defined using the variable t and the angle φ, leading to specific expressions for x1, x2, and x3. The equations derived from Vieta's formulas are shown to be satisfied, but the author initially struggles to solve for t and φ. A hint leads to the expansion of angles and the introduction of complex numbers to express the roots more clearly. Ultimately, relationships between the coefficients p and q are established, highlighting conditions necessary for the cubic equation's solutions.
Hill
Messages
735
Reaction score
575
Homework Statement
Assume that a cubic equation has three real solutions. Show that the solutions of the cubic equation are of the form - see below.
Relevant Equations
Vieta’s formulae, discriminant.
1734549984582.png


Let's denote ##\sqrt[3] r =t##. The three expressions above can be written as $$x_1=2t \cos \frac {\phi} 3, x_2=t (-\cos \frac {\phi} 3 -\sin \frac {\phi} 3), x_3=t (-\cos \frac {\phi} 3 +\sin \frac {\phi} 3)$$ The Vieta's formulae for the given equation are $$x_1+x_2+x_3=0$$ $$x_1 x_2+ x_2 x_3 + x_1 x_3 = p$$ $$x_1 x_2 x_3 = -q$$
The first equation is obviously satisfied by these ##x_1, x_2, x_3##. The second becomes $$t^2(2 \cos^2 \frac {\phi} 3 - 1)=p$$ and the third, $$2t^3 \cos \frac {\phi} 3 (2 \cos^2 \frac {\phi} 3 - 1)=-q$$ I hoped to see that the last two equations can be always solved for the ##t## and ##\phi## as required, but I don't.

P.S. I've got a hint and solved it. Closed.
 
Last edited:
Physics news on Phys.org
It might help to expand the angles correctly: \begin{split}<br /> \cos((\phi + 2\pi)/3) = \cos(\phi/3)\cos(2\pi/3) - \sin(\phi/3)\sin(2\pi/3) = - \tfrac12\cos(\phi/3) + \tfrac12 \sqrt{3}\sin(\phi/3) \\<br /> \cos((\phi + 4\pi)/3) = \cos(\phi/3)\cos(4\pi/3) - \sin(\phi/3)\sin(4\pi/3) = - \tfrac12\cos(\phi/3) - \tfrac12 \sqrt{3}\sin(\phi/3) \end{split}
 
Set \alpha = e^{i\phi/3} so that the roots are \begin{split}<br /> x_1 &amp;= r^{1/3}(\alpha + \bar{\alpha}) \\<br /> x_2 &amp;= r^{1/3}(\alpha\omega + \bar{\alpha}\omega^2) \\<br /> x_3 &amp;= r^{1/3}(\alpha\omega^2 + \bar{\alpha}\omega)\end{split} where \omega = e^{2\pi i/3} satisfies \omega^2 = \bar{\omega} and 1 + \omega + \omega^2 = 0. Defining \begin{split}<br /> s_0 &amp;= x_1 + x_2 + x_3 = 0\\<br /> s_1 &amp;= x_1 + \omega x_2 + \omega^2 x_3 = 3r^{1/3} \bar{\alpha} \\<br /> s_2 &amp;= x_1 + \omega^2 x_2 + \omega x_3 = 3r^{1/3}\alpha \end{split} we find that <br /> \begin{split}<br /> s_1^3 + s_2^3 &amp;= -27q = 27r(\alpha^3 + \bar{\alpha}^3) = 54r\cos \phi \\<br /> s_1^3s_2^3 &amp;= (-3p)^3 = 27^2r^2\end{split} and hence <br /> \begin{split}<br /> r^2 &amp;= -\frac{p^3}{27} \\<br /> r\cos\phi &amp;= -\frac{q}{2} \end{split} (Note that p &lt; 0 is a necesary condition for 4p^3 + 27q^2 &lt; 0.)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top