Differences between revisions 1 and 2
Revision 1 as of 2026-07-16 14:23:30
Size: 1117
Comment: Initial commit
Revision 2 as of 2026-07-16 14:38:29
Size: 1732
Comment: Note
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
=== U-Substitution ===

Given a compound function to integrate, let ''u'' be the inner function. The integral can be solved by converting into terms of ''u'' and ''du''.

Consider the generalized exponentiation antiderivative rule. Given ''∫e^f(x)^dx'' to integrate, let ''u = f(x)''. The first derivative of ''u'' is ''f ' '', so ''du = f ' dx''. By factoring this out of the outer function and substituting it for ''du'', the integral is converted. See the final calculation above.

If solving a definite integral, note that the bounds must also be recalculated as ''a* = f(a)'' and ''b* = f(b)''.


Antiderivative

An antiderivative is the inverse of a derivative.


Rules

The basic rules/identities are:

Rule

Formulation

Defined for...

logarithms

log.svg

exponentiation

exp.svg

exponentiation with a multiple

expmult.svg

exponentiation (generalized)

expgen.svg

polynomials

poly.svg

n != -1 (see the logarithm antiderivative in this case)

constants

const.svg

constant multiple

mult.svg

For trigonometric functions:

Rule

Formulation

Defined for...

sine

sin.svg

cosine

cos.svg

secant squared

sec2.svg

U-Substitution

Given a compound function to integrate, let u be the inner function. The integral can be solved by converting into terms of u and du.

Consider the generalized exponentiation antiderivative rule. Given ∫ef(x)dx to integrate, let u = f(x). The first derivative of u is f ' , so du = f ' dx. By factoring this out of the outer function and substituting it for du, the integral is converted. See the final calculation above.

If solving a definite integral, note that the bounds must also be recalculated as a* = f(a) and b* = f(b).


CategoryRicottone

Calculus/Antiderivative (last edited 2026-07-16 14:38:29 by DominicRicottone)