Home
Categories
Linear Algebra Calculus Differential Equations Number Theory Statistics Optimization About Contact

Root-Finding Suite

Locate roots of nonlinear equations using classical methods. View iteration history and convergence behavior.

Input
Output

Configure and run.

Technical Description & Theory

What is Root-Finding Suite Calculator and Why it Matters?

Locating roots of nonlinear equations arises in equilibrium problems and design equations. Bisection, Newton, and secant methods offer complementary strengths.

Mathematical Formula and Theory

Newton: x_{n+1}=x_n−f(x_n)/f'(x_n) (quadratic convergence). Bisection guarantees progress on a bracketed root. Secant approximates the derivative.

How to Use This Calculator - Step by Step

  • Enter f(x), choose method, supply guesses or interval.
  • Click Find Root.

Solved Example with Full Calculation

x³−x−2=0 by Newton from 1.5 converges to ≈1.5213797.