Calculus 2 2026-05-27 - Review: Integration Techniques and Improper Integrals

Advanced Integration Techniques: Integration by Parts and Trigonometric Methods

  • Integration by Parts (udvu-dv Substitution):

    • Formula: udv=uvvdu\int u \, dv = uv - \int v \, du.

    • Example 1: (2x+2)sin(x)dx\int (2x+2)\sin(x) \, dx

      • Let u=2x+2du=2dxu = 2x+2 \Rightarrow du = 2 \, dx.

      • Let dv=sin(x)dxv=cos(x)dv = \sin(x) \, dx \Rightarrow v = -\cos(x).

      • Result: (2x+2)cos(x)2cos(x)dx=(2x+2)cos(x)+2sin(x)+C-(2x+2)\cos(x) - \int -2\cos(x) \, dx = -(2x+2)\cos(x) + 2\sin(x) + C.

    • Example 2: 7t2ln(t)dt\int 7t^2 \ln(t) \, dt on bounds [1,e][1, e].

      • Let u=ln(t)du=1tdtu = \ln(t) \Rightarrow du = \frac{1}{t} \, dt.

      • Let dv=7t2dtv=73t3dv = 7t^2 \, dt \Rightarrow v = \frac{7}{3}t^3.

      • Evaluation: [ln(t)×73t3]1e1e73t3×1tdt[\ln(t) \times \frac{7}{3}t^3]_1^e - \int_1^e \frac{7}{3}t^3 \times \frac{1}{t} \, dt.

      • Simplifies to: 73e3[79t3]1e=73e3(79e379)\frac{7}{3}e^3 - [\frac{7}{9}t^3]_1^e = \frac{7}{3}e^3 - (\frac{7}{9}e^3 - \frac{7}{9}).

      • Final Value: 149e3+79\frac{14}{9}e^3 + \frac{7}{9}.

  • Powers of Sine and Cosine:

    • If one power is odd: Use uu-substitution. Example: cos2(x)sin(x)dx\int \cos^2(x)\sin(x) \, dx, let u=cos(x)u = \cos(x).

    • If all powers are even: Use double-angle identities.

      • Identity: sin2(nx)=12(1cos(2nx))\sin^2(nx) = \frac{1}{2}(1 - \cos(2nx)).

      • Identity: cos2(nx)=12(1+cos(2nx))\cos^2(nx) = \frac{1}{2}(1 + \cos(2nx)).

    • Example: sin2(3x)dx\int \sin^2(3x) \, dx becomes 12(1cos(6x))dx\int \frac{1}{2}(1 - \cos(6x)) \, dx.

      • Result: 12x112sin(6x)+C\frac{1}{2}x - \frac{1}{12}\sin(6x) + C.

  • Trigonometric Substitution:

    • Used when encountering forms like a2x2\sqrt{a^2 - x^2}.

    • Let x=asin(θ)x = a\sin(\theta), then dx=acos(θ)dθdx = a\cos(\theta) \, d\theta.

    • Example: 30x281x2dx\int \frac{30x^2}{\sqrt{81 - x^2}} \, dx

      • Let x=9sin(θ)dx=9cos(θ)dθx = 9\sin(\theta) \Rightarrow dx = 9\cos(\theta) \, d\theta.

      • Denominator: 8181sin2(θ)=9cos(θ)\sqrt{81 - 81\sin^2(\theta)} = 9\cos(\theta).

      • The 9cos(θ)9\cos(\theta) in the denominator cancels with the dxdx term.

      • Integral becomes: 30(81sin2(θ))dθ=2430sin2(θ)dθ\int 30(81\sin^2(\theta)) \, d\theta = 2430 \int \sin^2(\theta) \, d\theta.

      • Apply sin2(θ)=1212cos(2θ)\sin^2(\theta) = \frac{1}{2} - \frac{1}{2}\cos(2\theta).

      • Back-substitute using the triangle: sin(θ)=x9\sin(\theta) = \frac{x}{9}, cos(θ)=81x29\cos(\theta) = \frac{\sqrt{81-x^2}}{9}.

Partial Fraction Decomposition

  • General Logic: Transform complex rational functions into sums of simpler fractions.

  • Linear Factors Example: 4x+44x(x+8)=Ax+Bx+8\frac{4x+44}{x(x+8)} = \frac{A}{x} + \frac{B}{x+8}.

    • Multiply by denominator: 4x+44=A(x+8)+Bx4x+44 = A(x+8) + Bx.

    • To solve for AA, set x=0x = 0: 44=8AA=5.5 (or 112)44 = 8A \Rightarrow A = 5.5 \text{ (or } \frac{11}{2}).

    • To solve for BB, set x=8x = -8: 4(8)+44=B(8)12=8BB=1.54(-8)+44 = B(-8) \Rightarrow 12 = -8B \Rightarrow B = -1.5.

  • Matching Coefficients Method: Distribute the constants and group terms by power of xx (e.g., all x2x^2 terms together, all constants together) then create a system of equations.

Improper Integrals

  • Types of Impropriety:

    • Infinite bounds (e.g., af(x)dx\int_a^\infty f(x) \, dx).

    • Discontinuity within the bounds (e.g., vertical asymptote at x=cx=c where a < c < b).

  • Handling Discontinuities:

    • Problem: 169x278dx\int_1^6 \frac{9}{\sqrt[7]{x-2}^8} \, dx.

    • The function is improper at x=2x=2 because the denominator becomes zero.

    • Split the integral: 129(x2)8/7dx+269(x2)8/7dx\int_1^2 \frac{9}{(x-2)^{8/7}} \, dx + \int_2^6 \frac{9}{(x-2)^{8/7}} \, dx.

    • Use limits: limt21t+limt2+t6\lim_{t \to 2^-} \int_1^t \dots + \lim_{t \to 2^+} \int_t^6 \dots

    • This specific integral diverges because the exponent in the denominator is greater than or equal to 1.

  • Infinite Bounds Examples:

    • Example 1: 21(3x+1)5/4dx\int_2^\infty \frac{1}{(3x+1)^{5/4}} \, dx

      • Rewrite as limit: limt2t(3x+1)5/4dx\lim_{t \to \infty} \int_2^t (3x+1)^{-5/4} \, dx.

      • Anti-derivative: 13×(4)(3x+1)1/4\frac{1}{3} \times (-4)(3x+1)^{-1/4}.

      • As tt \to \infty, the term 1(3t+1)1/4\frac{1}{(3t+1)^{1/4}} approaches 00.

      • Result: 43(7)1/4\frac{4}{3(7)^{1/4}} (convergent).

    • Example 2: 01x2+1dx\int_{-\infty}^0 \frac{1}{x^2+1} \, dx

      • Anti-derivative: arctan(x)\arctan(x).

      • Evaluation: arctan(0)limtarctan(t)\arctan(0) - \lim_{t \to -\infty} \arctan(t).

      • Know the horizontal asymptotes of arctan(x)\arctan(x): as xx \to \infty, y=π2y = \frac{\pi}{2}; as xx \to -\infty, y=π2y = -\frac{\pi}{2}.

      • Result: 0(π2)=π20 - (-\frac{\pi}{2}) = \frac{\pi}{2}.

    • Example 3: 0e5xdx\int_0^\infty e^{-5x} \, dx

      • Anti-derivative: 15e5x-\frac{1}{5}e^{-5x}.

      • Evaluation: limt[15e5t][15e0]\lim_{t \to \infty} [-\frac{1}{5}e^{-5t}] - [-\frac{1}{5}e^0].

      • Since e5t0e^{-5t} \to 0 as tt \to \infty, the result is 0(15)=150 - (-\frac{1}{5}) = \frac{1}{5}.

Questions & Discussion

  • Q: How does the Engineering Lab grade work?

    • A: It is a 1-credit hour class, but the workload is intentionally high to filter out students who aren't dedicated. It involves significant team projects like the egg drop.

  • Q: What is the limit of arctan(x)\arctan(x) at negative infinity?

    • A: It is π2-\frac{\pi}{2}. This is determined by the vertical asymptotes of the original tan(x)\tan(x) function (x=±π2x = \pm \frac{\pi}{2}), which become horizontal asymptotes for the inverse function.

  • Q: How do we handle excos(x)dx\int e^x \cos(x) dx?

    • A: Use integration by parts twice. Because exe^x stays exe^x and cos(x)\cos(x) cycles back from sin(x)\sin(x), you eventually get the original integral back on the right side and solve for it algebraically (the "add-back" method).", "title": "Calculus 2 Review: Integration Techniques and Improper Integrals" }