Bisection or Regula Falsi Method

  • Context: High School 
  • Thread starter Thread starter abrowaqas
  • Start date Start date
  • Tags Tags
    Method
Click For Summary
SUMMARY

The discussion clarifies that both the Bisection method and the Regula Falsi method can utilize decimal numbers as initial values. Specifically, the example provided demonstrates that using a=2.3 and b=2.4 is valid, as it produces a negative value for 'a' and a positive value for 'b', confirming the existence of a root between these points. Therefore, there is no requirement for the initial values to be whole numbers; decimal values are perfectly acceptable for initiating iterations in these numerical methods.

PREREQUISITES
  • Understanding of the Bisection method
  • Familiarity with the Regula Falsi method
  • Basic knowledge of polynomial equations
  • Concept of function evaluation
NEXT STEPS
  • Study the implementation of the Bisection method in Python
  • Explore the Regula Falsi method and its applications
  • Learn about convergence criteria for numerical methods
  • Investigate error analysis in root-finding algorithms
USEFUL FOR

Students, mathematicians, and software developers interested in numerical analysis and root-finding techniques will benefit from this discussion.

abrowaqas
Messages
113
Reaction score
0
The method of false position or in Bisection method. can we put initial values as the integer values or it is necessary that the initial values must be whole numbers?

E.g suppose i have question . x(3)-x-11=0 where x(3) is x raised cube

for initial values a and b. if i put a=2.3 and b= 2.4 . for 'a' function give -ve value and for 'b' function give +ve value.. is that supposition of 'a' and 'b' is correct . or i must have to put whole number. i-e a=2 and b=3 . and then start respective iterations of false position or bisection.
 
Physics news on Phys.org
It is perfectly acceptable to use decimal numbers as your starting values!
 
thanks
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K