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!
|
up vote
22
down vote
accepted
|
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. |
|||
|
http://www.wolframalpha.com/input/?i=integrate+%281-x^7%29^{1%2F5}+-+%281-x^5%29^{1%2F7}+from+0+to+1– Mariano Suárez-Alvarez Jul 29 at 15:06