When I tried to approximate $$\int_{0}^{1} (1-x^7)^{1/5}-(1-x^5)^{1/7}\ dx$$ I kept getting answers that were really close to $0$, so I think it might be true. But why? When I ask Mathematica, I get a bunch of symbols I don't understand!
2026-05-19 04:03:05.1779163385
Why is $\int\limits_0^1 (1-x^7)^{1/5} - (1-x^5)^{1/7} dx=0$?
2.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Note that if
$$ y = \left(1 - x^7\right)^{1/5} $$
then
$$ \left(1 - y^5\right)^{1/7} = x $$
This means $(1-x^7)^{1/5}$ is the inverse function of $(1-x^5)^{1/7}$. In the graph, one will be the same as the other when reflected along the diagonal line y = x.
Also, both functions
Therefore, the area under the graph in [0, 1] will be the same for both functions:
$$ \int_0^1 \left(1-x^7\right)^{1/5} dx = \int_0^1 \left(1-y^5\right)^{1/7} dy $$
Grouping the two integrals yield the equation in the title.