Study Guide860 words

Arc Length of a Curve and Surface Area Study Guide

Arc Length of a Curve and Surface Area

Learning Objectives

  • Calculate the exact length of a curve defined as $y = f(x) between two specific points.
  • Calculate the exact length of a curve defined as x = g(y) between two specific points.
  • Determine the surface area of a 3D solid of revolution created by rotating a 2D curve around an axis.

Key Terms & Glossary

  • Arc Length: The physical distance along a continuous, curved path between two points.
  • Surface of Revolution: A 3D surface generated by rotating a 2D curve around a straight line (axis).
  • Smooth Function: A differentiable function whose derivative is also continuous over a given interval.
  • Regular Partition: The division of a mathematical interval into smaller sub-intervals of exactly equal widths.

The "Big Idea"

Calculus allows us to transition from merely approximating distances using straight line segments (via the Pythagorean theorem) to finding the exact, true length of continuous curves. By breaking a curve into infinitely small, straight pieces and summing their lengths using a definite integral, we discover its exact Arc Length. This identical logic extends into the third dimension: by sweeping these infinitely small straight segments in a circle around an axis, we accumulate the exact Surface Area of Revolution for curved objects.

Formula / Concept Box

ConceptMathematical FormulaVariables & Conditions
Arc Length (Function of x$)L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2} dx$f(x) must be a smooth function on [a, b].
Arc Length (Function of y$)L=cd1+[g(y)]2dyL = \int_c^d \sqrt{1 + [g'(y)]^2} dyg(y)mustbeasmoothfunctionon[c,d]g(y) must be a smooth function on [c, d].
Surface Area (x-axis rotation)S=ab2πf(x)1+[f(x)]2dxS = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2} dxRevolved around xx-axis. f(x)0f(x) \ge 0.
Surface Area (y-axis rotation)S=cd2πg(y)1+[g(y)]2dyS = \int_c^d 2\pi g(y) \sqrt{1 + [g'(y)]^2} dyRevolved around yy-axis. $g(y) \ge 0.

[!IMPORTANT] Always verify that your function is smooth (continuous derivative) over the entire interval before applying these formulas. If there is a sharp corner (like an absolute value vertex), you must split the integral at that point!

Hierarchical Outline

  • 1. Arc Length of a Curve
    • 1.1 The Linear Approximation Method
      • Approximating curved distances by connecting points (P_0, P_1, P_2...) with straight lines.
      • Utilizing the Pythagorean theorem (\sqrt{\Delta x^2 + \Delta y^2}) for each line segment.
    • 1.2 Deriving the Integral for y = f(x)
      • Taking the limit as the number of segments approaches infinity (\Delta x \to 0).
      • Substituting the derivative f'(x) to create the integrand \sqrt{1 + [f'(x)]^2}.
    • 1.3 Alternative Perspective: x = g(y)
      • Switching variables when the curve is easier to differentiate with respect to y.
  • 2. Surface Area of a Solid of Revolution
    • 2.1 Extending Arc Length to 3D
      • Multiplying the arc length of a tiny segment by the circumference of its rotation path (2\pi r).
    • 2.2 Rotation around the x-axis
      • The radius of rotation is the function's height: r = f(x).
    • 2.3 Rotation around the y-axis
      • The radius of rotation is the horizontal distance: r = g(y)$.

Visual Anchors

1. Curve Approximation (TikZ)

The fundamental concept behind arc length is breaking a curve into straight Pythagorean line segments.

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

2. Choosing the Right Formula (Mermaid Flowchart)

Loading Diagram...

Definition-Example Pairs

  • Arc Length
    • Definition: The exact geometric length of a one-dimensional path from point A to point B.
    • Real-World Example: Measuring the exact amount of highway concrete needed to pave a winding mountain road defined by a topographical function.
  • Surface Area of Revolution
    • Definition: The total exterior area of a symmetric 3D object formed by spinning a 2D line around a central axis.
    • Real-World Example: Calculating the square footage of sheet metal required to manufacture the exterior casing of a jet engine turbine.
  • Smooth Function
    • Definition: A function that is differentiable everywhere on an interval and whose derivative is continuous (no sharp corners or cusps).
    • Real-World Example: The trajectory of an airplane in mid-flight (smooth, gradual turns) compared to the path of a bouncing ping-pong ball (sharp corners upon impact).

Worked Examples

Example 1: Calculating the Arc Length of a Curve

Problem: Find the exact arc length of the curve y=23x3/2y = \frac{2}{3}x^{3/2} over the interval $[0, 3].

Step 1: Find the derivative f'(x)$ y=ddx(23x3/2)=2332x1/2=xy' = \frac{d}{dx} \left( \frac{2}{3}x^{3/2} \right) = \frac{2}{3} \cdot \frac{3}{2} x^{1/2} = \sqrt{x}

Step 2: Square the derivative and add 1 1+[f(x)]2=1+(x)2=1+x1 + [f'(x)]^2 = 1 + (\sqrt{x})^2 = 1 + x

Step 3: Set up and evaluate the integral L=031+xdxL = \int_0^3 \sqrt{1 + x} dx Let u=1+xu = 1+x, then du=dxdu = dx. When x=0,u=1x=0, u=1. When x=3,u=4x=3, u=4. L=14u1/2du=[23u3/2]14L = \int_1^4 u^{1/2} du = \left[ \frac{2}{3} u^{3/2} \right]_1^4 L=23(43/213/2)=23(81)=143L = \frac{2}{3}(4^{3/2} - 1^{3/2}) = \frac{2}{3}(8 - 1) = \frac{14}{3}

Answer: The arc length is $\frac{14}{3}.

Example 2: Surface Area of Revolution

Problem: Find the surface area generated by revolving y = \sqrt{x}overtheintervalover the interval[0, 1]aroundthearound thex$-axis.

Step 1: Find the derivative and square it y=12xy' = \frac{1}{2\sqrt{x}} 1+(y)2=1+(12x)2=1+14x=4x+14x1 + (y')^2 = 1 + \left( \frac{1}{2\sqrt{x}} \right)^2 = 1 + \frac{1}{4x} = \frac{4x+1}{4x}

Step 2: Set up the surface area integral S=012πf(x)1+[f(x)]2dxS = \int_0^1 2\pi f(x) \sqrt{1 + [f'(x)]^2} dx S=012πx4x+14xdxS = \int_0^1 2\pi \sqrt{x} \sqrt{\frac{4x+1}{4x}} dx

Step 3: Simplify the integrand S=012πx4x+12xdx=π014x+1dxS = \int_0^1 2\pi \sqrt{x} \frac{\sqrt{4x+1}}{2\sqrt{x}} dx = \pi \int_0^1 \sqrt{4x+1} dx

Step 4: Evaluate using u-substitution Let u=4x+1    du=4dx    dx=du4u = 4x+1 \implies du = 4 dx \implies dx = \frac{du}{4}. Bounds change from x[0,1]x \in [0,1] to u[1,5]u \in [1,5]. S=π15u1/2du4=π4[23u3/2]15=π6(551)S = \pi \int_1^5 u^{1/2} \frac{du}{4} = \frac{\pi}{4} \left[ \frac{2}{3} u^{3/2} \right]_1^5 = \frac{\pi}{6} (5\sqrt{5} - 1)

Answer: The surface area is π6(551)\frac{\pi}{6}(5\sqrt{5} - 1).

Checkpoint Questions

  1. Why must a function be "smooth" to calculate its arc length using the standard integral formula? Answer: If a function isn't smooth (i.e., its derivative is not continuous), the integral cannot be directly evaluated across the discontinuity. You would need to split the integral into pieces at the sharp corners.
  2. If a curve is given as $x = g(y), which independent variable must be in the differential of your integral? Answer: The integral must be computed with respect to y, meaning the differential is dy and limits of integration are horizontal bounds on the y-axis.
  3. In the surface area formula S = \int 2\pi f(x) \sqrt{1 + (f'(x))^2} dx, what physical dimension does the term 2\pi f(x) represent? Answer: It represents the circumference of the circular path traced by the curve as it revolves around the x-axis.
  4. When setting up an arc length problem, what is the most common algebraic hurdle? Answer: Simplifying the expression under the square root 1+[f'(x)]^2$ so that the integral can be evaluated without resorting to numerical approximation.

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free