Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2011-07-20 17:02:43
A tough integral!The problem begins here: To evalute this we need the poles which are the zeroes of the denominator. This is the first obstacle. None of the packages can factor the 12th degree denominator. They can do it numerically but this is a case where the exact answer is needed. Without getting too heavy into it the reason they can not is because they all are set by default to the field of integers. So when we try to factor we get, That is not good enough. When we use Factor[x^12-10 x^10+37 x^8-42 x^6+26 x^4-8 ,Extension->{I}] We get: This is much better, we can now get the poles exactly, they may be long and ugly but they will be exact. The roots ( poles ) are: There are 4 groups of these, consisiting of the conjugates and the negations. We take only the poles that are in the upper half of the contour. Finding the residues of the six poles that count, for that we use the residue command. Summing the residues: This method evaluates integrals from -∞ to ∞, ours is from 0 to ∞, since the integral is symmetric the answer is: This is how a human does it: http://www.mat.uniroma2.it/~tauraso/AMM/AMM11148.pdf In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. |