Applications of Integration

Antiderivatives

  • The derivative of F(x)F(x) is f(x)f(x).

  • The antiderivative of f(x)f(x) is F(x)F(x).

  • f(x)dx=F(x)+c\int f(x) dx = F(x) + c, where \int is the integral sign, and cc is the constant of integration.

Rectilinear Motion

  • Velocity function: v(t)=ddts(t)v(t) = \frac{d}{dt} s(t), where s(t)s(t) is the position function.

  • Acceleration function: a(t)=ddtv(t)a(t) = \frac{d}{dt} v(t).

  • Position function: s(t)=v(t)dts(t) = \int v(t) dt.

  • Velocity function: v(t)=a(t)dtv(t) = \int a(t) dt.

Definite Integrals

  • Indefinite integral: f(x)dx=F(x)+c\int f(x) dx = F(x) + c (a function).

  • Definite integral: abf(x)dx\int_{a}^{b} f(x) dx (a number).

  • Evaluation: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a)

Properties of Definite Integrals

  • Switching limits: abf(x)dx=baf(x)dx\int{a}^{b} f(x) dx = -\int{b}^{a} f(x) dx .

  • Equal limits: aaf(x)dx=0\int_{a}^{a} f(x) dx = 0 .

  • Constant integral: abkdx=k(ba)\int_{a}^{b} k dx = k(b - a), where k is a constant.

    • Example: 258dx=8(52)=24\int_{2}^{5} -8 dx = -8(5 - 2) = -24

  • Additive property: 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

Area Under a Curve

  • Area = abf(x)dx\int_{a}^{b} f(x) dx.

  • Limit process: Area = limni=1nf(xi)Δx\lim_{n\to\infty}\sum{i=1}^{n}f(x_{i})\Delta x

    • Riemann Sums: Approximating the area by breaking it up into rectangles.

    • Δx\Delta x = width of each rectangle.

    • f(xi)f(x_i) = height of each rectangle.

    • n = number of rectangles.

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

Summation Formulas

  • i=1nc=cn\sum_{i=1}^{n} c = cn, where c is a constant.

  • i=1ni=n(n+1)2\sum_{i=1}^{n} i = \frac{n(n+1)}{2}

  • i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}

  • i=1ni3=(n(n+1)2)2\sum_{i=1}^{n} i^3 = (\frac{n(n+1)}{2})^2

  • i=1ni4=6n5+15n4+10n3n30\sum_{i=1}^{n} i^4 = \frac{6n^5 + 15n^4 + 10n^3 - n}{30}

  • i=1ni5=2n6+6n5+5n4n212\sum_{i=1}^{n} i^5 = \frac{2n^6 + 6n^5 + 5n^4 - n^2}{12}

  • Example: i=15i2=12+22+32+42+52=55\sum_{i=1}^{5} i^2 = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55

    • Using the formula: 5(5+1)(2(5)+1)6=5(6)(11)6=55\frac{5(5+1)(2(5)+1)}{6} = \frac{5(6)(11)}{6} = 55

Riemann Sums

  • Left endpoints: Δx[f(x0)+f(x1)+f(x2)++f(xn1)]\Delta x [f(x0) + f(x1) + f(x2) + … + f(x{n-1})]

  • Right endpoints: Δx[f(x1)+f(x2)+f(x3)++f(xn)]\Delta x [f(x1) + f(x2) + f(x3) + … + f(xn)]

  • Midpoint rule: Δx[f(x0.5)+f(x1.5)+f(x2.5)++f(xn0.5)]\Delta x [f(x{0.5}) + f(x{1.5}) + f(x{2.5}) + … + f(x{n-0.5})]

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

Approximate Integration

  • Trapezoidal Rule: Tn=Δx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)]Tn = \frac{\Delta x}{2} [f(x0) + 2f(x1) + 2f(x2) + … + 2f(x{n-1}) + f(xn)]

  • Simpson's Rule: Sn=Δx3[f(x0)+4f(x1)+2f(x2)+4f(x3)++2f(xn2)+4f(xn1)+f(xn)]Sn = \frac{\Delta x}{3} [f(x0) + 4f(x1) + 2f(x2) + 4f(x3) + … + 2f(x{n-2}) + 4f(x{n-1}) + f(xn)]

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

Fundamental Theorem of Calculus (FTC)

  • Part 1: If g(x)=axf(t)dtg(x) = \int_{a}^{x} f(t) dt, then g(x)=f(x)g'(x) = f(x).

    • Explanation: g(x)=F(x)F(a)g(x) = F(x) - F(a), so g(x)=f(x)0=f(x)g'(x) = f(x) - 0 = f(x).

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

Net Change Theorem

  • abF(x)dx=F(b)F(a)\int_{a}^{b} F'(x) dx = F(b) - F(a)

  • Application: Accumulation of rate of change (e.g., water flow, velocity).

Area Between Two Curves

  • In terms of x: Area = ab[f(x)g(x)]dx\int_{a}^{b} [f(x) - g(x)] dx, where f(x)f(x) is the top function and g(x)g(x) is the bottom function.

  • In terms of y: Area = cd[f(y)g(y)]dy\int_{c}^{d} [f(y) - g(y)] dy, where f(y)f(y) is the right function and g(y)g(y) is the left function.

Volume by Disk Method

  • Rotation about x-axis: V=πab[r(x)]2dxV = \pi \int_{a}^{b} [r(x)]^2 dx, where r(x)r(x) is the radius function.

  • Rotation about y-axis: V=πcd[r(y)]2dyV = \pi \int_{c}^{d} [r(y)]^2 dy, where r(y)r(y) is the radius function.