Solution to Polynomial Equations, a New Approach

Abstract

A new approach for solving polynomial equations is presented in this study. Two techniques for solving quartic equations are described that are based on a new method which was recently developed for solving cubic equations. Higher order polynomial equations are solved by using a new and efficient algorithmic technique. The proposed methods rely on initially identifying the vicinities of the roots and do not require the use of complicated formulas, roots of complex numbers, or application of graphs. It is proposed that under the stated conditions, the methods presented provide efficient techniques to find the roots of polynomial equations.

Share and Cite:

Tehrani, F. (2020) Solution to Polynomial Equations, a New Approach. Applied Mathematics, 11, 53-66. doi: 10.4236/am.2020.112006.

1. Introduction

Various methods have been developed to solve polynomial equations (e.g. [1] [2]) and many authors have presented techniques to estimate the bound of the roots and the number of the real roots of a polynomial (e.g. [3] - [9]). Starting with cubic equations, despite that formulas for the roots of the equations have existed for many years, using those formulas requires taking the roots of complex numbers repeatedly which introduces significant approximations into the results. Therefore, the efficient technique to solve cubic equations has been considered to be the use of numerical algorithms. A new method for solving cubic equations was introduced in 2016 [10] that did not require the roots of complex numbers, use of complicated formulas, or graphs. By using this method, the vicinity of a real root is initially identified and then the roots of the cubic equation are found efficiently even by hand calculation within minutes. The purpose of this paper is to introduce a new approach for solving polynomial equations of order 4 and higher. For solving quartic equations that have many applications in science and technology, two options are discussed. Both options are based on the recent method presented to solve cubic equations [10]. The first option can be used to find the roots of any quartic equation while the second option can be applied if the roots of the quartic equation are not all complex. By using these options, any quartic equation with real coefficients can be solved efficiently. This paper further presents a more general approach for solving higher order polynomial equations that can be programmed as an efficient algorithm on a computer. The proposed techniques rely on initially finding the vicinities of the individual roots and proceeding to finding the roots by using algebraic and/or iterative procedures. By estimating the vicinities of the individual roots, the methods are designed to be efficient and stable. Unlike many previous techniques, the presented methods do not involve the use of complicated formulas, roots of complex numbers, or graphs. This research is structured by finding efficient techniques to solve quartic equations and proceeds to development of a general method to solve high order polynomial equations. In the next section, the methods of solving quartic equations are discussed. The section is then followed by description of a method for solving polynomial equations of order 5 or higher. Examples of applications of the proposed techniques are presented to show the effectiveness of the methods.

2. Theory

2.1. Quartic Equations

Many techniques have been proposed for solving quartic equations (e.g. [11] [12] [13] [14] [15]). In this paper, two methods for solving quartic equations are described. In the first method, the quartic equation is reduced to a cubic as first described by Descartes [16], and then the cubic equation is solved by using the method discussed in [10]. In the second method, the single variable quartic equation is differentiated and the resulting cubic equation is solved by using the method in [10]. Then the roots of the quartic equation are found by using the roots of the derivative cubic equation. The two methods are described as follows.

2.1.1. Method #1 for Solving Quartic Equations

A quartic equation can be written as:

f ( x ) = x 4 + α 1 x 3 + α 2 x 2 + α 3 x + α 4 = 0 (1)

If x = z ( α 1 / 4 ) , the above equation can be expressed in terms of z as a depressed quartic equation:

f ( z ) = z 4 + a z 2 + b z + c (2)

where:

a = α 2 3 ( α 1 2 / 8 )

b = α 3 ( α 1 α 2 / 2 ) + ( α 1 3 / 8 )

c = α 4 ( α 1 α 3 / 4 ) + ( α 1 2 α 2 / 16 ) 3 ( α 1 4 / 256 )

Equation (2) can be factored into two quadratic equations as found originally by Descartes [16].

If R1 and R2 are two roots of this quartic equation:

f ( z ) = ( z R 1 ) ( z R 2 ) ( z 2 + p z + q ) = [ z 2 ( R 1 + R 2 ) z + R 1 R 2 ] [ z 2 + p z + q ]

If R 1 + R 2 = γ and R 1 R 2 = λ , comparing this equation with Equation (2) yields:

p = R 1 + R 2 = γ

and:

a = q + λ γ 2 (3)

b = γ ( λ q ) (4)

c = q λ (5)

