Use Newton's method to approximate a root of the equation 5 x^7 + 5 x ^4+ 2 =0 as follows.
Let x_1 = 2 be the initial approximation.
The second approximation x_2 is
and the third approximation x_3 is
Can someone give me some help on this
this is just an iteration of a well known formula ... I suggest you research it.
Pauls Online Notes : Calculus I - Newton's Method