maverick280857 said:
You haven't described
your attempt at a solution. Anyway, here's some info on polylog:
http://functions.wolfram.com/ZetaFunctionsandPolylogarithms/PolyLog/
Thanks a lot, I have already read that from Mathematica. Its a series. I have never done anything with PolyLog b4.
Well, In all my possible attempts to solve the question, I was unsuccessful, therefore I didnt mention them. Here is a list of all the things i did:
1. Tried Integration by parts. I did what I had shown in my last post. If I again apply integration by parts on the ArcTan thing, I again get the same integral I started with. It was of no use.
2. I tried a lot many substitutions there. Here is a list:
1+x= Exp[t]
x=Tan[t]
Log[1+x]=t
etc.
But with either of them, I reached no fruitful result. Then I had no other option but to resort to Mathematica, and I was kinda shocked to see the results. Do you want me to show the substitutions. I think it would be a waste of time.
A possible method for solving this problem did occur to me, but I'm trying to stitch together the details of the solution. (Simple integration by parts will yield nothing if you integrate the second integrand by parts once again.)
Consider
I(a) = \int \frac{log(1+ax)}{1+x^2}dx
Then your integral is just I(a=1).
Differentiate under the integral wrt a:
\frac{\partial I(a)}{\partial a} = \int \frac{1}{(1+x^2)(1+ax)}dx
Can you express the integrand in terms of partial fractions, and integrate term, thereby obtaining a function of x and a. Then you need to integrate it wrt a. Once again, this may be messy -- esp the integration wrt a...I am still figuring out the details.
I have knowledge of partial derivatives but I was never taught that I could do that within integrals. But after seeing this method, I have figured out how it was done. It was simply fascinating. Thanks. But the problem persists.
Using partial fractions, and standard formulae for integrating the 1/ Linear and Linear /Quadratic forms, I arrived at :
\frac{2ArcTan[x]+2*a*ln(1+ax)-a*ln(1+x^2)}{2(1+a^{2})}
But If you please consider the second term there ->
\frac{a*ln(1+ax)}{(1+a^{2})}
Had I known how to integrate that wrt a, I would have done the original integral myself. I also got that term in one of my substitutions.
Offhand, one can express (x^2 + 1) = (x+i)(x-i) and do an expansion. (All this is assuming that you have to compute the indefinite integral.)
Let me see if it works...I'll think of some other way too. Meanwhile, post your solution...the one you must've tried on paper (before resorting to Mathematica.)
Yup! I have to compute the indefinite integral.
I have already told you about hat all I did. If you still wish to see the calculations part, I will upload some pages from my notebook where I attempted the question.
Thanks for the help!
Ritwik