Solving Cubic Equations with Chebyshev Roots

  • Context: Graduate 
  • Thread starter Thread starter junglebeast
  • Start date Start date
  • Tags Tags
    Cubic Roots
Click For Summary
SUMMARY

The discussion focuses on solving the cubic equation x^3 - 2.372282x^2 + 1.862273x - 0.483023 using Chebyshev roots. The discriminant calculation reveals one real root and two complex conjugates due to its negative value. The confusion arises from the application of the Chebyshev cubic root, which is defined for real numbers in the interval [-2, ∞], while the derived variable "t" becomes imaginary. The discussion emphasizes the need for a proper understanding of the function S_{1/3}(t) and its implications for calculating real roots from imaginary arguments.

PREREQUISITES
  • Understanding of cubic equations and their properties
  • Familiarity with Chebyshev polynomials and their applications
  • Knowledge of complex numbers and their manipulation
  • Ability to compute discriminants for polynomial equations
NEXT STEPS
  • Study the properties of Chebyshev polynomials in detail
  • Learn about the discriminant and its significance in polynomial roots
  • Explore methods for handling complex roots in cubic equations
  • Investigate the implications of using imaginary arguments in real functions
USEFUL FOR

Mathematicians, computer scientists, and students studying polynomial equations, particularly those interested in numerical methods and complex analysis.

junglebeast
Messages
514
Reaction score
2
Say I have a monic polynomial,

x^3 + ax^2 + bx + c

with a=-2.372282, b=1.862273, c=-0.483023

The discriminant is given by

a^2 b^2 - 4 b^3 - 4 a^3 c - 27 c^2 + 18 ab c

which is < 0, indicating 1 real root and 2 complex conjugates.

A method for solving a general cubic using the Chebyshev root is explained here,
http://www.statemaster.com/encyclopedia/Cubic-equation

but (a^3 - 3b) is negative, which means that "t" will be imaginary. But t is then used in the Chebyshev cubic root, which is only defined for real numbers [-2, inf].
 
Mathematics news on Phys.org
The site you give does NOT say that the Chebyshev cubic root is "only defined for real numbers [-2, inf]". It gives simple formulas for the root in the case that the argument is in that interval, and then tells how to expand it to complex arguments.
 
EDIT - deleted previous response.

Let me clarify my remaining confusion from here:
http://www.exampleproblems.com/wiki/index.php/Cubic_equation

They define s = t^2, then say

If s < 0 then the reduction to Chebyshev polynomial form has given a t which is a pure imaginary number. In this case [tex]i C_{1\over3}(-it)-iC_{1\over3}(it)[/tex] is the sole real root. We are now evaluating a real root by means of a function of a purely imaginary argument; however we can avoid this by using the function

[tex]S_{1\over3}(t) = iC_{1\over3}(-it)-iC_{1\over3}(it) = 2 \operatorname{sinh}\left(\operatorname{arcsinh}\left({t\over2}\right)/3\right)[/tex],

which is a real function of a real variable with no singularities along the real axis.

Well, as they already pointed out t is imaginary, but then they say [tex]S_{1\over3}(t)[/tex] is a function of a real variable! But it's still defined in terms of t only! So how can I calculate [tex]S_{1\over3}(t)[/tex] given that I can't compute the imaginary t?
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
Replies
9
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K