edited by
2,137 views
0 votes
0 votes
The equation $x^3$ - $x^2$ + 4$x$ - 4 = 0 is to be solved using the Newton - Raphson method. If x =2 is taken as the initial approximation of the solution, then the next approximation using the method will be

a) 2/3

b) 4/3

c) 1/3

d) 5/3
edited by

1 Answer

0 votes
0 votes

f(X)=X3-X2+4X-4

f`(X)=3X2-2X+4

f(X0)=8   f`(X0)=12       (X0=2)

X1=2-$\frac{8}{12}$

X1=4/3

Answer B.

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
sh!va asked Mar 10, 2017
1,243 views
The unique polynomial P(x) of degree 2 such that: P(1) = 1, P(3) = 27, P(4) = 64 isa) 8$x^2$ -19x + 12b) 8$x^2$ + 19x + 12c) -8$x^2$ -19x + 12d) -8$x^2$ -19x - 12
0 votes
0 votes
1 answer
3
sh!va asked Mar 10, 2017
455 views
The vectors $x_1$ = $(1,2,4)$, $x_2$ = $(2,-1,3)$, $x_3$ = $(0,1,2)$, $x_4$ = $(-3,7,2)$ area) Linearly independentb) Linearly dependentc) No relationd) Exponentially dep...
0 votes
0 votes
2 answers
4
sh!va asked Mar 10, 2017
876 views
An urn contains 5 black and 5 white balls. The probability of drawing two balls of the same coloura) 2/9b) 4/9c) 1/9d) 5/9