Showing all solutions to a cubic equation

  • Context: High School 
  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Cubic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 1K views
Mr Davis 97
Messages
1,461
Reaction score
44
I am solving the following problem: Find all real x such that ##x^3 + 3x^2 + 3x = 1##

I complete the cube by adding 1 to both sides, and get that ##(x + 1)^3 = 2## then ##x = 2^{1/3} - 1##

What I'm asking is how can I be sure that I have found all real solutions? What if there are other solutions?
 
Mathematics news on Phys.org
Do you know a formula to find the factors of x^3 - a^3 ?
 
Ah, I see. If we factor it this way then we can find the other two complex conjugate roots, which means that with one real root and two complex roots, we have found all of the solutions since it is a cubic equation. However, finding the first root the way I did, how can I be sure that that is the only real solution, and that the other two are complex? Is the only way to show this through factoring the difference of the cubes like you said?
 
(x+1)3 in the real numbers is monotonous, the equation has to have exactly one real solution.

If the formula is more complex, you need more powerful tools to look for solutions.
 
  • Like
Likes   Reactions: Mr Davis 97
Mr Davis 97 said:
Ah, I see. If we factor it this way then we can find the other two complex conjugate roots, which means that with one real root and two complex roots, we have found all of the solutions since it is a cubic equation. However, finding the first root the way I did, how can I be sure that that is the only real solution, and that the other two are complex? Is the only way to show this through factoring the difference of the cubes like you said?

Here you can apply x^3 -a^3 = (x-a)(x^2 + ax + a^2). You immediately see that this only has one real solution because x^2 + ax + a^2 has a negative discriminant -3a^2, so there is only one real solution.