Derive Newton’s Method of approximating the root of an equation from the Taylor expansion.

in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

Taylor's Theorem:

f(x)=f(a)+f'(a)(x-a)+f"(a)(x-a)2/2!+f"'(a)(x-a)3/3!+...

Newton's Method uses the iterative formula to solve for x such that f(x)=0:

xn+1=xn-f(xn)/f'(xn)

If we use the first two terms of Taylor's expansion we get:

f(x)≈f(a)+f'(a)(x-a)

When f(x)=0 x=x0 is an approximate root of f(x), i.e., f(x0)≈0.

In the approximate Taylor expansion a=x0 when f(a)≈0, so:

if f(x0)+f'(x0)(x-x0)=0 (approx), f'(x0)(x-x0)=-f(x0), x-x0=-f(x0)/f'(x0), x=x0-f(x0)/f'(x0).

The value of x given by this expression is just another approximation for the root, and we can simply call this xand apply the formula again.

This leads us to Newton's Iterative Method: xn+1=xn-f(xn)/f'(xn).

by Top Rated User (1.2m points)

Related questions

1 answer
asked May 2, 2013 in Calculus Answers by anonymous | 969 views
1 answer
asked Aug 6, 2013 in Other Math Topics by anonymous | 851 views
1 answer
1 answer
0 answers
1 answer
asked Sep 15, 2013 in Calculus Answers by Kiran7 Level 1 User (160 points) | 1.9k views
1 answer
1 answer
asked Feb 18, 2021 in Other Math Topics by anonymous | 973 views
1 answer
asked May 17, 2013 in Calculus Answers by anonymous | 697 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
732,242 users