Solving cubic equation with general expression $ax^3+bx^2+(c-j)x+(d-m)=0$

195 Views Asked by At

I am trying to solve the equation $ax^3+bx^2+(c-j)x+(d-m)=0$ to find an expression for all three roots. I found this 1 but whenever I try and solve it by substituting values in I always get imaginary numbers as answers for example the equation $x^3-2x+0.25$ I get imaginary numbers as the answers for x even when there are 3 clear real roots. I was wondering if somebody could run through a step by step solution to $x^3-2x+0.25$ or suggest another method for solving $ax^3+bx^2+(c-j)x+(d-m)=0$ ? Thanks

1

There are 1 best solutions below

2
On

Are you familiar with the cubic formula? Here's a link: http://www.math.vanderbilt.edu/~schectex/courses/cubic/

Alternatively, in high school, for such polynomial equations, we tried substituting possible factors into the equation (e.g. for this case 1, 1/4, 1/2), then doing synthetic division on that.

Here's a more detailed note on factoring: http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut7_factor.htm