Skip to main contentSkip to solution

Let f(x)=x2+ax+bf(x)=x^{2}+a x+b and g(x)=f(x+1)−f(x−1)g(x)=f(x+1)-f(x-1). If f(x)≥0f(x) \geq 0 for all real xx, and g(20)=72g(20)=72, then the smallest possible value of bb is

Solution

✅ Correct Option: 1

We have:

f(x)=x2+ax+bf(x) = x^2 + ax + b (a quadratic function)

g(x)=f(x+1)−f(x−1)g(x) = f(x+1) - f(x-1) (the difference between f at two points)

f(x)≥0f(x) \geq 0 for all real xx (f is always non-negative)

g(20)=72g(20) = 72

We need to find the smallest possible value of bb.


Let's substitute the definition of f(x)f(x) into g(x)g(x):

g(x)=f(x+1)−f(x−1)g(x) = f(x+1) - f(x-1)

First, let's find f(x+1)f(x+1):

f(x+1)=(x+1)2+a(x+1)+bf(x+1) = (x+1)^2 + a(x+1) + b

Since (x+1)2=x2+2x+1(x+1)^2 = x^2 + 2x + 1:

f(x+1)=x2+2x+1+ax+a+bf(x+1) = x^2 + 2x + 1 + ax + a + b

Next, let's find f(x−1)f(x-1):

f(x−1)=(x−1)2+a(x−1)+bf(x-1) = (x-1)^2 + a(x-1) + b

Since (x−1)2=x2−2x+1(x-1)^2 = x^2 - 2x + 1:

f(x−1)=x2−2x+1+ax−a+bf(x-1) = x^2 - 2x + 1 + ax - a + b


Now we subtract:

g(x)=f(x+1)−f(x−1)g(x) = f(x+1) - f(x-1)

g(x)=(x2+2x+1+ax+a+b)−(x2−2x+1+ax−a+b)g(x) = (x^2 + 2x + 1 + ax + a + b) - (x^2 - 2x + 1 + ax - a + b)

Grouping like terms:

x2x^2 terms: x2−x2=0x^2 - x^2 = 0

xx terms: 2x−(−2x)=4x2x - (-2x) = 4x

axax terms: ax−ax=0ax - ax = 0

Constant terms: (1+a+b)−(1−a+b)=2a(1 + a + b) - (1 - a + b) = 2a

Therefore: g(x)=4x+2ag(x) = 4x + 2a


We're told that g(20)=72g(20) = 72. Let's substitute:

g(20)=4(20)+2a=80+2ag(20) = 4(20) + 2a = 80 + 2a

Setting this equal to 72:

80+2a=7280 + 2a = 72

2a=−82a = -8

a=−4a = -4

So our function becomes: f(x)=x2−4x+bf(x) = x^2 - 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+cax^2 + bx + c with a>0a > 0, this happens when the discriminant D=b2−4ac≤0D = b^2 - 4ac \leq 0.

The discriminant tells us about the nature of roots:

If D>0D > 0: two distinct real roots (parabola crosses x-axis twice)

If D=0D = 0: one real root (parabola touches x-axis once)

If D<0D < 0: no real roots (parabola doesn't touch x-axis)

For our function f(x)=x2−4x+bf(x) = x^2 - 4x + b:

a=1a = 1, coefficient of xx is −4-4, constant term is bb

The discriminant is:

D=(−4)2−4(1)(b)=16−4bD = (-4)^2 - 4(1)(b) = 16 - 4b

For f(x)≥0f(x) \geq 0 everywhere, we need:

D≤0D \leq 0

16−4b≤016 - 4b \leq 0

16≤4b16 \leq 4b

b≥4b \geq 4


The smallest possible value of bb is 44.

At b=4b = 4, our function becomes f(x)=x2−4x+4=(x−2)2f(x) = x^2 - 4x + 4 = (x-2)^2, which is always non-negative and equals zero only at x=2x = 2.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question