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.