MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Unexpected condition on convergence of integral

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67293] Unexpected condition on convergence of integral
  • From: Andrew Moylan <andrew.moylan at anu.edu.au>
  • Date: Fri, 16 Jun 2006 00:27:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Integrate[1 / (1 + (x - y)^2), {y, -Infinity, Infinity}] yields If[Im[x] != 0, Pi, ...], but (I think) this integral should converge to Pi unconditionally (try it for some real values of x).

Using the option "Assumptions -> Im[x] == 0" in Integrate[] further yields the following warning: "Integral of [bla] does not converge on {-Infinity, Infinity}".

Can anyone shed some light on why Integrate can't determine that this integral converges for all x?


  • Prev by Date: Re: linux front end tutorial
  • Next by Date: Re: 3D plots
  • Previous by thread: Re: vertical or perpendicular offets?
  • Next by thread: Re: Unexpected condition on convergence of integral