PullMeOut
- 18
- 0
Homework Statement
This is the integration i have to solve
I=\int x^{2}In(1-exp(-ax))dx
integration is from zero to infinity
The Attempt at a Solution
I know that it should be solved with integration by parts
so
u=In(1-exp(-ax))
du=[a exp(-ax)] / [1-exp(-ax)]
dv=x^{2}dx
v=x^{3} /3
when i put this into the integration formula
I=u*v-\int v*du
it becomes more complicated
I=In(1-exp(-ax))*x^{3}/3 - \int dx * (x^3/3) * [a exp(-ax)] / [1-exp(-ax)]
so what should i do after this , i can't figure it out, am i doing it wrong?