Differences between revisions 1 and 2
Revision 1 as of 2025-11-04 02:32:39
Size: 1592
Comment: Initial commit
Revision 2 as of 2025-11-22 20:07:28
Size: 2059
Comment: Multiple integrals
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:



=== Multiple Integrals ===

When integrating with respect to multiple variables, the order of integration can be swapped. For this reason, a shorthand has emerged:

{{attachment:multi.svg}}

Multiple definite integrals are generally expressed with a set notation. For example, consider a region ''D'' defined as the area between two functions: ''f(x)'' and ''g(x)''. The region is expressed as ''D = {(x,y) | a ≤ x ≤ b, f(x) ≤ y ≤ g(x)}''.
Line 53: Line 63:


Integral

An integral is the inverse of a derivative; an antiderivative.


Description

A definite integral represents the area under a curve from a to b. It is notated as:

def.svg

Fundamental to solving such integration problems is understanding that integrals are antiderivatives. Reference derivative rules and apply them in inverse. Concretely, letting F be the antiderivative of f, and assuming f is integrable on [a,b], the above can be solved as:

theory2.svg

An improper integral sets an infinite bound, like:

imp.svg

Multiple Integrals

When integrating with respect to multiple variables, the order of integration can be swapped. For this reason, a shorthand has emerged:

multi.svg

Multiple definite integrals are generally expressed with a set notation. For example, consider a region D defined as the area between two functions: f(x) and g(x). The region is expressed as D = {(x,y) | a ≤ x ≤ b, f(x) ≤ y ≤ g(x)}.

Indefinite Integrals

An indefinite integral is the generalization of integration, notated as:

indef1.svg

Because the derivative of a constant is 0, there are infinitely many antiderivatives for any given function. To represent the generalized set of antiderivatives, add a constant C.

Letting F be the antiderivative of f, an indefinite integral is solved as:

indef2.svg

Vector-Valued Functions

The indefinite integral of a vector-valued function is given by:

vec1.svg

Letting F, G, and H be the antiderivatives of f, g, and h respectively; and letting C be a vector of Ci, Cj, and Ck, this integral can be expressed as:

vec2.svg


CategoryRicottone

Calculus/Integral (last edited 2025-11-22 20:24:22 by DominicRicottone)