Find x in x^3+x^2-x-1=0 Equation

  • Thread starter Thread starter superelf83
  • Start date Start date
AI Thread Summary
To solve the equation x^3 + x^2 - x - 1 = 0, it is established that x = 1 is a solution, making (x - 1) a factor. By factoring out (x - 1), the remaining quadratic factor can be determined using methods such as Horner's rule or by equating coefficients. This involves setting up the equation (x - 1)(x^2 + Ax + B) and solving for A and B based on the coefficients of the original polynomial. The quadratic equation derived from this process can then be solved to find the other roots. The discussion highlights the complexity of the general cubic formula, which is not necessary for this specific problem.
superelf83
Messages
5
Reaction score
0
simple "find the x" question

how do you solve for x in this equation?

x^3+x^2-x-1=0

i know one of them is 1. but the other one...?
 
Physics news on Phys.org
If you know that x = 1 is a solution, then (x-1) is a factor of the polynomial. Factor it out and determine the remaining (quadratic) factor, e.g. using Horner's rule.
 
Another way to get the quadratic that is left is to write:
(x- 1)(x2+ Ax+ B)= x3+ Ax2+ Bx- x2- Ax- B= x3+ (A- 1)x2+ (B-A)x- B= x3+ x2- x- 1. In order for those to be equal for all x, corresponding coefficients must be the same: A- 1= 1, B- A= -1, -B= -1.
Solve for A and B and then solve the quadratic equation.

There is a general "cubic" formula but it is very compliciated.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top