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.
 
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
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...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top