Is the Bisection Technique accurate for finding roots on a closed interval?

  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
AI Thread Summary
The Bisection Technique is accurate for finding roots on a closed interval, but it requires the function to be one-to-one and either increasing or decreasing within that interval. In the example of f(x) = x^2 on [1,2], there are no roots since f(x) does not equal zero in that range. The algorithm's effectiveness is contingent on the user selecting a valid starting interval based on the function's behavior. Additionally, the article fails to clarify that sign changes at the endpoints indicate the presence of roots, while the absence of sign changes suggests no roots or an even number of roots. Proper understanding of the function and its graph is essential for effectively applying the Bisection Technique.
MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
in this page they are descrbing the forthmentioned technique.
and I am quite puzzled, because if i get this interval:
[1,2]
let's take the equation f(x)=x^2.
now if we follow the algorithm we find that there might not be a root between them, which is ofcourse absurd. (sqrt2 and sqrt3 are ofcourse included inbetween).

anyway, here is the page http://spiff.rit.edu/classes/phys317/lectures/closed_root/closed_root.html
 
Mathematics news on Phys.org
'root' means that f(x) = 0

clearly x^2 is not 0 in the interval you mention, so the algorithm is correct

given that everything in the interval [1,2] is the square root of *something*, even your logic there is flawed.
 
The roots or zeros of a function are synonymous with the "x-intercepts" of that function.

The article doesn't mention that the function has to be one-to-one or either increasing or decreasing within the interval for the algorithm to work properly. (Consider a parabola with a vertex below the origin between an interval [x1, x2]. If x2-x1 is greater than the distance between the roots, the algorithm doesn't work.)
 
The linked algorithm is poorly written. Like signs at the end points of the test interval indicate either no roots or an EVEN NUMBER of roots on the interval. Like wise a sign change on the interval means an odd number of roots on the test interval. The user of the algorithm must have sufficient knowledge of the function to pick a valid starting interval. The best way to get the need information is to plot the function.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top