Module 1: Measurements and Motion in 1D
"The good thing about science is that it's true whether or not you believe in it."
— Neil deGrasse Tyson
What's the difference between your car's speedometer reading and your average speed on a road trip? The answer lies in understanding instantaneous velocity—the precise speed and direction at any given moment achieved through the mathematical limit process. In this lesson, you'll master how the formal limit definition v = limΔt→0 [Δx/Δt] = dx/dt connects calculus to real-world motion, providing the rigorous foundation for all advanced physics. Get ready to see how the concept of limiting processes resolves the ancient paradox of "instantaneous change" and enables precise mathematical description of motion!
Click the blue buttons to go to the Open Stax reading assignments.
Step 1: Average velocity over interval [t, t+Δt]:
vavg = Δx/Δt = [x(t+Δt) - x(t)]/Δt
Step 2: Make Δt smaller and smaller:
v(t) = limΔt→0 [x(t+Δt) - x(t)]/Δt
= dx/dt
This limit process:
A ★ indicates that this page contains content related to that LO.
CC1.1 Solve problems of motion in one dimension
LO1.1.1 Translate from scientific notation to regular numbers
LO1.1.2 Translate from different measurement systems
★ LO1.1.3 Investigate the quantities that define motion in one dimension
★ LO1.1.4 Analyze a problem in one dimension
Watch these videos to see how the limit-based definition of instantaneous velocity provides the mathematical foundation for all motion analysis. Focus on the transition from discrete approximations to continuous calculus!
Arrange the steps in the correct order for calculating instantaneous velocity using calculus:
Classify each scenario based on the type of motion being described:
Click each card to test your knowledge of velocity and speed concepts:
Velocity includes direction (vector), while speed is magnitude only (scalar).
Find the slope of the tangent line to the position-time graph at that specific point.
The object is moving in the negative direction (opposite to the positive coordinate direction).
It tells us exactly how fast and in what direction an object is moving at any specific moment.
When working with instantaneous velocity problems, remember:
Given x(t) = 3t² + 2t, find v(t) using the formal limit definition, then verify with derivative rules.
Show Solution
Problem: Given x(t) = 3t² + 2t, find v(t) using the formal limit definition, then verify with derivative rules.
Method 1: Limit Definition
v(t) = limΔt→0 [x(t+Δt) - x(t)]/Δt
Step 1: Find x(t+Δt)
x(t+Δt) = 3(t+Δt)² + 2(t+Δt) = 3(t² + 2tΔt + (Δt)²) + 2t + 2Δt
x(t+Δt) = 3t² + 6tΔt + 3(Δt)² + 2t + 2Δt
Step 2: Calculate the difference
x(t+Δt) - x(t) = [3t² + 6tΔt + 3(Δt)² + 2t + 2Δt] - [3t² + 2t]
= 6tΔt + 3(Δt)² + 2Δt = Δt(6t + 3Δt + 2)
Step 3: Apply the limit
v(t) = limΔt→0 [Δt(6t + 3Δt + 2)]/Δt = limΔt→0 (6t + 3Δt + 2) = 6t + 2
Method 2: Derivative Rules
v(t) = dx/dt = d/dt(3t² + 2t) = 6t + 2 ✓
At t = 2 s: v(2) = 6(2) + 2 = 14 m/s
A particle moves with position x(t) = 4sin(2πt) + 2e^(0.1t). Find the velocity function and evaluate at t = 0.25 seconds.
Show Solution
Problem: A particle moves with position x(t) = 4sin(2πt) + 2e^(0.1t). Find the velocity function and evaluate at t = 0.25 seconds.
Solution using derivative rules:
v(t) = dx/dt = d/dt[4sin(2πt) + 2e^(0.1t)]
Term 1: d/dt[4sin(2πt)] = 4 · cos(2πt) · 2π = 8π cos(2πt)
Term 2: d/dt[2e^(0.1t)] = 2 · e^(0.1t) · 0.1 = 0.2e^(0.1t)
Complete velocity function:
v(t) = 8π cos(2πt) + 0.2e^(0.1t)
At t = 0.25 s:
v(0.25) = 8π cos(2π · 0.25) + 0.2e^(0.1 · 0.25)
v(0.25) = 8π cos(π/2) + 0.2e^(0.025)
v(0.25) = 8π(0) + 0.2(1.0253) = 0.205 m/s
This problem demonstrates calculus techniques needed for oscillatory motion with exponential growth.
A particle moves in 2D with position vector r⃗(t) = (3t², 2t³). Find the velocity vector and speed at t = 1 second.
Show Solution
Problem: A particle moves in 2D with position vector r⃗(t) = (3t², 2t³). Find the velocity vector and speed at t = 1 second.
Position vector: r⃗(t) = (3t², 2t³)
Velocity vector: v⃗(t) = dr⃗/dt = (d/dt(3t²), d/dt(2t³)) = (6t, 6t²)
Component analysis:
At t = 1 second:
v⃗(1) = (6(1), 6(1)²) = (6, 6) m/s
Speed (magnitude):
|v⃗(1)| = √(vₓ² + vᵧ²) = √(6² + 6²) = √72 = 6√2 ≈ 8.49 m/s
Direction: θ = arctan(vᵧ/vₓ) = arctan(6/6) = arctan(1) = 45° above horizontal
This demonstrates the vector nature of velocity and introduces 2D motion analysis.
A particle moves along a curve with parametric equations x(t) = 3t² - 2t and y(t) = t³ - 4t. Find the velocity components and speed at t = 2 seconds, then determine when the particle momentarily stops.
Show Solution
Problem: A particle moves along a curve with parametric equations x(t) = 3t² - 2t and y(t) = t³ - 4t. Find the velocity components and speed at t = 2 seconds, then determine when the particle momentarily stops.
Step 1: Find velocity components
vₓ(t) = dx/dt = d/dt(3t² - 2t) = 6t - 2
vᵧ(t) = dy/dt = d/dt(t³ - 4t) = 3t² - 4
Step 2: Velocity vector and speed
v⃗(t) = (6t - 2, 3t² - 4)
|v⃗(t)| = √[(6t - 2)² + (3t² - 4)²]
Step 3: Evaluate at t = 2 s
vₓ(2) = 6(2) - 2 = 10 m/s
vᵧ(2) = 3(4) - 4 = 8 m/s
v⃗(2) = (10, 8) m/s
|v⃗(2)| = √(10² + 8²) = √164 = 2√41 ≈ 12.81 m/s
Step 4: Find when particle stops (v⃗ = 0)
For particle to stop: vₓ = 0 AND vᵧ = 0
6t - 2 = 0 → t = 1/3 s
3t² - 4 = 0 → t = ±2/√3 s ≈ ±1.15 s
No common solution: Particle never completely stops (always has motion in at least one direction)
This demonstrates 2D motion where stopping requires both components to be zero simultaneously.
A rocket's vertical position is given by h(t) = -4.9t² + 120t + 50 (meters), where t is time in seconds. Find: (a) initial velocity, (b) velocity at maximum height, (c) time when rocket hits ground, (d) impact velocity.
Show Solution
Problem: A rocket's vertical position is given by h(t) = -4.9t² + 120t + 50 (meters), where t is time in seconds. Find: (a) initial velocity, (b) velocity at maximum height, (c) time when rocket hits ground, (d) impact velocity.
(a) Initial velocity at t = 0
v(t) = dh/dt = d/dt(-4.9t² + 120t + 50) = -9.8t + 120
v(0) = -9.8(0) + 120 = 120 m/s upward
(b) Velocity at maximum height
At maximum height, v = 0:
-9.8t + 120 = 0 → t = 120/9.8 ≈ 12.24 s
v(12.24) = 0 m/s (at maximum height)
Maximum height: h(12.24) = -4.9(12.24)² + 120(12.24) + 50 ≈ 784 m
(c) Time when rocket hits ground (h = 0)
-4.9t² + 120t + 50 = 0
Using quadratic formula: t = [-120 ± √(120² + 4(4.9)(50))] / (2(-4.9))
t = [-120 ± √(14400 + 980)] / (-9.8) = [-120 ± √15380] / (-9.8)
t = [-120 ± 124.02] / (-9.8)
Taking positive solution: t = (-120 + 124.02) / (-9.8) ≈ 24.9 seconds
(d) Impact velocity
v(24.9) = -9.8(24.9) + 120 = -244.02 + 120 = -124.02 m/s
Impact speed = 124.02 m/s downward
Engineering Insight: The impact speed (124 m/s) is greater than launch speed (120 m/s) due to the 50 m initial height, demonstrating energy conservation principles.
Challenge 3: Complex Oscillatory Motion
A mass on a spring has position x(t) = 5e^(-0.2t)cos(3t) + 2sin(3t). This represents damped oscillation. Find velocity function, analyze long-term behavior, and determine when velocity first equals zero.
Step 1: Find velocity using product and chain rules
x(t) = 5e^(-0.2t)cos(3t) + 2sin(3t)
Term 1: d/dt[5e^(-0.2t)cos(3t)] (use product rule)
= 5[e^(-0.2t)(-3sin(3t)) + cos(3t)(-0.2e^(-0.2t))]
= 5e^(-0.2t)[-3sin(3t) - 0.2cos(3t)]
= -e^(-0.2t)[15sin(3t) + cos(3t)]
Term 2: d/dt[2sin(3t)] = 6cos(3t)
Complete velocity function:
v(t) = -e^(-0.2t)[15sin(3t) + cos(3t)] + 6cos(3t)
Step 2: Long-term behavior analysis
As t → ∞: e^(-0.2t) → 0, so v(t) → 6cos(3t)
Interpretation: Damping dies out, leaving simple harmonic motion with amplitude 6 m/s
Step 3: Find when v(t) = 0 (requires numerical methods)
-e^(-0.2t)[15sin(3t) + cos(3t)] + 6cos(3t) = 0
6cos(3t) = e^(-0.2t)[15sin(3t) + cos(3t)]
This transcendental equation requires numerical solution: t ≈ 0.157 seconds
This problem demonstrates how real physical systems combine exponential decay with oscillation, requiring advanced mathematical techniques.
Challenge 4: GPS Navigation Algorithm
A GPS unit tracks a vehicle moving along a highway with position s(t) = 100t + 5sin(0.1πt) where s is distance along the highway in meters and t is time in seconds. The sine term represents small deviations due to lane changes. Calculate instantaneous velocity and analyze the motion pattern.
Step 1: Find instantaneous velocity
v(t) = ds/dt = d/dt[100t + 5sin(0.1πt)]
v(t) = 100 + 5(0.1π)cos(0.1πt)
v(t) = 100 + 0.5πcos(0.1πt) m/s
Step 2: Analyze velocity components
Step 3: Velocity range analysis
Minimum velocity: 100 - 0.5π ≈ 98.43 m/s (when cos term = -1)
Maximum velocity: 100 + 0.5π ≈ 101.57 m/s (when cos term = +1)
Step 4: GPS sampling simulation
If GPS samples every 1 second, velocity estimates at key times:
Engineering Application: This model helps GPS algorithms distinguish between actual velocity changes and measurement noise in navigation systems.
Challenge 5: Multi-Step Chain Rule Application
A particle moves along a path where position depends on time through a composite function: x(t) = ln(t² + 3t + 2) + √(5t + 1). Find the velocity function and evaluate at t = 3 seconds. Analyze the domain restrictions.
Step 1: Domain analysis
For ln(t² + 3t + 2): need t² + 3t + 2 > 0
Factoring: (t + 1)(t + 2) > 0, so t < -2 or t > -1
For √(5t + 1): need 5t + 1 ≥ 0, so t ≥ -1/5
Combined domain: t > -1/5 = -0.2 seconds
Step 2: Apply chain rule to each term
Term 1: d/dt[ln(t² + 3t + 2)]
= (1/(t² + 3t + 2)) · (2t + 3)
= (2t + 3)/(t² + 3t + 2)
Term 2: d/dt[√(5t + 1)]
= (1/2)(5t + 1)^(-1/2) · 5
= 5/(2√(5t + 1))
Step 3: Complete velocity function
v(t) = (2t + 3)/(t² + 3t + 2) + 5/(2√(5t + 1))
Step 4: Evaluate at t = 3 seconds
v(3) = (2(3) + 3)/(3² + 3(3) + 2) + 5/(2√(5(3) + 1))
v(3) = 9/(9 + 9 + 2) + 5/(2√16)
v(3) = 9/20 + 5/8
v(3) = 0.45 + 0.625 = 1.075 m/s
Step 5: Physical interpretation
The logarithmic term contributes: 0.45 m/s
The square root term contributes: 0.625 m/s
Both terms have decreasing influence as t increases, showing a velocity that approaches zero for large times.
This problem demonstrates the importance of domain analysis and the application of chain rule to complex composite functions in physics.
Anti-lock Braking Systems (ABS)
ABS systems monitor wheel velocity continuously using the derivative of wheel position. When v(t) approaches zero too rapidly (indicating lock-up), the system modulates brake pressure.
Mathematical model: If wheel position θ(t) and target deceleration is a_max, then:
ω(t) = dθ/dt (angular velocity)
α(t) = dω/dt = d²θ/dt² (angular acceleration)
ABS activates when |α(t)| > α_threshold
GPS Velocity Calculation
GPS receivers calculate velocity using position derivatives from multiple satellite signals:
r⃗(t) = position vector from satellites
v⃗(t) = dr⃗/dt (calculated numerically)
Kalman filtering: Combines multiple velocity estimates to reduce noise and account for acceleration predictions.
Rocket Trajectory Optimization
Launch vehicles require precise velocity control. Given thrust profile T(t):
a(t) = T(t)/m(t) - g (acceleration)
v(t) = ∫a(t)dt (velocity)
x(t) = ∫v(t)dt (position)
Optimal trajectories minimize fuel while achieving target orbit velocity.
Blood Flow Velocity
Doppler ultrasound measures blood velocity using frequency shifts:
Δf/f₀ = (2v cos θ)/c
Solving for velocity: v = (Δf · c)/(2f₀ cos θ)
This provides instantaneous velocity measurements for cardiac diagnostics.
The Arrow Paradox: At any instant, a flying arrow occupies a specific position. If it occupies a position, it's not moving. But how can motion exist if at every instant, nothing is moving?
Philosophical Impact: Challenged the very concept of motion and continuous change.
Resolution: Limits and calculus show that instantaneous velocity is the tendency to change position, not actual change at an instant.
Oxford Calculators: Developed concepts of instantaneous velocity using geometric methods.
Nicole Oresme: Used graphical representations to understand velocity as the "slope" of position graphs.
Key Insight: Motion could be analyzed mathematically, not just philosophically.
Isaac Newton: Developed "fluxions" (derivatives) to describe instantaneous rates of change in his Principia.
Gottfried Leibniz: Created systematic differential calculus notation (dx/dt) still used today.
Revolutionary Insight: Instantaneous velocity is the limit of average velocities over infinitesimally small intervals.
Heisenberg Uncertainty Principle: In quantum mechanics, position and velocity cannot both be precisely known simultaneously.
Relativity: Velocity depends fundamentally on the observer's reference frame.
Current Understanding: Classical instantaneous velocity is an idealization useful for macroscopic objects.
Velocity has no absolute meaning—it only exists relative to a chosen reference frame. This relativistic nature is fundamental to physics.
Scenario: You're walking forward at 2 m/s inside a train moving 30 m/s relative to the ground.
| Reference Frame | Your Velocity | Physical Reality? |
|---|---|---|
| Your frame | 2 m/s forward | You feel this velocity |
| Train frame | 2 m/s forward | Passengers see this |
| Ground frame | 32 m/s forward | Ground observers measure this |
| Car (20 m/s) frame | 12 m/s forward | Car passengers measure this |
| Opposite train (-25 m/s) | 57 m/s forward | Opposite train sees this |
Profound Question: Which velocity is "real"? Answer: All of them! Physics is the same in all reference frames.
If velocity in frame A is v⃗ₐ and frame B moves with velocity V⃗ relative to A:
v⃗ᵦ = v⃗ₐ - V⃗
This Galilean transformation shows how velocities change between reference frames.
Mathematical Ideal: Instantaneous velocity requires zero time interval (Δt → 0)
Physical Reality: All measurements require finite time intervals
The Problem: Perfect instantaneous velocity cannot actually be measured!
Method: Track position changes over microsecond intervals
Time resolution: Down to 10⁻⁹ seconds
Approximation: v ≈ Δx/Δt where Δt is very small
Limitation: Still finite time interval, not true instant
Method: Use frequency shift to infer velocity
Physics: f' = f(c + v)/(c - v) for electromagnetic waves
Advantage: Near-instantaneous measurement
Reality check: Averages over wave packet duration
Method: Detect tiny position changes using wave interference
Precision: Down to 10⁻¹⁸ meters (gravitational wave detectors)
Time resolution: Limited by measurement frequency
Application: LIGO gravitational wave detection
At the quantum level, the concept of instantaneous velocity becomes even more problematic.
Example: GPS velocity measurement
Position uncertainty: ±3 meters
Time interval: 1 second
Velocity uncertainty: ±3 m/s
Fundamental limit: No measurement can achieve perfect instantaneous velocity. We can only approach the limit through shorter time intervals and more precise instruments.
Philosophical Challenge: The Nature of Time
Question: If time is discrete (made of indivisible "moments"), does instantaneous velocity exist?
Reflection: How does your answer affect the meaning of derivatives in physics?
Does mathematical physics describe reality, or do we use mathematical models because they're useful? What's the difference?
Conceptual Challenge: Reference Frame Independence
Scenario: Two physicists in different reference frames measure the same moving object and get different velocities.
Question: Who is correct? How do we reconcile different measurements of the same "physical reality"?
Deep Question: If velocity is relative, what does "motion" really mean? Is anything truly at rest?
For very high speeds (approaching light speed), even time intervals become relative!
Classical velocity addition: v = v₁ + v₂
Relativistic velocity addition: v = (v₁ + v₂)/(1 + v₁v₂/c²)
This preview shows how deeper physics challenges even basic concepts like instantaneous velocity.
Practical Challenge: The Limits of Measurement
Thought Experiment: You want to measure the instantaneous velocity of a particle as precisely as possible.
Engineering Question: How do you decide what precision is "good enough" for a practical application?
| Application | Required Precision | Limiting Factors |
|---|---|---|
| Car speedometer | ±1 km/h | Human reaction time, display update rate |
| GPS navigation | ±0.1 m/s | Satellite signal processing time |
| Particle accelerator | ±0.001% of light speed | Electromagnetic field precision |
| Gravitational wave detection | ±10⁻²¹ m/s | Quantum noise, thermal vibrations |
Critical Insight: Perfect measurement is impossible, but understanding limitations enables better engineering decisions.
Interactive Lab: Velocity Measurement Uncertainty
Scenario: You're using a motion detector to measure velocity. The position is measured every 0.01 seconds with ±0.5 cm precision.
| Time (s) | Position (cm) | Uncertainty (cm) |
|---|---|---|
| 0.00 | 10.2 | ±0.5 |
| 0.01 | 11.7 | ±0.5 |
| 0.02 | 13.1 | ±0.5 |
Calculate: v = (13.1 - 10.2)/(0.02 - 0.00) = 2.9/0.02 = 145 cm/s
Uncertainty: δv/v = √[(δΔx/Δx)² + (δΔt/Δt)²]
δΔx = √(0.5² + 0.5²) = 0.71 cm, so δΔx/Δx = 0.71/2.9 ≈ 0.24
δΔt ≈ 0.001 s (timer precision), so δΔt/Δt = 0.001/0.02 = 0.05
Final Result: v = 145 ± 35 cm/s (24% uncertainty)
Interactive Challenge: Reading Velocity from Graphs
Challenge: Analyze this position vs. time graph to find instantaneous velocities at different points.
Position vs. Time Graph
📊 [Graph showing curved motion: x(t) = 2t² + 3t + 1]
Note: Actual graph would be inserted here in Canvas
Find the slope of the tangent line
v(0) = 4(0) + 3 = 3 m/s
The derivative gives the slope!
Solve v(t) = 7
4t + 3 = 7
4t = 4
t = 1 second
Interactive Lab: Dimensional Analysis Detective
Mission: Identify and correct dimensional errors in velocity equations!
Case Study: Automotive Crash Investigation
Scenario: You're an automotive engineer investigating a crash. Skid marks show the car decelerated from unknown speed to 0 over 45 meters in 3.2 seconds.
Order the investigation steps:
v̄ = Δx/Δt = 45 m / 3.2 s = 14.06 m/s
This is the average velocity during braking.
For constant acceleration: v̄ = (v₀ + vf)/2
Since vf = 0: v̄ = v₀/2
Therefore: v₀ = 2v̄ = 2(14.06) = 28.1 m/s
Initial speed: 28.1 m/s = 101.2 km/h
If speed limit was 80 km/h: 21.2 km/h over limit
Conclusion: Driver was speeding significantly
Ultimate Challenge: Spacecraft Rendezvous Problem
Two spacecraft approach the International Space Station. Spacecraft A has position r⃗ₐ(t) = (100cos(0.1t), 100sin(0.1t), 50 + 10t) and Spacecraft B has position r⃗ᵦ(t) = (150 - 5t², 75 - 2t³, 100 - t²). All distances in km, time in minutes. Determine which spacecraft has higher speed at t = 5 minutes and when they are closest to each other.
Step 1: Find velocity vectors
v⃗ₐ(t) = dr⃗ₐ/dt = (-10sin(0.1t), 10cos(0.1t), 10)
v⃗ᵦ(t) = dr⃗ᵦ/dt = (-10t, -6t², -2t)
Step 2: Calculate speeds at t = 5 minutes
v⃗ₐ(5) = (-10sin(0.5), 10cos(0.5), 10) ≈ (-4.79, 8.78, 10)
|v⃗ₐ(5)| = √((-4.79)² + (8.78)² + 10²) ≈ √200.2 ≈ 14.15 km/min
v⃗ᵦ(5) = (-50, -150, -10)
|v⃗ᵦ(5)| = √((-50)² + (-150)² + (-10)²) = √25100 ≈ 158.4 km/min
Result: Spacecraft B has much higher speed (158.4 km/min vs 14.15 km/min)
Step 3: Find minimum separation (requires advanced techniques)
Distance vector: d⃗(t) = r⃗ᵦ(t) - r⃗ₐ(t)
For closest approach: d(d²/dt)/dt = 0 (minimize |d⃗(t)|²)
This leads to a complex equation requiring numerical methods.
Engineering Significance: This problem demonstrates orbital mechanics calculations essential for spacecraft navigation and docking procedures.
You've achieved university-level mastery of instantaneous velocity—not just mathematical computation, but deep conceptual understanding. You now possess:
This foundation will serve you throughout your academic and professional career in physics, engineering, and related fields. You're ready for advanced topics like acceleration, forces, and the beautiful mathematical description of natural phenomena.