Polynomial Graphing Calculator
Plot a polynomial across a custom x-range and analyze its real roots, y-intercept, and derivative in one clear result.
About polynomial graphs
Polynomial graph examples
These polynomial functions illustrate common graph shapes and root patterns.
| Polynomial and range | Real roots | Graph behavior |
|---|---|---|
| x^2 - 4 on [-5, 5] | -2 and 2 | An upward-opening parabola with y-intercept -4 |
| x^3 - 6x^2 + 11x - 6 on [-1, 5] | 1, 2, and 3 | A cubic crossing the x-axis three times |
| x^4 - 5x^2 + 4 on [-3, 3] | -2, -1, 1, and 2 | An even quartic with a W-shaped graph |
| x^2 + x + 1 on [-5, 5] | No real roots | The parabola stays above the x-axis |
How to graph a polynomial
- Enter the polynomial using x, coefficients, plus or minus signs, and ^ for powers.
- Set X-Min and X-Max to define the horizontal interval you want to inspect.
- Select Graph Polynomial to draw the curve and calculate its analysis.
- Review the roots, y-intercept, and derivative alongside the plotted shape.
Polynomial graphing FAQ
How are the polynomial roots found?
The calculator scans the selected interval for changes in sign and refines each crossing with repeated bisection. Only real roots located between X-Min and X-Max are listed.
Why might a repeated root be missed?
A root with even multiplicity touches the x-axis without crossing it, so the function does not change sign. Numerical scanning is best for visualization, while symbolic factoring is better for proving every repeated root.
What does the y-intercept represent?
The y-intercept is the function value at x = 0. For a polynomial in standard form, it is simply the constant term.
How is the derivative calculated?
The power rule multiplies each coefficient by its exponent and reduces that exponent by one. Constant terms disappear because their slope is zero.
Can I graph a polynomial with decimal coefficients?
Yes, decimal coefficients and omitted coefficients of one are supported. Enter only nonnegative whole-number exponents because negative or fractional powers are not polynomials.