Freshmark
← Back to all writing

Mathematics

2027 Strong Foundation Mathematics: AM-GM Inequalities

This article compiles 22 typical examples of mean inequality, covering denominator substitution, incremental substitution, matching, etc., local inequalities and the best estimate under product conditions. It is suitable for systematic review of the strong foundation plan and the basic stage of mathematics competitions.

Example 2.1

It is known that a>b>ca > b > cmakes the inequality

1a−b+1b−c≥ka−c\frac{1}{a-b} + \frac{1}{b-c} \geq \frac{k}{a-c}

The maximum value of a constant real number kkis ______.

The denominator is complicated, so change the denominator:

a−b=x,b−c=y,a−c=x+y1x+1y≥(1+1)2x+y⟹k≤4\begin{gathered} a-b=x,b-c=y,a-c=x+y\\ \frac{1}{x}+\frac{1}{y}\ge\frac{(1+1)^2}{x+y}\Longrightarrow k\le4 \end{gathered}

Example 2.2

Assume a,b,ca, b, cis a positive real number, prove:

a+3ca+2b+c+4ba+b+2c−8ca+b+3c≥122−17.\frac{a + 3c}{a + 2b + c} + \frac{4b}{a + b + 2c} - \frac{8c}{a + b + 3c} \geq 12\sqrt{2} - 17.

The denominator is complicated, so change the denominator:

a+2b+c=x,a+b+2c=y,a+b+3c=z{a=−x+5y−3z,b=x−2y+z,c=0x−y+z−x+2yx+4x−8y+4zy+8y−8zz=−17+2yx+4xy+4zy+8yz≥−17+22⋅4+24⋅8=−17+122\begin{gathered} a+2b+c=x,a+b+2c=y,a+b+3c=z\\ \begin{cases} a=-x+5y-3z,\\ b=x-2y+z,\\ c=0x-y+z \end{cases}\\ \frac{-x+2y}{x}+\frac{4x-8y+4z}{y}+\frac{8y-8z}{z}\\ =-17+2\frac{y}{x}+4\frac{x}{y}+4\frac{z}{y}+8\frac{y}{z}\\ \ge-17+2\sqrt{2\cdot4}+2\sqrt{4\cdot8}=-17+12\sqrt{2} \end{gathered}

Example 2.3

Given a>b>0a > b > 0, then the minimum value of a2+1b(a−b)a^2 + \frac{1}{b(a-b)}is

A. 2

B. 4

C. 252\sqrt{5}

D. 5

Consider b first: a2+1b(a−b)≥a2+4a2≥4\begin{gathered} a^2 + \frac{1}{b(a-b)}\\ \ge a^2+\frac{4}{a^2}\ge4 \end{gathered}

Or consider incremental substitution:

b=x,a=x+y(x+y)2+1xy≥4xy+1xy≥4\begin{gathered} b=x,a=x+y\\ (x+y)^2+\frac{1}{xy}\\ \ge4xy+\frac{1}{xy}\ge4 \end{gathered}

Example 2.4

(2012 Tsinghua Summer Camp) It is known that a,b,ca, b, cis the side length of the three sides of the triangle △ABC\triangle ABC, then the following judgment is correct:

A. 32≤ab+c+bc+a+ca+b<2\frac{3}{2} \leq \frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} < 2

B. 32<ab+c+bc+a+ca+b<2\frac{3}{2} \lt \frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} < 2

C. 32<ab+c+bc+a+ca+b≤2\frac{3}{2} \lt \frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} \leq 2

D. 32≤ab+c+bc+a+ca+b≤2\frac{3}{2} \leq \frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} \leq 2

a<b+c⟹2aa+b+c>ab+c\begin{gathered} a\lt b+c\Longrightarrow \frac{2a}{a+b+c}\gt\frac{a}{b+c}\\ \end{gathered}

Rotate a→b→c→aa \to b \to c \to aand get:

b<c+a⟹2ba+b+c>bc+ab < c+a \quad\Longrightarrow\quad \frac{2b}{a+b+c} > \frac{b}{c+a}

c<a+b⟹2ca+b+c>ca+bc < a+b \quad\Longrightarrow\quad \frac{2c}{a+b+c} > \frac{c}{a+b}

