Data Source and Methodology
Authoritative Data Source: Wolfram MathWorld — Quadratic Equation, Edwin Weisstein, last updated 2023. All calculations are rigorously based on the formulas and definitions provided by this source.
The Formula Explained
Quadratic equation: \( ax^2 + bx + c = 0,\; a \neq 0 \)
Discriminant: \( D = b^2 - 4ac \)
Roots: \( x = \dfrac{-b \pm \sqrt{\,b^2 - 4ac\,}}{2a} \)
Vertex: \( h = -\dfrac{b}{2a},\quad k = a h^2 + b h + c \)
Axis of symmetry: \( x = -\dfrac{b}{2a} \)
Glossary of Variables
- a: Quadratic coefficient (must be non-zero).
- b: Linear coefficient.
- c: Constant term (also equals the y-intercept).
- D: Discriminant, D = b² − 4ac, indicating the nature of roots.
- x1, x2: The two solutions (may be real or complex).
- Vertex (h, k): The turning point of the parabola.
- Axis of symmetry: Vertical line x = h passing through the vertex.
- Exact form: Symbolic solutions using square roots (and i for complex roots).
How It Works: A Step-by-Step Example
Given a = 1, b = -3, c = -10:
- Compute the discriminant: \( D = (-3)^2 - 4(1)(-10) = 9 + 40 = 49 \).
- Apply the formula: \( x = \dfrac{-(-3) \pm \sqrt{49}}{2(1)} = \dfrac{3 \pm 7}{2} \).
- Compute roots: \( x_1 = \dfrac{10}{2} = 5 \), \( x_2 = \dfrac{-4}{2} = -2 \).
- Vertex: \( h = -\dfrac{-3}{2} = 1.5 \), \( k = 1(1.5)^2 - 3(1.5) - 10 = -12.25 \).
- Axis of symmetry: \( x = 1.5 \). Factorization: \( (x - 5)(x + 2) \).
Frequently Asked Questions (FAQ)
What is the quadratic formula?
The quadratic formula \( x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} \) gives the solutions to any quadratic equation \( ax^2 + bx + c = 0 \) with \( a \neq 0 \).
How do I know how many real roots I have?
Use the discriminant \( D = b^2 - 4ac \): if D > 0 you have two real roots; if D = 0 one real repeated root; if D < 0 two complex conjugate roots.
Can I get exact (symbolic) answers?
Yes. If your inputs are integers, the calculator shows exact forms with square roots and simplifies when the discriminant is a perfect square.
What happens if a = 0?
The equation is linear, not quadratic. Solve using \( x = -c/b \) when \( b \neq 0 \).
How precise are decimal outputs?
You can choose 0–12 decimal places. This only affects decimal approximations; exact forms remain symbolic.
Does the graph update automatically?
Yes, after you calculate, the graph displays the parabola with axes and a symmetric window around the vertex.
Can I share a prefilled link?
Use the Share button to copy a URL with your current inputs, so others can load the same equation instantly.
Tool developed by Ugo Candido. Content verified by CalcDomain Editorial Team.
Last reviewed for accuracy on: .