Enter an equation or problem
Camera input is not recognized!

Solution - Approximation

y1.344389200
y≓1.344389200

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 :

                y*(y^(2)-1)-(y^(2)-5*y+6)=0 

Step by step solution :

Step  1  :

Trying to factor as a Difference of Squares :

 1.1      Factoring:  y2-1 

Theory : A difference of two perfect squares,  A2 - B2  can be factored into  (A+B) • (A-B)

Proof :  (A+B) • (A-B) =
         A2 - AB + BA - B2 =
         A2 - AB + AB - B2 =
         A2 - B2

Note :  AB = BA is the commutative property of multiplication.

Note :  - AB + AB equals zero and is therefore eliminated from the expression.

Check : 1 is the square of 1
Check :  y2  is the square of  y1 

Factorization is :       (y + 1)  •  (y - 1) 

Equation at the end of step  1  :

  y • (y + 1) • (y - 1) -  (y2 - 5y + 6)  = 0 

Step  2  :

Checking for a perfect cube :

 2.1    y3-y2+4y-6  is not a perfect cube

Trying to factor by pulling out :

 2.2      Factoring:  y3-y2+4y-6 

Thoughtfully split the expression at hand into groups, each group having two terms :

Group 1:  4y-6 
Group 2:  y3-y2 

Pull out from each group separately :

Group 1:   (2y-3) • (2)
Group 2:   (y-1) • (y2)

Bad news !! Factoring by pulling out fails :

The groups have no common factor and can not be added up to form a multiplication.

Polynomial Roots Calculator :

 2.3    Find roots (zeroes) of :       F(y) = y3-y2+4y-6
Polynomial Roots Calculator is a set of methods aimed at finding values of  y  for which   F(y)=0  

Rational Roots Test is one of the above mentioned tools. It would only find Rational Roots that is numbers  y  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  -6.

 
The factor(s) are:

of the Leading Coefficient :  1
 
of the Trailing Constant :  1 ,2 ,3 ,6

 
Let us test ....

  P  Q  P/Q  F(P/Q)   Divisor
     -1     1      -1.00      -12.00   
     -2     1      -2.00      -26.00   
     -3     1      -3.00      -54.00   
     -6     1      -6.00      -282.00   
     1     1      1.00      -2.00   
     2     1      2.00      6.00   
     3     1      3.00      24.00   
     6     1      6.00      198.00   


Polynomial Roots Calculator found no rational roots

Equation at the end of step  2  :

  y3 - y2 + 4y - 6  = 0 

Step  3  :

Cubic Equations :

 3.1     Solve   y3-y2+4y-6 = 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(y) = y3 - y2 + 4y - 6

At   y=   1.00   F(y)  is equal to  -2.00 
At   y=   2.00   F(y)  is equal to  6.00 

Intuitively we feel, and justly so, that since  F(y)  is negative on one side of the interval, and positive on the other side then, somewhere inside this interval,  F(y)  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)

 1.000000000   -2.000000000  2.000000000    6.000000000
 0.000000000   -6.000000000  2.000000000    6.000000000
 1.000000000   -2.000000000  2.000000000    6.000000000
 1.000000000   -2.000000000  1.500000000    1.125000000
 1.250000000   -0.609375000  1.500000000    1.125000000
 1.250000000   -0.609375000  1.375000000    0.208984375
 1.312500000   -0.211669922  1.375000000    0.208984375
 1.343750000   -0.004302979  1.375000000    0.208984375
 1.343750000   -0.004302979  1.359375000    0.101589203
 1.343750000   -0.004302979  1.351562500    0.048456669
 1.343750000   -0.004302979  1.347656250    0.022030413
 1.343750000   -0.004302979  1.345703125    0.008852132
 1.343750000   -0.004302979  1.344726562    0.002271683
 1.344238281   -0.001016371  1.344726562    0.002271683
 1.344238281   -0.001016371  1.344482422    0.000627475
 1.344360352   -0.000194493  1.344482422    0.000627475
 1.344360352   -0.000194493  1.344421387    0.000216480
 1.344360352   -0.000194493  1.344390869    0.000010991
 1.344375610   -0.000091752  1.344390869    0.000010991
 1.344383240   -0.000040381  1.344390869    0.000010991
 1.344387054   -0.000014695  1.344390869    0.000010991
 1.344388962   -0.000001852  1.344390869    0.000010991
 1.344388962   -0.000001852  1.344389915    0.000004569


     Next Middle will get us close enough to zero:

     F(  1.344389200 ) is  -0.000000247  

     The desired approximation of the solution is:

       y ≓ 1.344389200

     Note, ≓ is the approximation symbol

One solution was found :

                         y ≓ 1.344389200

Why learn this

Latest Related Drills Solved