Accumulation: S<2S\lt2

Let's consider the lower bound, repeat the same trick, change the denominator, and use the AM-GM inequality:

b+c=x,c+a=y,a+b=zS=y+z−x2x+z+x−y2y+x+y−z2z=12(xy+yx+yz+zy+zx+xz)−32≥3−32=32\begin{gathered} b+c=x,c+a=y,a+b=z\\ S=\frac{\frac{y+z-x}{2}}{x}+\frac{\frac{z+x-y}{2}}{y}+\frac{\frac{x+y-z}{2}}{z}\\ =\frac{1}{2}(\frac{x}{y}+\frac{y}{x}+\frac{y}{z}+\frac{z}{y}+\frac{z}{x}+\frac{x}{z})-\frac{3}{2}\\ \ge 3-\frac{3}{2}=\frac{3}{2} \end{gathered}

Choose A.

Example 2.5

If the positive number x,yx, ysatisfies x2+2xy−1=0x^2 + 2xy - 1 = 0, then the minimum value of 2x+y2x + yis

A. 22\frac{\sqrt{2}}{2}

B. 2\sqrt{2}

C. 32\frac{\sqrt{3}}{2}

D. 3\sqrt{3}

2x+y=u,y=u−2xx2+2(u−2x)x−1=03x2−2ux+1=0Δ=4u2−12≥0u≥3(x=y=33)\begin{gathered} 2x+y=u,y=u-2x\\ x^2+2(u-2x)x-1=0\\ 3x^2-2ux+1=0\\ \Delta=4u^2-12\ge0\\ u\ge\sqrt{3}(x=y=\frac{\sqrt{3}}{3}) \end{gathered}

Or consider exchanging yuan: x(x+2y)=12x+y=32x+12(x+2y)≥3x(x+2y)=3\begin{gathered} x(x+2y)=1\\ 2x+y=\frac{3}{2}x+\frac{1}{2}(x+2y)\ge\sqrt{3x(x+2y)}=\sqrt{3} \end{gathered}

Example 2.6

If the positive number a,b,ca, b, csatisfies a(a+b+c)+bc=4a(a+b+c)+bc=4, then the minimum value of the formula 3a+2b+c3a+2b+cis ______.

a2+ab+ac+bc=(a+b)(a+c)=43a+2b+c=2(a+b)+(a+c)≥22(a+b)(a+c)=43\begin{gathered} a^2+ab+ac+bc=(a+b)(a+c)=4\\ 3a+2b+c=2(a+b)+(a+c)\\\ge2\sqrt{2(a+b)(a+c)}=4\sqrt{3} \end{gathered}

Example 2.7

Assume x,y,z>0x, y, z > 0, then

xy+2yzx2+y2+z2\frac{xy + 2yz}{x^2 + y^2 + z^2}

The maximum value is ______.

xy+2yzx2+y2+z2=xy+2yzx2+15y2+45y2+z2≤xy+2yz215xy+245yz≤52\begin{gathered} \frac{xy + 2yz}{x^2 + y^2 + z^2}\\ =\frac{xy + 2yz}{x^2 + \frac{1}{5}y^2+\frac{4}{5}y^2 + z^2}\\ \le \frac{xy+2yz}{2\sqrt{\frac{1}{5}}xy+2\sqrt{\frac{4}{5}yz}}\\ \le\frac{\sqrt{5}}{2} \end{gathered}

Example 2.8

Given a≥0,b≥0,c≥0,a+b+c=1a \geq 0, b \geq 0, c \geq 0, a + b + c = 1, find the maximum value of 4a+1+4b+1+4c+1\sqrt{4a+1} + \sqrt{4b+1} + \sqrt{4c+1}.

Round up the mean by averaging:

(4a+1)73≤4a+1+732\begin{gathered} \sqrt{(4a+1)\frac{7}{3}}\le\frac{4a+1+\frac{7}{3}}{2} \end{gathered}Simplification factor: 4a+1≤2217a+52174b+1≤2217b+52174c+1≤2217c+5217S≤2217(a+b+c)+5217=21\begin{gathered} \sqrt{4a+1}\le\frac{2\sqrt{21}}{7}a+\frac{5\sqrt{21}}{7}\\ \sqrt{4b+1}\le\frac{2\sqrt{21}}{7}b+\frac{5\sqrt{21}}{7}\\ \sqrt{4c+1}\le\frac{2\sqrt{21}}{7}c+\frac{5\sqrt{21}}{7}\\ S\le\frac{2\sqrt{21}}{7}(a+b+c)+\frac{5\sqrt{21}}{7}=\sqrt{21} \end{gathered}

