5.2 Quadratic Functions: Vertex, Axis, Intercepts & Concavity
Key Takeaways
- Quadratic functions can be expressed in standard form y = ax^2 + bx + c, vertex form y = a(x - h)^2 + k, or factored form y = a(x - r_1)(x - r_2), each highlighting distinct graphical characteristics.
- The vertex (h, k) represents the global extremum, with coordinates h = -b/(2a) and k = f(-b/(2a)) = c - b^2/(4a), and the vertical line x = -b/(2a) serves as the axis of bilateral reflection symmetry.
- The sign of leading coefficient a determines concavity: a > 0 produces upward concavity with an absolute minimum at the vertex, whereas a < 0 produces downward concavity with an absolute maximum at the vertex.
- Real-world optimization applications—including revenue maximization R(p) = p * q(p), projectile motion h(t) = -16t^2 + v_0 t + h_0, and perimeter-area models—are solved analytically by locating the vertex of the quadratic objective function.
- For tabular data with uniform input spacing Delta x = 1, quadratic functions are uniquely characterized by linear first differences and constant non-zero second differences equal to 2a.
5.2 Quadratic Functions: Vertex, Axis, Intercepts & Concavity
Quadratic functions are non-linear polynomial functions of degree $2$ whose graphs form parabolas with vertical axes of symmetry. On the FTCE Mathematics 6–12 examination, candidates are expected to demonstrate structural mastery across three canonical algebraic representations, convert fluidly between forms, derive key geometric landmarks (vertex, axis of symmetry, intercepts), and apply quadratic models to solve optimization problems in science, business, and geometry.
1. The Three Canonical Forms of Quadratic Functions
Every quadratic function $f: \mathbb{R} \to \mathbb{R}$ can be expressed in three distinct mathematical forms, each tailored to specific analytical tasks:
| Feature / Attribute | Standard Form | Vertex Form | Factored (Intercept) Form |
|---|---|---|---|
| Algebraic Equation | $f(x) = ax^2 + bx + c$ | $f(x) = a(x - h)^2 + k$ | $f(x) = a(x - r_1)(x - r_2)$ |
| Parameters | $a, b, c \in \mathbb{R}, a \neq 0$ | $a, h, k \in \mathbb{R}, a \neq 0$ | $a, r_1, r_2 \in \mathbb{R}, a \neq 0$ |
| Directly Revealed Features | $y$-intercept $(0, c)$; initial concavity | Vertex $(h, k)$; global extremum; horizontal/vertical shifts | Real roots/zeros $(r_1, 0)$ and $(r_2, 0)$ |
| Axis of Symmetry | $x = -\frac{b}{2a}$ | $x = h$ | $x = \frac{r_1 + r_2}{2}$ |
| Primary Computational Utility | Applying the quadratic formula; computing derivatives; polynomial arithmetic | Graphing via geometric transformations; identifying maximum/minimum values | Identifying $x$-intercepts; solving inequalities; reconstructing functions from zeros |
| Conversion Technique | Baseline expansion | Derived from standard form via completing the square | Derived from standard form via polynomial factoring |
[!NOTE] The parameter $a$ is identical across all three forms. It dictates the vertical dilation factor (steepness) and opening direction (concavity). If $|a| > 1$, the parabola is vertically stretched (narrower than $y = x^2$); if $0 < |a| < 1$, it is vertically compressed (wider than $y = x^2$).
2. Graphical Anatomy: Vertex, Axis of Symmetry, Intercepts & Concavity
Derivation of the Vertex Coordinates
To locate the vertex of $f(x) = ax^2 + bx + c$ analytically without calculus, we complete the square:
Adding and subtracting $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2}$ inside the parentheses:
Comparing this directly with the vertex template $f(x) = a(x - h)^2 + k$ reveals:
Axis of Symmetry
Because the squared quantity $\left(x + \frac{b}{2a}\right)^2$ is symmetric about $x = -\frac{b}{2a}$, the parabola possesses bilateral reflection symmetry across the vertical line:
Educators must remind students that an axis of symmetry is a geometric line in the coordinate plane and must always be written as a linear equation $x = h$, never as a solitary scalar number.
Concavity & Extrema
The second derivative of $f(x) = ax^2 + bx + c$ is $f''(x) = 2a$, which is a non-zero constant:
- Concave Upward ($a > 0$): As $x \to \pm\infty$, $f(x) \to +\infty$. The function decreases on $(-\infty, h)$ and increases on $(h, \infty)$. The vertex $(h, k)$ represents the absolute global minimum. The minimum value is $k$, attained at $x = h$.
- Concave Downward ($a < 0$): As $x \to \pm\infty$, $f(x) \to -\infty$. The function increases on $(-\infty, h)$ and decreases on $(h, \infty)$. The vertex $(h, k)$ represents the absolute global maximum. The maximum value is $k$, attained at $x = h$.
Concave Upward (a > 0) Concave Downward (a < 0)
y y
| | | (h, k) Max
| * | * | * ----- *
| * | * | * | *
| * | * | * | *
+-------*------- x +-------------+---------- x
(h, k) Min |
x = h x = h
Finite Differences in Tabular Data
When analyzing discrete data tables with constant step size $\Delta x = 1$:
- Linear functions exhibit constant first differences $\Delta y$.
- Quadratic functions exhibit linear first differences $\Delta y$ and constant second differences $\Delta^2 y = 2a$.
For example, if $y$ values at $x = 0, 1, 2, 3, 4$ are $3, 8, 17, 30, 47$:
- First differences: $8-3=5$, $17-8=9$, $30-17=13$, $47-30=17$.
- Second differences: $9-5=4$, $13-9=4$, $17-13=4$.
- Constant second difference is $4 = 2a \implies a = 2$.
3. Real-World Optimization Models
Secondary mathematics curricula emphasize modeling real-world extrema via quadratic vertex determination.
Context A: Geometric Optimization (Enclosing Area)
A farmer wishes to construct a rectangular corral bordering a straight river bank, requiring fencing on only three sides. The farmer has $1200$ linear meters of fencing.
- Define variables: Let $x$ represent the width perpendicular to the river (two sides). The length parallel to the river is $L = 1200 - 2x$.
- Formulate objective function: Area $A(x) = x \cdot L = x(1200 - 2x) = -2x^2 + 1200x$.
- Identify concavity: $a = -2 < 0$, ensuring a global maximum at the vertex.
- Locate vertex coordinates:
- Evaluate optimal dimensions and maximum area:
Context B: Revenue Maximization in Business
A performing arts center currently charges $$20$ per ticket and sells an average of $300$ tickets per performance. Market analysis indicates that for each $$2$ increase in ticket price, attendance decreases by $15$ patrons.
- Express ticket price and demand in terms of price increases $n$:
- Formulate revenue as a quadratic function of $n$:
- Find optimal number of price increases:
- Compute optimal price, attendance, and maximum revenue:
Context C: Projectile Motion & Kinematics
An object propelled vertically under Earth's gravity follows the position equation:
where $v_0$ is initial vertical velocity and $h_0$ is launch height.
- Time to apex: $t_{\text{apex}} = -\frac{v_0}{2(-16)} = \frac{v_0}{32}$.
- Maximum height attained: $h_{\max} = h(t_{\text{apex}})$.
- Total flight time: Solve the quadratic equation $h(t) = 0$ for positive $t$.
4. Common Student Misconceptions & Pedagogical Strategies
| Observed Student Error | Underlying Mathematical Misconception | Targeted Pedagogical Intervention |
|---|---|---|
| Interpreting $f(x) = -2(x + 4)^2 + 9$ as having vertex $(4, 9)$ | Sign confusion in vertex form; failing to recognize the standard template is $(x - h)$, where subtraction indicates a positive $h$. | Emphasize rewriting the expression explicitly with subtraction: $x + 4 = x - (-4)$, showing that $h = -4$. Connect to horizontal translation rules where $f(x + 4)$ shifts left. |
| Conflating the location of an extremum with the extremum value | Reporting $x = h$ when asked for the maximum height or profit, rather than the function value $k = f(h)$. | Use structured linguistic anchors: $x$ answers "when?" or "at what price?", whereas $y = f(x)$ answers "how high?" or "how much profit?". |
| Expressing the axis of symmetry as a scalar: "Axis = 3" | Failing to distinguish between a single numeric coordinate and a vertical line equation in $\mathbb{R}^2$. | Enforce strict notation: an axis of symmetry is a set of points satisfying $x = 3$. Dock credit on formative assessments for missing variable declarations. |
| Adding $+16$ outside when completing square for $y = 3(x^2 - 8x + 16) - 5$ | Forgetting to scale the constant by the factored leading coefficient $a$, adding $16$ instead of $3(16) = 48$. | Teach the balance statement: if you add $a \cdot \left(\frac{b}{2a}\right)^2$ inside the parentheses, you must subtract $a \cdot \left(\frac{b}{2a}\right)^2$ outside to keep net change zero. |
A manufacturing company models its daily operating profit P(x) in dollars from producing x precision sensors as P(x) = -2x^2 + 280x - 4800. What daily production level maximizes profit, and what is the maximum possible daily profit?
Which of the following represents the correct vertex form and coordinates of the vertex for the quadratic function f(x) = -3x^2 + 24x - 41?
A projectile is launched vertically upward from an elevated rooftop platform. Its height h(t) in feet above the ground after t seconds is modeled by h(t) = -16t^2 + 96t + 112. What is the maximum height attained by the projectile, and how many seconds after launch does it strike the ground?
During an instructional unit on quadratic functions, a student analyzes g(x) = 2(x + 5)(x - 1) and states: 'The zeros are located at x = -5 and x = 1, so the axis of symmetry is the line x = -2, and the minimum value of the function is -2.' Which pedagogical evaluation accurately assesses the student's mathematical reasoning?