Math, asked by iamtaufikmd10, 3 months ago

solve the reciprocal equation 7x^3-43x^2=43x-7

Answers

Answered by santhoshposeidon
0

Step by step solution :

STEP

1

:

Equation at the end of step 1

 (7x3 -  43x) -  (43x - 7)  = 0  

STEP

2

:

Polynomial Roots Calculator :

2.1    Find roots (zeroes) of :       F(x) = 7x3-86x+7

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  7  and the Trailing Constant is  7.

The factor(s) are:

of the Leading Coefficient :  1,7

of the Trailing Constant :  1 ,7

Let us test ....

  P    Q    P/Q    F(P/Q)     Divisor

     -1       1        -1.00        86.00      

     -1       7        -0.14        19.27      

     -7       1        -7.00       -1792.00      

     1       1        1.00        -72.00      

     1       7        0.14        -5.27      

     7       1        7.00        1806.00      

Polynomial Roots Calculator found no rational roots

Equation at the end of step

2

:

 7x3 - 86x + 7  = 0  

STEP

3

:

Cubic Equations:

3.1     Solve   7x3-86x+7 = 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) = 7x3 - 86x + 7

At   x=   -4.00   F(x)  is equal to  -97.00  

At   x=   -3.00   F(x)  is equal to  76.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)

-4.000000000  -97.000000000 -3.000000000   76.000000000

-4.000000000  -97.000000000  0.000000000    7.000000000

-4.000000000  -97.000000000 -2.000000000  123.000000000

-4.000000000  -97.000000000 -3.000000000   76.000000000

-4.000000000  -97.000000000 -3.500000000    7.875000000

-3.750000000  -39.640625000 -3.500000000    7.875000000

-3.625000000  -14.693359375 -3.500000000    7.875000000

-3.562500000   -3.116943359 -3.500000000    7.875000000

-3.562500000   -3.116943359 -3.531250000    2.451446533

-3.546875000   -0.314563751 -3.531250000    2.451446533

-3.546875000   -0.314563751 -3.539062500    1.072977543

-3.546875000   -0.314563751 -3.542968750    0.380342185

-3.546875000   -0.314563751 -3.544921875    0.033173196

-3.545898438   -0.140624263 -3.544921875    0.033173196

-3.545410156   -0.053707783 -3.544921875    0.033173196

-3.545166016   -0.010262856 -3.544921875    0.033173196

-3.545166016   -0.010262856 -3.545043945    0.011456279

-3.545166016   -0.010262856 -3.545104980    0.000596989

-3.545135498   -0.004832864 -3.545104980    0.000596989

-3.545120239   -0.002117920 -3.545104980    0.000596989

-3.545112610   -0.000760461 -3.545104980    0.000596989

-3.545108795   -0.000081735 -3.545104980    0.000596989

-3.545108795   -0.000081735 -3.545106888    0.000257627

-3.545108795   -0.000081735 -3.545107841    0.000087946

-3.545108795   -0.000081735 -3.545108318    0.000003106

-3.545108557   -0.000039315 -3.545108318    0.000003106

-3.545108438   -0.000018104 -3.545108318    0.000003106

-3.545108378   -0.000007499 -3.545108318    0.000003106

    Next Middle will get us close enough to zero:

    F( -3.545108333 ) is   0.000000454  

    The desired approximation of the solution is:

      x ≓ -3.545108333

    Note, ≓ is the approximation symbol

Similar questions