MathGroup Archive 2013

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

Search the Archive

Integral Sum

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131320] Integral Sum
  • From: losze1cj at gmail.com
  • Date: Fri, 28 Jun 2013 04:12:53 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

Does any know why mathematica won't combine these integrals
Integrate[
  2*Exp[-z[1]*x]*x*V[x]/(z[1]*(z[1] + z[j])^2), {x, 0, Infinity}] + 
 Integrate[
  Exp[-z[1]*x]*x*V[x]/(z[1]^2*(z[1] + z[j])^2), {x, 0, Infinity}]
and how I can get it to?

I am assuming that V[x] is simply a polynomial in x, so that the integrals are convergent.

I would like to see this expression simplify to be
Integrate[
 2*Exp[-z[1]*x]*x*V[x]/(z[1]*(z[1] + z[j])^2) + 
  Exp[-z[1]*x]*x*V[x]/(z[1]^2*(z[1] + z[j])^2), {x, 0, Infinity}], so that I can ultimately get to the simplified expression
FullSimplify[
 Integrate[
  2*Exp[-z[1]*x]*x*V[x]/(z[1]*(z[1] + z[j])^2) + 
   Exp[-z[1]*x]*x*V[x]/(z[1]^2*(z[1] + z[j])^2), {x, 0, Infinity}]].

Any tips?
Thanks.



  • Prev by Date: Re: malliavin calculus
  • Next by Date: Re: Integral Sum
  • Previous by thread: Re: malliavin calculus
  • Next by thread: Re: Integral Sum