Tools / Polynomial Analysis
Polynomial Root And Shape Lab
This tool analyzes a polynomial from its coefficients, showing the curve, real and complex roots, and critical points. It is useful for students checking algebra and for engineers inspecting model polynomials or characteristic equations.
Summary
Roots
Critical Points
Curve View
The plot helps distinguish algebraically equivalent-looking coefficient lists that actually produce very different turning behavior or root multiplicity.
How To Use This Lab
Enter coefficients in descending degree order, then run the analysis. For example,
1, -6, 11, -6 means x^3 - 6x^2 + 11x - 6.
- Use the roots panel to see real and complex roots together.
- Use the critical-point panel to see where the derivative vanishes.
- Use the chart to compare algebraic expectations against the actual curve shape.
Fundamental Mathematics
A polynomial is a finite sum of powers of a variable with fixed coefficients. Its roots are the values where the polynomial equals zero. Its critical points are the roots of its derivative, which mark locations where the curve has a horizontal tangent and may change from increasing to decreasing or vice versa.
This is why polynomial analysis matters in algebra, control, approximation, and eigenvalue problems: the coefficients encode structure, but the roots and turning behavior reveal what that structure actually does.