MathGroup Archive 2012

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

Search the Archive

Re: definite double integral issue

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129075] Re: definite double integral issue
  • From: Themis Matsoukas <tmatsoukas at me.com>
  • Date: Tue, 11 Dec 2012 19:56:57 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Correction to my previous reply: in 8.0.1 (Mac), your second integral indeed crashes the kernel reproducibly. In v9, it works fine:

Integrate[x/Sqrt[x^2 + y^2], {y, -1/2, 3/2}, {x, -1, 1/2 - y}]

1/32 (2 Sqrt[5] - 2 Sqrt[13] - 16 ArcSinh[1/2] - 16 ArcSinh[3/2] + 
   Sqrt[2] ArcSinh[3] + Sqrt[2] ArcSinh[5])

Integrate[x/Sqrt[x^2 + y^2], {y, -0.5, 1.5}, {x, -1.0, 0.5 - y}]

-0.741019



  • Prev by Date: Re: definite double integral issue
  • Next by Date: Re: Mathematica 9 does not read mathematica 8 ".mx" files
  • Previous by thread: Re: definite double integral issue
  • Next by thread: Recurrence Equation RSolve, no error shown, no solution?