• recategorized by
297 views
1 1 vote

The recursion relation to solve $x=e^{-x}$ using Newton-Raphson method is

  1. $x_{n+1}=e^{-x_{n}}$
  2. $x_{n+1}=x_{n}-e^{-x_{n}}$
  3. $x_{n+1}=\left(1+x_{n}\right) \frac{e^{-x_{n}}}{1+e^{-x_{n}}}$
  4. $x_{n+1}=\frac{x_{n}^{2}-e^{-x_{n}}\left(1+x_{n}\right)-1}{x_{n}-e^{-x_{n}}}$

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
0 0 answers
303
303 views
admin asked Sep 19, 2022
303 views
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 approxim...
1 1 vote
0 0 answers
270
270 views
admin asked Sep 3, 2022
270 views
A numerical solution of the equation $f(x)=x+\sqrt{x}-3=0$ can be obtained using Newton-Raphson method. If the starting value is $x=2$ for the iteration, the value of $x$...
1 1 vote
0 0 answers
415
415 views
admin asked Sep 17, 2022
415 views
For real values of $x$, the minimum value of the function $f(x)=\exp (x)+\exp (-x)$ is$2$$1$$0.5$$0$
1 1 vote
0 0 answers
352
352 views
admin asked Sep 17, 2022
352 views
Which of the following functions would have only odd powers of $x$ in its Taylor series expansion about the point $x=0?$ $\sin \left(x^{3}\right)$$\sin \left(x^{2}\right)...

Add Synced Question

×