Polynomial Graphing Calculator

Plot a polynomial across a custom x-range and analyze its real roots, y-intercept, and derivative in one clear result.

Graph and analyze a polynomial
Enter a polynomial equation and choose the horizontal graph range.

About polynomial graphs

A polynomial function combines constant coefficients with nonnegative whole-number powers of x. Examples range from a constant or straight line to quadratics, cubics, quartics, and higher-degree curves. Unlike functions with variables in denominators or radicals, a polynomial is defined for every real x-value and draws a smooth, continuous graph without gaps or vertical asymptotes. This calculator plots that graph over a chosen horizontal interval and summarizes several important algebraic features. The graph is generated by evaluating the polynomial at many evenly spaced x-values. Horner's method processes the coefficients efficiently, repeatedly multiplying the accumulated value by x and adding the next coefficient. The sampled y-values are scaled to fit the graph panel, allowing both small and large polynomial values to remain visible. Changing X-Min and X-Max lets you zoom into a region or inspect wider end behavior. A real root is an x-value where f(x) equals zero, which is where the graph crosses or touches the x-axis. The calculator scans the selected interval for sign changes and refines each crossing with bisection. Roots outside the chosen range are not reported. Even-multiplicity roots can touch the axis without changing sign, so numerical graph scanning may not identify every tangent root; an algebraic factoring or dedicated root solver is preferable when complete root multiplicity is required. The y-intercept is f(0), equal to the polynomial's constant term. It marks where the graph meets the vertical axis. The derivative describes the curve's instantaneous slope. Each term ax^n differentiates to nax^(n-1), while a constant differentiates to zero. Critical points occur where this derivative is zero, helping locate local maxima and minima. Degree and leading coefficient govern end behavior. An even-degree polynomial points in the same vertical direction at both ends, while an odd-degree polynomial points in opposite directions. A positive leading coefficient rises on the right; a negative one falls. A degree-n polynomial can have at most n real roots and at most n - 1 turning points, though it may have fewer of either. Polynomial graphs appear throughout algebra, calculus, physics, economics, interpolation, and engineering models. Use the plotted curve to build intuition, then use the listed roots, intercept, and derivative to confirm symbolic work. Enter terms with ^ for exponents; multiplication signs are optional, so both 3*x^2 and 3x^2 are accepted.

Polynomial graph examples

These polynomial functions illustrate common graph shapes and root patterns.

Polynomial and rangeReal rootsGraph behavior
x^2 - 4 on [-5, 5]-2 and 2An upward-opening parabola with y-intercept -4
x^3 - 6x^2 + 11x - 6 on [-1, 5]1, 2, and 3A cubic crossing the x-axis three times
x^4 - 5x^2 + 4 on [-3, 3]-2, -1, 1, and 2An even quartic with a W-shaped graph
x^2 + x + 1 on [-5, 5]No real rootsThe parabola stays above the x-axis

How to graph a polynomial

  1. Enter the polynomial using x, coefficients, plus or minus signs, and ^ for powers.
  2. Set X-Min and X-Max to define the horizontal interval you want to inspect.
  3. Select Graph Polynomial to draw the curve and calculate its analysis.
  4. 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.