Студопедия

КАТЕГОРИИ:


Архитектура-(3434)Астрономия-(809)Биология-(7483)Биотехнологии-(1457)Военное дело-(14632)Высокие технологии-(1363)География-(913)Геология-(1438)Государство-(451)Демография-(1065)Дом-(47672)Журналистика и СМИ-(912)Изобретательство-(14524)Иностранные языки-(4268)Информатика-(17799)Искусство-(1338)История-(13644)Компьютеры-(11121)Косметика-(55)Кулинария-(373)Культура-(8427)Лингвистика-(374)Литература-(1642)Маркетинг-(23702)Математика-(16968)Машиностроение-(1700)Медицина-(12668)Менеджмент-(24684)Механика-(15423)Науковедение-(506)Образование-(11852)Охрана труда-(3308)Педагогика-(5571)Полиграфия-(1312)Политика-(7869)Право-(5454)Приборостроение-(1369)Программирование-(2801)Производство-(97182)Промышленность-(8706)Психология-(18388)Религия-(3217)Связь-(10668)Сельское хозяйство-(299)Социология-(6455)Спорт-(42831)Строительство-(4793)Торговля-(5050)Транспорт-(2929)Туризм-(1568)Физика-(3942)Философия-(17015)Финансы-(26596)Химия-(22929)Экология-(12095)Экономика-(9961)Электроника-(8441)Электротехника-(4623)Энергетика-(12629)Юриспруденция-(1492)Ядерная техника-(1748)

What is the Bisection method and what is it based on?




One of the first numerical methods developed to find the root of a nonlinear equation was the bisection method (also called Binary-Search method). The method is based on the following theorem.

 

Theorem: An equation , where is a real continuous function, has at least one root between and if (See Figure 1).

Note that if , there may or may not be any root between and (Figures 2 and 3). If , then there may be more than one root between and . (Figure 4) So the theorem only guarantees one root between and .

Since the method is based on finding the root between two points, the method falls under the category of bracketing methods.

Since the root is bracketed between two points, and , one can find the mid-point, between and . This gives us two new intervals

1. and , and

2. and

 

Figure 1: At least one root exists between two points if the function is real, continuous, and changes sign.

 

Figure 2: If function does not change sign between two points, roots of may still exist between the two points.

Figure 3: If the function does not change sign between two points, there may not be any roots between the two points.

 

Figure 4: If the function changes sign between two points, more than one root for may exist between the two points.

 

Is the root now between and , or between and ? Well, one can find the sign of , and if then the new bracket is between and , otherwise, it is between and . So, you can see that you are literally halving the interval. As one repeats this process, the width of the interval becomes smaller and smaller, and you can zero in to the root of the equation . The algorithm for the bisection method is given as follows.




Поделиться с друзьями:


Дата добавления: 2014-12-27; Просмотров: 383; Нарушение авторских прав?; Мы поможем в написании вашей работы!


Нам важно ваше мнение! Был ли полезен опубликованный материал? Да | Нет



studopedia.su - Студопедия (2013 - 2024) год. Все материалы представленные на сайте исключительно с целью ознакомления читателями и не преследуют коммерческих целей или нарушение авторских прав! Последнее добавление




Генерация страницы за: 0.006 сек.