Rearranging Equations (3) and (4) and taking the resulting equations to power 2:

( a + γ 2 ) 2 = ( λ + q ) 2 (6)

( b / γ ) 2 = ( λ q ) 2 (7)

Subtracting Equation (7) from (6) and substituting qλ by c from Equation (5):

( a + γ 2 ) 2 ( b 2 / γ 2 ) = 4 c (8)

Multiplying this equation by γ2 yields:

γ 6 + 2 a γ 4 + ( a 2 4 c ) γ 2 b 2 = 0 (9)

If γ 2 = t , Equation (9) can be re-written as:

f ( t ) = t 3 + δ 1 t 2 + δ 2 t + δ 3 = 0 (10)

where:

δ 1 = 2 a

δ 2 = a 2 4 c

δ 3 = b 2

The cubic Equation (10) has at least one real root t1. That root can be found by using the method described in [10]. That method is not described here for brevity. Since t = γ2, substituting t1 in Equation (3):

a + t 1 = q + λ

and q = c/λ from Equation (5). Therefore:

a + t 1 = λ + ( c / λ ) , hence:

λ 2 ( a + t 1 ) λ + c = 0 (11)

which can be solved for λ.

After having found t1 and finding λ = R 1 R 2 :

R 1 + R 2 = t 1

R 1 R 2 = λ

These equations can be solved for R1 and R2 which are two roots of Equation (2). The remaining roots of that equation, R3, and R4, can be found by solving:

z 2 + t 1 0.5 z + ( c / λ ) = 0 (12)

Then the roots of Equation (1) can be found by subtracting α1/4 from the values of the roots of f(z).

2.1.2. Method #2 for Solving Quartic Equations

This method can be used to solve quartic equations with real roots. The minimum and maximum points of the quartic function can be found by differentiating f(x) in Equation (1) with respect to x and setting the resulting equation to zero:

g ( x ) = [ d f ( x ) / d x ] / 4 = x 3 + 0.75 α 1 x 2 + 0.5 α 2 x + 0.25 α 3 = 0 (13)

The roots of this cubic equation can be found by using the method described in [10]. The roots of f(x) can then be found based on the roots of g(x). However, the root types of f(x) need to be determined first.

1) Determining the root types

Theorem 1. The quartic equation with real coefficients f(x) has real roots if α 4 < 0 .

Proof: If α 4 < 0 , then at x = 0 , f ( x ) = α 4 < 0

lim x ± f ( x ) = x 4 = +

f(x) is a continuous function of x on (−∞, +∞). Therefore, for an 0 < x 1 < , f ( x 1 ) = 0 and x 1 R where R denotes the set of real numbers.

Theorem 2. If f ( x ) > 0 at its minimum points, f(x) has no real root.

Proof: f ( x ) > 0 at its minimum points, and:

lim x ± f ( x ) = x 4 = +

There fore, f ( x ) > 0 for all x R .

Theorem 3. If f(x) has one minimum point, xmin, and f ( x min ) < 0 , f(x) has two real roots.

Proof: x min R , f ( x min ) < 0 and:

lim x ± f ( x ) = x 4 = +

Therefore for a continuous function, f(x), there is an x 1 R , and < x 1 < x min , so that f ( x 1 ) = 0 , and there is an x 2 R , and x min < x 2 < + , so that f ( x 2 ) = 0 .

Theorem 4. If x1min, x2min, and x3max are three real roots of g(x) as denoted above, where x 1 min < x 3 max < x 2 min , and f ( x ) < 0 at x1min, and at x2min, and f ( x ) > 0 at x3max, all the roots of f(x) are real.

Proof:

f ( x 1 min ) < 0 , f ( x 3 max ) > 0 , and f ( x 2 min ) < 0 and

lim x ± f ( x ) = x 4 = +

f(x) is a continuous function of x on (−∞, +∞).

Therefore,

there is an x 1 R , and < x 1 < x 1 min , so that f ( x 1 ) = 0 ,

there is an x 2 R , and x 1 min < x 2 < x 3 max , so that f ( x 2 ) = 0 ,

there is an x 3 R , and x 3 max < x 3 < x 2 min , so that f ( x 3 ) = 0 ,

there is an x 4 R , and x 2 min < x 4 < + , so that f ( x 4 ) = 0 .

Table 1 shows the conditions that need to be checked to determine the root types of f(x).

