Quadratic Equations Solver
Coefficients
Input coefficients corresponding to a quadratic function where a, b and c are real numbers. a=0
Checkboxes
✔️ Roots
Calculate the roots of f(x), given that Δ=b2−4ac
- If Δ > 0, the function admits two real roots x1 and x2 given by 2a−b±b2−4ac
- If Δ = 0, the function admits a single real root x0 given by −2ab
- If Δ < 0, the function admits two complex roots x1 and x2 given by 2a−b±i−(b2−4ac)
✔️ Plot
A graphical representation of f(x) will be shown according to the x-axis range
prescribed in the slider.
If the slider isn't configured, the table will be output with default x values ranging from -5 to 5.
✔️ Table
A table of x and y values will be displayed according to the x-axis range
prescribed in the slider.
If the slider isn't configured, the table will be output with default x values ranging from -5 to 5.
✔️ Vertex
The vertex and the vertex form of the function will be presented:
The vertex of a quadratic equation is (α,β) where α=−2ab and β=f(α)
The vertex form of f(x) is given by a(x−α)2+β
✔️ Factorisation
The factored form of ax2+bx+c will be exposed:
- If Δ > 0, f(x)=a(x−x1)(x−x2) where x1 and x2 are the solutions to the equation ax2+bx+c=0
- If Δ = 0, f(x)=a(x−x0)2 where x0 is the unique solution to the equation ax2+bx+c=0
- If Δ < 0, the factorisation is impossible since there are no real solutions to the equation ax2+bx+c=0
Simple / Detailed
If you'd like quick and straight-forward results, select Simple
If you prefer full calculations and reasoning behind the results, select Detailed