Linear functions draw straight lines, but the world isn't always straight. When you throw a ball in the air, it goes up, slows down, stops for a split second, and comes back down. It traces a curve. This curve is called a Parabola, and the math behind it is called a Quadratic Function.
Quadratic functions are the next step up from linear functions. Instead of variables just to the power of 1 (like x), we introduce the square (x2).
1. What is a Quadratic Function?
A quadratic function is any function that can be written in the form:
Where a, b, and c are numbers, and a is not zero.
[Image of quadratic function parabola graph]The graph of a quadratic function is always a U-shaped curve called a Parabola.
- If a is positive (e.g., 2x2), the parabola opens UP (like a smiley face).
- If a is negative (e.g., -2x2), the parabola opens DOWN (like a frown).
2. Key Features of a Parabola
Every parabola has specific landmarks that tell you everything about the function.
The Vertex
This is the turning point of the parabola.
- If the parabola opens up, the vertex is the Minimum (lowest point).
- If the parabola opens down, the vertex is the Maximum (highest point).
The Axis of Symmetry
This is the invisible vertical line that splits the parabola perfectly in half. It passes straight through the vertex. The formula for the Axis of Symmetry is:
The Roots (Zeros / x-intercepts)
These are the points where the parabola crosses the x-axis. A quadratic can have:
- Two Real Roots (Crosses twice).
- One Real Root (Touches the axis once at the vertex).
- No Real Roots (Floats above or below the axis, never touching it).
3. Forms of Quadratic Equations
Just like linear equations, quadratics can wear different outfits. Each form is useful for finding different things.
Standard Form: f(x) = ax2 + bx + c
Best for: Finding the y-intercept (which is just c) and the direction of opening.
Vertex Form: f(x) = a(x - h)2 + k
Best for: Instantly finding the Vertex. The vertex is at the point (h, k).
Example: f(x) = 2(x - 3)2 + 4.
The vertex is at (3, 4).
Factored Form: f(x) = a(x - p)(x - q)
Best for: Finding the Roots (x-intercepts). The roots are at x = p and x = q.
Example: f(x) = (x - 2)(x + 5).
The roots are at +2 and -5.
4. Solving Quadratic Equations
Usually, we want to know "Where does the graph hit the ground?" or "When does f(x) = 0?" To find these x-values, we have three main tools.
Method 1: Factoring
If the equation is simple, reverse-FOIL it.
x2 + 5x + 6 = 0
(x + 2)(x + 3) = 0
So x = -2 or x = -3.
Method 2: Completing the Square
This involves manipulating the equation to force it into a perfect square format. It is essential for converting Standard Form to Vertex Form.
Method 3: The Quadratic Formula
The ultimate weapon. If you cannot factor it, use this formula. It works for every quadratic equation.
[Image of quadratic formula equation]5. Real-World Applications
Quadratic functions model gravity and optimization.
- Projectile Motion: A cannonball, a kicked soccer ball, or a diver jumping off a board all follow a parabolic path defined by gravity (-4.9t2 in meters or -16t2 in feet).
- Business: Profit curves are often quadratic. A business wants to find the "Maximum" of the curve (the vertex) to maximize profit.
- Architecture: Suspension bridges use cables that hang in a shape very close to a parabola to distribute weight evenly.
6. Conclusion
Quadratic functions introduce us to the beauty of curves. They teach us that what goes up must come down (if a is negative!) and that math can describe not just straight lines, but arcs, valleys, and peaks. Mastering quadratics is the gateway to higher-level algebra and physics.