TL;DR — Quick Summary
Quadratic Equation
The equation $ax^2+ bx + c = 0$ (a ≠ 0) is called a quadratic equation in one variable. The graph of the equation ax2 + bx + c = 0 is in the shape of ∪ or ∩ , which is called a parabola. The shape of the graph of a quadratic equation depends on the values of the real numbers a, b, and c. The point where the direction of the parabola changes is called the turning point. The turning point of the parabola is also called the vertex of the parabola.
Conversion of Quadratic Equation form
Conversion of Quadratic Equation $y = ax^2 + bx + c$ into $y = a(x - h)^2 + k$
To convert the quadratic function $y = ax^2 + bx + c$ in the form of $y = a(x - h)^2 + k$, the following method of completing the square is used:
Now, comparing equation (i) with: $y = a(x - h)^2 + k \quad \ldots \text{(ii)}$
We get: $h = -\frac{b}{2a}, \quad k = \frac{4ac - b^2}{4a}$
Thus, the vertex of the parabola is: $$\boxed{(h, k) = \left(-\frac{b}{2a}, \frac{4ac - b^2}{4a}\right)}$$
And the axis of the parabola is: $$\boxed{x = -\frac{b}{2a}}$$
Key Formulas Summary
| Component | Formula |
| Vertex | $\left(-\dfrac{b}{2a}, \dfrac{4ac - b^2}{4a}\right)$ |
| Axis of symmetry | $x = -\dfrac{b}{2a}$ |
| h | $-\dfrac{b}{2a}$ |
| k | $\dfrac{4ac - b^2}{4a}$ |