MathGroup Archive 2005

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

Search the Archive

Please explain this weird Integrate result

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60116] Please explain this weird Integrate result
  • From: "Jose Reckoner" <reckoner at gmail.com>
  • Date: Sat, 3 Sep 2005 02:06:03 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Expand[Integrate[(2*x)/(2*x - 1), x]]

gives

-1/2 + x + Log[-1 + 2*x]/2

But,

Expand[Integrate[1 + 1/(-1 + 2*x), x]]

gives

x + Log[-1 + 2*x]/2

even though

(2*x)/(2*x - 1) == 1 + 1/(-1 + 2*x)

Where did the extra -1/2 in the first result come from?


  • Prev by Date: Re: DSolve problem
  • Next by Date: Re: piecewise vs which
  • Previous by thread: Re: web service package connection failure
  • Next by thread: Re: Please explain this weird Integrate result