2

I have the information that: $$ x^3 − x^2 −1 =0 $$ Has a "positive real root" of: $x \approx 1.4655\ldots$

My questions are, please:

1) What is a "positive real root".

2) How one gets from the formula to $1.4655$?

3) What is the technique used to solve this in similar problems?

Hirshy
  • 5,040
  • 2
    you can use the cubic formula see here http://mathworld.wolfram.com/CubicFormula.html – Dr. Sonnhard Graubner Aug 26 '15 at 12:41
  • 3
  • A solution to the equation that is a real, positive number. 2) It's complicated. The true answer is $$\frac13\left(1 + \sqrt[3]{\frac{29-3\sqrt{93}}{2}} + \sqrt[3]{\frac{29+3\sqrt{93}}{2}}\right)$$ 3) It's complicated.
  • – Arthur Aug 26 '15 at 12:43
  • 1
    Actually solving the cubic equation isn't as complicated as writing down the cubic formula and then inserting the numbers. The issue here is quite similar to solving, say 4 linear equations with 4 unknowns. Given some set of equations with specified integers as coefficients, you just use Gaussian elimination. But what you don't want to do is solve this set symbolically in case of undetermined coefficients and then use that solution as the general solution in which you should substitute the numbers for the coefficients. – Count Iblis Aug 26 '15 at 16:10