We have:
f(x)=x2+ax+b (a quadratic function)
g(x)=f(x+1)−f(x−1) (the difference between f at two points)
f(x)≥0 for all real x (f is always non-negative)
g(20)=72
We need to find the smallest possible value of b.
Let's substitute the definition of f(x) into g(x):
g(x)=f(x+1)−f(x−1)
First, let's find f(x+1):
f(x+1)=(x+1)2+a(x+1)+b
Since (x+1)2=x2+2x+1:
f(x+1)=x2+2x+1+ax+a+b
Next, let's find f(x−1):
f(x−1)=(x−1)2+a(x−1)+b
Since (x−1)2=x2−2x+1:
f(x−1)=x2−2x+1+ax−a+b
Now we subtract:
g(x)=f(x+1)−f(x−1)
g(x)=(x2+2x+1+ax+a+b)−(x2−2x+1+ax−a+b)
Grouping like terms:
x2 terms: x2−x2=0
x terms: 2x−(−2x)=4x
ax terms: ax−ax=0
Constant terms: (1+a+b)−(1−a+b)=2a
Therefore: g(x)=4x+2a
We're told that g(20)=72. Let's substitute:
g(20)=4(20)+2a=80+2a
Setting this equal to 72:
80+2a=72
2a=−8
a=−4
So our function becomes: f(x)=x2−4x+b
A quadratic function is always non-negative if and only if it has no real roots or exactly one real root. If a quadratic has two distinct real roots, it would dip below the x-axis between those roots, making it negative somewhere.
For a quadratic ax2+bx+c with a>0, this happens when the discriminant D=b2−4ac≤0.
The discriminant tells us about the nature of roots:
If D>0: two distinct real roots (parabola crosses x-axis twice)
If D=0: one real root (parabola touches x-axis once)
If D<0: no real roots (parabola doesn't touch x-axis)
For our function f(x)=x2−4x+b:
a=1, coefficient of x is −4, constant term is b
The discriminant is:
D=(−4)2−4(1)(b)=16−4b
For f(x)≥0 everywhere, we need:
D≤0
16−4b≤0
16≤4b
b≥4
The smallest possible value of b is 4.
At b=4, our function becomes f(x)=x2−4x+4=(x−2)2, which is always non-negative and equals zero only at x=2.