PrecalcIQ · AP Precalculus · Lesson 3 of 25
PrecalcIQ · AP Precalculus

Lesson 03: Polynomial Functions — Extrema, Concavity & Inflection

Unit 1 · Phase 1

Objectives

Warm-Up

Picture a roller coaster from the side. Every crest is a spot where you were rising and then start falling; every dip, the reverse. But there are also moments between crest and dip — mid-drop — where the track stops steepening and starts flattening. Riders feel those moments in their stomachs.

Crests and dips are extrema. The mid-drop moment is a point of inflection. Polynomials are the smoothest roller coasters in mathematics, and this lesson maps their geometry.


Core Concept

Polynomial functions

A polynomial function has the form

p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀,   aₙ ≠ 0

n (a nonnegative integer) is the degree; aₙ is the leading coefficient. Linear and quadratic functions are degrees 1 and 2; now we go higher.

Local vs. global extrema

Key structural facts for polynomials:

  1. Even degree → guaranteed global extremum. Both ends of an even-degree polynomial point the same way (both up if aₙ > 0, both down if aₙ < 0), so it has a global minimum (if up) or global maximum (if down) — but not both.
  2. Odd degree → no global extrema. The ends run to +∞ and −∞, so every extremum of an odd-degree polynomial is local only.
  3. Between any two distinct real zeros, there is at least one local extremum. The graph touches zero twice, so somewhere in between it must turn around. (This is the CED's version of Rolle's theorem — no calculus needed, just the picture.)
  4. A polynomial of degree n has at most n − 1 local extrema (at most n − 1 turning points).

Points of inflection

A point of inflection is a point where the graph changes concavity — where the rate of change stops increasing and starts decreasing, or vice versa.

[GRAPH: Cubic-like curve for f with a local maximum at (−1, 4), a point of inflection at (1, 1) marked with a square marker, and a local minimum at (3, −2). Left of x = −1: increasing, concave down. Between −1 and 1: decreasing, concave down (falling, steepening). Between 1 and 3: decreasing, concave up (falling, flattening). Right of 3: increasing, concave up. Annotation at (1,1): "inflection: rate of change changes from decreasing to increasing".]

A degree-n polynomial has at most n − 2 points of inflection; an odd-degree polynomial (degree ≥ 3) always has at least one.

The full vocabulary picture

For the graph above, an AP-grade description of (−1, 3):

"f is decreasing on the interval (−1, 3) because outputs fall as inputs increase. f is concave down on (−1, 1) — its rate of change is decreasing — and concave up on (1, 3) — its rate of change is increasing. The point (1, 1) is a point of inflection because the concavity changes there."

Every sentence names a behavior and gives the rate-of-change reason. That's the FRQ 4 formula: claim + because-clause about rates of change.

Calculator note 📱

On calc-active items, use your grapher's minimum/maximum commands rather than tracing. Set a sensible window first (zeros and extrema of AP polynomials usually live within −10 ≤ x ≤ 10). Report at least three decimal places unless told otherwise — that's the AP's standard accuracy expectation.


Worked Examples

Example 1 (easy) — Classify the extrema 🚫 No-Calc

Problem: p is a degree-4 polynomial with negative leading coefficient and three local extrema. Which are guaranteed global?

Solution: Even degree + negative leading coefficient → both ends fall to −∞ → p has a global maximum and no global minimum. With three local extrema (max–min–max pattern for down-pointing quartics), the global maximum is the larger of the two local maxima. The local minimum is local only.

Interpretation: End behavior (Lesson 5 in full) decides which extremum can be global before you compute anything.

Example 2 (medium) — Extrema between zeros 🚫 No-Calc

Problem: f(x) = x(x − 2)(x + 3). Without graphing, how many local extrema does f have, and where (roughly)?

Strategy: Count zeros; apply the between-zeros guarantee; cap with degree.

Solution: Zeros at −3, 0, 2 — three distinct real zeros. Between −3 and 0: at least one local extremum. Between 0 and 2: at least one more. Degree 3 allows at most 3 − 1 = 2. So exactly two: one in (−3, 0), one in (0, 2). Leading coefficient positive and degree odd → rises to the right → the first is a local max, the second a local min.

Interpretation: "At least one between zeros" + "at most n − 1 total" often pins the count exactly.

Example 3 (medium) — Reading inflection from rate-of-change data 🚫 No-Calc

Problem: Equally spaced values of g:

