Olympiad Maths Prep

Track / Stage 6 / 370 of 400 #1370 of 2000

Problem 1370

National olympiad, first round
Algebra Difficulty 6.8 Find the answer

Suppose that a,ba,b are real numbers, function f(x)=ax+bf(x) = ax+b satisfies f(x)1\mid f(x) \mid \leq 1 for any x[0,1]x \in [0,1]. Find the range of values of S=(a+1)(b+1).S= (a+1)(b+1).

Official solution

1. Given the function f(x)=ax+b f(x) = ax + b and the condition f(x)1 |f(x)| \leq 1 for any x[0,1] x \in [0,1] , we need to find the range of values of S=(a+1)(b+1) S = (a+1)(b+1) .

2. Since f(x) f(x) is a linear function, its maximum and minimum values on the interval [0,1][0,1] will occur at the endpoints x=0 x = 0 and x=1 x = 1 .

3. Evaluating f(x) f(x) at the endpoints:
f(0)=bandf(1)=a+b f(0) = b \quad \text{and} \quad f(1) = a + b
Given f(x)1 |f(x)| \leq 1 , we have:
f(0)=b1andf(1)=a+b1 |f(0)| = |b| \leq 1 \quad \text{and} \quad |f(1)| = |a + b| \leq 1

4. These inequalities can be written as:
1b1and1a+b1 -1 \leq b \leq 1 \quad \text{and} \quad -1 \leq a + b \leq 1

5. To find the range of S=(a+1)(b+1) S = (a+1)(b+1) , we need to express S S in terms of a a and b b and then determine the possible values based on the constraints.

6. Expanding S S :
S=(a+1)(b+1)=ab+a+b+1 S = (a+1)(b+1) = ab + a + b + 1

7. We need to find the maximum and minimum values of S S under the given constraints. First, consider the constraints:
1b1and1a+b1 -1 \leq b \leq 1 \quad \text{and} \quad -1 \leq a + b \leq 1

8. From 1a+b1 -1 \leq a + b \leq 1 , we can express a a in terms of b b :
1ba1b -1 - b \leq a \leq 1 - b

9. To find the maximum value of S S , we need to consider the upper bounds of a a and b b :
- If b=1 b = 1 , then 2a0 -2 \leq a \leq 0 . The maximum value of S S occurs when a=0 a = 0 :
S=(0+1)(1+1)=12=2 S = (0+1)(1+1) = 1 \cdot 2 = 2

- If b=1 b = -1 , then 0a2 0 \leq a \leq 2 . The maximum value of S S occurs when a=2 a = 2 :
S=(2+1)(1+1)=30=0 S = (2+1)(-1+1) = 3 \cdot 0 = 0

- If b=0 b = 0 , then 1a1 -1 \leq a \leq 1 . The maximum value of S S occurs when a=1 a = 1 :
S=(1+1)(0+1)=21=2 S = (1+1)(0+1) = 2 \cdot 1 = 2

10. To find the minimum value of S S , we need to consider the lower bounds of a a and b b :
- If b=1 b = 1 , then 2a0 -2 \leq a \leq 0 . The minimum value of S S occurs when a=2 a = -2 :
S=(2+1)(1+1)=12=2 S = (-2+1)(1+1) = -1 \cdot 2 = -2

- If b=1 b = -1 , then 0a2 0 \leq a \leq 2 . The minimum value of S S occurs when a=0 a = 0 :
S=(0+1)(1+1)=10=0 S = (0+1)(-1+1) = 1 \cdot 0 = 0

- If b=0 b = 0 , then 1a1 -1 \leq a \leq 1 . The minimum value of S S occurs when a=1 a = -1 :
S=(1+1)(0+1)=01=0 S = (-1+1)(0+1) = 0 \cdot 1 = 0

11. Therefore, the range of values of S S is from 2-2 to 22.

The final answer is [2,2]\boxed{[-2, 2]}.

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