Solving Integrals: q(x) on [0,1], xq(x), x^2q(x)

  • Thread starter Thread starter noowutah
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
noowutah
Messages
56
Reaction score
3
Let q be a continuous function on [0,1] for which

Code:
\int_{0}^{1}q(x)dx=1

How do you solve the integrals

Code:
\int_{0}^{1}xq(x)dx

and

Code:
\int_{0}^{1}x^2q(x)dx

This is a real life (well, game theory) problem.
 
Physics news on Phys.org
Use tex tags instead of code tags and a \, like this (click on it)

[tex]\int_{0}^{1}x^2q(x)dx[/tex]

The answer is, you don't. Just knowing the area under a curve doesn't determine either its first or second moments. You need more info.
 
That's too bad, but good to know. Thanks.