šŸŽ“ BookMCQ
← Back to 6. Integration

šŸ“ Displacement vs distance traveled integration (26 MCQs)

šŸ“– From Calculus • 6. Integration • 26 questions available

What is Displacement vs distance traveled integration?

Definition:
Displacement is the net change in position ∫abv(t) dt\int_a^b v(t) \, dt, while distance traveled is the total path length ∫ab∣v(t)āˆ£ā€‰dt\int_a^b |v(t)| \, dt. Distance requires splitting the integral at points where velocity changes sign.

Example:
For v(t)=tāˆ’1v(t) = t-1 on [0,2]. Displacement: ∫02(tāˆ’1)dt=0\int_0^2 (t-1) dt = 0. Distance: Split at t=1. ∫01āˆ’(tāˆ’1)dt+∫12(tāˆ’1)dt=0.5+0.5=1\int_0^1 -(t-1) dt + \int_1^2 (t-1) dt = 0.5 + 0.5 = 1.

Reason:
Distinguishing these prevents errors in navigation and logistics, where total fuel consumption (distance) differs from final location relative to start (displacement).

15
Easy
11
Medium
0
Hard

šŸ“ All Displacement vs distance traveled integration MCQs

Q1. A particle moves along a line with velocity v(t)=3t2āˆ’12t+9v(t) = 3t^2 - 12t + 9 m/s. What is the displacement of the particle from t=0t=0 to t=4t=4 seconds?

A.0 m
B.4 m āœ…
C.8 m
D.12 m
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: Displacement is the integral of velocity: ∫04(3t2āˆ’12t+9)dt=[t3āˆ’6t2+9t]04=(64āˆ’96+36)āˆ’0=4\int_0^4 (3t^2 - 12t + 9) dt = [t^3 - 6t^2 + 9t]_0^4 = (64 - 96 + 36) - 0 = 4 m. The particle ends 4 meters from its starting position. It is important to remember that displacement is the net change in position and can be positive, negative, or zero.

Q2. For the same particle with v(t)=3t2āˆ’12t+9v(t) = 3t^2 - 12t + 9 m/s, what is the total distance traveled from t=0t=0 to t=4t=4 seconds?

A.4 m
B.8 m
C.12 m āœ…
D.16 m
šŸ’” Difficulty: medium | āœ… Correct: C

šŸ“– Explanation: Distance traveled requires integrating the absolute value of velocity: ∫04∣3t2āˆ’12t+9∣dt\int_0^4 |3t^2 - 12t + 9| dt. The velocity is zero at t=1t=1 and t=3t=3. On [0,1], v≄0; on [1,3], v≤0; on [3,4], v≄0. Distance = ∫01vdtāˆ’āˆ«13vdt+∫34vdt=4āˆ’(āˆ’4)+4=12\int_0^1 v dt - \int_1^3 v dt + \int_3^4 v dt = 4 - (-4) + 4 = 12 m. The particle changes direction, so distance traveled is greater than displacement.

Q3. A student computes the distance traveled by a particle with velocity v(t)=cos⁔tv(t) = \cos t from t=0t=0 to t=Ļ€t=\pi as ∫0Ļ€cos⁔t dt=0\int_0^\pi \cos t \, dt = 0. What error did the student make?

A.They integrated the wrong function.
B.They forgot to take the absolute value of velocity. āœ…
C.They used the wrong limits of integration.
D.They misapplied the Fundamental Theorem of Calculus.
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: The student computed displacement (net change in position), not distance traveled. Distance traveled is ∫0Ļ€āˆ£cos⁔t∣dt\int_0^\pi |\cos t| dt. Since cos⁔t\cos t is positive on [0, Ļ€/2] and negative on [Ļ€/2, Ļ€], the correct distance is ∫0Ļ€/2cos⁔tdtāˆ’āˆ«Ļ€/2Ļ€cos⁔tdt=1āˆ’(āˆ’1)=2\int_0^{Ļ€/2} \cos t dt - \int_{Ļ€/2}^Ļ€ \cos t dt = 1 - (-1) = 2. The student's error is a classic mistake: confusing net displacement with total path length.

Q4. A particle's velocity is given by v(t)=t2āˆ’4t+3v(t) = t^2 - 4t + 3. At t=0t=0, the particle is at s=5s=5. What is the position of the particle at t=4t=4?

A.73\frac{7}{3}
B.13\frac{1}{3}
C.163\frac{16}{3}
D.223\frac{22}{3} āœ…
šŸ’” Difficulty: easy | āœ… Correct: D

