Answer on Question#41205 – Math – Differential Calculus
Solve: (x3+x)2(x2+x)−6=0
Solution.
Alternate form:
x8+x7+2x6+2x5+x4+x3−6=0
The degree four is the highest degree such that every polynomial equation can be solved by radicals.
So, we can use Newton method to get approximate solution of the equation.
Newton method:
If we have function f(x) and we know, that a<x<b (x – the root of this function), then:
x≈b−f′(b)f(b) - if f(b) and f′(x) have same sign in given interval [a,b]x≈a−f′(a)f(a) - if f(a) and f′(x) have same sign in given interval [a,b]
For calculation of more precise value of root we can use formula:
xn+1=xn−f′(xn)f(xn)
where xn – previous value of root, xn+1 – next value of root.
The precision of calculation is:
∣∣mf(xn)∣∣
where m – minimal value ∣f′(x)∣ in given interval.
We have:
f(x)=x8+x7+2x6+2x5+x4+x3−6f′(x)=8x7+7x6+12x5+10x4+4x3+3x2and −2<x1<−1 (because f(−2)=194>0 and f(−1)=−6<0)0<x2<1 (because f(0)=−6<0 and f(1)=2>0),
where x1,x2 – roots of the equation.
x1=−2−f′(−2)f(−2)x2=1−f′(1)f(1)Answer.
After the 1st step of approximation:
x1≈−1.76x2≈0.95
After the 2nd step of approximation:
x1=−1.76−f′(−1.76)f(−1.76)=−1.56x2≈0.95
After the 3rd step of approximation:
x1=−1.56−f′(−1.56)f(−1.56)=−1.42x2≈0.95
After the 4th step of approximation:
x1=−1.42−f′(−1.42)f(−1.42)=−1.35x2≈0.95
After the 5th step of approximation:
x1=−1.35−f′(−1.35)f(−1.35)=−1.33
Precision:
m∣f(−1.33)∣=40.04=0.01x2≈0.95
www.AssignmentExpert.com