Enter an equation or problem
Camera input is not recognized!

Solution - Approximation

x1.433427572
x≓-1.433427572

Other Ways to Solve

Approximation

Step by Step Solution

Rearrange:

Rearrange the equation by subtracting what is to the right of the equal sign from both sides of the equation :

                     x^3+5-(x^2)=0 

Step by step solution :

Step  1  :

Polynomial Roots Calculator :

 1.1    Find roots (zeroes) of :       F(x) = x3-x2+5
Polynomial Roots Calculator is a set of methods aimed at finding values of  x  for which   F(x)=0  

Rational Roots Test is one of the above mentioned tools. It would only find Rational Roots that is numbers  x  which can be expressed as the quotient of two integers

The Rational Root Theorem states that if a polynomial zeroes for a rational number  P/Q   then  P  is a factor of the Trailing Constant and  Q  is a factor of the Leading Coefficient

In this case, the Leading Coefficient is  1  and the Trailing Constant is  5.

 
The factor(s) are:

of the Leading Coefficient :  1
 
of the Trailing Constant :  1 ,5

 
Let us test ....

  P  Q  P/Q  F(P/Q)   Divisor
     -1     1      -1.00      3.00   
     -5     1      -5.00      -145.00   
     1     1      1.00      5.00   
     5     1      5.00      105.00   


Polynomial Roots Calculator found no rational roots

Equation at the end of step  1  :

  x3 - x2 + 5  = 0 

Step  2  :

Cubic Equations :

 2.1     Solve   x3-x2+5 = 0

Future releases of Tiger-Algebra will solve equations of the third degree directly.

Meanwhile we will use the Bisection method to approximate one real solution.

Approximating a root using the Bisection Method :

We now use the Bisection Method to approximate one of the solutions. The Bisection Method is an iterative procedure to approximate a root (Root is another name for a solution of an equation).

The function is   F(x) = x3 - x2 + 5

At   x=   -2.00   F(x)  is equal to  -7.00 
At   x=   -1.00   F(x)  is equal to  3.00 

Intuitively we feel, and justly so, that since  F(x)  is negative on one side of the interval, and positive on the other side then, somewhere inside this interval,  F(x)  is zero

Procedure :
(1) Find a point "Left" where F(Left) < 0

(2) Find a point 'Right' where F(Right) > 0

(3) Compute 'Middle' the middle point of the interval [Left,Right]

(4) Calculate Value = F(Middle)

(5) If Value is close enough to zero goto Step (7)

Else :
If Value < 0 then : Left <- Middle
If Value > 0 then : Right <- Middle

(6) Loop back to Step (3)

(7) Done!! The approximation found is Middle

Follow Middle movements to understand how it works :

    Left       Value(Left)     Right       Value(Right)

-2.000000000   -7.000000000 -1.000000000    3.000000000
-2.000000000   -7.000000000  0.000000000    5.000000000
-2.000000000   -7.000000000 -1.000000000    3.000000000
-1.500000000   -0.625000000 -1.000000000    3.000000000
-1.500000000   -0.625000000 -1.250000000    1.484375000
-1.500000000   -0.625000000 -1.375000000    0.509765625
-1.437500000   -0.036865234 -1.375000000    0.509765625
-1.437500000   -0.036865234 -1.406250000    0.241546631
-1.437500000   -0.036865234 -1.421875000    0.103626251
-1.437500000   -0.036865234 -1.429687500    0.033703327
-1.433593750   -0.001500070 -1.429687500    0.033703327
-1.433593750   -0.001500070 -1.431640625    0.016121827
-1.433593750   -0.001500070 -1.432617188    0.007315931
-1.433593750   -0.001500070 -1.433105469    0.002909194
-1.433593750   -0.001500070 -1.433349609    0.000704878
-1.433471680   -0.000397517 -1.433349609    0.000704878
-1.433471680   -0.000397517 -1.433410645    0.000153700
-1.433441162   -0.000121904 -1.433410645    0.000153700
-1.433441162   -0.000121904 -1.433425903    0.000015899
-1.433433533   -0.000053002 -1.433425903    0.000015899
-1.433429718   -0.000018551 -1.433425903    0.000015899
-1.433427811   -0.000001326 -1.433425903    0.000015899
-1.433427811   -0.000001326 -1.433426857    0.000007287


     Next Middle will get us close enough to zero:

     F( -1.433427572 ) is   0.000000827  

     The desired approximation of the solution is:

       x ≓ -1.433427572

     Note, ≓ is the approximation symbol

One solution was found :

                         x ≓ -1.433427572

Why learn this

Latest Related Drills Solved