Arc Lengths of Curves: Parametric Equations
Help Questions
AP Calculus BC › Arc Lengths of Curves: Parametric Equations
For $x(t)=\sec t$, $y(t)=\tan t$ on $0\le t\le\frac{\pi}{4}$, which integral sets up the arc length?
$\displaystyle \int_{0}^{\pi/2}\sqrt{(\sec t\tan t)^2+(\sec^2 t)^2},dt$
$\displaystyle \int_{0}^{\pi/4}\sqrt{(\sec t\tan t)+(\sec^2 t)},dt$
$\displaystyle \int_{0}^{\pi/4}\sqrt{(\sec t\tan t)^2+(\sec^2 t)^2},dt$
$\displaystyle \int_{0}^{\pi/4}\sqrt{(\sec t)^2+(\tan t)^2},dt$
$\displaystyle \int_{0}^{\pi/4}\sqrt{(\sec^2 t)^2+(\sec t\tan t)^2},dt$
Explanation
This question tests your understanding of finding the arc length of a curve defined by parametric equations. To find the arc length, compute the integral from t=0 to t=π/4 of the square root of $(dx/dt)^2$ plus $(dy/dt)^2$ dt. Here, differentiate x(t) = sec t to get dx/dt = sec t tan t, and y(t) = tan t to get dy/dt = sec² t. Plug these into the formula to obtain ∫ from 0 to π/4 of √[(sec t tan t)² + (sec² t)²] dt, which matches choice A. A tempting distractor is choice B, which uses the original functions sec t and tan t instead of their derivatives, failing to apply the arc length formula correctly. Always remember to differentiate the parametric functions to get the speed components before integrating for arc length.
A drone follows $x=t^2+1$, $y=3t-t^3$ for $0\le t\le 2$; which integral gives the arc length?
$\displaystyle \int_{0}^{2}\sqrt{(2t)^2+(3-3t^2)^2},dt$
$\displaystyle \int_{1}^{5}\sqrt{1+\left(\frac{dy}{dx}\right)^2},dx$
$\displaystyle \int_{0}^{2}\sqrt{(t^2+1)^2+(3t-t^3)^2},dt$
$\displaystyle \int_{0}^{2}\sqrt{(2t)+(3-3t^2)},dt$
$\displaystyle \int_{0}^{2}\left((2t)^2+(3-3t^2)^2\right),dt$
Explanation
This problem asks for the arc length of a parametric curve, which requires the formula $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. For $x = t^2 + 1$ and $y = 3t - t^3$, we compute derivatives: $\frac{dx}{dt} = 2t$ and $\frac{dy}{dt} = 3 - 3t^2$. Substituting these into the arc length formula gives $\int_0^2 \sqrt{(2t)^2 + (3-3t^2)^2} dt$. Choice B incorrectly omits the squares inside the square root, which would give a nonsensical result since we need the magnitude of the velocity vector. The key strategy for parametric arc length is to always square the derivatives before adding them under the square root.
A parametric curve is $x=\ln t$, $y=\sqrt{t}$ for $1\le t\le 4$; which arc length setup is correct?
$\displaystyle \int_{0}^{4}\sqrt{\left(\frac{1}{t}\right)^2+\left(\frac{1}{2\sqrt{t}}\right)^2},dt$
$\displaystyle \int_{1}^{4}\sqrt{\left(\frac{1}{t}\right)^2+\left(\frac{1}{2\sqrt{t}}\right)^2},dt$
$\displaystyle \int_{1}^{4}\sqrt{(\ln t)^2+(\sqrt{t})^2},dt$
$\displaystyle \int_{1}^{4}\sqrt{\frac{1}{t}+\frac{1}{2\sqrt{t}}},dt$
$\displaystyle \int_{1}^{4}\left(\left(\frac{1}{t}\right)^2+\left(\frac{1}{2\sqrt{t}}\right)^2\right),dt$
Explanation
For parametric arc length, we apply $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. With $x = \ln t$ and $y = \sqrt{t}$, we find derivatives: $\frac{dx}{dt} = \frac{1}{t}$ and $\frac{dy}{dt} = \frac{1}{2\sqrt{t}}$. The arc length integral is $\int_1^4 \sqrt{(\frac{1}{t})^2 + (\frac{1}{2\sqrt{t}})^2} dt$. Choice C mistakenly uses the original functions $\ln t$ and $\sqrt{t}$ instead of their derivatives, which is a common error. Remember that arc length measures how fast the curve is traced out, requiring derivatives not the position functions.
A parametric curve is $x=\sqrt{t}$, $y=\frac{1}{3}t^{3/2}$ for $0\le t\le 9$; which arc length setup is correct?
$\displaystyle \int_{1}^{9}\sqrt{\left(\frac{1}{2\sqrt{t}}\right)^2+\left(\frac{1}{2}\sqrt{t}\right)^2},dt$
$\displaystyle \int_{0}^{9}\sqrt{(\sqrt{t})^2+\left(\frac{1}{3}t^{3/2}\right)^2},dt$
$\displaystyle \int_{0}^{9}\left(\left(\frac{1}{2\sqrt{t}}\right)^2+\left(\frac{1}{2}\sqrt{t}\right)^2\right),dt$
$\displaystyle \int_{0}^{9}\sqrt{\left(\frac{1}{2\sqrt{t}}\right)^2+\left(\frac{1}{2}\sqrt{t}\right)^2},dt$
$\displaystyle \int_{0}^{9}\sqrt{\frac{1}{2\sqrt{t}}+\frac{1}{2}\sqrt{t}},dt$
Explanation
For parametric arc length, we apply $$ L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt $$. With $x = \sqrt{t}$ and $y = \frac{1}{3}t^{3/2}$, the derivatives are $$ \frac{dx}{dt} = \frac{1}{2\sqrt{t}} \text{ and } \frac{dy}{dt} = \frac{1}{2}t^{1/2} = \frac{1}{2}\sqrt{t} $$. This yields $$ \int_0^9 \sqrt{(\frac{1}{2\sqrt{t}})^2 + (\frac{1}{2}\sqrt{t})^2} dt $$. Choice E starts at $t = 1$ instead of $t = 0$, which would miss part of the curve and give an incorrect arc length. Always use the exact parameter bounds given in the problem.
A curve is given by $x=e^t$, $y=t^2$ for $1\le t\le 3$; which integral sets up its arc length?
$\displaystyle \int_{0}^{2}\sqrt{(e^t)^2+(2t)^2},dt$
$\displaystyle \int_{1}^{3}\sqrt{(e^t)+(2t)^2},dt$
$\displaystyle \int_{1}^{3}\sqrt{(e^t)^2+(2t)^2},dt$
$\displaystyle \int_{e}^{e^3}\sqrt{1+\left(\frac{dy}{dx}\right)^2},dx$
$\displaystyle \int_{1}^{3}\sqrt{e^t+2t},dt$
Explanation
To find arc length of a parametric curve, we use $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. For $x = e^t$ and $y = t^2$, the derivatives are $\frac{dx}{dt} = e^t$ and $\frac{dy}{dt} = 2t$. Substituting into the formula gives $\int_1^3 \sqrt{(e^t)^2 + (2t)^2} dt$, using the given bounds $1 \leq t \leq 3$. Choice E uses incorrect bounds $0$ to $2$ instead of the given $1$ to $3$, which would calculate arc length for a different portion of the curve. Always verify that the integration bounds match the given parameter interval.
A particle travels along $x=t^3-2t$, $y=4t$ for $-1\le t\le 2$; which arc length integral is correct?
$\displaystyle \int_{-1}^{2}\sqrt{(3t^2-2)^2+4^2},dt$
$\displaystyle \int_{0}^{2}\sqrt{(3t^2-2)^2+4^2},dt$
$\displaystyle \int_{-1}^{2}\sqrt{(3t^2-2)+4},dt$
$\displaystyle \int_{-1}^{2}\sqrt{(t^3-2t)^2+(4t)^2},dt$
$\displaystyle \int_{-1}^{2}\left((3t^2-2)^2+4^2\right),dt$
Explanation
Arc length for parametric curves requires the formula $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. Given $x = t^3 - 2t$ and $y = 4t$, we compute derivatives: $\frac{dx}{dt} = 3t^2 - 2$ and $\frac{dy}{dt} = 4$. The arc length integral becomes $\int_{-1}^2 \sqrt{(3t^2-2)^2 + 4^2} dt$. Choice D incorrectly uses the original functions instead of their derivatives, showing $(t^3-2t)^2 + (4t)^2$ under the square root. The fundamental principle is that arc length depends on the rate of change (derivatives), not the position functions themselves.
A curve is $x=t-\sin t$, $y=1-\cos t$ for $0\le t\le 2\pi$; which integral gives its arc length?
$\displaystyle \int_{0}^{2\pi}\sqrt{(1+\cos t)^2+(\sin t)^2},dt$
$\displaystyle \int_{0}^{2\pi}\sqrt{(t-\sin t)^2+(1-\cos t)^2},dt$
$\displaystyle \int_{0}^{2\pi}\sqrt{(1-\cos t)^2+(\sin t)^2},dt$
$\displaystyle \int_{0}^{\pi}\sqrt{(1-\cos t)^2+(\sin t)^2},dt$
$\displaystyle \int_{0}^{2\pi}\left((1-\cos t)^2+(\sin t)^2\right),dt$
Explanation
Arc length for parametric curves uses $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. Given $x = t - \sin t$ and $y = 1 - \cos t$, we compute derivatives: $\frac{dx}{dt} = 1 - \cos t$ and $\frac{dy}{dt} = \sin t$. The arc length integral becomes $\int_0^{2\pi} \sqrt{(1-\cos t)^2 + (\sin t)^2} dt$. Choice C incorrectly uses the original parametric functions $(t-\sin t)^2 + (1-\cos t)^2$ instead of their derivatives. The key insight is that arc length depends on instantaneous velocity (derivatives), not position.
For $x=1+t^2$ and $y=t^3-1$ on $1\le t\le3$, which integral represents the arc length?
$\displaystyle \int_{1}^{3}\sqrt{(2t)^2+(3t^2)^2},dt$
$\displaystyle \int_{1}^{3}\sqrt{(1+t^2)^2+(t^3-1)^2},dt$
$\displaystyle \int_{1}^{3}\sqrt{(2t)+(3t^2)},dt$
$\displaystyle \int_{1}^{3}\sqrt{1+\left(\frac{3t^2}{2t}\right)^2},dt$
$\displaystyle \int_{1}^{3}\left((2t)^2+(3t^2)^2\right),dt$
Explanation
To find the arc length of this parametric curve, we use the formula $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. For $x = 1 + t^2$, differentiating gives $\frac{dx}{dt} = 2t$. For $y = t^3 - 1$, differentiating gives $\frac{dy}{dt} = 3t^2$. Substituting these derivatives into the arc length formula yields $\int_1^3 \sqrt{(2t)^2 + (3t^2)^2} dt$. Choice E incorrectly uses the original parametric functions $(1+t^2)$ and $(t^3-1)$ instead of their derivatives, which is a fundamental misunderstanding of how arc length measures distance along a curve. The essential principle is that arc length integrals always contain squared derivatives, not the original functions.
For $x=\ln(1+t)$ and $y=t^2$ on $0\le t\le3$, which integral sets up the arc length?
$\displaystyle \int_{0}^{3}\sqrt{\left(\ln(1+t)\right)^2+(t^2)^2},dt$
$\displaystyle \int_{0}^{3}\sqrt{1+\left(\frac{2t}{1/(1+t)}\right)^2},dt$
$\displaystyle \int_{0}^{3}\sqrt{\left(\frac{1}{1+t}\right)+(2t)},dt$
$\displaystyle \int_{0}^{3}\left(\left(\frac{1}{1+t}\right)^2+(2t)^2\right),dt$
$\displaystyle \int_{0}^{3}\sqrt{\left(\frac{1}{1+t}\right)^2+(2t)^2},dt$
Explanation
To find the arc length of this parametric curve, we apply the formula $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. For $x = \ln(1+t)$, we use the chain rule to get $\frac{dx}{dt} = \frac{1}{1+t}$. For $y = t^2$, we have $\frac{dy}{dt} = 2t$. Substituting these derivatives gives $\int_0^3 \sqrt{\left(\frac{1}{1+t}\right)^2 + (2t)^2} dt$. Choice E incorrectly uses the original functions $\ln(1+t)$ and $t^2$ instead of their derivatives, which is a common error when students forget that arc length measures the rate of change along the curve. The essential principle is that arc length integrals always contain derivatives, not the original parametric functions.
A parametric curve is $x=t-\frac{1}{t}$ and $y=t+\frac{1}{t}$ for $1\le t\le2$. Which integral gives arc length?
$\displaystyle \int_{1}^{2}\sqrt{\left(1+\frac{1}{t^2}\right)+\left(1-\frac{1}{t^2}\right)},dt$
$\displaystyle \int_{1}^{2}\left(\left(1+\frac{1}{t^2}\right)^2+\left(1-\frac{1}{t^2}\right)^2\right),dt$
$\displaystyle \int_{1}^{2}\sqrt{\left(t-\frac{1}{t}\right)^2+\left(t+\frac{1}{t}\right)^2},dt$
$\displaystyle \int_{1}^{2}\sqrt{1+\left(\frac{1-1/t^2}{1+1/t^2}\right)^2},dt$
$\displaystyle \int_{1}^{2}\sqrt{\left(1+\frac{1}{t^2}\right)^2+\left(1-\frac{1}{t^2}\right)^2},dt$
Explanation
This problem requires finding the arc length using the parametric formula $L = \int_a^b \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt$. For $x = t - \frac{1}{t}$, we differentiate to get $\frac{dx}{dt} = 1 + \frac{1}{t^2}$. For $y = t + \frac{1}{t}$, we differentiate to get $\frac{dy}{dt} = 1 - \frac{1}{t^2}$. Substituting these derivatives gives $\int_1^2 \sqrt{\left(1+\frac{1}{t^2}\right)^2 + \left(1-\frac{1}{t^2}\right)^2} dt$. Choice E incorrectly shows the original parametric expressions rather than their derivatives, which would not measure the instantaneous velocity needed for arc length. The key strategy is to always differentiate parametric equations before constructing the arc length integral.