Maths Olympiad Prep

Library / /346 of 520

Algebra Difficulty 3.5 AMC 10/12 Find the answer

(12 points) Given the function f(x)=x2+2ax+2f(x) = x^2 + 2ax + 2, where x[5,5]x \in [-5, 5].
(1) When a=1a = -1, find the minimum and maximum values of the function f(x)f(x);
(2) Determine the range of values for the real number aa such that f(x)f(x) is monotonic on [5,5][-5, 5].

A number or a short expression. Spacing and $ signs are ignored.

Solution

This problem explores the properties of quadratic functions.

(1) When a=1a = -1, we substitute aa into the function to get f(x)=x22x+2f(x) = x^2 - 2x + 2. Completing the square, we have f(x)=(x1)2+1f(x) = (x - 1)^2 + 1. Since we are given x[5,5]x \in [-5,5], this is a shifted parabola that opens upwards with the vertex at (1,1)(1,1).

Thus, the minimum value of f(x)f(x) occurs at the vertex of the parabola:
f(x)min=f(1)=(11)2+1=1 f(x)_{\text{min}} = f(1) = (1 - 1)^2 + 1 = \boxed{1}

The maximum value of f(x)f(x) will occur at one of the endpoints of the interval, since the vertex is inside the interval and the function is symmetric about the line x=1x = 1. We evaluate the function at x=5x = -5:
f(x)max=f(5)=(51)2+1=36+1=37 f(x)_{\text{max}} = f(-5) = (-5 - 1)^2 + 1 = 36 + 1 = \boxed{37}

(2) For f(x)f(x) to be monotonic on [5,5][-5,5], the vertex of the parabola (x+a)2a2+2(x+a)^2 - a^2 + 2 must not be inside the interval [5,5][-5,5]. The vertex of the parabola is at x=ax=-a. For the function to be monotonic, a-a must satisfy either a5-a \le -5 or a5-a \ge 5. Converting these inequalities, we find the range of aa:
a5ora5 a \ge 5 \quad \text{or} \quad a \le -5

Therefore, the values of aa for which f(x)f(x) is monotonic on [5,5][-5,5] are:
a(,5][5,) \boxed{a \in (-\infty, -5] \cup [5, \infty)}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.