MathGroup Archive 2006

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

Search the Archive

Re: Unexpected condition on convergence of integral

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67306] Re: [mg67293] Unexpected condition on convergence of integral
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 17 Jun 2006 04:36:30 -0400 (EDT)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Appears to work if you divide the interval

expr=1/(1+(x-y)^2);

Integrate[expr,{y,-Infinity,x}]+
  Integrate[expr,{y,x,Infinity}]

Pi


Bob Hanlon

---- Andrew Moylan <andrew.moylan at anu.edu.au> wrote: 
> 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: Re: Determining continuity of regions/curves from inequalities
  • Next by Date: Re: vertical or perpendicular offets?
  • Previous by thread: Unexpected condition on convergence of integral
  • Next by thread: Re: Unexpected condition on convergence of integral