Calculator Input
Example Data Table
This sample shows how the calculator reads coefficients and returns graph details.
| a | b | c | Equation | Roots | Vertex |
|---|---|---|---|---|---|
| 1 | -3 | 2 | x² - 3x + 2 = 0 | 1, 2 | (1.5, -0.25) |
| 2 | 4 | -6 | 2x² + 4x - 6 = 0 | 1, -3 | (-1, -8) |
| 1 | 2 | 5 | x² + 2x + 5 = 0 | -1 ± 2i | (-1, 4) |
Formula Used
Standard form: ax² + bx + c = 0
Quadratic formula: x = [-b ± √(b² - 4ac)] / 2a
Discriminant: D = b² - 4ac
Vertex: h = -b / 2a, k = f(h)
Axis of symmetry: x = -b / 2a
The discriminant controls the root type. If D is positive, there are two real roots. If D is zero, there is one repeated real root. If D is negative, the roots are complex.
How to Use This Calculator
- Enter values for a, b, and c.
- Set the graph range using x-min and x-max.
- Choose a table step size.
- Select decimal precision for displayed values.
- Press Calculate and Graph.
- Review the roots, vertex, intercepts, range, table, and graph.
- Use CSV or PDF export for saving results.
Article: Understanding Quadratic Formula Graphing
What This Tool Does
A quadratic equation has the form ax² + bx + c = 0. This calculator solves that equation and also draws its graph. The graph is a parabola. It can open upward or downward. The direction depends on the sign of a. A positive value opens upward. A negative value opens downward.
Why the Graph Matters
The graph helps you see the equation visually. Roots show where the curve crosses the x-axis. The vertex shows the highest or lowest point. The y-intercept shows where the curve crosses the y-axis. These points help students check answers quickly. They also make algebra easier to understand.
Role of the Discriminant
The discriminant is b² - 4ac. It tells the root type before solving fully. A positive discriminant gives two real roots. A zero discriminant gives one repeated root. A negative discriminant gives complex roots. In that case, the graph does not cross the x-axis.
Vertex and Axis
The vertex is found using -b divided by 2a. This x-value is placed back into the equation. That gives the y-value of the vertex. The same x-value is also the axis of symmetry. The parabola is balanced on this vertical line. This is useful when sketching by hand.
Practical Use
Use this calculator for homework, checking lessons, or preparing examples. It supports decimal answers and export options. The table helps plot points manually. The canvas graph gives a quick visual check. Together, these features make the tool useful for learning and teaching.
Frequently Asked Questions
1. What is a quadratic equation?
A quadratic equation is a second-degree equation written as ax² + bx + c = 0. The value of a must not be zero. Its graph is a parabola.
2. What does the quadratic formula find?
The quadratic formula finds the roots of a quadratic equation. These roots are the x-values where the equation equals zero.
3. What is the discriminant?
The discriminant is b² - 4ac. It tells whether the equation has two real roots, one repeated root, or two complex roots.
4. What is the vertex of a parabola?
The vertex is the turning point of the parabola. It is the minimum point when the graph opens upward and maximum point when it opens downward.
5. What is the axis of symmetry?
The axis of symmetry is a vertical line through the vertex. It divides the parabola into two matching halves.
6. Why does the graph not cross the x-axis?
The graph does not cross the x-axis when the discriminant is negative. In that case, the roots are complex numbers.
7. Can I export my results?
Yes. You can download a CSV file with values and a PDF copy of the visible result section.
8. What step size should I use?
Use a smaller step for a smoother table and graph. Use a larger step for quick, simple estimates.