I am try to integrate the following function:$$\frac{1}{x(1-x)^n}$$ I have searched on some online integral calculator, but they are not solving it. Can we use binomial theorem in this?
2026-03-29 11:44:08.1774784648
On
Integral $\int \frac{1}{x(1-x)^n}dx$
341 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Not sure about the Binomial theorem, but if you make substitution $y=1-x$, it becomes $-\int \frac{1}{(1-y)y^n}$. Now notice that $$ \frac{1}{(1-y)y^n} = \frac{1}{y^n}+\frac{1}{y^{n-1}}+\dots+\frac{1}{y}+\frac{1}{1-y} $$ (you might want to think why this is). So you have finitely many terms you should be able to integrate.
To include non-integer $n$, Maple uses a hypergeometric $$ \int \frac{dx}{x(1-x)^n} = nx\;\mbox{$_3$F$_2$}\big(1,1,1+n;\,2,2;\,x\big)+\ln \left( x \right) + C $$