Questions: Arc Length of Parametric Curves

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student computes the arc length of the parametric curve x = t², y = t³ over t ∈ [1, 3] by setting up ∫₁³ √(x² + y²) dt. What is wrong with this setup?

AThe bounds should be x = 1 to x = 9, not t = 1 to t = 3
BThe integrand should use the derivatives dx/dt and dy/dt, not the functions x and y themselves
CThe formula should use x² + y² without the square root
DThe formula is correct but only applies when the curve does not self-intersect
Question 2 Multiple Choice

For the unit circle parametrized as x = cos(t), y = sin(t), what happens if you integrate the arc length formula from t = 0 to t = 4π?

AYou get the circumference 2π, because the circle's total length is fixed regardless of how t is parametrized
BYou get 4π, because the circle is traversed twice and the formula measures total distance traveled by the parameter
CYou get an error — the formula requires that the curve be traversed exactly once, so the integral is undefined
DYou get π, because the formula accounts for retracing and divides by the number of traversals
Question 3 True / False

The parametric arc length formula L = ∫ √((dx/dt)² + (dy/dt)²) dt reduces exactly to the Cartesian arc length formula when the curve is parametrized as x = t, y = f(t).

TTrue
FFalse
Question 4 True / False

The arc length of a parametric curve usually equals the straight-line distance between its starting and ending points.

TTrue
FFalse
Question 5 Short Answer

Why must you verify that a parametric curve is traversed exactly once over the integration interval when computing arc length? What goes wrong if the curve retraces itself?

Think about your answer, then reveal below.