After determining the type of the roots of f(x), the general procedure of finding the real roots can be followed as explained below.

2) Procedure

a) If f(x) has two real roots:

i) If α4 > 0, one real root of f(x) is between a minimum point and x = 0. The point x = 0 and the minimum point can be chosen as an upper and a lower limit for the real root r1 respectively. Successive iterations can be used to find r1 in that vicinity. f(x) is then divided by (x − r1) and the procedure described in [10] can be used to find the remaining roots of the quartic equation.

ii) If α4 < 0, a line joining a minimum point to x = 0 can be formulated and the intersection of that line with the horizontal axis may be chosen as an upper limit of the root if f(x) is positive at that point. That point and the minimum point can be chosen as an upper and a lower limit of the real root r1 respectively. Successive iterations can be used to find r1 in that vicinity. f(x) will then be divided by (x − r1) and the procedure described in [10] can be used to find the remaining roots of the quartic equation.

b) If f(x) has four real roots:

iii) The maximum and the first minimum points can be chosen as an upper and a lower limit of one real root respectively. Successive iterations can be used to find that root. Similarly, the maximum and the second minimum point can be used as an upper and a lower limit for another real root. Successive iterations can be used to find that root. Then f(x) can be divided by [ x 2 ( r 1 + r 2 ) x + r 1 r 2 ] where r1 and r2 are the two determined real roots, and the remaining roots of the resulting quadratic equation can be found after the factorization.

2.2. Method for Solving High Order Polynomial Equations

An nth order single variable polynomial equation with real coefficients can be written as:

f ( x ) = x n + α 1 x n 1 + α 2 x n 2 + α 3 x n 3 + + α n = 0 (14)

where α 1 , , α n are real numbers.

If the order of the equation is odd, it is bound to have one or more real roots. If n is even and α n < 0 , the polynomial has real roots. If n is even and α n > 0 , the polynomial may or may not have real roots.

The value of f(x) can be found at 0, −1, and +1 to determine whether it has any roots at these points. If such roots are found, they can be separated by factorization. The value of f(x) can also be found in the close vicinity of −1 and +1 (e.g. at −1.1, −0.9, 0, +0.9, and +1.1, etc.) to see if there are sign changes in f(x). If there are, then successive iterations can be used to find a real root. Then by factorization that root can be separated, and focus can be made on roots whose magnitudes are considerably less than or greater than 1.

Then for a root r, two conditions can hold:

1) If | r | < 1 1

For a high order polynomial, if a root’s magnitude is significantly less than 1, as the order is increased, the polynomial will function as a subset of a Levi-Civita field [18]. By ignoring the high order terms of the polynomial:

f ( x ) α n 2 r 2 + α n 1 r + α n (15)

Setting this equation to zero, its roots are:

r = [ α n 1 ± s 1 ] / 2 α n 2 (16)

where s 1 = [ k 1 ] 0.5 and k 1 = ( α n 1 2 4 α n 2 α n ) , and in order for r to be real, k 1 0 .

As a rough estimate, if the second order term in Equation (15) can be ignored, r α n / α n 1 .

Then it can be concluded that | α n / α n 1 | should be less than 1.

If this condition holds, and k 1 0 , the values of f(x) at the limits given by Equation (16) and also at x = ( α n / α n 1 ) can be checked. If at two of the points, f(x) has opposite signs, a real root between the points can be found by successive iterations. If k 1 < 0 , but | α n / α n 1 | < 1 , the value of the first derivative of f(x), ( f ( x ) ) can be found at ( α n / α n 1 ), and a line formulated at this point with the slope at the point given by f ( x ) . At the intersection of that line with the x-axis, f(x) can be checked. If f(x) at this point and f(x) at ( α n / α n 1 ) have opposite signs, a real root between the two points can be found.

2) If | r | > 1

For a high order polynomial (n ≥ 5):

f ( x ) r n + α 1 r n 1 + α 2 r n 2 = r n 2 ( r 2 + α 1 r + α 2 ) (17)

The non-zero roots of this equation are at:

r = [ α 1 ± s 2 ] / 2 (18)

where s 2 = [ k 2 ] 0.5 and k 2 = α 1 2 4 α 2 , and in order for r to be real, k 2 0 .

