$x^4 +6x^3 + 11x^2 +7x +1= (1-x)^{0.5}$
I was wondering if anyone could solve this equation and give the answer is fractions. Also please mention the way you solved it. 1 solution is obviously $0$ and the other I got using graphs are in decimals and not precise. It is this second solution in $\Bbb R$ that I require. If it isn't mathematically possible to a get a fractional solution please let me know . Thank you.
The equation$$x^6+9x^5+31x^4+53x^3+48x^2+22x+5=0$$ has only two real roots $(-3.40)$ and $(-2.26)$.
If you start Newton method with a rational value, it will generate rational values as approximations.
Let us start the first one with $x_0=-\frac 7 2$; the method will generate the sequence $$\left\{-\frac{7}{2},-\frac{17761}{5200},-\frac{760677732007010815845121}{22395520514 5491367398240}\right\}$$ For the second one, start with $x_0=-\frac 9 4$ to get $$\left\{-\frac{9}{4},-\frac{3163}{1400},-\frac{20328497875010225431}{8998263788043807 760}\right\}$$ If you compute very precisely the solutions and make them later rational, you would have $$-\frac{108915225749466541474917137561912526763616184782665}{32074761139291841554652427819810193110590856685177}$$ $$-\frac{113549291667849330530332249667376629095991878162727}{50261780121389507187318172078184361726047088691641}$$ which are correct for $100$ figures.