指对放缩

发布于 2025-05-03 22:27 711 字 4 min read

暂无系列文章
本文总结了三种常用的放缩技巧:对数-指数放缩、对数-指数plus放缩以及飘带放缩,并给出了相应的证明和例题。这些放缩技巧主要用于证明不等式,通过构造辅助函数并利用导数分析函数的单调性来推导不等关系。文章详细介绍了每种放缩形式及其适用条件,并提供了具体例题展示其应用。

1. 指对切线放缩

主要放缩形式有四种:

  • exx+1e^x \geq x+1
  • exexe^x \geq ex
  • lnxx1\ln x\leq x-1
  • \ln x\leq \dfrac{x}

一,二用于往小缩,三,四用于往大放。

对以上放缩进行证明:

exx+1e^x \geq x+1.

构造 f(x)=exx1f(x)=e^x-x-1,对函数求导得到 f(x)=ex1f'(x)=e^x-1.

容易发现 f(x)f'(x) 单调递增,当 x>0x>0 时,f(x)>0f'(x)>0;当 x<0x<0 时,f(x)<0f'(x)<0.

所以 x=0x=0 时,f(x)min=0f(x)_{min}=0.

f(x)=exx10f(x)=e^x-x-1\geq0,得 exx+1e^x \geq x+1.

证毕.

exexe^x \geq ex.

构造 f(x)=exexf(x)=e^x-ex,对函数求导得到 f(x)=exef'(x)=e^x-e.

容易发现 f(x)f'(x) 单调递增,当 x>1x>1 时,f(x)>0f'(x)>0;当 x<1x<1 时,f(x)<0f'(x)<0.

所以 x=1x=1 时,f(x)min=0f(x)_{min}=0.

f(x)=exex0f(x)=e^x-ex\geq0,得 exexe^x \geq ex.

证毕.

lnxx1\ln x\leq x-1.

构造 f(x)=lnxx+1f(x)=\ln x-x+1,对函数求导得到 f(x)=1x1f'(x)=\dfrac{1}{x}-1.

容易发现 f(x)f'(x) 单调递增,当 x>1x>1 时,f(x)<0f'(x)<0;当 x<1x<1 时,f(x)>0f'(x)>0.

所以 x=1x=1 时,f(x)max=0f(x)_{max}=0.

f(x)=lnxx+10f(x)=\ln x-x+1\leq0,得 lnxx1\ln x\leq x-1.

证毕.

lnxxe\ln x\leq \dfrac{x}{e}. 构造 f(x)=lnxxef(x)=\ln x-\dfrac{x}{e},对函数求导得到 f(x)=1x1ef'(x)=\dfrac{1}{x}-\dfrac{1}{e}. 容易发现 f(x)f'(x) 单调递增,当 x>ex>e 时,f(x)<0f'(x)<0;当 x<ex<e 时,f(x)>0f'(x)>0. 所以 x=ex=e 时,f(x)max=0f(x)_{max}=0. 故 f(x)=lnxxef(x)=\ln x-\dfrac{x}{e},得 lnxxe\ln x\leq \dfrac{x}{e}. 证毕.

1.1 例题1# 证 exln(x+2)>0e^x-\ln (x+2)>0 恒成立。

证明:原不等式等价于 ex>ln(x+2)e^x>\ln (x+2). 由 exx+1e^x\geq x+1lnxx1\ln x\leq x-1 可知,exx+1ln(x+2)e^x\geq x+1 \geq \ln(x+2). 两不等式取等条件不同,故 ex>ln(x+2)e^x>\ln (x+2),即 exln(x+2)>0e^x-\ln (x+2)>0.

1.2 例题2# 当 x>0x>0 时,证 ex2xlnx<xex+1eex^2-x\ln x<xe^x+\dfrac{1}{e}.

证明:原不等式等价于 exlnx<ex+1exex-\ln x<e^x+\dfrac{1}{ex}. 因为 exexe^x\geq ex,即证明 lnx<1ex-\ln x<\dfrac{1}{ex}. 由 lnx=ln1x-\ln x=\ln \dfrac{1}{x} 可知,要证明 ln1x<1ex\ln \dfrac{1}{x}<\dfrac{1}{ex}. 因为 ln1x1ex\ln \dfrac{1}{x}\leq\dfrac{1}{ex},所以 ln1x<1ex\ln \dfrac{1}{x}<\dfrac{1}{ex} 成立。 得证:ex2xlnx<xex+1eex^2-x\ln x<xe^x+\dfrac{1}{e}.

1.3 例题3# 当 x>0x>0 时,证 ex+x2(e+1)x+ex>2e^x+x^2-(e+1)x+\dfrac{e}{x}>2.

证明:由 exexe^x\geq ex 可知,放缩后原不等式为 x2x+ex>2x^2-x+\dfrac{e}{x}>2. 配方可得 x22x+1+ex>2x+1x^2-2x+1+\dfrac{e}{x}>2-x+1 推得 (x1)2+ex+x>3(x-1)^2+\dfrac{e}{x}+x>3. 由基本不等式可知 x+ex2ex+\dfrac{e}{x}\geq2\sqrt e,易得原不等式成立。 故 ex+x2(e+1)x+ex>2e^x+x^2-(e+1)x+\dfrac{e}{x}>2.

2. 指对放缩 plus

