Integrate

Integral (SymPy, WMA)


Integrate[f, x]

integrates f with respect to x. The result does not contain the additive integration constant.

Integrate[f, {x, a, b}]

computes the definite integral of f with respect to x from a to b.

Integrate a polynomial:

Integrate trigonometric functions:

Definite integrals:

Some other integrals:

Integrating something ill-defined returns the expression untouched:

Here how is an example of converting integral equation to TeX:

Sometimes there is a loss of precision during integration.
You can check the precision of your result with the following sequence of commands.

and,

Integers
Limit