Integration is the reverse process of differentiation. If d/dx(F(x)) = f(x), then the indefinite integral of f(x) is:
Where 'C' is the arbitrary constant of integration.
The definite integral represents the signed area under the curve y = f(x) from x = a to x = b.
This rule (also called Leibniz Integral Rule) tells us how to find the derivative of a definite integral whose limits and/or integrand depend on the variable we are differentiating with respect to.
Leibniz Rule for Differentiation Under the Integral Sign:
Let I(x) = ∫a(x)b(x) f(x, t) dt
Then, its derivative dI/dx is:dI/dx = f(x, b(x)) · b'(x) - f(x, a(x)) · a'(x) + ∫a(x)b(x) (∂f/∂x) dt
In words:
            
            (Derivative) = (Integrand at upper limit) · (Derivative of upper limit)
            
            ... - (Integrand at lower limit) · (Derivative of lower limit)
            
            ... + (Integral of the partial derivative of the integrand)
            
A double integral is used to integrate a function of two variables, f(x, y), over a 2D region R in the xy-plane. It is often used to calculate Volume under a surface or Area of a region.
We evaluate double integrals as iterated integrals. The key is to set up the limits of integration correctly.
Region R is defined by a ≤ x ≤ b and g1(x) ≤ y ≤ g2(x).
How-to: Integrate the *inner* integral w.r.t 'y' first (treating x as constant), then integrate the resulting function of 'x' w.r.t 'x'.
Region R is defined by c ≤ y ≤ d and h1(y) ≤ x ≤ h2(y).
How-to: Integrate the *inner* integral w.r.t 'x' first (treating y as constant), then integrate the resulting function of 'y' w.r.t 'y'.
Sometimes, an iterated integral is very difficult or impossible to solve in the given order (e.g., ∫ e(x²) dx). By changing the order of integration (from `dy dx` to `dx dy`, or vice-versa), the integral often becomes much simpler.
This is the "u-substitution" for double integrals. We change variables from (x, y) to a new coordinate system (u, v) to simplify the region R or the integrand f(x, y).
Example: Converting from Cartesian (x, y) to Polar (r, θ).
Transformation: x = g(u, v) and y = h(u, v)
The "scaling factor" for the area element is the absolute value of the Jacobian determinant.
Where S is the new, simpler region in the uv-plane.
These are "special functions" defined by improper integrals, which are extremely useful in engineering and statistics.
A generalization of the factorial function to non-integers.
Definition:Γ(n) = ∫0∞ e-x · xn-1 dx (for n > 0)
Definition (Type 1):B(m, n) = ∫01 xm-1 · (1 - x)n-1 dx (for m > 0, n > 0)
This is the key formula that connects them and is used to solve many integrals.
B(m, n) = [ Γ(m) · Γ(n) ] / [ Γ(m + n) ]