Solving xy ≤ (x^p/p) + (y^q/q) Problem

  • Thread starter Thread starter ELESSAR TELKONT
  • Start date Start date
  • Tags Tags
    Analysis
ELESSAR TELKONT
Messages
39
Reaction score
0
My problem is the next:

Show that \forall x,y\geq 0 and \frac{1}{p}+\frac{1}{q}=1 we have that xy\leq\frac{x^{p}}{p}+\frac{y^{q}}{q}.

I use the logarithm function because it is concave and grows monotonically and then

\ln{xy}=\frac{\ln{x^{p}}}{p}+\frac{\ln{y^{q}}}{q}

the problem is I don't know to justify the next step (or is justified yet?)

\ln{xy}=\frac{\ln{x^{p}}}{p}+\frac{\ln{y^{q}}}{q}\leq \ln\left(\frac{x^{p}}{p}+\frac{y^{q}}{q}\right).

That's all, I wait for your help.
 
Physics news on Phys.org
Derivatives are often good at proving inequalities. e.g. you can prove
f(x) < g(x)
for all positive x as follows:
. f(0) < g(0)
. f'(x) < g'(x) for all positive x

(I don't know if they will be useful here, but it's something I'd try)
 
Hi
This may be brute force but it looks like it works:
Use Arithmetic Mean>= Geometric Mean.
1/p+1/q=1 implies p+q=p.q
Also x^p/p+y^q/q=(q.x^p+p.y^q)/(p.q)
Now AM>=GM implies
(q instances of x^p plus p instances of y^q)/(p+q)>={x^(p.q).y^(q.p)}^(1/(p+q))
LHS is just (p.q).{x^p/p+y^q/q}/(p+q)=x^p/p+y^q/q
RHS is x.y

Hope this helps
 
Last edited by a moderator:
Hurkyl, Derivatives only help easily in inequalities of 1 variable :( Even if he expressed y as a function of x, the condition on p and q pose difficulty.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top