Quadratic Function- Parabolas and Graphs Explained
What Is a Quadratic Function?
A quadratic function is any function that can be written in the form f(x) = ax² + bx + c, where a, b, and c are constants and a ≠ 0. The "²" symbol is what makes it quadratic — that squared term is the whole point.
The graph of a quadratic function is always a parabola. That's the U-shaped curve you've seen a thousand times. It opens either upward or downward depending on whether "a" is positive or negative.
That's it. That's the definition. Nothing complicated here.
The Anatomy of a Parabola
Every parabola has four main parts you need to know:
- Vertex — The highest or lowest point on the curve. This is where the parabola changes direction.
- Axis of Symmetry — A vertical line that cuts the parabola exactly in half. It passes through the vertex.
- y-intercept — Where the graph crosses the y-axis. This is always at (0, c).
- x-intercepts — Where the graph crosses the x-axis. These are the solutions to ax² + bx + c = 0.
Opening Up vs. Opening Down
If a > 0, the parabola opens upward. The vertex is the minimum point. Think of a smile.
If a < 0, the parabola opens downward. The vertex is the maximum point. Think of a frown.
This matters more than most textbooks admit. It determines the range of the function and tells you whether you're looking for a maximum or minimum value.
Finding the Vertex Without Memorizing a Formula
Most students memorize the vertex formula: x = -b/(2a). You can do that. Or you can complete the square and see it directly from the standard form.
Let's say you have f(x) = 2x² - 8x + 3.
Complete the square:
- Factor out the 2 from the x terms: f(x) = 2(x² - 4x) + 3
- Complete inside the parentheses: f(x) = 2[(x - 2)² - 4] + 3
- Simplify: f(x) = 2(x - 2)² - 8 + 3
- Final form: f(x) = 2(x - 2)² - 5
The vertex is at (2, -5). The x-coordinate is 2 (from x - 2), and the y-coordinate is -5.
How to Graph a Quadratic Function
Here's the practical method. No guessing, no plotting 50 random points.
Step 1: Identify a, b, and c
From f(x) = ax² + bx + c, write down your coefficients immediately. For f(x) = x² - 6x + 8, you have a = 1, b = -6, c = 8.
Step 2: Find the vertex
Use x = -b/(2a) or complete the square. For our example: x = -(-6)/(2·1) = 3. Plug this back in: f(3) = 9 - 18 + 8 = -1. Vertex is at (3, -1).
Step 3: Find the y-intercept
This is easy. Just plug in x = 0. f(0) = 8. So (0, 8) is on your graph.
Step 4: Find the x-intercepts
Set f(x) = 0 and solve. x² - 6x + 8 = 0 factors to (x - 2)(x - 4) = 0. So x = 2 and x = 4. Your intercepts are at (2, 0) and (4, 0).
Step 5: Plot these points and draw the curve
You have: vertex (3, -1), y-intercept (0, 8), and x-intercepts (2, 0) and (4, 0). Plot them. Draw the axis of symmetry through x = 3. Sketch the U-shape through your points. Done.
That's 4-5 points to plot. Not 20. Not 50. Just these.
Standard Form vs. Vertex Form vs. Factored Form
Quadratic functions appear in three different forms. Each one tells you something different at a glance.
| Form | Equation | What It Shows |
|---|---|---|
| Standard | f(x) = ax² + bx + c | y-intercept (c), general shape |
| Vertex | f(x) = a(x - h)² + k | Vertex at (h, k), easiest for graphing |
| Factored | f(x) = a(x - r₁)(x - r₂) | x-intercepts at r₁ and r₂ |
Convert between forms as needed. Factored form gives intercepts. Vertex form gives the extreme point. Standard form gives the y-intercept and lets you read off a, b, c for the vertex formula.
The Discriminant: What It Actually Tells You
The discriminant is b² - 4ac from the quadratic formula. It tells you how many x-intercepts exist:
- Positive → two real x-intercepts
- Zero → one real x-intercept (the vertex sits on the x-axis)
- Negative → no real x-intercepts (the parabola stays entirely above or below the x-axis)
That's all it does. It doesn't tell you where the intercepts are. It doesn't solve anything. It just counts them.
Common Mistakes That Will Cost You Points
Students mess this up in predictable ways:
- Forgetting that a ≠ 0. If a = 0, you don't have a quadratic. You have a linear function. The graph becomes a straight line, not a parabola.
- Mixing up the signs in the vertex formula. x = -b/(2a). Not b/(2a). The negative is not optional.
- Thinking the axis of symmetry is always the y-axis. Only if b = 0. Otherwise it's x = -b/(2a), which moves left or right.
- Plotting too few points. The vertex and intercepts aren't always enough. If the parabola is wide, add one or two more points on each side to get the shape right.
Why This Matters
Quadratic functions show up everywhere. Physics uses them for projectile motion — the path of a ball thrown through the air is a parabola. Business uses them for profit maximization problems. Engineering uses them for structural curves and lens shapes.
Understanding the graph means understanding the behavior. The vertex tells you maximum or minimum values. The intercepts tell you where things start and stop. The shape tells you how something behaves as it increases or decreases.
You can't skip this and move to calculus pretending you get it. The fundamentals here support everything that follows.