owtu
- 15
- 1
4x^3 + 8x^2 + 41x + 37
The discussion revolves around finding the zeros of the cubic equation 4x^3 + 8x^2 + 41x + 37. Participants explore various methods and considerations related to solving cubic equations.
The conversation is active, with various methods being proposed and explored. Some participants express frustration with the tediousness of finding roots, while others emphasize the importance of checking for rational roots. There is recognition of the potential for both rational and irrational roots, but no consensus on a singular approach has been reached.
Participants note that the coefficients of the cubic are all positive, which influences the possible rational roots. There is also mention of the computational tools available, with some expressing a preference for manual methods over automated solutions.
jackarms said:Synthetic division looks like a good bet. Although you'd have to try a lot of different roots.
Mentallic said:37 is prime
HallsofIvy said:There are, unfortunately, no rational zeros of this polynomial so you will need to use Cardano's formula.
Um, no. It's a trivial matter to determine that -1 is a solution: -4+8-41+37 is zero. Or, as ehild put it earlier,HallsofIvy said:There are, unfortunately, no rational zeros of this polynomial so you will need to use Cardano's formula.
ehild said:It does not hurt to try x=1 or x=-1 before starting some complicated process. Here the root can be only negative, and -1 works !
lendav_rott said:Ok, yes, you can find the possible candidates for rational roots and test them with the Horner's method, for example, but it's such a tedious process :( Cubics are always tedious, certainly, it will become easier once you determine there are are rational roots to the problem. I guess to each their own. Mathematica or mathcad doesn't complain if I make them do something the long way , might take a few microseconds longer :(