Example 2.9

(Zhejiang University) Suppose the sum of positive numbers x1,x2,…,xnx_1, x_2, \dots, x_nis equal to 1 (n≥2n \geq 2), prove:

1x1−x13+1x2−x23+⋯+1xn−xn3>4\frac{1}{x_1 - x_1^3} + \frac{1}{x_2 - x_2^3} + \cdots + \frac{1}{x_n - x_n^3} > 4

Consider local inequalities:

1x−x3≥4x,x∈(0,1)⟺(2x2−1)2≥0(x=22)\begin{gathered} \frac{1}{x-x^3}\ge4x,x\in(0,1)\\ \Longleftrightarrow (2x^2-1)^2\ge0(x=\frac{\sqrt{2}}{2}) \end{gathered}

Obviously, it is impossible for every xxto be 22\frac{\sqrt{2}}{2}, Q.E.D.

Example 2.10

Given ai>0a_i > 0, and a1a2a3⋯an=1a_1a_2a_3\cdots a_n = 1, find the minimum value of (a1+2)(a2+2)⋯(an+2)(a_1+2)(a_2+2)\cdots(a_n+2).

Still holding the hand holding the equal sign: (a1+1+1)(a2+1+1)⋯(an+1+1)≥3na1a2a3⋯an3=3n\begin{gathered} (a_1+1+1)(a_2+1+1)\cdots(a_n+1+1)\\ \ge3^n\sqrt[3]{a_1a_2a_3\cdots a_n}=3^n \end{gathered}

Example 2.11

Given x>0x > 0, find the minimum value of x2+16xx^2 + \frac{16}{x}.

x2+8x+8x≥3823=12(x=2)\begin{gathered} x^2+\frac{8}{x}+\frac{8}{x}\\ \ge3\sqrt[3]{8^2}=12(x=2) \end{gathered}

Example 2.12

Given x>0x\gt0, find the minimum value of x2+1x3x^2+\frac{1}{x^3}.

x23+x23+x23+12x3+12x3≥5133⋅225=56725\begin{gathered} \frac{x^2}{3}+\frac{x^2}{3}+\frac{x^2}{3}+\frac{1}{2x^3}+\frac{1}{2x^3}\\ \ge5\sqrt[5]{\frac{1}{3^3\cdot2^2}}=\frac{5}{6}\sqrt[5]{72} \end{gathered}

Example 2.13

Given 0<x<10\lt x\lt1, find the maximum value of x21−xx^2\sqrt{1-x}.

The lower bound is obviously 0, there is no minimum value, consider the maximum value:

x21−x=x4(1−x)=12x⋅x⋅x⋅x(4−4x)≤12(45)5=165125(x=45)\begin{gathered} x^2\sqrt{1-x}\\ =\sqrt{x^4(1-x)}\\ =\frac{1}{2}\sqrt{x\cdot x\cdot x\cdot x(4-4x)}\le\frac{1}{2}\sqrt{(\frac{4}{5})^5}=\frac{16\sqrt{5}}{125}(x=\frac{4}{5}) \end{gathered}

Example 2.14

Assume x>−12x > -\frac{1}{2}, then the minimum value of f(x)=x2+x+42x+1f(x) = x^2 + x + \frac{4}{2x+1}is ______.

Change denominator: t=2x+1>0t=2x+1\gt0

f(x)=(t−12)2+t−12+4t=t24+4t−14=t24+2t+2t−14≥3−14=114(t=2,x=12)\begin{gathered} f(x)=(\frac{t-1}{2})^2+\frac{t-1}{2}+\frac{4}{t}\\ =\frac{t^2}{4}+\frac{4}{t}-\frac{1}{4}\\ =\frac{t^2}{4}+\frac{2}{t}+\frac{2}{t}-\frac{1}{4}\ge3-\frac{1}{4}=\frac{11}{4}(t=2,x=\frac{1}{2}) \end{gathered}

