How can I find the zeros to this cubic equation?

  • Thread starter Thread starter owtu
  • Start date Start date
  • Tags Tags
    Cubic
Click For Summary

Homework Help Overview

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.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss synthetic division and the Rational Root Theorem, noting the limited possibilities due to the prime nature of the constant term. Some suggest checking for rational roots first, while others mention more complex methods like Cardano's formula and Tschirnhausen's substitution.

Discussion Status

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.

Contextual Notes

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.

owtu
Messages
15
Reaction score
1
4x^3 + 8x^2 + 41x + 37
 
Physics news on Phys.org
Synthetic division looks like a good bet. Although you'd have to try a lot of different roots.
 
Graph it.
 
jackarms said:
Synthetic division looks like a good bet. Although you'd have to try a lot of different roots.

Not really, 37 is prime, so we have the possible rational roots

\pm\frac{1,37}{1,2,4}

but since all the coefficients of the cubic are positive, we can toss out the positive roots as possible solutions so all we're left with are 6 possibilities.
 
for any polynomial there's the Horner's method, which is basically trial and error.
ax^3 + bx^2 + cx + d = 0

I prefer substituting to remove the squared member from the equation such that
y = x + \frac{b}{3a} ( Tschirnhausen's substitution I believe)and you would end up withy^3 + py + q = 0 then apply something called the Cardano's method or solution, I'm not even sure what it's called in English tbh.

x_{1,2,3} = u - \frac{p}{3u} \Longrightarrow u^3 = - \frac{q}{2} + \sqrt{\frac{q^2}{4} + \frac{p^3}{27}}fromt he back of my head, this is the simplest way to tackle any cubed polynomial.
 
Last edited:
lendav_rott, you should always check for rational roots first because if they exist, then the problem becomes much simpler.
 
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 :(
 
Last edited:
  • #10
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 !

ehild
 
  • #11
If, once you find a rational root like -1, you can long divide (x- (root) ) into the original cubic polynomial to reduce it to a quadratic and then solve that by using the quadratic formula in order to find the other two roots.
 
  • #12
There are, unfortunately, no rational zeros of this polynomial so you will need to use Cardano's formula.
 
  • #13
HallsofIvy said:
There are, unfortunately, no rational zeros of this polynomial so you will need to use Cardano's formula.

X=-1: 4x^3 + 8x^2 + 41x + 37 =0 ---> -4+8-41+37 = 4-4 = 0:-p

ehild
 
  • #14
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,
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 !
 
  • #15
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 :(

Likewise, after I press 'enter', Maple returns the three solutions before my hand can reach my coffee cup. My excuse is that I have been doing this stuff for more than 50 years and have just gotten lazy in my old age. However, I am conflicted about the suggestion of an immediate jump to the use of a CAS by somebody who is just starting out in learning the material.
 
Last edited:

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
19
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
30
Views
3K