每日一题:2020-07-01

每日一题: 2020-07-01

题目: f(x)=ax2+bx+c(a>0),f(x)=xf(x)=ax^2+bx+c (a>0), f(x)=x 的两根x1,x2x_1,x_2 满足0<x1<x2<1a0\lt x_1\lt x_2<\frac{1}{a},
f(x)f(x) 关于x=x0x=x_0 对称, 证明:
(1) x0<x12x_0\lt \frac{x_1}{2};
(2) 当0<x<x10\lt x\lt x_1 时, x<f(x)<x1x\lt f(x)\lt x_1.

参考思路

(1) 由已知: x0=b2ax_0=-\frac{b}{2a}. 又f(x)x=ax2+(b1)x+c=0f(x)-x=ax^2+(b-1)x+c=0 的两根为x1,x2x_1,x_2.
由韦达定理知: x1+x2=1bax_1+x_2=\frac{1-b}{a}.
结合以上两式得:x0=12(x1+x21a)=12x1+12(x21a)<12x1x_0=\frac{1}{2}(x_1+x_2-\frac{1}{a})=\frac{1}{2}x_1+\frac{1}{2}(x_2-\frac{1}{a})\lt \frac{1}{2}x_1.

(2) 记g(x)=f(x)x=g(x)=f(x)-x=, 因为g(x)=0g(x)=0的两根为x1,x2x_1,x_2, 所以g(x)g(x) 的对称轴方程为x=x1+x22x=\frac{x_1+x_2}{2}
因为x1+x22>x1\frac{x_1+x_2}{2}>x_1, 因此当0<x<x00\lt x\lt x_0g(x)g(x) 是递减函数,g(x)>g(0)=0g(x)>g(0)=0, 即f(x)>xf(x)>x

由(1)知: 2x0<x1,x=x02x_0\lt x_1, x=x_0f(x)f(x) 的对称轴, 于是f(0)=f(2x0)f(0)=f(2x_0).
x0>0x_0>0, 则f(x)f(x)0<xx00\lt x\leq x_0 上递减, 在x0<x<x1x_0\lt x\lt x_1 上递增.
所以当0<xx00\lt x\leq x_0时, 有f(x)<f(0)=f(2x0)<f(x1)=x1f(x)\lt f(0)=f(2x_0)\lt f(x_1)=x_1;
x0<x<x1x_0\lt x\lt x_1 时, 有f(x)<f(x1)=x1f(x)\lt f(x_1)=x_1.
x0<0x_0\lt 0, 则f(x)f(x)0<x<x10\lt x\lt x_1上递增, 显然f(x)<f(x1)=x1f(x)\lt f(x_1)=x_1.
综上, 对任意0<x<x10\lt x\lt x_1, 均有x<f(x)<x1x\lt f(x)\lt x_1 成立.