Help with the following integral... I tried Cauchy's residue theorem but it didn't work(maybe I used it wrongly).
I know the answer, but I can't figure out the steps:
Answer to this integral is π39√3.
Somebody help?
∫∞0ln2(z)dzz4+z2+1
P.S.: The good thing is that I still know how to use LATEX :)
Hi Max: Here is an online "Integral Calculator" that appears to be able to solve your Integral with many steps as well: https://www.integral-calculator.com/
Good luck.
To compute: ∫∞0ln2(z)dzz4+z2+1.
I think this does come out by Cauchy, but it's quite heavy.
First you need the poles created by the zeros of z4+z2+1=0: first put Z=z2 so Z2+Z+1=0. The roots of this equation are the complex cube roots of unity ω1=12+i√32 and ω2=¯ω1=ω21.
Therefore the roots of z4+z2+1=0 are the square roots of ω1, ω2. But since ω22=ω1and ω21=ω2 these four square roots are just z=±ω2 and z=±ω1.
You then have to compute the residues at these 4 poles: it helps that ω1=exp(2πi/3) being a cube root of unity has absolute value 1 which simplifies the computation of ln(z).
Having got the residues you then do the usual contour integration trick round two circles radius R and r joined by a cut up the negative real axis. This very much follows the example given in Wikipedia for the case where the denominator is just (1+z2)2 given here:
https://en.wikipedia.org/wiki/Contour_integration#Example_5_%E2%80%93_the_square_of_the_logarithm
although I think they make rather a meal of it; in particular I think you can ignore the iε in the denominators throughout.
Does this help?