3

I would like to know how to calculate this integral

$$ A= \int_0^1 \ln(1-t^{a}) dt . $$ I tried Taylor expansion for $\ln(1-t^{a})= -t^{a}$ , that gave me this : $$ A= \lim_{ x \rightarrow 0+} \int_0^1 -t^{a} dt =\dfrac{-1}{a+1} $$

is this result correct ?

Domates
  • 520

2 Answers2

2

For a>0,

\begin{align} \int_0^1 \ln(1-t^{a}) dt &= \sum_{n\ge 1}\int_0^1 -\frac{t^{na}}{n}\\ &= -\sum_{n\ge 1}\frac{1}{n\,(na+1)}\\ &= -\mathrm{H}_{\frac{1}{a}} \end{align}

The summation is called a Harmonic number. Some values are given in the wiki page: https://en.wikipedia.org/wiki/Harmonic_number#Special_values_for_fractional_arguments

gar
  • 4,948
1

I don't think that $A=\frac{-1}{a+1}$ For real $a>0$ , in general, the result cannot be expressed with a finite number of elementary functions.

enter image description here http://mathworld.wolfram.com/DigammaFunction.html

JJacquelin
  • 66,221
  • 3
  • 37
  • 87