Question

1. Bisection Method(15 pts) . The Bisection method is unique in that you can prescribe error tolerance in either z, ?, or in y, ey (a) Commonly, we use ?, as the criteria for our solution convergence. In this case, how do we conclude that our root finding algorithm is done

0 0
Add a comment Improve this question Transcribed image text
Answer #1

for part (a)

In bisection method, for each iteration, we calculate the mid point of the current bracket and verify the sign of function value at this mid points with the values at the bracket. For the opposite sign value, we update the corresponding bracket with the midpoint.

On successive mid point creation, as soon as the values of the function at midpoint is close to required value witihin the tolerance i.e. \epsilon_y . We say the root finding algorithm is done!

(f) One such example can be y=x^2 . for the interval [-2 1]. Though it has the root within the interval i.e. x=0. But as the function's sign is always evaluated to positive, it will never land on the actual root.

Add a comment
Know the answer?
Add Answer to:
1. Bisection Method(15 pts) . The Bisection method is unique in that you can prescribe error...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT