Topic 6: Definite Integrals and the Fundamental Theorem of Calculus

Definite Integrals

  • Definite integrals involve integrating a function between specified limits for xx.
  • Graphically, the definite integral represents the area under the curve between those xx limits.
  • The fundamental theorem of calculus allows us to calculate these areas using calculus rather than geometric methods.

The Fundamental Theorem of Calculus

  • The fundamental theorem of calculus states that integration and differentiation are inverse operations.
  • Theorem Statement: If f(t)f(t) is a continuous function and F(t)F(t) is its antiderivative, then abf(t)dt=F(b)F(a)\int_{a}^{b} f(t) dt = F(b) - F(a).
  • This implies that integrating the derivative of FF returns FF itself.
  • The "F(b)F(a)F(b) - F(a)" part involves evaluating the antiderivative at the upper limit bb, evaluating it at the lower limit aa, and finding the difference.
  • Example (Physics): Integrating velocity (the rate of change of displacement) between two time points t=at = a and t=bt = b gives the net change in displacement during that time.

Properties of the Definite Integral

  • Sum of Terms: <em>ab[f(x)+g(x)]dx=</em>abf(x)dx+abg(x)dx\int<em>{a}^{b} [f(x) + g(x)] dx = \int</em>{a}^{b} f(x) dx + \int_{a}^{b} g(x) dx (Integrate each term separately).
  • Constant Multiple: <em>abcf(x)dx=c</em>abf(x)dx\int<em>{a}^{b} cf(x) dx = c \int</em>{a}^{b} f(x) dx (Bring constants outside the integral).
  • Reversing Limits: <em>abf(x)dx=</em>baf(x)dx\int<em>{a}^{b} f(x) dx = -\int</em>{b}^{a} f(x) dx (Flipping the limits introduces a minus sign).
  • If the lower limit is larger than the upper limit, flip the limits and negate the integral.
  • Splitting the Integral: <em>abf(x)dx=</em>acf(x)dx+cbf(x)dx\int<em>{a}^{b} f(x) dx = \int</em>{a}^{c} f(x) dx + \int_{c}^{b} f(x) dx, where a < c < b (Split the area under the curve into pieces using an intermediate value cc).
  • Zero Width: aaf(x)dx=0\int_{a}^{a} f(x) dx = 0 (The integral is zero when the upper and lower limits are the same).

Examples

  • Exercise 8a: Evaluate 13t2dt\int_{1}^{3} t^2 dt
    • Find the antiderivative: t2dt=t33\int t^2 dt = \frac{t^3}{3} (This is capital F(t)F(t)).
    • Evaluate using the fundamental theorem:
      13t2dt=F(3)F(1)=333133=263\int_{1}^{3} t^2 dt = F(3) - F(1) = \frac{3^3}{3} - \frac{1^3}{3} = \frac{26}{3}
    • Shorthand Notation:
      <em>13t2dt=[t33]</em>13=333133=263\int<em>{1}^{3} t^2 dt = \left[ \frac{t^3}{3} \right]</em>1^3 = \frac{3^3}{3} - \frac{1^3}{3} = \frac{26}{3}
    • Steps:
      1. Integrate the function (find the antiderivative).
      2. Substitute the limits and subtract (upper limit minus lower limit).
    • The final answer to a definite integral is always a number (an area).
    • Arbitrary constants are not needed in definite integrals, as they will always cancel out during the subtraction step.
  • Exercise 8b: Evaluate 14(x2)dx\int_{1}^{4} (x - 2) dx
    • Integrate term by term: (x2)dx=x222x\int (x - 2) dx = \frac{x^2}{2} - 2x
    • Apply limits:
      <em>14(x2)dx=[x222x]</em>14=(4222(4))(1222(1))=32\int<em>{1}^{4} (x - 2) dx = \left[ \frac{x^2}{2} - 2x \right]</em>1^4 = \left( \frac{4^2}{2} - 2(4) \right) - \left( \frac{1^2}{2} - 2(1) \right) = \frac{3}{2}

Integration Techniques

  • When using substitution, convert the limits of integration to be in terms of the new variable.
  • When using integration by parts, apply the limits to the entire expression:
    <em>abudv=[uv]</em>ababvdu\int<em>{a}^{b} u dv = [uv]</em>a^b - \int_{a}^{b} v du
  • Exercise 9a: Evaluate 01xx2+5dx\int_{0}^{1} \frac{x}{x^2 + 5} dx
    • Substitution: Let u=x2+5u = x^2 + 5, then dudx=2x\frac{du}{dx} = 2x and dx=12xdudx = \frac{1}{2x} du
    • Change limits:
      • When x=0x = 0, u=02+5=5u = 0^2 + 5 = 5
      • When x=1x = 1, u=12+5=6u = 1^2 + 5 = 6
    • The integral becomes:
      <em>56xu12xdu=12</em>561udu=12[lnu]56=12(ln6ln5)=12ln65\int<em>{5}^{6} \frac{x}{u} \cdot \frac{1}{2x} du = \frac{1}{2} \int</em>{5}^{6} \frac{1}{u} du = \frac{1}{2} [\ln|u|]_5^6 = \frac{1}{2} (\ln 6 - \ln 5) = \frac{1}{2} \ln \frac{6}{5}
    • Alternative method: Find the indefinite integral in terms of xx and then apply the original limits on xx.
  • Exercise 9b: Evaluate 04exxdx\int_{0}^{4} \frac{e^{\sqrt{x}}}{\sqrt{x}} dx
    • Substitution: Let u=xu = \sqrt{x}, then dudx=12x\frac{du}{dx} = \frac{1}{2\sqrt{x}} and dx=2xdudx = 2\sqrt{x} du
    • Change limits:
      • When x=0x = 0, u=0=0u = \sqrt{0} = 0
      • When x=4x = 4, u=4=2u = \sqrt{4} = 2
    • The integral becomes:
      <em>02euu2udu=2</em>02eudu=2[eu]02=2(e2e0)=2(e21)\int<em>{0}^{2} \frac{e^u}{u} \cdot 2u du = 2 \int</em>{0}^{2} e^u du = 2 [e^u]_0^2 = 2 (e^2 - e^0) = 2(e^2 - 1)
  • Exercise (Integration by parts): Evaluate 01arctan(x)dx\int_{0}^{1} \arctan(x) dx
    • Integration by parts: Let u=arctan(x)u = \arctan(x) and dv=1dxdv = 1 dx. Then du=1x2+1dxdu = \frac{1}{x^2 + 1} dx and v=xv = x.
    • Apply integration by parts formula:
      <em>01arctan(x)dx=[xarctan(x)]</em>0101xx2+1dx\int<em>{0}^{1} \arctan(x) dx = [x \arctan(x)]</em>0^1 - \int_{0}^{1} \frac{x}{x^2 + 1} dx
    • Evaluate the first term:
      [xarctan(x)]01=(1arctan(1))(0arctan(0))=π40=π4[x \arctan(x)]_0^1 = (1 \cdot \arctan(1)) - (0 \cdot \arctan(0)) = \frac{\pi}{4} - 0 = \frac{\pi}{4}
    • Evaluate the integral (using the formula that you have for the integral of a fraction, where the top of the fraction is the derivative of the bottom):
      <em>01xx2+1dx=12</em>012xx2+1dx=12[ln(x2+1)]01=12ln(2)\int<em>{0}^{1} \frac{x}{x^2 + 1} dx = \frac{1}{2} \int</em>{0}^{1} \frac{2x}{x^2 + 1} dx = \frac{1}{2} [ln(x^2+1)]_0^1 = \frac{1}{2}ln(2)
    • Combine the results:
      01arctan(x)dx=π412ln2\int_{0}^{1} \arctan(x) dx = \frac{\pi}{4} - \frac{1}{2} \ln 2