A particle moves with and for . What distance is traveled?
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice Arc Length Of Smooth Planar Curve in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A particle moves with x(t)=2sint and y(t)=2cost for 0≤t≤2π. What distance is traveled?
This quiz focuses on Arc Length Of Smooth Planar Curve, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A particle moves with x(t)=2sint and y(t)=2cost for 0≤t≤2π. What distance is traveled?
Explanation: This particle moves along a circle of radius 2, with velocity components dtdx=2cos(t) and dtdy=−2sin(t). The speed is (2cost)2+(−2sint)2=4cos2t+4sin2t=2cos2t+sin2t=2. With constant speed 2, the distance from t=0 to t=π/2 is ∫0π/22dt=2(π/2)=π. Choice B (2π) would be a full circle, while we only travel a quarter circle. The key is recognizing that for circular motion with radius r, the constant speed equals r times the angular velocity (here r=2, ω=1).
A cyclist’s position is r(t)=⟨cost,sint⟩ for 0≤t≤π. What is the total distance traveled?
Explanation: This problem involves finding the distance traveled along a circular path given by parametric equations. The velocity components are dx/dt = -sin(t) and dy/dt = cos(t), giving speed = √[(-sin t)² + (cos t)²] = √[sin²t + cos²t] = 1. Since the speed is constant at 1, the distance traveled from t=0 to t=π equals ∫₀^π 1 dt = π. Choice B (2π) would be the full circumference, but we only travel half the circle. The key insight is recognizing that for uniform circular motion, speed equals the radius (1 in this case), making distance calculations straightforward.
For x(t)=ln(t+1) and y(t)=t on 0≤t≤3, which integral equals arc length?
Explanation: The skill tested is formulating the arc length integral for distance traveled with non-polynomial parametrics. Distance traveled integrates the magnitude of velocity, distinguishing it from signed displacement which could net zero for closed paths. For x(t) = ln(t+1) and y(t) = √t, dx/dt = 1/(t+1) and dy/dt = 1/(2√t), yielding ∫ √[(1/(t+1))² + (1/(2√t))²] dt from 0 to 3. Choice C is tempting, using positions ln(t+1) and √t inside the square root instead of their derivatives. Adopt the magnitude-first approach: calculate derivatives for velocity, find the magnitude via square root of summed squares, and integrate to get arc length.
A particle moves with x(t)=t2−1 and y(t)=3t for 0≤t≤2. Which integral gives total distance traveled?
Explanation: This problem asks for the total distance traveled, which requires finding the arc length of the parametric curve. For parametric equations x(t) and y(t), distance is calculated using the speed formula: ∫√[(dx/dt)² + (dy/dt)²]dt. Here, dx/dt = 2t and dy/dt = 3, so we need ∫₀² √[(2t)² + 3²]dt. Choice A incorrectly adds the derivatives instead of using the Pythagorean formula for speed. Remember: distance traveled always uses the magnitude of velocity, found by taking the square root of the sum of squared component derivatives.
Two particles move for 0≤t≤1: r1=⟨t,t⟩, r2=⟨t,2t⟩. Which travels farther?
Explanation: Particle 1 has velocity v₁ = ⟨1,1⟩ with speed |v₁| = √[1² + 1²] = √2. Particle 2 has velocity v₂ = ⟨1,2⟩ with speed |v₂| = √[1² + 2²] = √5. Since √5 > √2 and both speeds are constant, particle 2 travels farther: distance₂ = √5 × 1 > √2 × 1 = distance₁. Choice A confuses velocity magnitude with individual components. Choice C incorrectly assumes equal speeds. For distance comparisons, always calculate speed as the magnitude of the velocity vector, not just looking at components.
For x(t)=t3 and y(t)=t2 on −1≤t≤1, which expression equals the distance traveled?
Explanation: To find distance traveled for the parametric curve x(t)=t³, y(t)=t², we need the arc length formula with derivatives dx/dt = 3t² and dy/dt = 2t. The speed is √[(3t²)² + (2t)²] = √[9t⁴ + 4t²] = |t|√[9t² + 4]. The integral becomes ∫₋₁¹ |t|√[9t² + 4] dt, which equals ∫₋₁¹ √[(3t²)² + (2t)²] dt since the square root handles the absolute value. Choice A incorrectly tries to use absolute value of a sum rather than the magnitude formula. Always use the Pythagorean theorem for speed: √[(dx/dt)² + (dy/dt)²], not |dx/dt + dy/dt|.
For x(t)=et, y(t)=e−t on 0≤t≤1, which integral represents the arc length?
Explanation: For x(t) = e^t and y(t) = e^(-t), we calculate x'(t) = e^t and y'(t) = -e^(-t). The arc length integrand is √[(e^t)² + (-e^(-t))²] = √[e^(2t) + e^(-2t)]. Therefore, the correct integral is ∫₀¹ √[e^(2t) + e^(-2t)]dt. Choice B shows e^t - e^(-t), which incorrectly subtracts the derivatives without squaring and taking the square root—this would give displacement, not distance. Remember that arc length always uses the speed formula √[(x'(t))² + (y'(t))²], ensuring all contributions are positive.
A particle has r(t)=⟨t2,t2⟩ for −1≤t≤2; which setup gives distance traveled?
Explanation: This question evaluates computing the distance traveled via arc length for a parametric curve with negative t values. Distance is the integral of speed, the magnitude of velocity, not signed displacement, to account for the entire path regardless of direction. For r(t)=⟨t2,t2⟩, dtdx=2t and dtdy=2t, so ∫−12(2t)2+(2t)2dt gives the distance. A tempting distractor is choice E, which uses positions t2 instead of derivatives 2t in the integrand. The magnitude-first strategy is key: always derive to get velocity, compute its magnitude with the square root, then integrate over the interval for total distance.
A particle moves on r(t)=⟨et,e−t⟩ for −1≤t≤1; which integral equals its distance traveled?
Explanation: The skill being tested is calculating the arc length or distance traveled by a particle along a parametric curve. The distance traveled is found by integrating the speed, which is the magnitude of the velocity vector, over the time interval. This differs from displacement, which is the straight-line distance from start to end and can be signed. For r(t) = <e^t, e^{-t}>, the velocity components are e^t and -e^{-t}, so the integral is ∫ from -1 to 1 of sqrt((e^t)² + (-e^{-t})²) dt, matching choice C. A tempting distractor is choice D, which reverses the limits, yielding a negative value unsuitable for distance. Always compute the magnitude inside the integral first to capture the instantaneous speed. This magnitude-first strategy ensures accurate distance for any parametric path.
Two particles move for 0≤t≤1: r1(t)=⟨t,0⟩ and r2(t)=⟨t,t2⟩; which travels farther?
Explanation: The skill being tested is calculating the arc length or distance traveled by a particle along a parametric curve. The distance traveled is found by integrating the speed, which is the magnitude of the velocity vector, over the time interval. This differs from displacement, which is the straight-line distance from start to end and can be signed. For the two particles, particle 2's path along the parabola has greater length since ∫ sqrt(1 + 4t²) dt > ∫ 1 dt, matching choice B. A tempting distractor is choice C, which equates distances based on x-displacement alone, ignoring the y-component. Always compute the magnitude inside the integral first to capture the instantaneous speed. This magnitude-first strategy ensures accurate distance for any parametric path.
A particle follows r(t)=⟨3cost,4sint⟩ for 0≤t≤2π; which integral gives distance?
Explanation: The skill being tested is calculating the arc length or distance traveled by a particle along a parametric curve. The distance traveled is found by integrating the speed, which is the magnitude of the velocity vector, over the time interval. This differs from displacement, which is the straight-line distance from start to end and can be signed. For r(t) = <3 cos t, 4 sin t>, the velocity components are -3 sin t and 4 cos t, so the integral is ∫ from 0 to π/2 of sqrt(9 sin² t + 16 cos² t) dt, matching choice B. A tempting distractor is choice A, which swaps the coefficients, altering the ellipse axes. Always compute the magnitude inside the integral first to capture the instantaneous speed. This magnitude-first strategy ensures accurate distance for any parametric path.
A particle has x(t)=t3−3t, y(t)=4t on −1≤t≤2; which is the correct distance integral?
Explanation: The skill being tested is calculating the arc length or distance traveled by a particle along a parametric curve. The distance traveled is found by integrating the speed, which is the magnitude of the velocity vector, over the time interval. This differs from displacement, which is the straight-line distance from start to end and can be signed. For x=t³-3t, y=4t, the velocity components are 3t²-3 and 4, so the integral is ∫ from -1 to 2 of sqrt((3t²-3)² + 4²) dt, matching choice A. A tempting distractor is choice E, which computes the magnitude of the integrals separately, giving displacement instead. Always compute the magnitude inside the integral first to capture the instantaneous speed. This magnitude-first strategy ensures accurate distance for any parametric path.
A drone follows r(t)=⟨et,e−t⟩ for 0≤t≤1. Which integral gives its distance traveled?
Explanation: For the parametric curve r(t)=⟨et,e−t⟩, we calculate distance using derivatives dtdx=et and dtdy=−e−t. The speed formula gives [(et)2+(−e−t)2]=[e2t+e−2t]. Choice C omits the negative sign on the y-derivative, but since we square it, (−e−t)2=e−2t, making choice E correct. Choice B incorrectly adds inside the square root instead of squaring first. Remember: when finding speed, always square the individual derivatives before adding—the negative sign on dtdy matters for direction but not for speed magnitude.
Two particles: r1(t)=⟨t,2t⟩, r2(t)=⟨2t,t⟩ for 0≤t≤1; compare distances traveled.
Explanation: To compare distances traveled, we need to compute arc length for each particle. For r₁(t) = ⟨t, 2t⟩: velocity is ⟨1, 2⟩, speed is √[1² + 2²] = √5. Distance traveled: ∫₀¹ √5 dt = √5. For r₂(t) = ⟨2t, t⟩: velocity is ⟨2, 1⟩, speed is √[2² + 1²] = √5. Distance traveled: ∫₀¹ √5 dt = √5. Both particles travel the same distance √5, despite following different paths. This illustrates that arc length depends on speed magnitude, not on the specific path direction. When comparing distances, always compute the integral of speed for each particle.
A particle has velocity v(t)=⟨6t,−8⟩ for 0≤t≤1; which integral gives distance traveled?
Explanation: Given velocity v(t) = ⟨6t, -8⟩, distance traveled is found by integrating speed (magnitude of velocity). The speed is |v(t)| = √[(6t)² + (-8)²] = √[36t² + 64]. The correct integral is ∫₀¹ √[(6t)² + (-8)²] dt. Choice B shows 6t - 8, which incorrectly subtracts components—this would give a signed quantity that could be negative, but distance is always non-negative. When given velocity directly, distance traveled equals ∫|v(t)| dt, where |v(t)| is the magnitude of the velocity vector.
A particle moves on r(t)=⟨t2,t3⟩ for 0≤t≤1. Which integral gives the distance traveled?
Explanation: This problem asks for the distance traveled by a particle, which requires finding the arc length of the parametric curve. For parametric equations x(t) = t² and y(t) = t³, we find the derivatives: x'(t) = 2t and y'(t) = 3t². The arc length formula for parametric curves is ∫√[(x'(t))² + (y'(t))²]dt, which gives us ∫₀¹√[(2t)² + (3t²)²]dt. Choice A incorrectly adds the derivatives directly without taking the magnitude, which would give displacement rather than distance. The key strategy is to always use the speed formula √[(dx/dt)² + (dy/dt)²] inside the integral when finding distance traveled.
For x(t)=cost, y(t)=sint on 0≤t≤π, what is the distance traveled?
Explanation: This problem involves finding the distance traveled along a parametric curve representing a semicircle. Given x(t) = cos t and y(t) = sin t, we compute x'(t) = -sin t and y'(t) = cos t. The speed is √[(-sin t)² + (cos t)²] = √[sin²t + cos²t] = √1 = 1. Therefore, the distance traveled is ∫₀^π 1 dt = π. Choice D temptingly shows the derivatives but incorrectly adds them without squaring and taking the square root first. Remember that distance traveled always uses the magnitude of velocity, found by √[(x'(t))² + (y'(t))²], integrated over the time interval.
For r(t)=⟨lnt,t2⟩ on 1≤t≤e, which integral equals the arc length?
Explanation: The skill being tested is calculating the arc length or distance traveled by a particle along a parametric curve. The distance traveled is found by integrating the speed, which is the magnitude of the velocity vector, over the time interval. This differs from displacement, which is the straight-line distance from start to end and can be signed. For r(t) = <ln t, t²>, the velocity components are 1/t and 2t, so the integral is ∫ from 1 to e of sqrt((1/t)² + (2t)²) dt, matching choice A. A tempting distractor is choice B, which adds the components without the square root, giving a different quantity. Always compute the magnitude inside the integral first to capture the instantaneous speed. This magnitude-first strategy ensures accurate distance for any parametric path.
A particle follows x(t)=t, y(t)=lnt for 1≤t≤e. Which is the correct distance traveled setup?
Explanation: To find the distance traveled by a particle with position x(t) = t and y(t) = ln t, we need the arc length formula. Taking derivatives: x'(t) = 1 and y'(t) = 1/t. The arc length integral becomes ∫₁^e √[1² + (1/t)²]dt = ∫₁^e √[1 + 1/t²]dt. Choice B incorrectly adds the derivatives directly (1 + 1/t) without squaring and taking the square root, which would not give the correct speed. The fundamental principle is that arc length requires integrating the speed √[(dx/dt)² + (dy/dt)²], not the sum of derivatives.
For x(t)=t, y(t)=lnt on 1≤t≤e, which is the correct arc length integral?
Explanation: For x(t) = t and y(t) = ln t on [1, e], we need the arc length integral to find distance traveled. Computing derivatives: dx/dt = 1 and dy/dt = 1/t. The speed is √[1² + (1/t)²] = √[1 + 1/t²]. The correct arc length integral is ∫₁ᵉ √[1 + (1/t)²] dt. Choice B shows 1 + 1/t without the square root, which would incorrectly add the derivatives algebraically rather than finding their magnitude. Remember that arc length always uses the formula ∫√[(dx/dt)² + (dy/dt)²] dt, requiring the square root of the sum of squares.