The quadratic function is one of the most important functions in algebra. Its graph — the parabola — appears everywhere, from projectile motion to optimization problems.
Standard Form
📐Definition — Quadratic Function
A quadratic function has the form:
f(x)=ax2+bx+c,a=0
If a>0, the parabola opens upward.
If a<0, the parabola opens downward.
The larger ∣a∣ is, the narrower the parabola.
Axis of Symmetry and Vertex
⚡Theorem — Vertex Coordinates
For f(x)=ax2+bx+c, the axis of symmetry is:
x=−2ab
The vertex is:
(−2ab,c−4ab2)
The vertex gives the global minimum if a>0, or the global maximum if a<0.
Vertex Form
The vertex form is:
f(x)=a(x−h)2+k
where (h,k) is the vertex. To convert from standard form, complete the square.
✎Example — Completing the Square
Convert f(x)=x2−6x+5 to vertex form.
Solution.
f(x)=x2−6x+5=(x2−6x+9)−9+5=(x−3)2−4
The vertex is (3,−4). The axis of symmetry is x=3.
f(x) = x² + +
a = 1.0
b = 0.0
c = 0.0
D = b²-4ac = 0.00Vertex: (0.00, 0.00)Roots: 0.00
The Discriminant and x-intercepts
The x-intercepts are the solutions of ax2+bx+c=0. Their existence depends on the discriminant:
D=b2−4ac
Discriminant
Roots
Graph
D>0
Two distinct: x=2a−b±D
Crosses x-axis twice
D=0
One repeated: x=−2ab
Touches x-axis at vertex
D<0
No real roots
Does not cross x-axis
Worked Example
✎Example — Complete Analysis
Find the vertex, axis of symmetry, and x-intercepts of f(x)=2x2−4x−6.