using newton's method of approximation, find the first upto the fifth solution for the function f(x)=x3-x2+1.
in Calculus Answers 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

The cubic can have up to three zeroes. In fact, it has only one real zero and two complex zeroes. f(0)=1 and f(1)=1, but f(-1)=-1, so there must be a real zero between x=0 and x=-1.

We can use Newton's method to find the real zero.

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

f'(x)=3x2-2x. We need to choose a suitable x0. We can't use x0=0 because it would lead to division by zero, so let x0=-1.

x1=-1-f(-1)/f'(-1)=-4/5, x2=-333/440, x3=-0.7548814744, x4=-0.7548776663, x5=-0.7548776662, (x6=-0.754877666247). The fifth iteration after x0=-1 is stable so is an approximate solution for the real zero of f(x).

by Top Rated User (1.2m points)

Related questions

1 answer
asked Oct 18, 2014 in Calculus Answers by abdullah | 1.7k views
1 answer
asked Mar 11, 2013 in Calculus Answers by anonymous | 983 views
1 answer
asked Jan 24, 2014 in Other Math Topics by nebiyu muleta | 845 views
1 answer
1 answer
asked Dec 10, 2014 in Calculus Answers by anonymous | 859 views
1 answer
asked Sep 30, 2014 in Calculus Answers by anonymous | 559 views
1 answer
1 answer
1 answer
asked Nov 18, 2012 in Calculus Answers by anonymous | 3.3k views
1 answer
2 answers
asked Nov 10, 2011 in Calculus Answers by anonymous | 5.5k views
1 answer
asked Oct 20, 2011 in Calculus Answers by anonymous | 1.5k 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,274 users