x 0 1 2 3 4 5
g(x) 0 7 12 15 18 23

Where do the data suggest a point of inflection?

Solution: First differences: 7, 5, 3, 3, 5. The rates decrease (7 → 5 → 3) then increase (3 → 3 → 5). The switch happens around x = 3–4, so the data suggest g changes from concave down to concave up — a point of inflection near x = 3.5 (any answer locating it in [3, 4] with the rate-reversal reason is fine).

Interpretation: Inflection from a table = find where first differences reverse trend.

Example 4 (AP-style) — Calculator extremum in context 📱 Calc-Active

Problem: The value of one share of an investment fund is modeled by V(t) = 0.1t³ − 1.8t² + 8t + 20 dollars, for 0 ≤ t ≤ 14 days. Find the maximum share value during this period.

Strategy: Graph on [0, 14]; use the maximum finder — then check the endpoints.

Solution: The calculator's maximum command finds a local maximum of V ≈ 30.503 dollars at t ≈ 2.945 days. But the graph turns back up after a local minimum near t ≈ 9.055, so check the right endpoint:

V(14) = 0.1(2744) − 1.8(196) + 8(14) + 20
      = 274.4 − 352.8 + 112 + 20 = 53.6

The endpoint beats the interior local max: on [0, 14], the maximum share value is $53.60 at t = 14, since 53.6 > 30.503.

Interpretation: On a restricted domain, always check endpoints against interior extrema. The calculator's "maximum" finds local maxima only — the exam sets this trap deliberately.


Common Mistakes

  1. "Highest point on my screen" = global max. Your window can hide behavior; restricted domains have endpoint candidates. Fix: compare interior extrema against endpoint values, and know end behavior before trusting a window.
  2. Calling every extremum "the maximum." Specify local vs. global; the AP language distinction is graded. Fix: local = beats its neighbors; global = beats everything.
  3. Placing inflection points at extrema. Extrema are where direction changes; inflections are where bend changes. They're usually different points. Fix: separate checklists.
  4. Assuming degree n means exactly n − 1 turning points. It's at most. has degree 3 and zero turning points (but still an inflection at the origin). Fix: "at most," and use zeros to force minimums.
  5. Reporting calculator answers to 1 decimal. AP expects three decimal places (or exact). Write t ≈ 9.107, not 9.1. Points are lost to rounding every year.

Practice Problems

Question 1
🚫 A degree-5 polynomial can have at most how many local extrema?
Question 2
🚫 f is a polynomial with distinct real zeros at x = 1 and x = 6 and no other zeros in [1, 6]. Which must be true?
Question 3
🚫 An even-degree polynomial with positive leading coefficient must have
Question 4
🚫 At a point of inflection, a function's rate of change
Question 5
🚫 g is increasing and concave down on (0, 4), and increasing and concave up on (4, 9). Then x = 4 is
Question 6
🚫 Which could be the degree of a polynomial with exactly 4 turning points and both ends pointing down?
Question 7
📱 h(x) = x³ − 5x² + 2x + 8 on the closed interval [0, 5]. The global maximum of h on this interval occurs at
Question 8
🚫 First differences of w over equal steps: −2, −5, −7, −6, −3, 1. The data suggest w has
Question 9
🚫 A cubic polynomial always has
Question 10
🚫 p(x) = (x + 4)(x − 1)(x − 3)(x − 8), leading coefficient positive. The number of local extrema of p is
Question 11
📱 For C(t) = −0.5t³ + 6t² − 4t + 10 on 0 ≤ t ≤ 10, the maximum value of C is closest to
Question 12
🚫 f is an odd-degree polynomial. Which statement is impossible?

FRQ Practice — Task Model: Communicating about Functions (FRQ 4 style) 🚫 No-Calc

The graph of the polynomial g passes through the points (−2, 0), (0, 3), (2, 0), and (5, −6), with a local maximum at (0, 3), a point of inflection at (2, 0), and a local minimum at (4, −7). The degree of g is 4 and its leading coefficient is positive.

(a) (i) On what open intervals is g decreasing? (ii) Give a reason for your answer based on the definition of decreasing.

(b) (i) On what open interval(s) shown is the rate of change of g decreasing? (ii) Explain how the point of inflection at (2, 0) relates to the behavior of the rate of change of g.

(c) (i) Does g have a global minimum? (ii) Explain your reasoning using the degree, leading coefficient, and the given points.

