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.
Last updated: September 2026

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 / AttributeStandard FormVertex FormFactored (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 concavityVertex $(h, k)$; global extremum; horizontal/vertical shiftsReal 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 UtilityApplying the quadratic formula; computing derivatives; polynomial arithmeticGraphing via geometric transformations; identifying maximum/minimum valuesIdentifying $x$-intercepts; solving inequalities; reconstructing functions from zeros
Conversion TechniqueBaseline expansionDerived from standard form via completing the squareDerived 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:

f(x)=a(x2+bax)+cf(x) = a\left(x^2 + \frac{b}{a}x\right) + c

Adding and subtracting $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2}$ inside the parentheses:

f(x)=a(x2+bax+b24a2)+ca(b24a2)f(x) = a\left(x^2 + \frac{b}{a}x + \frac{b^2}{4a^2}\right) + c - a\left(\frac{b^2}{4a^2}\right) f(x)=a(x+b2a)2+(cb24a)f(x) = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right)

Comparing this directly with the vertex template $f(x) = a(x - h)^2 + k$ reveals:

h=b2a,k=f(h)=cb24ah = -\frac{b}{2a}, \quad k = f(h) = c - \frac{b^2}{4a}

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:

x=b2ax = -\frac{b}{2a}

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.

  1. Define variables: Let $x$ represent the width perpendicular to the river (two sides). The length parallel to the river is $L = 1200 - 2x$.
  2. Formulate objective function: Area $A(x) = x \cdot L = x(1200 - 2x) = -2x^2 + 1200x$.
  3. Identify concavity: $a = -2 < 0$, ensuring a global maximum at the vertex.
  4. Locate vertex coordinates: x=b2a=12002(2)=12004=300 metersx = -\frac{b}{2a} = -\frac{1200}{2(-2)} = \frac{1200}{4} = 300\text{ meters}
  5. Evaluate optimal dimensions and maximum area: L=12002(300)=600 metersL = 1200 - 2(300) = 600\text{ meters} Amax=300600=180,000 square metersA_{\max} = 300 \cdot 600 = 180{,}000\text{ square meters}

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.

  1. Express ticket price and demand in terms of price increases $n$: p(n)=20+2n,q(n)=30015np(n) = 20 + 2n, \quad q(n) = 300 - 15n
  2. Formulate revenue as a quadratic function of $n$: R(n)=p(n)q(n)=(20+2n)(30015n)=6000300n+600n30n2=30n2+300n+6000R(n) = p(n) \cdot q(n) = (20 + 2n)(300 - 15n) = 6000 - 300n + 600n - 30n^2 = -30n^2 + 300n + 6000
  3. Find optimal number of price increases: nopt=b2a=3002(30)=30060=5n_{\text{opt}} = -\frac{b}{2a} = -\frac{300}{2(-30)} = \frac{300}{60} = 5
  4. Compute optimal price, attendance, and maximum revenue: Optimal Price p=20+2(5)=$30\text{Optimal Price } p = 20 + 2(5) = \$30 Optimal Attendance q=30015(5)=225 patrons\text{Optimal Attendance } q = 300 - 15(5) = 225\text{ patrons} Rmax=30×225=$6,750R_{\max} = 30 \times 225 = \$6{,}750

Context C: Projectile Motion & Kinematics

An object propelled vertically under Earth's gravity follows the position equation:

h(t)=16t2+v0t+h0(feet),orh(t)=4.9t2+v0t+h0(meters)h(t) = -16t^2 + v_0 t + h_0 \quad (\text{feet}), \quad \text{or} \quad h(t) = -4.9t^2 + v_0 t + h_0 \quad (\text{meters})

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 ErrorUnderlying Mathematical MisconceptionTargeted 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 valueReporting $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.
Test Your Knowledge

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?

A
B
C
D
Test Your Knowledge

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
B
C
D
Test Your Knowledge

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?

A
B
C
D
Test Your Knowledge

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?

A
B
C
D