Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Arc Length of a Curve (BC topic)
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-arc-length-of-a-curve-bc-topic

AP Calculus: Arc Length of a Curve (BC topic)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Arc Length of a Curve (BC topic)

Concept Summary

  • Arc length (rectangular): The distance along a smooth curve y = f(x) from x = a to x = b, calculated via an integral that sums infinitesimal tangent segments ds.
  • Differential element ds: The infinitesimal arc length ?(1 + [f'(x)]²) dx (or ?([dx/dt]² + [dy/dt]²) dt for parametric curves), representing the hypotenuse of a right triangle with legs dx and dy.
  • Parametric arc length: The same geometric distance as rectangular, but expressed in terms of a parameter t over an interval [?, ?], requiring both dx/dt and dy/dt.
  • Smoothness requirement: The curve must be continuously differentiable (no cusps or corners) on the interval to ensure the integral converges and the formula applies.
  • Polar arc length: A special case of parametric arc length where r = r(?), using ds = ?([dr/d?]² + r²) d? to account for radial and angular changes.

Core Questions

WHAT (definitional)

Q: What is arc length of a curve? A: The total distance traveled along the curve between two points, measured by integrating the infinitesimal segment ds over the interval. Trap/Clarification: Arc length-straight-line distance (chord length); it follows the curve’s path.

Q: What is the differential element ds for a rectangular curve y = f(x)? A: ds = ?(1 + [f'(x)]²) dx, derived from the Pythagorean theorem applied to dx and dy. Trap/Clarification: Forgetting the +1 inside the square root (it comes from dy = f'(x) dx).


WHY (causal/explanatory)

Q: Why does the arc length formula include a square root? A: The square root arises from the Pythagorean theorem applied to the infinitesimal right triangle with legs dx and dy, ensuring ds represents the hypotenuse (true distance). Trap/Clarification: Misapplying the theorem (e.g., ds = dx + dy) ignores the right-angle relationship.

Q: Why is smoothness required for arc length calculations? A: Discontinuities in the derivative (e.g., cusps) make f'(x) undefined or infinite, causing the integral to diverge or the formula to fail. Trap/Clarification: Assuming piecewise smooth curves can be integrated directly—split the integral at discontinuities.


HOW (process/application)

Q: How do you calculate arc length for y = f(x) from x = a to x = b? A: Integrate ? ?(1 + [f'(x)]²) dx; find f'(x), square it, add 1, take the square root, then integrate. Trap/Clarification: Skipping the +1 or misapplying the chain rule when differentiating f(x).

Q: How do you compute arc length for a parametric curve (x(t), y(t)) from t = ? to t = ?? A: Use ? ?([dx/dt]² + [dy/dt]²) dt; differentiate x(t) and y(t) separately, square both, sum, take the square root, then integrate. Trap/Clarification: Forgetting to square both derivatives or mixing up the order of dx/dt and dy/dt.


CAN (conditions/possibilities)

Q: Can arc length be negative? A: No; arc length is a scalar distance, always non-negative, regardless of the direction of integration. Trap/Clarification: Confusing arc length with displacement (which can be negative in vector contexts).

Q: Under what conditions does the arc length integral simplify to ? |f'(x)| dx? A: Only when f'(x) = 0 (horizontal line) or f'(x) is constant (straight line), reducing ?(1 + [f'(x)]²) dx to |f'(x)| dx. Trap/Clarification: Assuming this simplification applies to all curves—it’s rare and only for linear functions.


Quick Facts & Traps

  • Fact: The arc length formula for y = f(x) and x = g(y) are dual; swap x and y and adjust the derivative (e.g., ?(1 + [g'(y)]²) dy).
  • Trap: Using ds = dx or ds = dy-Reality: ds is always the hypotenuse, never just one leg of the triangle.
  • Fact: For polar curves r = r(?), the arc length formula is ? ?([dr/d?]² + r²) d?; the term accounts for angular motion.
  • Trap: Ignoring the term in polar arc length-Reality: This term is critical for curves like spirals where r changes with ?.
  • Fact: Symmetry can halve the integral’s work (e.g., even/odd functions or symmetric intervals).
  • Trap: Overcomplicating integrals by not simplifying ?(1 + [f'(x)]²) first-Reality: Look for perfect squares (e.g., ?(1 + tan²x) = sec x).

Rapid-Fire True/False

  • Statement: The arc length of y = x² from x = 0 to x = 1 is ¹ x² dx. Answer: FALSE Why the common mistake happens: Confusing arc length with area under the curve; the correct integrand is ?(1 + (2x)²).

  • Statement: For a parametric curve, if dx/dt = 0 at some point, the arc length integral is undefined there. Answer: FALSE Why the common mistake happens: dx/dt = 0 is allowed (e.g., vertical tangents), but dy/dt must also be defined; the integral remains valid if the curve is smooth.

  • Statement: The arc length of a circle of radius r is 2?r, matching the integral ²? ?(r² sin²? + r² cos²?) d?. Answer: TRUE Why the common mistake happens: Forgetting that ?(r² sin²? + r² cos²?) = r simplifies the integral to 2?r.