2

For $a$ and $b$ positive, prove that: $$\int_0^1 x^a(1-x)^b dx = \int_0^1 x^b(1-x)^a dx $$

I've tried: $$ u = 1-x, du = -dx $$

$$ x = 1 - u $$

$$ \int_1^0 (1-u)^au^b (-du) = \int_0^1 u^b (1-u)^a du $$

Now I can't think. What should I do? I have no idea.

1 Answers1

4

You have actually finished the proof. Note that in $\int_0^1 u^b (1-u)^a du$, $u$ is just a dummy variable, so we can replace it by any other variable. Hence, $$\int_0^1 x^a(1-x)^b dx = \int_0^1 u^b (1-u)^a du = \int_0^1 x^b (1-x)^a dx.$$

Nighty
  • 2,152