Biomedical Engineering > GATE 2024 > Numerical Methods
To solve the equation x=2 cos x using Newton-Raphson's method, which one of the following is CORRECT?
A
xn+1 = xn + (xn - 2cos(xn) / (1 + 2sin(xn)))
B
xn+1 = xn - (xn - 2cos(xn) / (1 + 2sin(xn)))
C
xn+1 = xn + (1 + 2sin(xn)) / (xn - 2cos(xn))
D
xn+1 = xn - (1 + 2sin(xn)) / (xn - 2cos(xn))

Correct : b

Similar Questions

Newton Raphson method is used to solve the equation x3-2x-5=0 with an initial guess x0=3. What is x1 the value after ONE iteration? (rounded off to two decimal...
#369 NAT
You should _________ when to say _________.
#2 MCQ
Two straight lines pass through the origin (x0, y0) = (0,0). One of them passes through the point (x1, y1) = (1,3) and the other passes through the point (x2,...
#3 MCQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......