Solve the following:
If $|ax^2 + bx + c| \le 1$ for all $x$ in $[0,1]$, then
i) $|a| \le 8$
ii) $|b| \ge 8$
iii) $|c| \le 1$
iv) $|a| + |b| + |c| \le 17$
Solution from my textbook:
Put $x = 0, 1 \text{ and } \frac{1} {2}$ to get: $$|c| \le 1$$ $$|a + b + c| \le 1$$ $$|a + 2b + 4c| \le 4$$ From the above three equations, we get, $|b| \le 8 \text{ and } |a| \le 8$. Therefore, $|a| + |b| + |c| \le 17$
However, I don't understand: how, from the three equations, can you find the values of $|a|$ and $|b|$?
$-1\leq c\leq 1,\ -1\leq a+b+c\leq 1,\ -4\leq a+2b+4c\leq 4$
$-5\leq b+3c\leq\ 5,\ -8\leq b\leq 8$
$-3\leq a+b+3c\leq 3,\ -8\leq a\leq8$
$\therefore |a|+|b|+|c|\leq 17$
Each time you add or subtract, the left and right ranges increase. This is a problem of adding or subtracting as few times as possible from the narrowest possible range.