MathGroup Archive 1999

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

Search the Archive

integration problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16172] integration problem
  • From: michel.gosse at interpc.fr (Michel Gosse)
  • Date: Tue, 2 Mar 1999 01:13:16 -0500
  • Organization: UUNet
  • Sender: owner-wri-mathgroup at wolfram.com

Hello
Mathematica 3.01 returns infinity for the calculus :
Integrate[1/(2*x + Sqrt[3*x + 1]), {x, 0, 1}]
but when i evaluate :
NIntegrate[1/(2*x + Sqrt[3*x + 1]), {x, 0, 1}]
it returns 0.449, which seems good.
What is the problem with the integrate function ?
Regards


  • Prev by Date: Re: Appearance in MacOS 8.5
  • Next by Date: Re: Hi, I need a reference...
  • Previous by thread: Re: EdgeForm in ParametricPlot3D
  • Next by thread: Re: integration problem