exx+1exx22+x+1e^x\geq x+1\to e^x\geq \dfrac{x^2}{2}+x+1.(x0)(x\geq0) exexexex+e2(x1)2ex+(x1)2e^x\geq ex\to e^x\geq ex+\dfrac{e}{2}(x-1)^2 \geq ex+(x-1)^2.(x0)(x\geq0) lnxx1lnx11x\ln x\leq x-1\to \ln x \geq 1-\dfrac{1}{x}. 上式相较于普通版本精度更高。

对以上放缩进行推导:

exx22+x+1e^x\geq \dfrac{x^2}{2}+x+1.(x0)(x\geq0). 构造函数 f(x)=exx22x1f(x)=e^x-\dfrac{x^2}{2}-x-1,对函数求导 f(x)=exx1f'(x)=e^x-x-1. 容易发现 f(x)f'(x) 单调递增,当 x>0x>0 时,f(x)>0f'(x)>0;当 x<0x<0 时,f(x)<0f'(x)<0. 所以 x=0x=0 时,f(x)min=0f(x)_{min}=0. 故 f(x)=exx22x10f(x)=e^x-\dfrac{x^2}{2}-x-1\geq 0,得 exx22+x+1e^x\geq \dfrac{x^2}{2}+x+1.(x0)(x\geq0). 证毕。

exex+e2(x1)2e^x\geq ex+\dfrac{e}{2}(x-1)^2. 将 ex1e^{x-1}exx22+x+1e^x\geq \dfrac{x^2}{2}+x+1 放缩可得 ex1x122+xe^{x-1}\geq \dfrac{{x-1}^2}{2}+x 所以 exex+e2(x1)2e^x\geq ex+\dfrac{e}{2}(x-1)^2. 证毕。

exex+(x1)2e^x \geq ex+(x-1)^2. 由 22 显然。

lnx11x\ln x \geq 1-\dfrac{1}{x}. 由 ln1x1x1\ln \dfrac{1}{x} \leq \dfrac{1}{x}-1 可知 ln1x11x-\ln \dfrac{1}{x} \geq 1-\dfrac{1}{x}. 由 lnx=ln1x-\ln x=\ln \dfrac{1}{x} 可知,lnx11x\ln x \geq 1-\dfrac{1}{x}. 证毕。

2.1 例题 1# 证 ex+1x2lnx+x2+(e2)xe^x+\dfrac{1}{x}\geq 2-\ln x+x^2+(e-2)x.

证明:由 exex+(x1)2e^x \geq ex+(x-1)^2lnxx1\ln x\leq x-1,当 x=1x=1 时同时取等可知,ex+(x1)2+1x2x+1+x2+(e2)xex+(x-1)^2+\dfrac{1}{x}\geq 2-x+1+x^2+(e-2)x. 所以 1xx+2\dfrac{1}{x}\geq-x+2,化简得 (x1)20(x-1)^2\geq0. 故 ex+1x2lnx+x2+(e2)xe^x+\dfrac{1}{x}\geq 2-\ln x+x^2+(e-2)x 成立.

3. 飘带放缩#

12(x1x)lnx2(x1)x+1\dfrac{1}{2} (x-\dfrac{1}{x}) \leq \ln x \leq \dfrac{2(x-1)}{x+1}.(x(0,1])(x\in (0,1]). 2(x1)x+1lnx12(x1x)\dfrac{2(x-1)}{x+1} \leq \ln x \leq \dfrac{1}{2} (x-\dfrac{1}{x}).(x(1,+])(x\in (1,+\infty]). 对以上放缩进行证明:

12(x1x)lnx\dfrac{1}{2} (x-\dfrac{1}{x}) \leq \ln x.(x(0,1])(x\in (0,1]). 构造函数 f(x)=x212xlnxf(x)=\dfrac{x}{2}-\dfrac{1}{2x}-\ln x,对函数求导 f(x)=12x21x+12=(x1)22x20f'(x)=\dfrac{1}{2x^2}-\dfrac{1}{x}+\dfrac{1}{2}=\dfrac{(x-1)^2}{2x^2}\geq 0. 所以 f(x)f(x) 单调递增,当 x=1x=1 时,f(x)=0f(x)=0. 因为 x1x\leq1,所以 f(x)0f(x)\leq 0。故 12(x1x)lnx\dfrac{1}{2} (x-\dfrac{1}{x}) \leq \ln x.(x(0,1])(x\in (0,1]).

lnx2(x1)x+1\ln x \leq \dfrac{2(x-1)}{x+1}.(x(0,1])(x\in (0,1]). 构造函数 f(x)=lnx2(x1)x+1f(x)=\ln x-\dfrac{2(x-1)}{x+1},对函数求导 f(x)=4(x+1)2+x1=(x1)2x(x+1)20f'(x)=-4(x+1)^{-2}+x^{-1}=\dfrac{(x-1)^2}{x(x+1)^2}\geq 0. 所以 f(x)f(x) 单调递增,当 x=1x=1 时,f(x)=0f(x)=0. 因为 x1x\leq1,所以 f(x)0f(x)\leq 0。故 lnx2(x1)x+1\ln x \leq \dfrac{2(x-1)}{x+1}.(x(0,1])(x\in (0,1]).

所以 12(x1x)lnx2(x1)x+1\dfrac{1}{2} (x-\dfrac{1}{x}) \leq \ln x \leq \dfrac{2(x-1)}{x+1}.(x(0,1])(x\in (0,1]). 2(x1)x+1lnx12(x1x)\dfrac{2(x-1)}{x+1} \leq \ln x \leq \dfrac{1}{2} (x-\dfrac{1}{x}).(x(1,+])(x\in (1,+\infty]). 同理可得。

喜欢的话,留下你的评论吧~