Finding roots of algebraic and transcendental equations
Input Parameters
Example Equations:
Select an example equation
Quadratic: x^2 - 4
Cubic: x^3 - x - 2
Polynomial: x^4 - 5x^2 + 4
Trigonometric: sin(x) - 0.5
Exponential: exp(x) - 5
Logarithmic: log(x) - 1
Mixed: x*cos(x) - 2
Equation (use 'x' as variable):
Supported: x^n, sin(x), cos(x), tan(x), exp(x), log(x)
e.g. x^3 - 2*x - 5 | sin(x) - x/3
Method:
Bisection Method
Newton-Raphson Method
Lower Bound (a):
Upper Bound (b):
Tolerance:
Max Iterations:
Find Root
Results and Output
Results will appear here...
Issues & How to Fix