Equation Root Finder
Approximate a real root of a supported equation within a selected interval and show the numeric result for independent substitution. Processing takes place l…
Start using
What this calculator does
Approximate a real root of a supported equation within a selected interval and show the numeric result for independent substitution.
Worked example
Solve x² − 2 = 0 near x = 1 to 2
x ≈ 1.41421356
How the calculation works
A numerical root finder searches for a value where f(x) is approximately zero. Depending on the available method, it narrows a bracket or iteratively improves an estimate until the error or step size meets the tolerance.
When to use it
- Check algebra and numerical-method exercises
- Estimate a solution that has no simple closed form
- Verify a candidate root before using it in a model
Limits and checks
- A numerical result is approximate and depends on tolerance and starting values.
- An interval may contain multiple roots or no sign-changing root.
- Discontinuities can look like roots to an unsuitable method; substitute the result back into the equation.
Frequently asked questions
Why does the starting interval matter?
Numerical methods use the interval or initial guess to determine which root they approach and whether convergence is possible.
How can I verify the answer?
Evaluate the original function at the reported root; the result should be close to zero within the chosen tolerance.
Processing takes place locally in your browser.