Functions: Quadratic Functions Introduction

Explore quadratic functions in the forms y = ax² and y = ax² + c, generate function tables, identify vertex (0, c) and axis of symmetry x = 0, and compare linear vs. quadratic growth.

✔️Solved: 0

Learning Guide: The Coordinate System

Learning Guide: Introduction to Quadratic Functions

In previous chapters, all the functions we explored were linear functions (y=mx+by = mx + b). As we have seen, linear functions have the variable xx to the first power (x1x^1), their rate of change (slope) is constant, and they always draw a straight line.

Now, we enter the world of polynomial functions — algebraic expressions built from whole-number powers of xx (such as x1,x2,x3x^1, x^2, x^3). What determines whether a polynomial function is linear or non-linear is the highest exponent (degree) of the variable xx:
  • Exponent equals 1 (x1x^1): The polynomial is linear with a constant rate of change, producing a straight line.
  • Exponent greater than 1 (xnx^n with n>1n > 1): Any polynomial with a power greater than 11 (such as x2,x3x^2, x^3) is non-linear! Because the rate of change is not constant, the graph is no longer a straight line, but bends into a curve.


When the highest exponent is exactly 22 (x2x^2), this non-linear polynomial is called a quadratic function (from the Latin quadratus, meaning square). Its graph forms a smooth, symmetric U-shaped curve called a parabola.
📏 Linear Polynomial (x1x^1) — Straight Line
Standard form: y=mx+by = mx + b. The highest exponent of xx is exactly 11. The rate of change (slope mm) is constant, so the graph is always a straight line.
🎢 Quadratic Polynomial (x2x^2, Degree 22)
Standard form: y=ax2+cy = ax^2 + c. The highest exponent is greater than 11 (degree 22). The rate of change is not constant, so the graph bends into a curved parabola.
🌍Where Do Quadratic Equations Come From? Real-World Examples
📐 Geometric Area (The Origin of "Quadratic")
The word quadratic comes from the Latin quadratus ("square"). When two lengths depend linearly on xx, multiplying them can naturally produce an x2x^2 term:
  • Square with side xx: Area=xx=x2\text{Area} = x \cdot x = x^2. If you double the side length from 33 to 66, the area quadruples from 99 to 3636 (22=42^2 = 4)!
  • Rectangular garden: If length is x+4x + 4 and width is xx, Area=x(x+4)=x2+4x\text{Area} = x(x + 4) = x^2 + 4x.
  • Circular pizza: Area=πr2\text{Area} = \pi r^2.
🏀 Projectile Motion & Gravity
When an athlete kicks a soccer ball or shoots a basketball, gravity pulls it downward with constant acceleration. The ball rises, reaches a peak (the vertex!), and curves down in a parabolic arc: h(t)=5t2+20th(t) = -5t^2 + 20t.

📈Interactive Parabola Explorer

Adjust the sliders for aa and cc to observe how the parabola opens, stretches, and shifts.
y=x2y = x^2
(0, 0)xy
Coefficient aa=1a = 1
Constant c (Vertical Shift)c=0c = 0
Opens upwards (Minimum at vertex)
Vertex:(0,0)(0, 0)
Axis of Symmetry:x=0x = 0
Standard Forms: y=ax2y = ax^2 and y=ax2+cy = ax^2 + c
Leading Coefficient (aa): Controls the orientation (direction of opening) and width. If a>0a > 0, the parabola opens upwards (smiling) and the vertex is a minimum. If a<0a < 0, it opens downwards (frowning) and the vertex is a maximum. A larger a|a| produces a narrower/steeper curve.
Vertex of the Parabola
For functions of the form y=ax2+cy = ax^2 + c, the turning point (vertex) is always located at
(0,c)(0, c)
If a>0a > 0, the vertex is the lowest point (minimum). If a<0a < 0, the vertex is the highest point (maximum).

🔢Function Tables & Parabolic Symmetry

