每日一题:2020-07-15

每日一题: 2020-07-15

题目: 若当1x21\leq x\leq 2时, 不等式2xa<x+1|2x-a|\lt x+1 恒成立, 求实数aa 的取值范围.

参考思路

由题意可得: $|2x-a|\lt x+1\Rightarrow -x-1\lt 2x-a\lt x+1 \Rightarrow x-1\lt a\lt 3x+1 $.
所以当1x21\leq x\leq 2aa 大于 (x1)(x-1) 的最大值, 同时aa 小于 (3x+1)(3x+1) 的最小值, 因此1<a<41\lt a\lt 4.