Calculus II: Improper Integrals, Arc Length, and Surface Area

Course Logistics and Schedule Adjustments

  • Upcoming Assessments:

    • Test 3: Following a class vote, Test 3 is scheduled for Thursday of next week. The vote outcome showed only three students favored Wednesday, while the majority chose Thursday.
    • Time Limit: The test will occupy approximately half the class period, around an hour and a half.
    • Test 4: There is consideration of moving Test 4 to a Monday to ensure it is graded and returned before withdrawal deadlines. Test 4 will likely include content from Sections 10.1 and 10.2.
    • Makeup Policy: There is a makeup for Test 3, but there will be no makeup for Test 4 as it occurs too late in the semester.
  • Curriculum Planning:

    • To accommodate the schedule, the course may skip Section 7.7.
    • Chapter 11 covers Series. There are specific topics within Chapter 11 that may be de-emphasized to maintain pace, but student requirements will include understanding problems from Sections 11.9 and 11.10.
    • Chapter 10 Overview:
      • 10.1: Graphing with parametric equations (no calculus; focus on calculators).
      • 10.2: Calculus with parametric equations.
      • 10.3: Graphing with polar coordinates.
      • 10.4: Calculus with polar coordinates.
      • These sections are designated as extremely important for preparation for Calculus III.

Improper Integrals and Area Problems (Section 7.8)

  • Problem 51: Set Notation and Improper Integrals

    • Region Definition: The problem describes a set $R$ of points $(x, y)$ such that x1x \ge 1 and 0y1x3+x0 \le y \le \frac{1}{x^3 + x}.
    • Interpretation: This describes a region in the first quadrant where the height of the region is bounded by the curve y=1x3+xy = \frac{1}{x^3 + x} and the base is the $x$-axis, starting from x=1x = 1 and extending to infinity.
    • Setup: The area is calculated using the improper integral: 11x3+xdx\int_1^{\infty} \frac{1}{x^3 + x}\,dx
    • Limit Transformation: The first step in evaluating an improper integral is to rewrite it in limit form: lima1a1x3+xdx\lim_{a \to \infty} \int_1^a \frac{1}{x^3 + x}\,dx
  • Partial Fraction Decomposition (PFD):

    • The integrand is a rational function. Factoring the denominator: x3+x=x(x2+1)x^3 + x = x(x^2 + 1).
    • Factors: Includes a non-repeated linear factor (x)(x) and a non-repeated irreducible quadratic factor (x2+1)(x^2 + 1).
    • PFD Setup: 1x(x2+1)=Ax+Bx+Cx2+1\frac{1}{x(x^2 + 1)} = \frac{A}{x} + \frac{Bx + C}{x^2 + 1}
    • Solving for Constants:
      • Multiply by the common denominator: 1=A(x2+1)+(Bx+C)x1 = A(x^2 + 1) + (Bx + C)x
      • Setting coefficients:
        • Constant term: 1=A(1)    A=11 = A(1) \implies A = 1
        • $x$ term: 0=C    C=00 = C \implies C = 0
        • $x^2$ term: 0=A+B    0=1+B    B=10 = A + B \implies 0 = 1 + B \implies B = -1
    • Decomposed Integral: (1xxx2+1)dx\int \left( \frac{1}{x} - \frac{x}{x^2 + 1} \right)\,dx
  • Integration and L'Hôpital's Rule:

    • Antiderivative: lnx12ln(x2+1)+C\ln|x| - \frac{1}{2}\ln(x^2 + 1) + C
    • Applying Limits: The integral from 1 to $a$ is: [ln(a)12ln(a2+1)][ln(1)12ln(12+1)]=ln(a)ln(a2+1)+12ln(2)[\ln(a) - \frac{1}{2}\ln(a^2 + 1)] - [\ln(1) - \frac{1}{2}\ln(1^2 + 1)] = \ln(a) - \ln(\sqrt{a^2 + 1}) + \frac{1}{2}\ln(2)
    • Evaluating the Limit: As aa \to \infty, we encounter the indeterminate form \infty - \infty.
    • Logarithmic Property: Combine the logs into ln(aa2+1)\ln\left(\frac{a}{\sqrt{a^2 + 1}}\right).
    • Composition of Functions Rule: If $f$ is continuous, limf(g(x))=f(limg(x))\lim f(g(x)) = f(\lim g(x)). The natural log is continuous on its domain.
    • Inside Limit: limaaa2+1\lim_{a \to \infty} \frac{a}{\sqrt{a^2 + 1}}. This can be solved by dividing by the highest power in the denominator (aa) or using dominant term ratios: aa2=1\frac{a}{\sqrt{a^2}} = 1.
    • Final Result: ln(1)+12ln(2)=0+12ln(2)=12ln(2)\ln(1) + \frac{1}{2}\ln(2) = 0 + \frac{1}{2}\ln(2) = \frac{1}{2}\ln(2).

Rationalizing Substitutions

  • Problem 42 Strategy:
    • Given an integral like 1x+x+3dx\int \frac{1}{x + \sqrt{x+3}}\,dx.
    • Substitution: Let u=x+3u = \sqrt{x+3}. This implies u2=x+3u^2 = x + 3 and x=u23x = u^2 - 3.
    • Differential: 2udu=dx2u\,du = dx.
    • Transformation: The integral becomes a rational function in $u$: 2uu2+u3du\int \frac{2u}{u^2 + u - 3}\,du.
    • PFD Application: Once transformed into a rational function (polynomial divided by polynomial), Partial Fraction Decomposition is used to solve.

