by MXP » Sat May 07, 2005 10:28 am
That can be a good thing. If you know that integrating one side eventually will give you a term that looks like the original integral then you can use that like this:
int(f(x)) = a0(x) + a1(x) + a2(x) + ... + an(x) - int(f(x))
2int(f(x)) = a0(x) + a1(x) + a2(x) + ... + an(x)
int(f(x)) = 1/2 * (a0(x) + a1(x) + a2(x) + ... + an(x))
The functions ai(x) are functions that you found in the process of integration (for instance, while using integration by parts).
Need information on a function I've posted? Chances are it's at the
MSDN.