If the lowest order of n in Equation (17) is ignored, as a rough approximation, r α 1 which means that under the conditions, | α 1 | should be greater than 1. If this condition holds and k 2 0 , f(x) can be found at the limits given by Equation (18) and also at x = α 1 . If f(x) at two of the points has opposite signs, a real root between the points can be found by successive iterations. If k 2 < 0 , but | α 1 | > 1 , f ( x ) at x = α 1 can be found and a line formulated at x = α 1 with a slope given by f ( x ) at that point. If the intersection of that line with the x-axis and the point x = α 1 produce f(x) with opposite signs, a real root between the points can be found by successive iterations.

Procedure

The procedure of finding the real roots of an nth order single variable polynomial with real coefficients and n ≥ 5 can be summarized as follows:

· Consider:

· f ( x ) = x n + α 1 x n 1 + α 2 x n 2 + α 3 x n 3 + + α n = 0 .

· Determine f(x) at 0, −1, +1. If there is a root, separate it by factorization.

· Determine f(x) in the vicinity of | r | = 1 (e.g. −1.1, −0.9, +0.9, and +1.1). If there are sign changes in that region, use successive iterations between two points giving opposite signs for f(x) to find a real root and separate that root by factorization.

Is | α n / α n 1 | < 1 ?

· If so, calculate k 1 = ( α n 1 2 4 α n 2 α n ) .

· Is k 1 0 ?

· If k 1 > 0 , find f(x) at:

· r = [ α n 1 ± s 1 ] / 2 α n 2 .

· where s 1 = [ k 1 ] 0.5 ,

· Calculate f(x) at x = ( α n / α n 1 ) .

· If at two of these points, f(x) has opposite signs, find a real root between those points by successive iterations (if k 1 = 0 , use the points α n 1 / 2 α n 2 , and α n / α n 1 ).

· If k 1 < 0 , find f ( x ) at ( α n / α n 1 ) and call it m1. Then find:

· x 1 = ( α n / α n 1 ) .

· f ( x 1 ) = y 1 .

· x 2 = x 1 ( y 1 / m 1 ) .

· Find f(x2). If f(x1) and f(x2) have opposite signs, find a real root between the points by successive iterations and separate it by factorization.

Is | α 1 | > 1 ?

· If so, calculate k 2 = α 1 2 4 α 2 .

· Is k 2 0 ?

· If k 2 > 0 , calculate f(x) at r = [ α 1 ± s 2 ] / 2 .

· where s 2 = [ k 2 ] 0.5 ,

· Calculate f(x) at x = α 1 .

· If f(x) at two of these points has opposite signs, find a real root between those points by successive iterations and separate it by factorization (if k 2 = 0 , use −α1 and −α1/2 as two points).

· If k 2 < 0 ,

· Find f ( x ) at x = α 1 and call it m2.

· x 3 = α 1 .

· f ( x 3 ) = y 3 .

· x 4 = x 3 ( y 3 / m 2 ) .

· Calculate f(x4). If f(x3) and f(x4) have opposite signs, find a real root between x3 and x4 by successive iterations and separate it by factorization.

If | α n / α n 1 | > 1 and | α 1 | < 1 , focus should be made on finding roots in the vicinity of | r | = 1 2.

When after factorizations the order of the polynomial is reduced to 4, use the procedure described in the preceding section to find the remaining roots.

3. Examples

Example 1

Assume:

f ( x ) = x 5 8 x 4 21 x 3 + 8 x 2 4 x + 240 = 0

Therefore, α 1 = 8 , α 2 = 21 , α 3 = 8 , α 4 = 4 , α 5 = 240 .

It is quickly determined that the polynomial does not have a root at −1, 0, and +1.

| α n / α n 1 | = 240 / 4 = 60 > 1

| α 1 | = 8 > 1

k 2 = α 1 2 4 α 2 = 8 2 4 × ( 21 ) = 148 > 0

s 2 = [ k 2 ] 0.5 = 12.16

Limits of a root = [−α1 ± s2]/2 = −2.08, 10.08

f ( 2.08 ) = 283.23

f ( 10.08 ) = 978.12

f ( α 1 ) = f ( 8 ) = 10032

Starting successive iterations with the points at 8 and 10.08 yields r = 10 after 7 iterations.

By factorization:

f 1 ( x ) = f ( x ) / ( x 10 ) = x 4 + 2 x 3 x 2 2 x 24

To find the roots of the quartic function f1(x), one of the methods of solving quartic equations that were described above can be used. If method #1 is used:

x = z ( 2 / 4 ) = z 0.5