Q5. A particle moves with velocity v(t)=sin⁔(Ļ€t)v(t) = \sin(\pi t). What is the total distance traveled from t=0t=0 to t=2t=2?

A.0
B.1
C.2 āœ…
D.4
šŸ’” Difficulty: medium | āœ… Correct: C

Q6. The velocity of a particle is graphed as a straight line from (0,2) to (4,6). What is the displacement of the particle from t=0t=0 to t=4t=4?

A.8 units
B.12 units
C.16 units āœ…
D.20 units
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: The velocity function is v(t)=t+2v(t) = t + 2. Displacement = ∫04(t+2)dt=[t2/2+2t]04=8+8=16\int_0^4 (t+2) dt = [t^2/2 + 2t]_0^4 = 8 + 8 = 16. This can also be found as the area under the velocity curve, which is a trapezoid with bases 2 and 6 and height 4: area = (1/2)(2+6)(4)=16(1/2)(2+6)(4) = 16. Since the velocity is always positive, displacement equals distance traveled.

Q7. A particle's acceleration is a(t)=6ta(t) = 6t. If v(0)=2v(0) = 2 and s(0)=1s(0) = 1, what is the distance traveled from t=0t=0 to t=2t=2?

A.10
B.12 āœ…
C.14
D.16
šŸ’” Difficulty: easy | āœ… Correct: B

šŸ“– Explanation: v(t)=∫6tdt=3t2+Cv(t) = \int 6t dt = 3t^2 + C. With v(0)=2v(0) = 2, C=2C = 2, so v(t)=3t2+2v(t) = 3t^2 + 2, which is always positive. Distance = displacement = ∫02(3t2+2)dt=[t3+2t]02=8+4=12\int_0^2 (3t^2 + 2) dt = [t^3 + 2t]_0^2 = 8 + 4 = 12. The acceleration is always positive, so velocity increases from 2 to 14, never changing sign, so distance equals displacement.

Q8. A student calculates the distance traveled by a particle with velocity v(t)=t2āˆ’1v(t) = t^2 - 1 from t=0t=0 to t=2t=2 as ∫02(t2āˆ’1)dt=2/3\int_0^2 (t^2 - 1) dt = 2/3. What is the correct distance?

A.02-Mar
B.04-Mar
C.2 āœ…
D.08-Mar
šŸ’” Difficulty: medium | āœ… Correct: C

Q9. A particle moves with velocity v(t)=4tāˆ’t2v(t) = 4t - t^2. At t=0t=0, the particle is at s=3s=3. What is the maximum displacement from the starting point during the interval 0≤t≤40 \le t \le 4?

A.323\frac{32}{3}
B.413\frac{41}{3} āœ…
C.443\frac{44}{3}
D.503\frac{50}{3}
šŸ’” Difficulty: medium | āœ… Correct: B

Q10. A particle moves with velocity v(t)=etāˆ’2v(t) = e^t - 2. What is the total distance traveled from t=0t=0 to t=ln⁔4t=\ln 4?

A.4āˆ’ln⁔44 - \ln 4
B.4āˆ’ln⁔4āˆ’14 - \ln 4 - 1
C.4āˆ’2ln⁔2āˆ’14 - 2\ln 2 - 1 āœ…
D.4āˆ’2ln⁔24 - 2\ln 2
šŸ’” Difficulty: easy | āœ… Correct: C

Q11. A particle's velocity is v(t)=3t2āˆ’6tv(t) = 3t^2 - 6t. If the particle starts at s=0s=0, what is the position at t=3t=3?

A.0 āœ…
B.3
C.6
D.9
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: s(t)=∫0t(3u2āˆ’6u)du=[u3āˆ’3u2]0t=t3āˆ’3t2s(t) = \int_0^t (3u^2 - 6u) du = [u^3 - 3u^2]_0^t = t^3 - 3t^2. At t=3t=3, s(3)=27āˆ’27=0s(3) = 27 - 27 = 0. The particle returns to the starting point. This is a straightforward Easy of the relationship between velocity and position.

Q12. For the particle in the previous question, what is the total distance traveled from t=0t=0 to t=3t=3?

A.0
B.6
C.12 āœ…
D.18
šŸ’” Difficulty: medium | āœ… Correct: C

Q13. The graph of velocity v(t)v(t) is a semicircle of radius 2 centered at (2,0) above the t-axis. What is the displacement from t=0t=0 to t=4t=4?

A.2Ļ€2\pi āœ…
B.4Ļ€4\pi
C.Ļ€\pi
D.8Ļ€8\pi
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: The area under the velocity curve is the area of a semicircle with radius 2: area = 12Ļ€(2)2=2Ļ€\frac{1}{2}\pi(2)^2 = 2\pi. Since the velocity is always nonnegative, displacement equals the area under the curve. The graph is a semicircle, so the integral is simply the geometric area.

