Computer Science, asked by swapnali9764, 2 months ago

Using Newton-Raphson method, find a root correct to three decimal places of the equation sinx=1−xsinx=1−x

Select one:

a.

None of these.

b.

0.500

c.

0.555

d.

0.511​

Answers

Answered by amitnrw
0

Given : sin x = 1 - x​

To Find : a root correct to three decimal places Using Newton-Raphson method

Solution:

sinx  = 1 - x

=> sinx + x - 1  = 0

f(x) = sinx +  x - 1

f'(x)  = cosx  + 1

x₀  = 0

xₙ₊₁  = xₙ ​−f(xₙ​)​./ f′(xₙ​)

x₁  =  0   - (-1)/2

=>  x₁   = 1/2

x₂ = 0.510958

x₃ = 0.510973  

x₄   =0.510973  

x₅  = 0.510973

correct to three decimal places  = 0.511

Learn More:

Evaluate √30 to four decimal places by using Newton-Raphson ...

brainly.in/question/17089871

Evaluate √167 by Newton Raphson method correct up to four ...

brainly.in/question/18159565

Similar questions