Estimate integral. (Lp Spaces, Holder)

  • Thread starter Thread starter ChemEng1
  • Start date Start date
  • Tags Tags
    Estimate Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
ChemEng1
Messages
52
Reaction score
0

Homework Statement


Show that: [itex]\left(\int^{0}_{1}\frac{x^{\frac{1}{2}}dx}{(1-x)^{\frac{1}{3}}}\right)^{3}\leq\frac{8}{5}[/itex]

Homework Equations


Holder inequality.

The Attempt at a Solution


First, I took the cube root of each side. This let me just deal with the 1-norm on the left. Then I broke the function into 2 parts: f=numerator. g=1/denominator. The 2-norm of each function is integrable. |f|2=(1/2)^(1/2). |g|2=3^(1/2). |f|2*|g|2=(3/2)^(1/2)>(8/5)^(1/3), which is counter the claim. So I obviously missed something.

Where is the flaw in this approach? Are there better approaches to this problem?
 
Physics news on Phys.org
You have used the inequality

[tex]\int_0^1 |fg|\leq \left(\int_0^1 |f|^p\right)^{1/p}\left(\int_0^1 |g|^q\right)^{1/q}[/tex]

with the functions ##f(x)=x^{1/2}## and ##g(x) = (1-x)^{-1/3}##. This is correct.

However, you have used ##p=q=2##. This gives you an inequality, but not the correct one. Try to use other constants.
 
I was hoping that I was missing a more strategic approach. (I had already tried working through it with q=3 but ran into unboundedness of g. Working with 2 solved the unboundedness problem, but missed the mark.)

Problem does solve with p=3 and q=3/2. Thanks for the help.