Question

Difficulty: Very hardQuadratic Functions and Graphs

A quadratic function ff is defined by f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where aa, hh, and kk are constants. The graph of y=f(x)y = f(x) in the xyxy-plane passes through the points (0,5)(0, 5) and (4,5)(4, 5). If the minimum value of f(x)f(x) for 0x30 \le x \le 3 is 11, what is the value of f(6)f(6)?

Answer: 17

Answer

The value of f(6)f(6) is 1717.
The correct answer is 1717. Since the quadratic function passes through (0,5)(0, 5) and (4,5)(4, 5), its axis of symmetry is the line x=2x = 2, which means the vertex xx-coordinate is h=2h = 2. For the interval 0x30 \le x \le 3, this vertex is within the bounds. An upward-opening parabola has its minimum value at its vertex, so the minimum value of 11 must be the yy-coordinate of the vertex, giving k=1k = 1. The function can then be written as f(x)=a(x2)2+1f(x) = a(x - 2)^2 + 1. Substituting (0,5)(0, 5) into this equation gives 5=a(02)2+15 = a(0 - 2)^2 + 1, which simplifies to 4a=44a = 4, meaning a=1a = 1. The fully determined function is f(x)=(x2)2+1f(x) = (x - 2)^2 + 1. Evaluating this at x=6x = 6 yields f(6)=(62)2+1=17f(6) = (6 - 2)^2 + 1 = 17.

Step-by-Step Solution

1
Determine the axis of symmetry of the parabola.
h=2h = 2
Since the points (0,5)(0, 5) and (4,5)(4, 5) have the same yy-value, they are symmetric across the vertical line of symmetry of the parabola. The xx-coordinate of the vertex hh is the average of the xx-coordinates of these two points: h=0+42=2h = \frac{0 + 4}{2} = 2.
2
Determine the yy-coordinate of the vertex kk using the minimum value over the interval [0,3][0, 3].
k=1k = 1
The vertex xx-coordinate x=2x = 2 lies within the interval 0x30 \le x \le 3. For a quadratic function that opens upward, the minimum value occurs at the vertex. Thus, the minimum value on this interval is the vertex yy-coordinate, so k=1k = 1.
3
Substitute the point (0,5)(0, 5) into the vertex form of the equation to solve for aa.
a=1a = 1
Using the vertex form f(x)=a(x2)2+1f(x) = a(x - 2)^2 + 1, substitute x=0x = 0 and f(x)=5f(x) = 5: 5=a(02)2+1    5=4a+1    4a=4    a=15 = a(0 - 2)^2 + 1 \implies 5 = 4a + 1 \implies 4a = 4 \implies a = 1.
4
Evaluate f(6)f(6) using the complete quadratic function formula.
f(6)=17f(6) = 17
Substitute x=6x = 6 into the equation f(x)=(x2)2+1f(x) = (x - 2)^2 + 1: f(6)=(62)2+1=42+1=16+1=17f(6) = (6 - 2)^2 + 1 = 4^2 + 1 = 16 + 1 = 17.

Key Concept

Using symmetry properties and interval extrema to determine the equation of a quadratic function in vertex form.
Rate this question