and f 1 ( z ) = z 4 2.5 z 2 23.4375 .

The roots of f1(z) are found at z = ±2.5 and the roots of f1(x) are found as:

r 2 = 2.5 0.5 = 3

r 3 = 2.5 0.5 = 2

Then by factorization:

f 1 ( x ) / ( x 2 ) ( x + 3 ) = x 2 + x + 4

Setting: f 2 ( x ) = x 2 + x + 4 = 0 , yields:

r 4 , r 5 = 0.5 ± 1.936 i

Therefore, the roots of the 5th order polynomial f(x) are found at:

−3, 2, 10, and (−0.5 ± 1.936i).

Figure 1 shows a graphical representation of f(x).

Example 2

Assume:

f ( x ) = x 6 2.5 x 5 24 x 4 + 8.5 x 3 + 38 x 2 + 126 x 72

Therefore: α 1 = 2.5 , α 2 = 24 , α 3 = 8.5 , α 4 = 38 , α 5 = 126 , α 6 = 72 .

It is determined that f(x) has no root at −1, 0, and 1.

Following the general procedure as described above:

| α n / α n 1 | = 72 / 126 = 0.57 < 1

k 1 = ( α n 1 2 4 α n 2 α n ) = ( 126 ) 2 4 × 38 × ( 72 ) = 26820

s 1 = [ 26820 ] 0.5 = 163.768

The limits for a root are calculated as:

[ α n 1 ± s 1 ] / 2 α n 2 = [ 126 ± 163.768 ] / 2 × 38 = 3.81 , 0.497

and:

f ( 3.81 ) = 461.9

f ( 0.497 ) = 0.473

f ( 0.57 ) = 11.09

A root of f(x) is found between 0.497 and 0.57 at r1 = 0.5 after 4 iterations.

Following the procedure to find the other roots:

| α 1 | = 2.5 > 1

k 2 = α 1 2 4 α 2 = ( 2.5 ) 2 4 × ( 24 ) = 102.25

s 2 = [ k 2 ] 0.5 = 10.11

Figure 1. A graph representing f(x) of example 1.

Limits of a root = [−α1 ± s2]/2 = −3.8, 6.3

f ( 2.5 ) = 324.18

f ( 3.8 ) = 481

f ( 6.3 ) = 4261

The iterations can start with the points at 2.5 and 6.3. After 8 iterations, a root is found at r2 = 6.

By factorization:

f ( x ) / ( x 0.5 ) ( x 6 ) = x 4 + 4 x 3 x 2 10 x 24

The remaining roots are the roots of the quartic function:

f 1 ( x ) = x 4 + 4 x 3 x 2 10 x 24

Following the procedure of method #2 for solving quartic equations as described above, the roots of this quartic function are found at −4, 2, and (−1 ± 1.414i). Therefore the roots of the 6th order polynomial f(x) are found at: −4, 0.5, 2, 6 and (−1 ± 1.414i).

Figure 2 shows a graphical representation of f(x).

Example 3

Assume:

f ( x ) = x 6 + 0.8 x 5 + 2.1 x 4 1.5 x 3 + 3.1 x 2 + 4 x 5.1

Therefore, α 1 = 0.8 , α 2 = 2.1 , α 3 = 1.5 , α 4 = 3.1 , α 5 = 4 , α 6 = 5.1 .

It can be seen that | α 1 | < 1 , and | α 6 / α 5 | = 1.275 > 1 . Therefore, focus should be made on finding roots with magnitudes in the vicinity of 1. It can be determined that:

f(0) = −5.1, f(1) = 4.4, f(−1) = −2.2. Searching for a root between 0 and 1 results in finding.

r = 0.746 after 11 iterations. Dividing f(x) by (x − 0.746) yields (with three decimal place accuracy):

f ( x ) = ( x 0.746 ) f 1 (x)

where:

f 1 ( x ) = x 5 + 1.546 x 4 + 3.253 x 3 + 0.927 x 2 + 3.791 x + 6.828

It can be seen that for f1(x), | α 1 | = 1.546 > 1 . Following the above procedure:

Figure 2. A graph representing f(x) of example 2.

k 2 = 10.62

f 1 ( x ) = 5 x 4 + 6.184 x 3 + 9.759 x 2 + 1.854 x + 3.791

f 1 ( 1.546 ) = 29.96 = m 2

