Calculus 2 2026 05 27

Concepts of Improper Integrals

  • Defining Improper Integrals:

    • An integral is considered improper if the bounds are infinite (±\pm \infty) or if there is a discontinuity (vertical asymptote) at the upper bound, lower bound, or at any point within the interval of integration.

  • Example Analysis: Discontinuity Within Bounds:

    • For the integral 168x278dx\int_1^6 \frac{8}{\sqrt[7]{x-2}^8} \, dx, the function is defined at the bounds 11 and 66. However, a discontinuity occurs at x=2x = 2 because the denominator becomes zero.

    • To solve this, the integral must be split into two parts: 12dx+26dx\int_1^2 \dots \, dx + \int_2^6 \dots \, dx.

  • Convergence and Divergence:

    • If an integral results in an undefined value or infinity after applying limits, it is said to diverge (does not converge).

    • If the result is a specific finite number, the integral converges.

  • Example Analysis: Infinite Bounds (Upper Bound):

    • Consider 234x+334dx\int_2^{\infty} \frac{3}{4 \sqrt[3]{x+3}^4} \, dx.

    • The function is rewritten using negative exponents: 34(x+3)43\frac{3}{4}(x+3)^{-\frac{4}{3}}.

    • The upper bound is replaced with a limit: limt2tdx\lim_{t \to \infty} \int_2^t \dots \, dx.

    • Integration yields: 34×(x+3)1313=94(x+3)13\frac{3}{4} \times \frac{(x+3)^{-\frac{1}{3}}}{-\frac{1}{3}} = -\frac{9}{4}(x+3)^{-\frac{1}{3}}.

    • Evaluating the limit limt[94×1t+33]=0\lim_{t \to \infty} \left[ -\frac{9}{4} \times \frac{1}{\sqrt[3]{t+3}} \right] = 0.

    • The final value is determined by the lower bound evaluation, leading to convergence.

  • Example Analysis: Arctangent and Infinite Limits:

    • 01x2+1dx=[arctan(x)]0\int_0^{\infty} \frac{1}{x^2+1} \, dx = [\arctan(x)]_0^{\infty}.

    • limtarctan(t)=π2\lim_{t \to \infty} \arctan(t) = \frac{\pi}{2}.

    • arctan(0)=0\arctan(0) = 0.

    • Result: π2\frac{\pi}{2}.