Q14. If the velocity graph in the previous question is a semicircle, what is the total distance traveled?

A.2Ļ€2\pi āœ…
B.4Ļ€4\pi
C.Ļ€\pi
D.8Ļ€8\pi
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Since the velocity is always nonnegative (the semicircle is above the t-axis), the distance traveled equals the displacement. Both are the area under the curve, which is 2Ļ€2\pi. This is a simple case where distance and displacement are equal because the particle never changes direction.

Q15. A particle moves with velocity v(t)=2tāˆ’3v(t) = 2t - 3. What is the average velocity from t=1t=1 to t=4t=4?

A.1
B.2 āœ…
C.3
D.4
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: Average velocity = 14āˆ’1∫14(2tāˆ’3)dt=13[t2āˆ’3t]14=13[(16āˆ’12)āˆ’(1āˆ’3)]=13[4āˆ’(āˆ’2)]=13[6]=2\frac{1}{4-1} \int_1^4 (2t - 3) dt = \frac{1}{3} [t^2 - 3t]_1^4 = \frac{1}{3} [(16 - 12) - (1 - 3)] = \frac{1}{3} [4 - (-2)] = \frac{1}{3} [6] = 2. The average velocity is the displacement divided by the time interval, which is also the average value of the velocity function.

Q16. A particle's position is given by s(t)=t3āˆ’6t2+9t+2s(t) = t^3 - 6t^2 + 9t + 2. What is the total distance traveled from t=0t=0 to t=4t=4?

A.8
B.10
C.12 āœ…
D.14
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: v(t) = s'(t) = 3t^2 - 12t + 9 = 3(t-1)(t-3). Velocity is positive on (0,1), negative on (1,3), positive on (3,4). Distance = ∫01v(t)dtāˆ’āˆ«13v(t)dt+∫34v(t)dt\int_0^1 v(t) dt - \int_1^3 v(t) dt + \int_3^4 v(t) dt. s(1)=1āˆ’6+9+2=6s(1) = 1 - 6 + 9 + 2 = 6. s(3)=27āˆ’54+27+2=2s(3) = 27 - 54 + 27 + 2 = 2. s(4)=64āˆ’96+36+2=6s(4) = 64 - 96 + 36 + 2 = 6. Displacement from 0 to 1 is s(1)āˆ’s(0)=6āˆ’2=4s(1)-s(0) = 6-2 = 4. From 1 to 3 is s(3)āˆ’s(1)=2āˆ’6=āˆ’4s(3)-s(1) = 2-6 = -4. From 3 to 4 is s(4)āˆ’s(3)=6āˆ’2=4s(4)-s(3) = 6-2 = 4. Total distance = 4+4+4=124 + 4 + 4 = 12. This method uses the position function directly to find distances between turning points.

Q17. A particle moves with velocity v(t)=cos⁔(2t)v(t) = \cos(2t). What is the displacement from t=0t=0 to t=Ļ€t=\pi?

A.0 āœ…
B.1
C.-1
D.2
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: ∫0Ļ€cos⁔(2t)dt=[sin⁔(2t)/2]0Ļ€=0\int_0^\pi \cos(2t) dt = [\sin(2t)/2]_0^\pi = 0. The integral of a cosine over a full period is zero. The particle returns to its starting position after one full period of the velocity function.

Q18. For the same particle with v(t)=cos⁔(2t)v(t) = \cos(2t), what is the total distance traveled from t=0t=0 to t=Ļ€t=\pi?

A.1
B.2 āœ…
C.3
D.4
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: cos⁔(2t)\cos(2t) changes sign at t=Ļ€/4,3Ļ€/4t = \pi/4, 3\pi/4. Distance = ∫0Ļ€/4cos⁔(2t)dtāˆ’āˆ«Ļ€/43Ļ€/4cos⁔(2t)dt+∫3Ļ€/4Ļ€cos⁔(2t)dt\int_0^{\pi/4} \cos(2t) dt - \int_{\pi/4}^{3\pi/4} \cos(2t) dt + \int_{3\pi/4}^{\pi} \cos(2t) dt. Each of the three integrals has magnitude 1/21/2. Actually, ∫0Ļ€/4cos⁔(2t)dt=[sin⁔(2t)/2]0Ļ€/4=1/2\int_0^{\pi/4} \cos(2t) dt = [\sin(2t)/2]_0^{\pi/4} = 1/2. The integral from Ļ€/4\pi/4 to 3Ļ€/43\pi/4 is āˆ’1-1, so its absolute value is 1. The integral from 3Ļ€/43\pi/4 to Ļ€\pi is 1/21/2. Total distance = 1/2+1+1/2=21/2 + 1 + 1/2 = 2. The particle moves back and forth, so distance is greater than displacement.