Arc Length (Section 8.1)

  • Theory and Derivation:

    • Geometric Approximation: The length of a curve is approximated by the sum of linear line segments. By increasing the number of segments (nn \to \infty), the approximation converges to the actual arc length.
    • Distance Formula: Based on the Pythagorean Theorem (c2=a2+b2c^2 = a^2 + b^2): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
    • Standard Formula: If ff' is continuous on [a,b][a, b], the length LL is: L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\,dx
  • Example Analysis: y=x48+14x2y = \frac{x^4}{8} + \frac{1}{4x^2} from $x=1$ to $x=2$:

    • Step 1: Derivative: y=12x312x3=x612x3y' = \frac{1}{2}x^3 - \frac{1}{2}x^{-3} = \frac{x^6 - 1}{2x^3}.
    • Step 2: Squaring and Adding One:
      • 1+[y]2=1+(x61)24x6=4x6+x122x6+14x6=x12+2x6+14x61 + [y']^2 = 1 + \frac{(x^6 - 1)^2}{4x^6} = \frac{4x^6 + x^{12} - 2x^6 + 1}{4x^6} = \frac{x^{12} + 2x^6 + 1}{4x^6}.
    • Step 3: Factorization: The numerator is a perfect square: (x6+1)2(2x3)2\frac{(x^6 + 1)^2}{(2x^3)^2}.
    • Step 4: Radical Removal: The square root yields x6+12x3=12x3+12x3\frac{x^6 + 1}{2x^3} = \frac{1}{2}x^3 + \frac{1}{2}x^{-3}.
    • Integral: 12(12x3+12x3)dx=[x4814x2]12\int_1^2 (\frac{1}{2}x^3 + \frac{1}{2}x^{-3})\,dx = [\frac{x^4}{8} - \frac{1}{4x^2}]_1^2.
    • Calculating the value: (168116)(1814)=(2116)(1828)=3116+18=3116+216=3316(\frac{16}{8} - \frac{1}{16}) - (\frac{1}{8} - \frac{1}{4}) = (2 - \frac{1}{16}) - (\frac{1}{8} - \frac{2}{8}) = \frac{31}{16} + \frac{1}{8} = \frac{31}{16} + \frac{2}{16} = \frac{33}{16}.

Surface Area of Revolution (Section 8.2)

  • Conceptual Basis:

    • Surface area is calculated by rotating a curve about an axis (usually the $x$-axis).
    • The calculation uses the concept of a "frustum of a cone" (a cone with the top cut off).
    • Formula: S=ab2πf(x)1+[f(x)]2dxS = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2}\,dx where f(x)f(x) represents the radius of rotation.
  • Example Analysis: y=x36+12xy = \frac{x^3}{6} + \frac{1}{2x} from $x = 1/2$ to $x = 1$:

    • Derivative: y=x2212x2=x412x2y' = \frac{x^2}{2} - \frac{1}{2x^2} = \frac{x^4 - 1}{2x^2}.
    • Algebraic Pattern: Similar to arc length, the expression 1+[y]21 + [y']^2 will typically simplify to a perfect square under the radical, specifically (x4+12x2)2\left(\frac{x^4 + 1}{2x^2}\right)^2.
    • Substitution into Surface Area Formula: S=1/212π(x36+12x)(x4+12x2)dxS = \int_{1/2}^1 2\pi (\frac{x^3}{6} + \frac{1}{2x}) (\frac{x^4 + 1}{2x^2})\,dx.
    • Simplification: Multiply the polynomials and divide by the denominator to reduce the expression to power functions before integrating.

Questions & Discussion

  • Integration Strategy: A student asked about breaking integrals across multiplication signs. The instructor clarified that integrals cannot be broken across multiplication (e.g., f(x)g(x)dxf(x)dxg(x)dx\int f(x)g(x)\,dx \ne \int f(x)\,dx \int g(x)\,dx). Integration by parts or Partial Fractions are required instead.
  • L'Hôpital's Rule vs. Growth Rates: Discussion on why limxx10ex=0\lim_{x \to \infty} \frac{x^{10}}{e^x} = 0. While L'Hôpital's rule would require ten derivatives to show the numerator becomes constant, the conceptual reason is that exponential functions (exe^x) grow significantly faster than polynomial functions (x10x^{10}) because exponentials grow by a percentage factor (multiplicative) rather than a fixed power base.
  • Societal and Technological Implications:
    • Surveillance: Discussion of automated license plate readers and new cameras that capture Bluetooth/cell phone signals to track movement.
    • AI and Energy: Microsoft and Google's high demand for power to run data centers has sparked renewed interest in nuclear energy.
    • Nuclear Energy: Mention of a nuclear power plant 33 miles from New York City that was forced to close in 2021, contributing to current power grid strain.
    • Renewables: Challenges with solar panels in extreme weather (e.g., hurricanes in Florida or tornadoes in Texas destroying arrays and creating cleanup hazards).
    • Space Exploration: Reference to Elon Musk space-linked data centers, Mars colonization, and Starlink satellites.
    • Literature Reference: Comparison of modern tracking to George Orwell's 1984 and the concept of "Big Brother."