Advanced Integration Techniques and Examples

  • Integration by Parts (Logarithmic and Algebraic):

    • Problem: 1e7t2ln(t)dt\int_1^e 7t^2 \ln(t) \, dt.

    • Let u=ln(t)u = \ln(t) and dv=7t2dtdv = 7t^2 \, dt.

    • Then du=1tdtdu = \frac{1}{t} \, dt and v=73t3v = \frac{7}{3}t^3.

    • Formula: uvvduuv - \int v \, du.

    • Evaluate: [ln(t)73t3]1e1e73t31tdt\left[ \ln(t) \cdot \frac{7}{3}t^3 \right]_1^e - \int_1^e \frac{7}{3}t^3 \cdot \frac{1}{t} \, dt.

    • Simplifies to: 73e3[79t3]1e=73e379e3+79\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}.

    • Common denominator: 219e379e3+79=149e3+79\frac{21}{9}e^3 - \frac{7}{9}e^3 + \frac{7}{9} = \frac{14}{9}e^3 + \frac{7}{9}.

  • Integration by Parts (Trigonometric):

    • Problem: (x+3)sin(2x)dx\int (x+3) \sin(2x) \, dx.

    • Let u=x+3u = x+3 (to make it "go away" through reduction) and dv=sin(2x)dxdv = \sin(2x) \, dx.

    • du=dxdu = dx and v=12cos(2x)v = -\frac{1}{2}\cos(2x).

    • Result: (x+3)cos(2x)2+12cos(2x)dx=(x+3)cos(2x)2+14sin(2x)+C\frac{-(x+3)\cos(2x)}{2} + \int \frac{1}{2}\cos(2x) \, dx = \frac{-(x+3)\cos(2x)}{2} + \frac{1}{4}\sin(2x) + C.

  • Trigonometric Substitution (Sine):

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

    • Substitution: x=9sin(θ)x = 9\sin(\theta), dx=9cos(θ)dθdx = 9\cos(\theta) \, d\theta, and 81x2=9cos(θ)\sqrt{81-x^2} = 9\cos(\theta).

    • The integral becomes: (9sin(θ))2dθ=81sin2(θ)dθ\int (9\sin(\theta))^2 \, d\theta = \int 81\sin^2(\theta) \, d\theta.

    • Using the identity sin2(θ)=12(1cos(2θ))\sin^2(\theta) = \frac{1}{2}(1 - \cos(2\theta)).

    • Integration leads to 812(θ12sin(2θ))+C\frac{81}{2}(\theta - \frac{1}{2}\sin(2\theta)) + C.

    • Back-substitute using the triangle: θ=arcsin(x9)\theta = \arcsin(\frac{x}{9}) and sin(2θ)=2sin(θ)cos(θ)\sin(2\theta) = 2\sin(\theta)\cos(\theta).

  • Partial Fraction Decomposition (Linear Factors):

    • Problem: 749x2dx\int \frac{7}{49-x^2} \, dx.

    • Factor denominator: (7x)(7+x)(7-x)(7+x).

    • Setup: 7(7x)(7+x)=A7x+B7+x\frac{7}{(7-x)(7+x)} = \frac{A}{7-x} + \frac{B}{7+x}.

    • Multiply by denominator: 7=A(7+x)+B(7x)7 = A(7+x) + B(7-x).

    • Solving for constants:

      • If x=7x = 7, 7=14A    A=127 = 14A \implies A = \frac{1}{2}.

      • If x=7x = -7, 7=14B    B=127 = 14B \implies B = \frac{1}{2}.

    • Integral: 1217xdx+1217+xdx=12ln7x+12ln7+x+C\frac{1}{2} \int \frac{1}{7-x} \, dx + \frac{1}{2} \int \frac{1}{7+x} \, dx = -\frac{1}{2}\ln|7-x| + \frac{1}{2}\ln|7+x| + C.

  • Partial Fraction Decomposition (Rational Function):

    • Problem: 5x+3(x3)(x+2)dx\int \frac{5x+3}{(x-3)(x+2)} \, dx.

    • Setup: 5x+3(x3)(x+2)=Ax3+Bx+2\frac{5x+3}{(x-3)(x+2)} = \frac{A}{x-3} + \frac{B}{x+2}.

    • Solving:

      • Set x=3x = 3: 5(3)+3=A(3+2)    18=5A    A=1855(3)+3 = A(3+2) \implies 18 = 5A \implies A = \frac{18}{5}.

      • Set x=2x = -2: 5(2)+3=B(23)    7=5B    B=755(-2)+3 = B(-2-3) \implies -7 = -5B \implies B = \frac{7}{5}.

    • Result: 185lnx3+75lnx+2+C\frac{18}{5}\ln|x-3| + \frac{7}{5}\ln|x+2| + C.

Trigonometric Integration and Limits

  • Powers of Trigonometric Functions:

    • For cos3(x)sin(x)dx\int \cos^3(x) \sin(x) \, dx, use u=cos(x)u = \cos(x) because sin(x)\sin(x) is the du-du.

    • For sin2(3x)dx\int \sin^2(3x) \, dx, use the double angle formula: 12(1cos(6x))\frac{1}{2}(1 - \cos(6x)).

    • Integration results in 12x112sin(6x)+C\frac{1}{2}x - \frac{1}{12}\sin(6x) + C.

  • Important Trigonometric Values for Integration:

    • arctan(3)=π3\arctan(\sqrt{3}) = \frac{\pi}{3}.

    • arctan(1)=π4\arctan(1) = \frac{\pi}{4}.

    • arctan(13)=π6\arctan(\frac{1}{\sqrt{3}}) = \frac{\pi}{6}.

    • Vertical asymptotes of tan(x)\tan(x) at x=±π2x = \pm \frac{\pi}{2} translate to horizontal asymptotes for arctan(x)\arctan(x).

    • limtarctan(t)=π2\lim_{t \to -\infty} \arctan(t) = -\frac{\pi}{2}.

Questions & Discussion

  • Question: When was the last time you actually used regular log (not natural log)?

  • Answer: Likely while teaching. The speaker notes that natural log is the standard in high-level calculus and engineering, while regular log is less frequently used.

  • Question: What does yy signify in the derivative expression yln(x)+1y \cdot \ln(x) + 1?

  • Answer: The speaker was just "goofing around" with an interesting derivative; it wasn't specifically tied to a class problem.

  • Question: What is the limit of arctan(t)\arctan(t) as tt \to -\infty?

  • Answer: It is π2-\frac{\pi}{2}, derived from the vertical asymptotes of the tangent function.

  • Question: Can we use AI like ChatGPT for calculus homework?

  • Answer: AI is a predictive language model. It may give results that look correct but are not actually computable because calculus problems are often "carefully crafted" and most functions do not have elementary anti-derivatives. If the AI is off by one small detail, the entire problem changes.