FeynCalc manual (development version)

IntegrateByParts

IntegrateByParts[(1 - t)^(a Epsilon -1)g[t], deriv, t] does an integration by parts of the definite integral over t from 0 to 1.

See also

Overview, PartialIntegrate, Integrate2.

Examples

IntegrateByParts[(1 - t)^(a Epsilon - 1) g[t], (1 - t)^(a Epsilon - 1), t]

\frac{(1-t)^{a \varepsilon } g'(t)}{a \varepsilon }+\frac{g(0)}{a \varepsilon }