Polynomial Solver is a tool that can calculate real roots and critical points of any real polynomial of any degree, with other interesting features such as calculating the area under the curve, the length of a curve in an interval, and finding the equation of polynomial whose real roots are known.
Also, it contains features to plot interactive user graphs of the polynomial. You can check out this tool here, https://mohammedadnan2307.github.io/Polynomial-Solver/
npm i polynomial-solver
The input must be a simplified expression of a polynomial. The expression is written as a function of x, f(x). Expression must contain real values and exponents must be non-negative integers only.
Input conditions remains the same as mentioned above.
Here, the input is the Real Roots seperated by comma between each value.
The input must be a simplified expression of a polynomial. The expression is written as a function of x, f(x). Expression must contain real values and exponents must be non-negative integers only. Value of lower limit and higher limit of the interval can be entered in the prompt.
Input conditions remains the same as mentioned above. Value of lower limit and higher limit of the interval can be entered in the prompt.
Tangent button can be toggled to show/hide the tangent line and corresponding slope of the polynomial.