Model Response & Rubric (6 points)

(a) [2 pts] (i) [1 pt] g is decreasing on (0, 4). (End behavior: with degree 4 and positive leading coefficient, g rises on both ends; given the listed extrema, g decreases only between the local max at x = 0 and the local min at x = 4.) (ii) [1 pt] For any a < b in (0, 4), g(a) > g(b): outputs fall as inputs increase, which is the definition of decreasing.

(b) [2 pts] (i) [1 pt] On the interval shown, the rate of change of g is decreasing on (−2, 2): the graph is concave down there (it bends like ∩ around the local maximum at x = 0), and concave down means the rate of change is decreasing. (ii) [1 pt] At (2, 0) the graph changes from concave down to concave up: the rate of change of g changes from decreasing to increasing there, which is what defines a point of inflection.

(c) [2 pts] (i) [1 pt] Yes, g has a global minimum. (ii) [1 pt] g has even degree (4) and positive leading coefficient, so lim x→−∞ g(x) = ∞ and lim x→∞ g(x) = ∞: both ends rise without bound. A polynomial whose ends both rise must attain a least value, and that least value occurs at one of its local minima. (Identifying which local minimum is global would require the full graph; the guarantee itself earns the point.)


Show answer key & explanations

(g) Answer Key

1. (C). At most n − 1 = 4. (A) confuses degree with extrema; (B) undercounts; (D) is n − 3.

2. (D). Between two distinct zeros lies at least one local extremum. (A) global isn't guaranteed (odd-degree polys have none); (B) inflection location isn't forced to the midpoint; (C) direction unknown.

3. (A). Both ends up → some least value is attained → global minimum. (B) reversed; (C) false (x² + 1); (D) not required.

4. (C). Definition: inflection = rate of change switches between increasing and decreasing (concavity change). (A)/(B) describe extrema of the function (rate changing sign = function switching direction); (D) polynomials have no undefined behavior.

5. (B). Concavity changes (down → up) at x = 4 while g keeps increasing → inflection. (A)/(C) wrong because direction never changes; (D) nothing says g(4) = 0.

6. (D). Four turning points needs degree ≥ 5; "both ends down" needs even degree with negative leading coefficient. Even and ≥ 5 → 6 works. (A)/(C) odd — ends point opposite ways; (B) degree 4 allows at most 3 turning points.

7. (B). Local max near x ≈ 0.214 gives h ≈ 8.209 (h(0.214) ≈ 0.0098 − 0.229 + 0.428 + 8 ≈ 8.21). Endpoint: h(5) = 125 − 125 + 10 + 8 = 18. 18 > 8.209, so the global max on [0, 5] is at x = 5. (A) is the interior local max trap; (C) h(0) = 8; (D) is near the local minimum (h(3.12) ≈ −4.06).

8. (B). Differences fall (−2 → −5 → −7): concave down. Then rise (−7 → −6 → −3 → 1): concave up — inflection near the −7 trough. Differences change sign (−3 → 1) near the end: the function stops decreasing and starts increasing — local minimum there. (C) has the extremum type backwards (differences go − to +, a min, not max).

9. (C). Every cubic has exactly one inflection point. (A) at most two, could be zero (x³); (B) odd degree → no global extrema; (D) could have one real zero.

10. (D). Four distinct real zeros → at least 3 local extrema (one between each adjacent pair); degree 4 → at most 3. Exactly 3. (A) exceeds the degree bound; (B)/(C) violate the between-zeros guarantee.

11. (A). 📱 The maximum finder gives a local max at t ≈ 7.652 with C ≈ 106.68; endpoints are C(0) = 10 and C(10) = −500 + 600 − 40 + 10 = 70. The interior max wins: ≈ 106.7. (B) is the right-endpoint value — the trap for students who only check endpoints; (C) is the left endpoint; (D) reports the location t ≈ 7.65 instead of the maximum value.

12. (B). Odd degree → ends go to opposite infinities → no global max (or min) ever. (A) possible (x³); (C) possible (any cubic with two turning points); (D) possible (degree ≥ 5).


🎯 Exam tip: On calc-active questions over a closed interval, make an "extremum shortlist": every local max/min the calculator finds plus both endpoints. Evaluate all of them and pick the winner. The interior-local-max trap (Problem 7) appears on nearly every released exam.

← All lessons
Lesson 4 ›
Score: 0/0 correct