Example 2.15

Assume a+3b=3a + 3b = 3, and find the minimum value of the algebraic expression 3a+9b3^a + 9^b.

3a+9b=3a+32b=3a2+3a2+32b3+32b3+32b3≥532a+6b22⋅335=533225=52(15)35\begin{gathered} 3^a+9^b=3^a+3^{2b}\\ =\frac{3^a}{2}+\frac{3^a}{2}+\frac{3^{2b}}{3}+\frac{3^{2b}}{3}+\frac{3^{2b}}{3}\\ \ge5\sqrt[5]{\frac{3^{2a+6b}}{2^2\cdot3^3}}=5\sqrt[5]{\frac{3^3}{2^2}}=\frac{5}{2}(15)^\frac{3}{5} \end{gathered}

Example 2.16

Assume a>b>0a > b > 0, and prove 2a3+3ab−b2≥10\sqrt{2a^3} + \frac{3}{ab - b^2} \ge 10.

① ≥2⋅(2xy)3+3xy\ge \sqrt{2} \cdot (2\sqrt{xy})^3 + \frac{3}{xy}=82(xy)32+3xy= 8\sqrt{2}(xy)^{\frac{3}{2}} + \frac{3}{xy}=42(xy)32+42(xy)32+3xy= 4\sqrt{2}(xy)^{\frac{3}{2}} + 4\sqrt{2}(xy)^{\frac{3}{2}} + \frac{3}{xy}≥5325=10\ge 5\sqrt[5]{32} = 10② ≥2(x+y)3+12(x+y)2\ge \sqrt{2}(x+y)^3 + \frac{12}{(x+y)^2}=22(x+y)3+22(x+y)3+4(x+y)2+4(x+y)2+4(x+y)2= \frac{\sqrt{2}}{2}(x+y)^3 + \frac{\sqrt{2}}{2}(x+y)^3 + \frac{4}{(x+y)^2} + \frac{4}{(x+y)^2} + \frac{4}{(x+y)^2}≥5325=10\ge 5\sqrt[5]{32} = 10

Example 2.17

Assume a,b,ca,b,cis a positive real number, and a+b+c=1a + b + c = 1, prove: 1a+bc+1b+ac+1c+ab≥274\frac{1}{a+bc} + \frac{1}{b+ac} + \frac{1}{c+ab} \ge \frac{27}{4}.

The equal sign is obviously a=b=c=13a=b=c=\frac{1}{3}. 1a+bc=1a(a+b+c)+bc=1(a+b)(a+c)S≥313(a+b)(a+c)(b+c)(b+a)(c+a)(c+b)3≥31(46)63=274\begin{gathered} \frac{1}{a+bc}\\ =\frac{1}{a(a+b+c)+bc}\\ =\frac{1}{(a+b)(a+c)}\\ S\ge3\sqrt[3]{\frac{1^3}{(a+b)(a+c)(b+c)(b+a)(c+a)(c+b)}}\\ \ge3\sqrt[3]{\frac{1}{(\frac{4}{6})^6}}=\frac{27}{4} \end{gathered}

Example 2.18

It is known that the positive real number a,ba,bsatisfies ab(a+b)=4ab(a+b) = 4, then the minimum value of 2a+b2a + bis ‾\underline{\quad\quad}.

4uv=(ua)(vb)(a+b)≤((u+1)a+(v+1)b3)3u+1v+1=2,ua=vb=a+b=ku=2v+1,a=k2v+1,b=kv1v+12v+1=1⟹v=1+32,u=2+33+32(2a+b)3≥2(3+1)(3+2)3=1+32a+b≥23\begin{gathered} 4uv=(ua)(vb)(a+b)\le(\frac{(u+1)a+(v+1)b}{3})^3\\ \frac{u+1}{v+1}=2,ua=vb=a+b=k\\ u=2v+1,a=\frac{k}{2v+1},b=\frac{k}{v}\\ \frac{1}{v}+\frac{1}{2v+1}=1\\ \Longrightarrow v=\frac{1+\sqrt{3}}{2},u=2+\sqrt{3}\\ \frac{\frac{3+\sqrt{3}}{2}(2a+b)}{3}\ge \sqrt[3]{2(\sqrt{3}+1)(\sqrt{3}+2)}=1+\sqrt{3}\\ 2a+b\ge2\sqrt{3} \end{gathered}

