ACEpath
Select Subject
Select Unit

Riemann Sums

Approximation of area under curve using rectangles: abf(x)dxi=1nf(xi)Δx\int_a^b f(x)dx \approx \sum_{i=1}^n f(x_i^*) \Delta x

where Δx=ban\Delta x = \frac{b-a}{n}

Riemann Sum Formulas

  • Left: i=1nf(xi1)Δx\sum_{i=1}^n f(x_{i-1}) \Delta x
  • Right: i=1nf(xi)Δx\sum_{i=1}^n f(x_i) \Delta x
  • Midpoint: i=1nf(xˉi)Δx\sum_{i=1}^n f(\bar{x}_i) \Delta x where xˉi=xi1+xi2\bar{x}_i = \frac{x_{i-1} + x_i}{2}

Definite Integral As A Limit: abf(x)dx=lim...\int_{a}^{b} f(x)dx = \lim...

Definite Integral as a Limit: ∫abf(x)dx=lim⁡...\int_a^b f(x)dx = \lim...∫ab​f(x)dx=lim...

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x

Ftc Part 1: ddx[axf(t)dt]=f(x)\frac{d}{dx} \left[ \int_{a}^{x} f(t)dt \right] = f(x)

FTC Part 1: d/dx [∫axf(t)dt\int_a^x f(t)dt∫ax​f(t)dt] = f(x)

ddx[axf(t)dt]=f(x)\frac{d}{dx}\left[\int_a^x f(t)dt\right] = f(x)

Accumulation function: g(x)=axf(t)dtg(x) = \int_a^x f(t)dt, then g'(x) = f(x)

Accumulation Function

A(x)=axf(t)dtA(x) = \int_a^x f(t)dt represents accumulated area/signed area from a to x.

Net Change Interpretation

abF(x)dx=F(b)F(a)\int_a^b F'(x)dx = F(b) - F(a): net change in F over [a, b].

Properties: ab+bc=ac\int_{a}^{b} + \int_{b}^{c} = \int_{a}^{c}

Properties: ∫ab+∫bc=∫ac\int_a^b + \int_b^c = \int_a^c∫ab​+∫bc​=∫ac​

abf(x)dx+bcf(x)dx=acf(x)dx\int_a^b f(x)dx + \int_b^c f(x)dx = \int_a^c f(x)dx

Properties: ab=ba\int_{a}^{b} = -\int_{b}^{a}

Properties: ∫ab=−∫ba\int_a^b = -\int_b^a∫ab​=−∫ba​

abf(x)dx=baf(x)dx\int_a^b f(x)dx = -\int_b^a f(x)dx

Ftc Part 2: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)dx = F(b) - F(a)

FTC Part 2: ∫abf(x)dx=F(b)−F(a)\int_a^b f(x)dx = F(b) - F(a)∫ab​f(x)dx=F(b)−F(a)

abf(x)dx=F(b)F(a)\int_a^b f(x)dx = F(b) - F(a)

where F is any antiderivative of f.

Indefinite Integral f(x)dx\int f(x)dx

f(x)dx=F(x)+C\int f(x)dx = F(x) + C

where F'(x) = f(x) and C is constant of integration.

U-substitution Technique

f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)dx = \int f(u)du

where u = g(x), du = g'(x)dx

Changing Limits For Definite Integrals

When using u-substitution in definite integrals: abf(g(x))g(x)dx=u(a)u(b)f(u)du\int_a^b f(g(x))g'(x)dx = \int_{u(a)}^{u(b)} f(u)du

Algebraic Manipulation For Integration

For improper rational functions (numerator degree ≥ denominator):

  1. Polynomial long division
  2. Integrate resulting terms

Improper Integrals As Limits

af(x)dx=limtatf(x)dx\int_a^\infty f(x)dx = \lim_{t \to \infty} \int_a^t f(x)dx

abf(x)dx=limtbatf(x)dx\int_a^b f(x)dx = \lim_{t \to b^-} \int_a^t f(x)dx (if f undefined at b)

Improper Integrals As Limits

af(x)dx=limtatf(x)dx\int_a^\infty f(x)dx = \lim_{t \to \infty} \int_a^t f(x)dx

abf(x)dx=limtbatf(x)dx\int_a^b f(x)dx = \lim_{t \to b^-} \int_a^t f(x)dx (if f undefined at b)

Convergence/divergence

  • Converges: Limit exists and is finite
  • Diverges: Limit doesn't exist or is infinite