Integrate[1+f[x],x]
- To: mathgroup at smc.vnet.net
- Subject: [mg27583] Integrate[1+f[x],x]
- From: Dirk Loeckx <Dirk.Loeckx at advalvas.be>
- Date: Wed, 7 Mar 2001 04:08:48 -0500 (EST)
- Organization: IMEC
- Sender: owner-wri-mathgroup at wolfram.com
Hello, I try to calculate the integral of 1+f[x] to x, where f[x] is an undefine function of me. Normally I would expect Integrate[1+f[x],x] = x + Integrate[f[x],x], but Mathematica doesn't make this simplification. Is there a way of forcing it? Thanks, Dirk PS: Of course, I don't want to use it for this simple integral, but for a more difficult one, where I can't easily split it up by hand.