Or a more attention-demanding solution:

(2a+b)2=4a(a+b)+b2≥16b+b2≥12⟹2a+b≥23\begin{gathered} (2a+b)^2=4a(a+b)+b^2\ge\frac{16}{b}+b^2\ge12\\ \Longrightarrow 2a+b\ge2\sqrt{3} \end{gathered}

Example 2.19

Assume Sn=∑k=1n1kS_n = \sum_{k=1}^n \frac{1}{k}, prove: n(n+1)1/n−n<Sn<n−(n−1)n−1/(n−1)(n>1)n(n+1)^{1/n} - n < S_n < n - (n-1)n^{-1/(n-1)} \quad (n > 1).

Key:1 pairing Sn+n=21+32+43+⋯+n+1n≥n(n+1)1nn−Sn=0+12+23+⋯+n−1n≥(n−1)(1n)1n−1\begin{gathered} S_n+n=\frac{2}{1}+\frac{3}{2}+\frac{4}{3}+\cdots+\frac{n+1}{n}\ge n(n+1)^\frac{1}{n}\\ n-S_n=0+\frac{1}{2}+\frac{2}{3}+\cdots+\frac{n-1}{n}\ge(n-1)(\frac{1}{n})^\frac{1}{n-1} \end{gathered}

Example 2.20

Proof: 1−12012(12+13+⋯+12013)>1201320121 - \frac{1}{2012} \left( \frac{1}{2} + \frac{1}{3} + \cdots + \frac{1}{2013} \right) > \frac{1}{\sqrt[2012]{2013}}.

Still note the pairing of 1: ⟺2012−(12+13+⋯+12013)>2012120232013⟺12+23+34+⋯+20122013>2012120232013\begin{gathered} \Longleftrightarrow 2012-(\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2013})\gt 2012\sqrt[2013]{\frac{1}{2023}}\\ \Longleftrightarrow \frac{1}{2}+\frac{2}{3}+\frac{3}{4}+\cdots+\frac{2012}{2013}\gt 2012\sqrt[2013]{\frac{1}{2023}} \end{gathered}

Example 2.21

It is known that m,nm, nis a positive integer, and 1<m<n1 < m < n, prove: (1+m)n>(1+n)m(1+m)^n > (1+n)^m. (1+n)m⋅1×1×⋯×1⏟n−m terms<((n−m)+m(1+n)n)n=(1+m)n\begin{gathered} (1+n)^m\cdot\underbrace{1 \times 1 \times \cdots \times 1}_{n-m\text{ terms}}\\ \lt(\frac{(n-m)+m(1+n)}{n})^n=(1+m)^n \end{gathered}

Example 2.22

Suppose x1,x2,…,xn+1>0x_1, x_2, \dots, x_{n+1} > 0satisfies 11+x1+11+x2+⋯+11+xn+1=1\frac{1}{1+x_1} + \frac{1}{1+x_2} + \dots + \frac{1}{1+x_{n+1}} = 1, and verify: x1x2⋯xn+1≥nn+1x_1x_2\cdots x_{n+1} \ge n^{n+1}.

Equality condition: all n.

Use the substitution method to use conditions: 11+xi=aixi=1ai−1xi=a1+a2+⋯+an+1ai−1xi=a1+a2+⋯+ai−1+ai+1+⋯+an+1ai≥na1a2⋯ai−1ai+1⋯an+1nai(i=1,2,3,⋯ ,n+1)\begin{gathered} \frac{1}{1+x_i}=a_i\\ x_i=\frac{1}{a_i}-1\\ x_i=\frac{a_1+a_2+\cdots+a_{n+1}}{a_i}-1\\ x_i=\frac{a_1+a_2+\cdots+a_{i-1}+a_{i+1}+\cdots+a_{n+1}}{a_i}\\ \ge\frac{n\sqrt[n]{a_1a_2\cdots a_{i-1}a_{i+1}\cdots a_{n+1}}}{a_i}(i=1,2,3,\cdots,n+1) \end{gathered}

The cumulative multiplication of all is proved

Comments

Comments

Sign in to join the discussion. Email is verified only when you register.

Loading comments…

Checking your session…