Q19. A particle's velocity is v(t)=t3āˆ’4tv(t) = t^3 - 4t. At t=0t=0, the particle is at s=2s=2. What is the position at t=3t=3?

A.114\frac{11}{4} āœ…
B.134\frac{13}{4}
C.154\frac{15}{4}
D.174\frac{17}{4}
šŸ’” Difficulty: easy | āœ… Correct: A

Q20. What is the total distance traveled by the particle in the previous question from t=0t=0 to t=3t=3?

A.654\frac{65}{4}
B.674\frac{67}{4} āœ…
C.694\frac{69}{4}
D.714\frac{71}{4}
šŸ’” Difficulty: easy | āœ… Correct: B

Q21. A student claims that for any velocity function, the distance traveled is always greater than or equal to the displacement. Is the student correct?

A.Yes, because distance is the integral of the absolute value. āœ…
B.Yes, because displacement is always less than distance.
C.No, because if velocity is always positive, they are equal.
D.No, because displacement can be greater than distance.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: The student is correct. Distance is ∫∣v∣dt\int |v| dt, and displacement is ∫vdt\int v dt. Since ∣vāˆ£ā‰„v|v| \ge v, the integral of ∣v∣|v| is always greater than or equal to the integral of vv. They are equal only when vv does not change sign (i.e., the particle never reverses direction). This is a fundamental inequality in calculus.

Q22. A particle moves with velocity v(t)=2tv(t) = 2t. What is the distance traveled from t=0t=0 to t=3t=3?

A.9 āœ…
B.6
C.3
D.12
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: ∫032tdt=[t2]03=9\int_0^3 2t dt = [t^2]_0^3 = 9. Since the velocity is always positive, distance equals displacement. This is a straightforward integration problem.

Q23. A particle moves with velocity v(t)=3t2āˆ’6t+3=3(tāˆ’1)2v(t) = 3t^2 - 6t + 3 = 3(t-1)^2. What is the total distance traveled from t=0t=0 to t=2t=2?

A.2 āœ…
B.3
C.4
D.5
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: The velocity is always nonnegative (it's a square), so it never changes sign. Distance = displacement = ∫023(tāˆ’1)2dt=[(tāˆ’1)3]02=1āˆ’(āˆ’1)=2\int_0^2 3(t-1)^2 dt = [(t-1)^3]_0^2 = 1 - (-1) = 2. Even though the velocity is zero at t=1t=1, the particle does not change direction; it just momentarily stops. Distance equals displacement because the velocity never becomes negative.

Q24. A particle's velocity is given by v(t)=t2āˆ’4v(t) = t^2 - 4. What is the total distance traveled from t=0t=0 to t=3t=3?

A.233\frac{23}{3} āœ…
B.253\frac{25}{3}
C.293\frac{29}{3}
D.313\frac{31}{3}
šŸ’” Difficulty: easy | āœ… Correct: A

Q25. A particle moves with velocity v(t)=1/tv(t) = 1/t for t>0t > 0. What is the displacement from t=1t=1 to t=e3t=e^3?

A.1
B.2
C.3 āœ…
D.4
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: ∫1e3(1/t)dt=[ln⁔t]1e3=3āˆ’0=3\int_1^{e^3} (1/t) dt = [\ln t]_1^{e^3} = 3 - 0 = 3. Since 1/t>01/t > 0 for t>0t>0, the velocity is always positive, so distance equals displacement. This is a direct Easy of the integral of 1/t.

Q26. A particle's velocity is v(t)=sin⁔t+cos⁔tv(t) = \sin t + \cos t. What is the displacement from t=0t=0 to t=Ļ€t=\pi?

A.0
B.1
C.2 āœ…
D.-1
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: ∫0Ļ€(sin⁔t+cos⁔t)dt=[āˆ’cos⁔t+sin⁔t]0Ļ€=(1+0)āˆ’(āˆ’1+0)=1āˆ’(āˆ’1)=2\int_0^\pi (\sin t + \cos t) dt = [-\cos t + \sin t]_0^\pi = (1 + 0) - (-1 + 0) = 1 - (-1) = 2. The displacement is 2. This requires integrating a sum of trigonometric functions and evaluating at the limits.

šŸ”— Related Topics (MCQs)