Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Use Newton's method to approximate a root of the equation 5sin(x)=x as follows. Let x1=2 be the initial approximation. The seco...Asked by kwack
Use Newton's method to approximate a root of the equation 3sin(x)=x as follows.
Let x1=1 be the initial approximation.
The second approximation x2 is
and the third approximation x3 is
Let x1=1 be the initial approximation.
The second approximation x2 is
and the third approximation x3 is
Answers
Answered by
drwls
f(x) = 3 sinx - x
f'(x) = 3 cosx -1
if xo = 1 is the first approximation, the second approximation is
x1 = xo - f(1)/f'(1)
= 1 - 1.524/0.621 = -1.454
x2 = x1 - f(x1)/f'(x1)
= -1.454 -1.525/1.804 = -2.299
x3 = x2 - f(x2)/f'(x2)
= -2.299 -0.0599/(-1.997)
= -2.269
f'(x) = 3 cosx -1
if xo = 1 is the first approximation, the second approximation is
x1 = xo - f(1)/f'(1)
= 1 - 1.524/0.621 = -1.454
x2 = x1 - f(x1)/f'(x1)
= -1.454 -1.525/1.804 = -2.299
x3 = x2 - f(x2)/f'(x2)
= -2.299 -0.0599/(-1.997)
= -2.269
Answered by
drwls
I tried to follow the format at
http://en.wikipedia.org/wiki/Newton's_method
My xo may be your x1, etc.
http://en.wikipedia.org/wiki/Newton's_method
My xo may be your x1, etc.
Answered by
kwack
I put -1.454 for x2 but when I put -2.299 for x3 I got it wrong
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.