2

let $ a,b \in (0,1)$ ,$a+b>1$

then : prove that : $$2^a+3^b<3a+4b$$

my try :

$$f(x):=e^x\\ e^{(2^a+4^b)}<e^{ (3a+4b)}\\ e^{2a}e^{3^b}<e^{3a}e^{4b}$$

now ?

S.C.B.
  • 22,768
Almot1960
  • 4,782
  • 16
  • 38

2 Answers2

3

Let $T$ be the triangular region $\{(a,b)\in\mathbb{R}^2: a,b\in[0,1], a+b\geq 1\}$.
$T$ is closed and convex. The function $$ f(a,b) = (2^a-3a)+(3^b-4b) $$ is convex as the sum of two convex functions, hence $\max_{(a,b)\in T}f(a,b)$ is attained at one of the vertices of $T$. We have $f(1,0)=f(0,1)=0$ and $f(1,1)=-2$, hence $f$ is less than $0$ on the interior of $T$, as wanted.

Jack D'Aurizio
  • 353,855
0

By Bernoulli $$2^a+3^b=(1+1)^a+(1+2)^b\leq1+a\cdot1+1+b\cdot2=$$ $$=2+a+2b<2(a+b)+a+2b=3a+4b$$