x 3 = 1.546 , and f 1 ( x 3 ) = y 3 = 8.837 , x 4 = 1.546 + ( 8.837 / 29.96 ) = 1.25 , and f 1 ( x 4 ) = 2 , and f 1 ( 1 ) = 1.257 .

A real root of r = −1.108 can be found between −1, and −1.25 with three decimal place accuracy after 10 iterations. Therefore f(x) has two real roots so far with magnitudes in the vicinity of | r | = 1 . By factorizing f1(x):

f 1 ( x ) = ( x + 1.108 ) f 2 (x)

where:

f 2 ( x ) = x 4 + 0.438 x 3 + 2.768 x 2 2.14 x + 6.162

To find the roots of f2(x), the procedures described above for quartic equations can be used. By using method #2, the roots of the derivative function f 2 ( x ) need to be found. The real root of f 2 ( x ) is found after 7 iterations at x = 0.333 by using the method in [10]. However, it can be seen that f2(x) at this minimum point is positive (i.e. at 5.787). Therefore, it can be determined from Table 1 that f2(x) has no real roots. Therefore, method #1 should be used to find the roots of f2(x) which are all complex.

Following the procedure of method #1 for quartic equations to find the roots of f2(x):

x = z 0.438 / 4 = z 0.1095

Table 1. A list of conditions to check the type of the roots of a quartic equation.

Therefore:

f 2 ( z ) = z 4 + a z 2 + b z + c

where:

a = 2.696 , b = 2.7356 , c = 6.429

If t = γ 2 = ( R 1 + R 2 ) 2 , where R1 and R2 are two roots of f2(z), the following cubic equation will result:

f ( t ) = t 3 + 5.392 t 2 18.447 t 7.4835

A real root of f(t) is found by using the procedure in [10] at t1 = 2.646 (with three decimal place accuracy) after 10 iterations.

Therefore:

t 1 = ± 1.6266

For R 1 + R 2 = 1.6266 .

If R 1 R 2 = λ , by using Equation (11):

λ 2 5.342 λ + 6.429 = 0

The roots of this 2nd order equation are at λ = 1.831 and λ = 3.51.

Then:

R 1 + R 2 = 1.6266 and R 1 R 2 = 1.831 yield:

R 1 , R 2 = 0.8133 ± 1.08145 i

Then by using Equation (12):

z 2 + 1.6266 z + 3.51 = 0

R3 and R4 are the roots of this equation as:

R 3 , R 4 = 0.8133 ± 1.68776 i

The roots of f2(x) can be found by subtracting 0.1095 from the roots of f2(z) at 0.7038 ± 1.08145i, and at −0.9228 ± 1.68776i. Therefore the roots of f(x) are found at: −1.108, 0.746, −0.9228 ± 1.68776i, and 0.7038 ± 1.08145i.

Figure 3 shows a graphical representation of f(x).

4. Discussion

Two methods for solving quartic equations that use a recently presented technique for solving cubic equations [10] are described. The 1st technique that combines the method in [10] with a technique originally developed by Descartes [16] can be used to solve quartic equations regardless of whether the roots are real or complex. The second presented method offers an efficient technique to solve quartic equations with real roots. The paper further describes a general technique for solving higher order polynomial equations and providing all the real roots of those equations. Each of the methods discussed in this paper combines the use of algebraic equations with some iterative procedures. The methods rely on initially establishing reasonable boundaries for the individual roots and unlike many previous techniques, none of them requires the use of complicated

Figure 3. A graph representing f(x) of example 3.

formulas, roots of complex numbers, or graphs. The examples presented show how the methods are applied and their efficiencies.

5. Conclusions

A number of methods have been presented in the literature and are used in practice to find the roots of polynomial equations with real coefficients. A new technique was recently presented to find the roots of cubic functions [10] which is simple and yet efficient enough to provide the roots of cubic equations within a short period of time even by hand calculation. This paper describes two methods for solving quartic equations and a more general technique for solving polynomial equations of degree 5 or higher. Unlike previous methods, none of the methods presented requires finding the roots of complex numbers, or utilizing complicated formulas and procedures or graphs. In these new techniques, emphasis is placed on initially finding the vicinities of the individual real roots and then finding those roots efficiently by using algebraic and/or iterative procedures.

The next phase of this research can focus on further investigation of the efficiency of the presented method for solving high order polynomial equations when some of the coefficients are much larger/smaller than other coefficients.

