MathGroup Archive 2011

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

Search the Archive

Re: Simple integral

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119178] Re: Simple integral
  • From: "p.ramsden" <p.ramsden at imperial.ac.uk>
  • Date: Mon, 23 May 2011 08:41:18 -0400 (EDT)
  • References: <irdctv$3tq$1@smc.vnet.net>

Mariano, you could try

int = Integrate[1/(x^2 + b x + (b^2 - omega^2))/4, x]

and then

int /. omega -> Sqrt[b^2 - 4 c]

Phil


  • Prev by Date: Re: get a, b from numbers in the form a+b Pi
  • Next by Date: Re: Overloading functions
  • Previous by thread: Simple integral
  • Next by thread: Re: Simple integral