Enter an equation or problem
Camera input is not recognized!

Solution - Approximation

m1.724717200
m≓-1.724717200

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 :

                     (2*m^5)/3-(3*m-5)=0 

Step by step solution :

Step  1  :

Equation at the end of step  1  :

  2m5    
  ——— -  (3m - 5)  = 0 
   3     

Step  2  :

            2m5
 Simplify   ———
             3 

Equation at the end of step  2  :

  2m5    
  ——— -  (3m - 5)  = 0 
   3     

Step  3  :

Rewriting the whole as an Equivalent Fraction :

 3.1   Subtracting a whole from a fraction

Rewrite the whole as a fraction using  3  as the denominator :

              3m - 5     (3m - 5) • 3
    3m - 5 =  ——————  =  ————————————
                1             3      

Equivalent fraction : The fraction thus generated looks different but has the same value as the whole

Common denominator : The equivalent fraction and the other fraction involved in the calculation share the same denominator

Adding fractions that have a common denominator :

 3.2       Adding up the two equivalent fractions
Add the two equivalent fractions which now have a common denominator

Combine the numerators together, put the sum or difference over the common denominator then reduce to lowest terms if possible:

 2m5 - ((3m-5) • 3)     2m5 - 9m + 15
 ——————————————————  =  —————————————
         3                    3      

Polynomial Roots Calculator :

 3.3    Find roots (zeroes) of :       F(m) = 2m5 - 9m + 15
Polynomial Roots Calculator is a set of methods aimed at finding values of  m  for which   F(m)=0  

Rational Roots Test is one of the above mentioned tools. It would only find Rational Roots that is numbers  m  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  2  and the Trailing Constant is  15.

 
The factor(s) are:

of the Leading Coefficient :  1,2
 
of the Trailing Constant :  1 ,3 ,5 ,15

 
Let us test ....

  P  Q  P/Q  F(P/Q)   Divisor
     -1     1      -1.00      22.00   
     -1     2      -0.50      19.44   
     -3     1      -3.00      -444.00   
     -3     2      -1.50      13.31   
     -5     1      -5.00     -6190.00   
     -5     2      -2.50      -157.81   
     -15     1     -15.00     -1518600.00   
     -15     2      -7.50     -47378.44   
     1     1      1.00      8.00   
     1     2      0.50      10.56   
     3     1      3.00      474.00   
     3     2      1.50      16.69   
     5     1      5.00      6220.00   
     5     2      2.50      187.81   
     15     1      15.00     1518630.00   
     15     2      7.50     47408.44   


Polynomial Roots Calculator found no rational roots

Equation at the end of step  3  :

  2m5 - 9m + 15
  —————————————  = 0 
        3      

Step  4  :

When a fraction equals zero :

 4.1    When a fraction equals zero ...

Where a fraction equals zero, its numerator, the part which is above the fraction line, must equal zero.

Now,to get rid of the denominator, Tiger multiplys both sides of the equation by the denominator.

Here's how:

  2m5-9m+15
  ————————— • 3 = 0 • 3
      3    

Now, on the left hand side, the  3  cancels out the denominator, while, on the right hand side, zero times anything is still zero.

The equation now takes the shape :
   2m5-9m+15  = 0

Equations of order 5 or higher :

 4.2     Solve   2m5-9m+15 = 0

Points regarding equations of degree five or higher.

 (1)  There is no general method (Formula) for solving polynomial equations of degree five or higher.

 (2)  By the Fundamental theorem of Algebra, if we allow complex numbers, an equation of degree  n  will have exactly  n  solutions
(This is if we count double solutions as  2 , triple solutions as  3  and so on

) (3)  By the Abel-Ruffini theorem, the solutions can not always be presented in the conventional way using only a finite amount of additions, subtractions, multiplications, divisions or root extractions

 (4)  If  F(x)  is a polynomial of odd degree with real coefficients, then the equation  F(X)=0  has at least one real solution.

 (5)  Using methods such as the  Bisection  Method, real solutions can be approximated to any desired degree of accuracy.

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(m) = 2m5 - 9m + 15

At   m=   -2.00   F(m)  is equal to  -31.00 
At   m=   -1.00   F(m)  is equal to  22.00 

Intuitively we feel, and justly so, that since  F(m)  is negative on one side of the interval, and positive on the other side then, somewhere inside this interval,  F(m)  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  -31.000000000 -1.000000000   22.000000000
-2.000000000  -31.000000000  0.000000000   15.000000000
-2.000000000  -31.000000000 -1.000000000   22.000000000
-2.000000000  -31.000000000 -1.500000000   13.312500000
-1.750000000   -2.076171875 -1.500000000   13.312500000
-1.750000000   -2.076171875 -1.625000000    6.963073730
-1.750000000   -2.076171875 -1.687500000    2.819131851
-1.750000000   -2.076171875 -1.718750000    0.470663607
-1.734375000   -0.777278988 -1.718750000    0.470663607
-1.726562500   -0.147024772 -1.718750000    0.470663607
-1.726562500   -0.147024772 -1.722656250    0.163379498
-1.726562500   -0.147024772 -1.724609375    0.008568711
-1.725585938   -0.069130028 -1.724609375    0.008568711
-1.725097656   -0.030256178 -1.724609375    0.008568711
-1.724853516   -0.010837616 -1.724609375    0.008568711
-1.724731445   -0.001132924 -1.724609375    0.008568711
-1.724731445   -0.001132924 -1.724670410    0.003718276
-1.724731445   -0.001132924 -1.724700928    0.001292771
-1.724731445   -0.001132924 -1.724716187    0.000079948
-1.724723816   -0.000526482 -1.724716187    0.000079948
-1.724720001   -0.000223266 -1.724716187    0.000079948
-1.724718094   -0.000071659 -1.724716187    0.000079948
-1.724718094   -0.000071659 -1.724717140    0.000004145
-1.724717617   -0.000033757 -1.724717140    0.000004145
-1.724717379   -0.000014806 -1.724717140    0.000004145


     Next Middle will get us close enough to zero:

     F( -1.724717200 ) is  -0.000000593  

     The desired approximation of the solution is:

       m ≓ -1.724717200

     Note, ≓ is the approximation symbol

One solution was found :

                         m ≓ -1.724717200

Why learn this

Latest Related Drills Solved