NOTES

1The number of the real roots for | r | < 1 may be found by using other techniques [17].

2In cases where some of the coefficients are very small compared with others, the terms associated with those small coefficients can be ignored in the estimation of the root vicinities. In those cases, focus can be made on the 1st three remaining terms with highest orders for roots with large magnitudes, and on the last three remaining terms with lowest orders for roots with magnitudes significantly less than 1.

Conflicts of Interest

The author declares no conflicts of interest regarding the publication of this paper.

References

[1] Atkinson, K.E. (1989) An Introduction to Numerical Analysis. John Wiley & Sons, Inc., Hoboken.
[2] Scavo, T.R. and Thoo, J.B. (1995) On the Geometry of Halley’s Method. The American Mathematical Monthly, 102, 417-426.
https://doi.org/10.1080/00029890.1995.12004594
[3] Akritas, A.G., Strzebonski, A.W. and Vigklas, P.S. (2008) Improving the Performance of the Continued Fractions Method Using New Bounds of Positive Roots. Nonlinear Analysis: Modelling and Control, 13, 265-279.
https://doi.org/10.15388/NA.2008.13.3.14557
[4] Collins, G.E. (2001) Polynomial Minimum Root Separation. Journal of Symbolic Computation, 32, 467-473.
https://doi.org/10.1006/jsco.2001.0481
[5] Edelman, A. and Kostlan, E. (1995) How Many Zeros of a Random Polynomial Are Real? Bulletin of the American Mathematical Society, 32, 1-37.
https://doi.org/10.1090/S0273-0979-1995-00571-9
[6] Hirst, H.P. and Macey, W.T. (1997) Bounding the Roots of Polynomials. The College Mathematics Journal, 28, 292-295.
https://doi.org/10.2307/2687152
[7] Sun, Y.J. and Hsieh, J.G. (1996) A Note on the Circular Bound of Polynomial Zeros. IEEE Transactions on Circuits and Systems, 43, 476-478.
https://doi.org/10.1109/81.503258
[8] Dalal, A. and Govil, N.K. (2017) On Comparison of Annuli Containing All the Zeros of a Polynomial. Applicable Analysis and Discrete Mathematics, 11, 232-241.
https://doi.org/10.2298/AADM1701232D
[9] Gao, L. and Govil, N.K. (2018) Annular Bounds for the Zeros of a Polynomial. International Journal of Mathematics and Mathematical Sciences, 2018, Article ID: 6047387.
https://doi.org/10.1155/2018/6047387
[10] Tehrani, F.T. (2016) A Simple Approach to Solving Cubic Equations. The Mathematical Gazette, 100, 225-232.
https://doi.org/10.1017/mag.2016.58
[11] Aude, H.T.R. (1949) Notes on Quartic Curves. The American Mathematical Monthly, 56, 165-170.
https://doi.org/10.1080/00029890.1949.11999352
[12] Faucette, W.M. (1996) A Geometric Interpretation of the Solution of the General Quartic Polynomial. The American Mathematical Monthly, 103, 51-57.
https://doi.org/10.2307/2975214
[13] Kappe, L.C. and Warren, B. (1989) An Elementary Test for the Galois Group of a Quartic Polynomial. The American Mathematical Monthly, 96, 133-137.
https://doi.org/10.1080/00029890.1989.11972158
[14] Rees, E.L. (1922) Graphical Discussion of the Roots of a Quartic Equation. The American Mathematical Monthly, 29, 51-55.
https://doi.org/10.1080/00029890.1922.11986100
[15] Shmakov, S.L. (2011) A Universal Method of Solving Quartic Equations. International Journal of Pure and Applied Mathematics, 71, 251-259.
[16] Froberg, C.E. (1965) Introduction to Numerical Analysis. Addison-Wesley Publishing Company Inc., Reading.
[17] Thomas, J.M. (1941) Sturm’s Theorem for Multiple Roots. National Mathematics Magazine, 15, 391-394.
https://doi.org/10.2307/3028551
[18] Shamseddine, K. and Berz, M. (2010) Analysis of the Levi-Civita Field, a Brief Overview. In: Berz, M. and Shamseddine, K., Eds., Contemporary Mathematics, Advances in p-Adic and Non-Archimedean Analysis, Vol. 508, The American Mathematical Society, Providence, 215-237.
https://doi.org/10.1090/conm/508/10002

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.