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 :
(5)*(3*x-2)-(8*x^3)=0
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(5 • (3x - 2)) - 23x3 = 0
Step 2 :
Equation at the end of step 2 :
5 • (3x - 2) - 23x3 = 0
Step 3 :
Step 4 :
Pulling out like terms :
4.1 Pull out like factors :
-8x3 + 15x - 10 = -1 • (8x3 - 15x + 10)
Polynomial Roots Calculator :
4.2 Find roots (zeroes) of : F(x) = 8x3 - 15x + 10
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 8 and the Trailing Constant is 10.
The factor(s) are:
of the Leading Coefficient : 1,2 ,4 ,8
of the Trailing Constant : 1 ,2 ,5 ,10
Let us test ....
P | Q | P/Q | F(P/Q) | Divisor | |||||
---|---|---|---|---|---|---|---|---|---|
-1 | 1 | -1.00 | 17.00 | ||||||
-1 | 2 | -0.50 | 16.50 | ||||||
-1 | 4 | -0.25 | 13.62 | ||||||
-1 | 8 | -0.12 | 11.86 | ||||||
-2 | 1 | -2.00 | -24.00 |
Note - For tidiness, printing of 15 checks which found no root was suppressed
Polynomial Roots Calculator found no rational roots
Equation at the end of step 4 :
-8x3 + 15x - 10 = 0
Step 5 :
Cubic Equations :
5.1 Solve -8x3+15x-10 = 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) = -8x3 + 15x - 10
At x= -1.00 F(x) is equal to -17.00
At x= -2.00 F(x) is equal to 24.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) -1.000000000 -17.000000000 -2.000000000 24.000000000 0.000000000 -10.000000000 -2.000000000 24.000000000 -1.000000000 -17.000000000 -2.000000000 24.000000000 -1.500000000 -5.500000000 -2.000000000 24.000000000 -1.500000000 -5.500000000 -1.750000000 6.625000000 -1.625000000 -0.046875000 -1.750000000 6.625000000 -1.625000000 -0.046875000 -1.687500000 3.130859375 -1.625000000 -0.046875000 -1.656250000 1.503173828 -1.625000000 -0.046875000 -1.640625000 0.718536377 -1.625000000 -0.046875000 -1.632812500 0.333438873 -1.625000000 -0.046875000 -1.628906250 0.142685413 -1.625000000 -0.046875000 -1.626953125 0.047756255 -1.625000000 -0.046875000 -1.625976562 0.000403412 -1.625488281 -0.023245095 -1.625976562 0.000403412 -1.625732422 -0.011423167 -1.625976562 0.000403412 -1.625854492 -0.005510459 -1.625976562 0.000403412 -1.625915527 -0.002553669 -1.625976562 0.000403412 -1.625946045 -0.001075165 -1.625976562 0.000403412 -1.625961304 -0.000335886 -1.625976562 0.000403412 -1.625961304 -0.000335886 -1.625968933 0.000033761 -1.625965118 -0.000151063 -1.625968933 0.000033761 -1.625967026 -0.000058651 -1.625968933 0.000033761 -1.625967979 -0.000012445 -1.625968933 0.000033761
Next Middle will get us close enough to zero:
F( -1.625968218 ) is -0.000000894
The desired approximation of the solution is:
x ≓ -1.625968218
Note, ≓ is the approximation symbol
One solution was found :
x ≓ -1.625968218How did we do?
Please leave us feedback.