10

Let $f(x)=ax^2+bx+c$ where $a,b,c$ are real numbers. Suppose $f(-1),f(0),f(1) \in [-1,1]$. Prove that $|f(x)|\le \frac{3}{2}$ for all $x \in [-1,1]$.

I made quite a few attempts but could not explicitly derive the required condition. I can understand that it happens, but cannot derive that. Please help.

Hawk
  • 6,540
  • I get a upper bound of 5/4 by using Lagrange interpolation. There may be a simpler, but less efficient, argument. – D. Thomine Apr 29 '14 at 11:08
  • @D.Thomine Lagrange interpolation is beyond my scope... if possible, please give something simpler. – Hawk Apr 29 '14 at 11:11

2 Answers2

11

The proof for 3/2 follows, though intuitively, I think that you can limit it to 5/4: it's a quadratic and if you draw an extreme graph then it should go through (-1, 1), (0, -1), (1, -1) with a minimum at (1/2, -5/4), or some reflection of this. Back to 3/2 ...

If $f$ is monotonic in [-1, 1] then trivially, $|f| \le 1$, so assume not.

Then $f$ is differentiable and (being quadratic) can only have one extreme point at $f'(x_0) = 0$, i.e $2ax_0 + b$ = 0, so that $ax_0 = -b/2$. The extreme value of the function at this point is therefore $f(x_0) = x_0(-b/2) + bx_0 + c = bx_0/2 + c$.

Taking the possible values at -1, 0, and 1 gives

$|f(-1)| = |a - b + c| \le 1$; $|f(0)| = | c| \le 1$; $|f(1)| = |a + b + c| \le 1$

So $|c| \le 1 $ and it follows from these inequalites that $|b| \le 1$

Substituting in the value of $f(x_0)$,

$|f(x_0)| = |bx_0/2 + c| \le |b|.|x_0|/2 + |c| \le 1.1/2 + 1 = 3/2$

Continuation of proof to show that $|f(x)| \le 5/4$

(1) If $|a| \ge 1$

At the extremum, $x_0 = -b/2a$ so by substitution $f(x_0) = ab^2/4a^2 -b^2/2a +c$

$|f(x_0)| = |c - b^2/4a| \le |c| + |b|^2/4|a|$. We already proved $|c|, |b| \le 1$ and by assumption $|a| \ge 1$ so $|f(x_0)| \le 1 + 1/4 = 5/4$

(2) If $|a| \le 1$

Take the Taylor expansion of $f(x)$ about $x_0$: $f(x) = f(x_0) + (x-x_0) f'(x_0) + (x-x_0)^2 f''(z)/2$ for $z$ between $x$ and $x_0$. Note that $f'(x_0) = 0$ at the extremum, and $f''(z) = 2a $ for all $z$, so

$f(x) = f(x_0) + a(x-x_0)^2$, and $|f(x_0)| = |f(x) - a(x - x_0)^2| \le |f(x)| + |a|(x-x_0)^2$. By assumption, $|a| \le 1$, so

$|f(x_0)| \le |f(x) | + (x-x_0)^2$

For $x = -1, 0, or +1$ and $x_0$ in [-1, 1], one of these values makes $|x - x_0| \le 1/2$ (take 0 if $-1/2 \le x_0 \le +1/2 $ ; +1 if $x_0 > 1/2$; -1 if $x_0 \le -1/2$), and in all cases the corresponding function value satisfies $|f(x)| \le 1$, so at this x,

$|f(x_0)| \le 1 + (1/2)^2 = 5/4.$


Footnote in response to comment 24 April 2022....

A) $|f(-1)| = |a - b + c| \le 1$
B) $|f(0)| = | c| \le 1$
C) $|f(1)| = |a + b + c| \le 1$

From (A), $ -1 \le a - b + c \le 1$
So, $-1 \le - a + b - c \le 1$
And, (C) $-1 \le a + b + c \le 1$
Then $-2 \le 2b \le 2 $
Giving $|b| \le 1$

Tom Collinge
  • 7,981
  • 25
  • 59
  • How trivial it was, and I was searching here and there...thank you for the eye opening solution! – Hawk Apr 29 '14 at 13:48
  • @Hawk. Glad if it helps: I added on later for 5/4. – Tom Collinge Apr 30 '14 at 07:06
  • Hi @TomCollinge, can you please elaborate a bit on how you concluded $|b|\le1$ from the three inequalities? – DatBoi Apr 24 '22 at 06:23
  • @DatBoi Done, see footnote in answer. – Tom Collinge May 05 '22 at 09:23
  • @TomCollinge sweet! Huge thanks for responding to almost a decade old post, willing to contribute to the community :) – DatBoi May 05 '22 at 19:26
  • @DatBoi Pleased I could help. Modulus inequalities can be tricky. I find it often helps to expand them $|x| \le y$ to $-y \le x \le y$. – Tom Collinge May 06 '22 at 07:44
  • @TomCollinge noted! – DatBoi May 06 '22 at 07:51
  • @TomCollinge That is indeed a nice solution! But how did you assume $x_0\in [-1,1]$ without knowing whether the roots of $f(x)$ lies in $[-1,1]$ or not? – Arthur Apr 17 '23 at 13:41
  • @Franklin It's a couple of years ago that I first looked at this. The very first part of the proof is the trivial case that $f$ is monotonic on the interval. Having dealt with that, then alternatively it has an extremum, $x_0$ in the interval. – Tom Collinge Apr 19 '23 at 06:53
  • @TomCollinge Thank you for your benignant clarification! What a nice way, to think of solving such problems. Maybe these all are heuristics. Thanks a lot! – Arthur Apr 19 '23 at 07:31
1

WLOG, let us suppose $f(x)=a(x-u)^2-v$ for $a>0$ and $0< u\le 1$, $v\ge 0$.

Then the premise says $1\ge au^2-v\ge -1$, $1\ge a(1-u)^2-v\ge -1$, $1 \ge a(1+u)^2-v\ge -1$. We need to show that $v\le \frac{3}{2}$.

The above inequalities implies that $1\ge au$ and $2\ge a(1+2u)$.

If $u\in (0,1/2]$, then

$$ v\le 1+au^2\le 1+2u^2/(1+2u)\le\frac{5}{4}. $$

If $u\in [1/2, 1]$, then $$ v\le 1+a(1-u)^2\le 1+(1-u)^2/u\le \frac{5}{4}. $$

Let $u=\frac{1}{2}$, $a=2$, $v=\frac{5}{4}$, then $f=2(x-\frac{1}{2})^2-\frac{5}{4}$ attains the extreme value.

I suppose there should be more effective proof.

Ma Ming
  • 7,482