I'm trying to find the three distinct and real roots of
−x3+3x+(2−4n)=0,
where n>0 (we could say n≥2 if that helps), but I'm not able to get very far:
Using the notation of the Wikipedia-page, I find that the discriminant is
Δ=27⋅4(1n−1n2),
which gives
C=3(1−2n±2i√1n−1n2)1/3,
which is then used to find x, as
x=C3+3C.
Two things confuse me:
- C looks like a non-real number, but x should be real (since Δ>0). How can one further reduce the expression for x(C) to show that the imaginary part is zero? I'm having trouble evaluating that cube root.
- When I use my expression for x(C) in Mathematica and evaluate numerically for some n, I only find one of the three solutions that Mathematica finds if I just ask it to give the roots of the original equation (the change of sign in C, i.e. the ±, doesn't even give two different solutions). What have I done to exclude the two other solutions (or is it just Mathematica excluding them somehow)?
Context:
Actually, I'm only trying to find the root where −1≤x≤1. I'm trying solve (the first) part of system of equations that I solved numerically in order to make this answer analytically, so that I can play with the limit of the expression (as n→∞).
Thank you.
Answer
For the calculation of the roots of the depressed cubic
y3+py+q=0
where p and q are real or complex,
I personally adopt a method indicated in this work by A. Cauli, by which putting
u=3√−q2+√q24+p327v=−p3uω=ei2π3
where for the radicals you take one value, the real or
the first complex one (but does not matter which)
then you compute the three solutions as:
y1=u+vy2=ωu+1ωvy3=1ωu+ωv
In your case:
y3−3y−2(n−2n)=0
we obtain
q24+p327=(n−2n)2−1=−4(n−1)n2<0
which confirms that there are three real solutions, and
u=3√n−2n+i2n√(n−1)=13√n3√n−2+i2√(n−1)==13√n3√neiα=eiα/3|α=arctan(2√(n−1)n−2)v=−p3u=1u=e−iα/3
with the understanding that for n=1,2, α=π,π/2, i.e. that we use the 4-quadrant arctan.
So that in conclusion, for $0
Concerning the range spanned by the solutions, apart for n=1 where we get the solutions (1,-2,1), then
for 2≤n we have
α(n)3|2⩽
which means:
\left\{ \begin{gathered} \quad \quad 2 \leqslant n \hfill \\ 0 < \frac{{\alpha (n)}} {3} \leqslant \frac{\pi } {6}\quad \Rightarrow \quad \sqrt 3 \leqslant y_{\,1} < 2 \hfill \\ 2\frac{\pi } {3} < \frac{{\alpha (n)}} {3} + 2\frac{\pi } {3} \leqslant \frac{5} {6}\pi \quad \quad \Rightarrow \quad - 2 < y_{\,2} \leqslant - \sqrt 3 \hfill \\ - 2\frac{\pi } {3} < \frac{{\alpha (n)}} {3} - 2\frac{\pi } {3} \leqslant - \frac{\pi } {2}\quad \quad \Rightarrow \quad - 1 < y_{\,3} \leqslant 0 \hfill \\ \end{gathered} \right.
No comments:
Post a Comment