Integrate $$\int_0^1 \frac{x^7-1}{\log x} \, \mathrm{d}x$$!It's from MIT integration bee
I try to solve this by substitution but nothing works out. Solving this problem from 10 days .I have no idea how they have a answer $\log(8)$.
Integrate $$\int_0^1 \frac{x^7-1}{\log x} \, \mathrm{d}x$$!It's from MIT integration bee
I try to solve this by substitution but nothing works out. Solving this problem from 10 days .I have no idea how they have a answer $\log(8)$.
The trick we use is differentiating under the integral sign.
Define $$F(k) = \int_{0}^{1} \frac{x^k - 1}{\log(x)}dx$$
Then, $$\frac{\partial F(k) }{\partial k}= \int_{0}^{1} \frac{x^k \log(x) }{\log(x)}dx =\int_{0}^{1}x^k dx= \frac{1}{k+1}$$
Our original integral can be retrieved by integrating with respect to $k$ and setting $k=7$: $$F(7) = \int_{0}^{7}\frac{1}{k+1}dk = \log(8)$$