How Do You Solve Complex Roots in a Cubic Equation?

  • Thread starter Thread starter cue928
  • Start date Start date
  • Tags Tags
    Cubic
AI Thread Summary
To solve the cubic equation 4x^3 - 32x = -12, it should first be rewritten as 4x^3 - 32x + 12 = 0. Given that x = -3 is a known solution, it indicates that (x + 3) is a factor of the polynomial. The next step is to use polynomial division to divide the cubic equation by (x + 3) to find the remaining quadratic factor. This approach simplifies finding the other two complex roots of the equation. Following these steps will lead to a complete solution for the cubic equation.
cue928
Messages
129
Reaction score
0
I am feeling stupid over this one but I cannot remember how to solve it. I have the following cubic equation:
4x^3 - 32x = -12

I get the solution of x = -3 but not the other two.
I initially had it factored as: 4x(x^2 - 8) = -12
Did 4x = -12, got x = -3
But then I could not get the other two solutions.

Sorry for the simple question, just can't remember what you're supposed to do on these.
 
Last edited:
Physics news on Phys.org
cue928 said:
I am feeling stupid over this one but I cannot remember how to solve it. I have the following cubic equation:
4x^3 - 32x = -12

I get the solution of x = -3 but not the other two.
I initially had it factored as: 4x(x^2 - 8) = -12
Did 4x = -12, got x = -3
But then I could not get the other two solutions.

Sorry for the simple question, just can't remember what you're supposed to do on these.

This is not a useful factorization: 4x(x^2 - 8) = -12
Write your equation as 4x^3 - 32x +12 = 0. Since x = -3 is a solution, then x + 3 must be a factor.

This means that you have (x + 3)(?) = 0, where ? is a quadratic expression, which is easier to factor than a cubic.
 
Mark44 said:
This is not a useful factorization: 4x(x^2 - 8) = -12
Write your equation as 4x^3 - 32x +12 = 0. Since x = -3 is a solution, then x + 3 must be a factor.

This means that you have (x + 3)(?) = 0, where ? is a quadratic expression, which is easier to factor than a cubic.

Thanks for your reply; I'm still not following where I need to go from there?
 
Use polynomial division to divide 4x^3 - 32x +12 by x + 3.
 
I happen to have a cheat sheet for the general method to solve cubic equations, so I'll post it.

Don't take this to mean you shouldn't follow the advice given above. When you see a simple method, there is no good reason not to use it.

You'll see that your equation is already in the normal form (EDIT: that is, if you divide your equation by 4), and the solution is easier in that case.
 

Attachments

Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top