|
kuing
posted 2024-6-9 14:54
由 `f(x)>-2\iff1<x<2` 知 `f(1)\leqslant-2`,假设 `f(1)<-2`,因为 `f(1.5)>-2`,而 `f(x)` 在定义域内连续,则存在 `x_0\in(1,1.5)` 使得 `f(x_0)=-2`,这就与 `f(x)>-2\iff1<x<2` 相矛盾,所以 `f(1)=-2`,即 `a=-2`,所以
\begin{align*}
f(x)&=\ln\frac x{2-x}-2x+b(x-1)^3,\\
f'(x)&=\frac1x+\frac1{2-x}-2+3b(x-1)^2\\
&=\frac{2(x-1)^2}{x(2-x)}+3b(x-1)^2\\
&=3(x-1)^2\left(\frac23\cdot\frac1{1-(x-1)^2}+b\right),
\end{align*}
当 `b\geqslant-3/2` 时
\[\frac23\cdot\frac1{1-(x-1)^2}+b\geqslant\frac23+b\geqslant0\riff f'(x)\geqslant0,\]
当且仅当 `x=1` 时取等,所以当 `x<1` 时 `f(x)<f(1)=-2`,当 `x>1` 时 `f(x)>f(1)=-2`,符合要求;
当 `b<-3/2` 时,令
\[\frac23\cdot\frac1{1-(x-1)^2}+b=0\riff x=1\pm\sqrt{1+\frac2{3b}},\]
由此得到 `f(x)` 的递减区间
\[\left(1-\sqrt{1+\frac2{3b}},1+\sqrt{1+\frac2{3b}}\right),\]
所以当 `1<x<\sqrt{1+\frac2{3b}}` 时 `f(x)<f(1)=-2`,不满足要求。
综上知 `b` 的范围就是 `[-3/2,+\infty)`。 |
|