What are the real roots of #x^8+x^3=1# ?
1 Answer
Use a numerical method to find real zeros:
#x_1 ~~ -1.1148#
#x_2 ~~ 0.872495#
Explanation:
Given:
#x^8+x^3=1#
We can write this in standard form as:
#x^8+x^3-1 = 0#
Let:
#f(x) = x^8+x^3-1#
Note that the pattern of signs of the coefficients is
The pattern of signs of coefficients of
So
Note that:
#{ (f(-2) = 128-8-1 = 119), (f(-1) = 1-1-1 = -1), (f(0) = 0+0-1 = -1), (f(1) = 1 + 1 - 1 = 1) :}#
So the negative zero is somewhere in
They are both irrational numbers, inexpressible in terms of
About the best we can do is find numerical approximations using Durand-Kerner to find all
If
#a_(i+1) = a_i - (f(a_i))/(f'(a_i)) = a_i-(a_i^8+a_i^3-1)/(8a_i^7+3a_i^2)#
We can put this formula into a spreadsheet with
Hence we find approximate zeros:
#x_1 ~~ -1.1148#
#x_2 ~~ 0.872495#