跳转至

均值不等式

0x01.均值不等式

a_1,a_2,\cdots,a_n>0,则

\cfrac{n}{\cfrac{1}{a_1}+\cfrac{1}{a_2}+\cdots+\cfrac{1}{a_n}} \le \sqrt[n]{a_1a_2\cdots a_n} \le \cfrac{a_1+a_2+\cdots +a_n}{n} \le \sqrt{\cfrac{a_1^2+a_2^2+\cdots+a_n^2}{n}}

当且仅当a_1=a_2=\cdots=a_n时取等

0x02.均值不等式的证明

这里,给出AM-GM不等式的证明。(Cauchy归纳法)

n=2时,不等式为a+b \ge 2\sqrt{ab},由(\sqrt{a}-\sqrt{b})^2\ge 0的展开式,知成立。

n=2^k成立时,对n=2^{k+1},有

\begin{align} &a_1+a_2+\cdots +a_{2n}\\ \ge & \space n\sqrt[n]{a_1a_2\cdots a_n} +n\sqrt[n]{a_{n+1}a_{n+2}\cdots a_{2n}}\\ \ge & \space 2n\sqrt[2n]{a_1a_2\cdots a_{2n}}\\ \end{align}

知不等式对n=2^{k+1}成立,即不等式对2的所有次幂都成立。

当不等式对n成立时,设

a_n=\cfrac{s}{n-1},s=a_1+a_2+\cdots+a_{n-1}

可以得到

\begin{align} &s+\cfrac{s}{n-1}\ge n\sqrt[n]{\cfrac{a_1a_2\cdots a_{n-1}\cdot s}{n-1}}\\ \Rightarrow & s\ge (n-1)\sqrt[n-1]{a_1a_2\cdots a_{n-1}} \end{align}

知不等式对n-1也成立。

Cauchy归纳,知不等式对所有自然数n都成立。

不等式的其它部分,这里不再给出详细证明,故略过。

0x03.均值不等式的应用

问题描述

求证3(ab+bc+ca)\le(a+b+c)^2\le3(a^2+b^2+c^2)

结论\Leftrightarrow a^2+b^2+c^2\ge ab+bc+ca\Leftrightarrow \cfrac{1}{2}(a-b)^2+\cfrac{1}{2}(b-c)^2+\cfrac{1}{2}(c-a)^2

知结论成立

问题描述

已知a,b,c>0,求证9(a+b)(b+c)(c+a)\ge8(a+b+c)(ab+bc+ca)

注意到恒等式(a+b+c)(ab+bc+ca)=(a+b)(b+c)(c+a)+abc

知结论\Leftrightarrow (a+b)(b+c)(c+a)\ge 8abc

AM-GM不等式,(a+b)(b+c)(c+a)\ge 2\sqrt{ab}\cdot2\sqrt{bc}\cdot2\sqrt{ca}=8abc

知结论成立

问题描述

\sin\theta \cos^2\theta的最大值

注意到\sin^2\theta+\cos^2\theta=1,有

\begin{align} &\sin\theta \cos^2\theta \\ \le &|\sin\theta \cos^2\theta|\\ = &\sqrt{\sin^2\theta \cos^4\theta}\\ = &\sqrt{\cfrac{1}{2}\cdot 2\sin^2\theta \cdot \cos^2\theta \cdot \cos^2\theta} \\ \le & \sqrt{\cfrac{1}{2}(\cfrac{2\sin^2\theta+\cos^2\theta+\cos^2\theta}{3})^3} \\ = & \cfrac{2}{9}\sqrt{3} \end{align}

当且仅当\sin\theta\ge 02\sin^2\theta=\cos^2\theta时取等

故最大值为\cfrac{2}{9}\sqrt{3}

问题描述

\sin\theta(1+\cos\theta)的最大值

注意到\sin^2\theta+\cos^2\theta=1,有

\begin{align} &\sin\theta(1+\cos\theta)\\ \le & | \sin\theta(1+\cos\theta) |\\ = & \sqrt{\sin^2(1+\cos\theta)^2}\\ = & \sqrt{(1-\cos^2\theta)(1+\cos\theta)^2}\\ = & \sqrt{\cfrac{1}{3}(3-3\cos\theta)(1+\cos\theta)^3}\\ \le & \sqrt{\cfrac{1}{3}(\cfrac{(3-3\cos\theta)+3(1+\cos\theta)}{4})^3}\\ = & \cfrac{3}{4}\sqrt{3} \end{align}

当且仅当3-3\cos\theta=1+\cos\theta,即\theta=2k\pi+\cfrac{1}{3}\pi时取等 故最大值为\cfrac{3}{4}\sqrt{3}

问题描述(加权AM-GM不等式)

假设a_1,a_2,\cdots,a_n为正实数,若n个非负实数x_1,x_2,\cdots,x_n之和为1,求证a_1x_1+a_2x_2+\cdots+a_nx_n\ge a_1^{x_1}a_2^{x_2}\cdots a_n^{x_n}

下只给出n=2情形时的证明,至于n的其他情况,可以参考AM-GM不等式的证明,两者类似。

下证a^x+b^y\ge a^xb^y,x+y=1

(1)x,y是有理数,设x=\cfrac{m}{m+n},y=\cfrac{n}{m+n}(m,n\in \mathbb{N})

AM-GM不等式,有ma+nb\ge (m+n)a^{\frac{m}{m+n}}b^{\frac{n}{m+n}}\Rightarrow ax+by\ge a^xb^y

(2)x,y\in \mathbb{R},则存在两有理数序列\{r_n\},\{s_n\}(n\in \mathbb{N^*})

使得r_n \rightarrow x, s_n \rightarrow y,r_n+s_n=1

于是ar_n+bs_n\ge a^{r_n}b^{s_n}

n\rightarrow \infty,则ax+by \ge a^xb^y