每日一题:2020-07-18

每日一题: 2020-07-18

题目: 不等式x2+2x6ax^2+|2x-6|\geq a 对于一切实数xx 都成立. 则实数aa 的最大值是多少?

参考思路

x3x\geq 3 时, 左边=x2+2x6=(x+1)279=x^2+2x-6=(x+1)^2-7\geq 9;
x<3x\lt 3 时, 左边=x22x+6=(x1)2+55=x^2-2x+6=(x-1)^2+5\geq 5;
所以要让原不等式对一切实数xx 都成立, aa 的最大值是55.