A quadratic function has degree two and graphs as a parabola. Its vertex, axis of symmetry, intercepts, and direction of opening describe the graph. The form of the equation reveals different features, while factoring, square roots, completing the square, and the quadratic formula provide different routes to its zeros.
01
The big ideas
Understand these before you worry about speed.
Standard form describes the family
In standard form, a cannot be zero. Its sign tells whether the parabola opens up or down, while its size controls how narrow or wide the graph is. The constant c is also the y-intercept because substituting x = 0 gives y = c.
ExampleIn y=−2x2+8x+3, the graph opens down and crosses the y-axis at (0,3).
Vertex form shows the turning point
Vertex form names the vertex directly as (h, k) and the axis of symmetry as x = h. Be careful with the sign inside the parentheses: x − 4 means h = 4, while x + 4 means h = −4.
Exampley=3(x−2)2−5 has vertex (2,−5), axis x=2, and opens upward.
Factored form shows the zeros
When a quadratic is written as a product equal to zero, the zero-product property says at least one factor must be zero. Those solutions are the x-intercepts of the graph.
Exampley=(x−3)(x+1) has zeros x=3 and x=−1.
Use square roots when a square is isolated
If the equation has the form (x − h)² = d, take both the positive and negative square root. The ± is essential because two different numbers can have the same square. If d is negative, there are no real solutions.
Example(x−4)2=9 gives x−4=±3, so x=1 or x=7.
Completing the square creates vertex form
Move the constant, divide by the leading coefficient when necessary, then add the square of half the x-coefficient to both sides. This creates a perfect-square trinomial and explains where vertex form and the quadratic formula come from.
Examplex2+6x=7 becomes x2+6x+9=16, then (x+3)2=16.
The quadratic formula always works
For any equation in standard form ax² + bx + c = 0, identify a, b, and c with their signs and substitute them carefully. The entire numerator is divided by 2a, and the ± produces the two possible roots.
ExampleFor 2x2−3x−2=0, use a=2, b=−3, and c=−2 in x=2a−b±b2−4ac.
The discriminant predicts the kind of roots
The expression under the radical in the quadratic formula is the discriminant. A positive value gives two distinct real roots, zero gives one repeated real root, and a negative value gives two complex roots and no x-intercepts.
ExampleFor x2+2x+5=0, b2−4ac=22−4(1)(5)=−16, so there are no real roots.
02
Worked example
Follow the reason for each step—not just the symbols.
Problem
Solve 2x2−3x−2=0 with the quadratic formula.
Write the equation in ax2+bx+c=0 form and identify a=2, b=−3, and c=−2.
Substitute into x=2a−b±b2−4ac. Keep the sign of b.
Simplify the discriminant: b2−4ac=(−3)2−4(2)(−2)=9+16=25.
Now x=43±25=43±5.
Evaluate both branches: x=43+5=2 or x=43−5=−21.
Answerx=2 or x=−21
03
Try it yourself
Work on paper first. Open each answer only when you are ready to check.
1
For y=−3(x−4)2+2, state the vertex, axis of symmetry, and direction of opening.