4
$\begingroup$

Let $f:(0,\infty) \rightarrow \mathbb{R}$ be continuous. I need to show that

$$\left(\int_1^ef(x)dx \right)^2 \leq \int_1^e xf(x)^2dx$$ I have been trying to use C-S to prove this but with no luck.

  • 1
    what did you try? There's only one way to apply Cauchy Schwarz here and it would work. Hint: What should you multiply to $xf(x)^2$ so that the square root of product is $f(x)$?2011-09-01
  • 0
    @Soarer I used the fact $\sqrt{x} \geq 1$ and got as far as I mention in response to DJC2011-09-01
  • 1
    @Soarer I posted a hint as an answer before I saw your comment. Now I deleted it.2011-09-01
  • 0
    @user9352, you may try to answer the hint I mentioned in the last comment.2011-09-01
  • 0
    @Soarer You can maybe post the hint as an answer?2011-09-01
  • 0
    @Srivatsan as there's an answer now it's okay I think.2011-09-02
  • 0
    @Soarer Sorry for butting in line, I didn't notice your hint when I posted...2011-09-02
  • 0
    @Byron It doesn't matter who posts an answer as long as it's correct and OP understands it :)2011-09-02

1 Answers 1

11

$$\left(\int_1^ef(x)dx \right)^2 = \left(\int_1^e{1\over\sqrt{x}}\cdot \sqrt{x}f(x)dx \right)^2 \leq \int_1^e{1\over x}\,dx\cdot\int_1^e xf(x)^2dx=\int_1^e xf(x)^2dx$$

  • 0
    I would just like to mention for completeness that the inequality is due to Cauchy-Schwarz and the equality on the right comes from integrating 1/x.2011-09-02