How can I find the zeros to this cubic equation?

  • Thread starter owtu
  • Start date
  • Tags
    Cubic
In summary, ehild suggests that if 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. However, there are no rational zeros of this polynomial so you will need to use Cardano's formula.
  • #1
owtu
15
1
4x^3 + 8x^2 + 41x + 37
 
Physics news on Phys.org
  • #2
Synthetic division looks like a good bet. Although you'd have to try a lot of different roots.
 
  • #4
Graph it.
 
  • #5
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

[tex]\pm\frac{1,37}{1,2,4}[/tex]

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.
 
  • #7
for any polynomial there's the Horner's method, which is basically trial and error.
[tex]ax^3 + bx^2 + cx + d = 0[/tex]

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

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

FAQ: How can I find the zeros to this cubic equation?

What is a cubic equation?

A cubic equation is a polynomial equation of the third degree, meaning it contains a variable raised to the power of three. It can be written in the form ax^3 + bx^2 + cx + d = 0, where a, b, c, and d are constants and x is the variable.

How do I find the zeros of a cubic equation?

There are several methods for finding the zeros of a cubic equation, including graphing, factoring, and using the cubic formula. To graph, plot the points where the equation intersects the x-axis. To factor, look for common factors and use the quadratic formula to find the remaining zeros. The cubic formula can also be used, but it is more complex and not commonly used.

Can all cubic equations be solved?

Yes, all cubic equations have at least one solution, and some may have multiple solutions. In some cases, the solutions may be complex numbers.

What is the significance of finding the zeros of a cubic equation?

The zeros, also known as roots, of a cubic equation represent the x-values where the equation equals zero. This can be useful in solving real-world problems, as well as understanding the behavior of the equation and its graph.

Are there any shortcuts or tricks for solving cubic equations?

There are some special cases where the cubic equation can be simplified or factored using certain patterns or techniques. However, for general cubic equations, there is no one-size-fits-all shortcut and each equation may require a different method for solving.

Similar threads

Back
Top