🔢 Bisection Method
Interactive Root Finding Calculator
Function f(x):
Left Endpoint (a):
Right Endpoint (b):
Tolerance (ε):
🚀 Calculate Root
Supported Functions:
Use x^2 for x², sin(x), cos(x), tan(x), ln(x), log(x), sqrt(x), exp(x), abs(x)
Examples:
x^3 - x - 1, sin(x) - x/2, x^2 - 4, ln(x) - 1
Bisection Method Results
Iteration
a
f(a)
b
f(b)
c
f(c)
|c
k
- c
k-1
|