ZaidAlyafey said:
I must see your full solution. If you are talking about $\int^1_0\log(1-z)dz$ then this integral converges and it is value is $-1$.
Oh , that is so bad. Unfortunately , I learned each special function separately by searching the internet about its properties. I don't reckon seeing a book that explains all special functions.
That is good , you are making a big progress.
Very nice. Now separate the sum into
$$\sum \frac{1}{n^2 }+\sum \frac{1}{n+1}-\frac{1}{n}$$
The right is a telescoping series , isn't it ?
http://mathhelpboards.com/challenge-questions-puzzles-28/dilogarithmic-integration-parts-10876.html?highlight=reflectionare two proofs.
Thank you ZaidAlyafey, you are a very encouraging person, which I appreciate. I appreciate your help here as well, I have learned a lot from you, especially about series.
I went to the proof page. I read your proof, it was very nice :D But it stated,
take $x = 1$ we get C = $Li_2$, but how? What is $f(x)$ if $x = 1$? I won't be defined.
The integral first.
I need $\displaystyle \int_{0}^{1} \ln(1+ z^2) \,dz$ But the question is how...
$\displaystyle \int_{0}^{1} \ln(1+ z^2) \,dz = ?$
I am thinking of a strategy for this. I checked WolframAlpha. The integral is quite intense, I think by parts is the best idea.
It was intense, I did it on paper. I ran into a loop, typing it would be very hard, I'll do the last few steps here.
$I = \displaystyle x\ln(1 + x^2) - 2x^2\arctan(x) + 4[x(x\arctan(x) - 0.5\log(1+x^2)) - \int (x\arctan(x) \space dx) + 0.5I]$
$-I = \displaystyle x\ln(1 + x^2) - 2x^2\arctan(x) + 4[x(x\arctan(x) - 0.5\log(1+x^2)) - \int (x\arctan(x) \space dx)]$
$I = \displaystyle -x\ln(1 + x^2) + 2x^2\arctan(x) - 4[x(x\arctan(x) - 0.5\log(1+x^2)) - \int (x\arctan(x) \space dx)]$
Finally,
$I_{Final} = \displaystyle \lim_{{z}\to{1}} -(1-z)(\log(1-z) - 1) + (1+z)(\log(1+z) - 1) + [(-1\ln(2)) + 2\arctan(1) - 4[\arctan(1) - 0.5\log(2) - \int_{0}^{1} x\arctan(x) \,dx]]$
$I_{final} = \displaystyle \lim_{{z}\to{1}} -(1-z)(\log(1-z) - 1) + (1+z)(\log(1+z) - 1) + [-\log(2) + \pi/2 - 4[\pi/4 - \log(\sqrt{2}) - \int_{0}^{1} x\arctan(x) \,dx]]$
$I_{final} = \displaystyle \lim_{{z}\to{1}} -(1-z)(\log(1-z) - 1) + (1+z)(\log(1+z) - 1) + [-\log(2) + \pi/2 - \pi + \log(4) - 4\int_{0}^{1} x\arctan(x) \,dx]]$
$I_{final} = \displaystyle \lim_{{z}\to{1}} -(1-z)(\log(1-z) - 1) + (1+z)(\log(1+z) - 1) + [\log(2) - \frac{\pi}{2} - 4\int_{0}^{1} x\arctan(x) \,dx]]$
$$2\int x\arctan(x) \,dx = x^2\arctan(x) - (x/2)\log(1+x^2) + 0.5\int log(1 + x^2)$$
Ahhh this is crazy. So much going around, now I am back at the log(1+x^2) integral... Can this be done otherwise?
Lets try the: http://mathhelpboards.com/challenge-questions-puzzles-28/not-solved-logarithm-integral-3-a-12050.html integral.
$\displaystyle \int_{0}^{1} \log^2(x)\log^2(1-x) \,dx$
So $\displaystyle \sum_{k=1}^{\infty} H_kx^k = \frac{-\log(1-x)}{1-x}$
$$\sum_{n=1}^{\infty} x^{n-1} = \frac{1}{1-x}$$
$$\sum_{n=1}^{\infty} -\log(1-x)x^{n-1} = \frac{-\log(1-x)}{1-x}$$
If it has to do with integration of $H_k$ then I have no clue. Well, I
sort of do.
$\displaystyle H_k = \sum_{n=1}^{k} \frac{1}{n}$
$\displaystyle (H_k)(x^k) = \sum_{n=1}^{k} \frac{x^k}{n}$
$\displaystyle \sum_{k=1}^{n} H_nx^n = \frac{-\log(1-x)}{1-x}$
$\displaystyle \sum_{k=1}^{\infty} \int_{0}^{z}H_k(x^k) \,dx = \int_{0}^{z} \frac{-\log(1-x)}{1-x} \,dx$
I have just one issue.
$H_k = \displaystyle \sum_{n=1}^{k} \frac{1}{n}$
$x^k = x^k$
$H_k (x^k) = \displaystyle \sum_{n=1}^{k} \frac{x^k}{n)$
$\displaystyle \sum_{k=1}^{\infty} \displaystyle \sum_{n=1}^{k} \frac{x^k}{n}$ is what we must figure out, which seems ultimately difficult.
using Fubini's and Tonelli's theorems,
$\displaystyle \sum_{k=1}^{\infty} \displaystyle \sum_{n=1}^{k} \frac{x^k}{n} = \sum_{n=1}^{k} \frac{1}{n} \sum_{k=1}^{\infty} \frac{x^k}{1}$
$\displaystyle \sum_{k=1}^{\infty} x^{k} = \frac{1}{1-x} - 1 = \frac{x}{1-x}$
$\displaystyle \sum_{k=1}^{\infty} \displaystyle \sum_{n=1}^{k} \frac{x^k}{n} = \sum_{n=1}^{k} \frac{1}{n} \sum_{k=1}^{\infty} \frac{x^k}{1} = \sum_{n=1}^{k} \frac{x}{(1-x)(n)} = \frac{xH_k}{1-x}$
Okay, I am confused.
How can you integrate $H_k$? It becomes extremely difficult. Any suggestions? Thanks