MathGroup Archive 2009

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

Search the Archive

integrate problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98837] integrate problem
  • From: sean_incali at yahoo.com
  • Date: Mon, 20 Apr 2009 05:39:59 -0400 (EDT)

I'm having some issues understanding this...  Following works as
expected.

s is the variable in time.  a is a parameter.

Integrate[1/(s + a), s]

gives Log[a + s]

But the following gives the integral itself.

Integrate[1/(s[t] + a), t]

If the function that needs to be integrated w.r.t time is 1/(s[t] +
a), how do I accomplish that?  It seems like if integrate it wrt to s
[t] it will work.

Integrate[1/(s[t] + a), s[t]]


But does that sound about right?

Any thoughts appreciated.

Sean


  • Prev by Date: Re: Mathematica documentation - for newest and older versions
  • Next by Date: NumberForm spaces and commas in v7.0.1
  • Previous by thread: Re: Installation Problem with Mathematica 4.2 under Windows XP
  • Next by thread: Re: integrate problem