When generating a table for a quadratic function, choose symmetric inputs around the axis of symmetry x=0x = 0 (such as x=2,1,0,1,2x = -2, -1, 0, 1, 2). Notice that opposite xx-values give identical outputs: f(1)=f(1)f(-1) = f(1) and f(2)=f(2)f(-2) = f(2).
xxx2x^2y=ax2+cy = ax^2 + c(x,y)(x, y)
-399(3,9)(-3, 9)
-244(2,4)(-2, 4)
-111(1,1)(-1, 1)
000(0,0)(0, 0)
111(1,1)(1, 1)
244(2,4)(2, 4)
399(3,9)(3, 9)
Visual Symmetry: Reflection Across the yy-Axis (x=0x = 0)
xdist = 2dist = 2dist = 1dist = 1x = 0(-2, 4)(2, 4)(-1, 1)(1, 1)(0, 0)
Every pair of opposite inputs (e.g. x=1x = -1 and x=1x = 1) is at the exact same horizontal distance from the axis of symmetry (x=0x = 0), producing identical yy-values: f(x)=f(x)f(-x) = f(x).
Axis of Symmetry (x=0x = 0): The vertical line passing through the vertex. Because (x)2=x2(-x)^2 = x^2, the curve on the left is a mirror image of the curve on the right: f(x)=f(x)f(-x) = f(x).

🚀Linear vs. Quadratic Growth Rates

Linear: y=3xy = 3xQuadratic: y=x2y = x^2
xxy=3xy = 3xDifferences (Δy\Delta y)y=x2y = x^21st Difference (Δy\Delta y)2nd Difference
00-0--
13311-
263432
393952
41231672
51532592
💡 What is Δ\Delta (Delta)? In mathematics, the Greek letter Δ\Delta stands for "change" or "difference" (here, Δy\Delta y is the change in yy from one row to the next: current yy minus previous yy).

8th Grade Pattern Rule (Difference of Differences):
  • Linear (y=3xy = 3x): The differences (Δy\Delta y) are constant (always +3+3).
  • Quadratic (y=x2y = x^2): The 1st differences (Δy\Delta y) keep growing (+1,+3,+5,+7,+9+1, +3, +5, +7, +9). But notice the difference of the differences: 31=23 - 1 = \mathbf{2}, 53=25 - 3 = \mathbf{2}, 75=27 - 5 = \mathbf{2}. They are always constant (+2+2)!
A linear function changes at a constant rate (its first differences are always equal when the inputs increase by equal amounts). For a quadratic function, when the inputs increase by 11 each step, the second differences are constant and equal to 2a2a. This is how we can identify a quadratic pattern from a table!
Learning Topics

Frequently Asked Questions

Why does squaring a negative number result in a positive value?
Because multiplying two negative numbers yields a positive product: (3)2=(3)×(3)=+9(-3)^2 = (-3) \times (-3) = +9. This is why the parabola is symmetric across the y-axis: f(x)=a(x)2+c=ax2+c=f(x)f(-x) = a(-x)^2 + c = ax^2 + c = f(x).
Why is the axis of symmetry always x=0x = 0 for y=ax2+cy = ax^2 + c?
Because there is no linear term (bxbx). The turning point occurs where x=0x = 0, making the y-axis (x=0x = 0) the exact fold line where both halves mirror each other.
How can you tell if the vertex is a minimum or maximum without graphing?
Look at the sign of coefficient aa. If a>0a > 0 (positive), the parabola opens upwards like a cup, so the vertex is the lowest point (minimum). If a<0a < 0 (negative), it opens downwards like an arch, so the vertex is the highest point (maximum).
Why does a positive quadratic function eventually outgrow any linear function?
A linear function adds the same amount mm with each step. A quadratic function with a positive leading coefficient has an increasingly large rate of change. For sufficiently large positive xx, the x2x^2 term grows faster than any linear term.