Question
How do we graph the quadratic function ? Find the vertex, axis of symmetry, direction of opening, and roots. Sketch the graph.
Solution — Step by Step
The coefficient of is , so the parabola opens upward. If were negative, it would open downward.
The x-coordinate of the vertex is:
Substitute into the equation:
Vertex = (2, -2)
The axis of symmetry is the vertical line through the vertex: .
Set :
Divide by 2:
Factor:
Roots: and
Set : . So the y-intercept is (0, 6).
Plot: vertex at (2, -2), roots at (1, 0) and (3, 0), y-intercept at (0, 6). The parabola opens upward, symmetric about .
flowchart TD
A[Given: y = ax² + bx + c] --> B[Direction: a positive = up, a negative = down]
B --> C[Vertex x = -b/2a]
C --> D[Substitute x into equation for y]
D --> E[Axis of symmetry: x = -b/2a]
E --> F[Roots: set y = 0, solve]
F --> G[y-intercept: set x = 0]
G --> H[Plot points and sketch]
Why This Works
Every quadratic is a parabola. The vertex formula comes from completing the square. The roots come from the quadratic formula or factoring. These five features (direction, vertex, axis, roots, y-intercept) are enough to sketch any parabola accurately.
Common Mistake
Students forget that the discriminant determines the number of roots: . If : two real roots (parabola crosses x-axis twice). If : one repeated root (vertex touches x-axis). If : no real roots (parabola does not cross x-axis). In our problem, , so we get two roots.
The vertex is always the minimum point if (opens up) and the maximum point if (opens down). This is essential for optimization problems in Class 12.