What does this online graphing calculator do?
Enter y = followed by a polynomial in x, such as y = x² − 4x + 3. The server combines like terms and returns exact coefficients. The browser then evaluates that polynomial across the selected x-range and draws the continuous curve on a coordinate plane.
The graph is not a screenshot or guessed illustration. It is generated from the normalized function, while the feature list is calculated from the same coefficients. This release focuses on constant, linear, quadratic, cubic, and quartic polynomials; trigonometric, logarithmic, rational, and implicit two-variable graphs remain outside its verified scope.
How to graph an equation online
Use x as the independent variable and place the polynomial on the right of y =. After selecting Graph, read the standard form and key features before looking at the curve. If important points are clipped or the curve appears flat, change the graph window rather than changing the equation.
- Enter a function such as y = 2x − 4 or y = x^2 − 4x + 3.
- Confirm the normalized polynomial and its degree.
- Inspect the y-intercept, x-intercepts, slope, or vertex supplied for the function family.
- Compare those coordinates with the labeled points on the graph.
- Adjust X min, X max, Y min, and Y max when a different view is needed.
- Use substitution to confirm any point that matters to the problem.
Graph linear equations using slope and intercepts
A line written as y = mx + b has slope m and y-intercept (0, b). For y = 2x − 4, the slope is 2, so y rises two units whenever x moves one unit to the right. Setting y = 0 gives the x-intercept x = 2, producing the point (2, 0).
Two exact points determine a line, and a third point is a useful check. The line graph calculator plots many samples, but its slope and intercept labels explain the algebraic structure. A vertical equation such as x = 3 is not a function of x in this form and is not handled by this polynomial renderer.
Graph a quadratic using its vertex and intercepts
The graph of y = ax² + bx + c is a parabola. Its axis of symmetry is x = −b/(2a), and substituting that x-value gives the vertex. A positive a opens upward and a negative a opens downward. The y-intercept is always (0, c).
For y = x² − 4x + 3, the axis is x = 2 and the vertex is (2, −1). Factoring gives (x − 1)(x − 3), so the x-intercepts are (1, 0) and (3, 0). The quadratic graph calculator labels these points and draws the symmetric curve through them.
Choose a useful graphing window
A graphing window determines which coordinates are visible; it does not change the function. The default view uses −10 to 10 on both axes. Increase a range to zoom out, narrow it to inspect a local feature, or shift both limits to view a region away from the origin.
A misleading window can hide intercepts, make a parabola look almost linear, or compress a steep curve. Keep each minimum smaller than its maximum and avoid unnecessarily huge ranges. The redraw control validates the limits before rendering the new view.
Verify graph features and respect scope limits
To verify a plotted point, substitute its x-coordinate into the original function and compare the output with its y-coordinate. X-intercepts must produce y = 0, and the y-intercept must use x = 0. For a quadratic, points equally far from the axis should have equal y-values.
The plotted curve uses dense numerical sampling for display, while coefficients and supported feature calculations remain exact. Visual pixels are evidence, not an exact proof of every root. Use the equation-solving mode for a complete supported solution set and the graph to understand shape, scale, and location.