One-Dimensional Motion
Position, velocity, and acceleration in one dimension
One-Dimensional Motion
Introduction to Kinematics
Kinematics is the study of motion without considering the forces that cause it. We describe motion using:
- Position ()
- Velocity ()
- Acceleration ()
- Time ()
Position and Displacement
Position
Position () is the location of an object relative to a reference point (origin).
- Measured in meters (m)
- Can be positive or negative
- Example: m means 5 meters to the right of the origin
Displacement
Displacement () is the change in position.
Where:
- = final position
- = initial position
Note: Displacement is different from distance traveled!
- Displacement: straight-line change (can be negative)
- Distance: total path length (always positive)
Velocity
Average Velocity
Average velocity is displacement divided by time interval.
- Units: m/s
- Can be positive (moving right/up) or negative (moving left/down)
- Vector quantity (has direction)
Instantaneous Velocity
Instantaneous velocity is the velocity at a specific instant.
- This is the slope of the position-time graph at a point
- On a graph: tangent line slope
Speed
Speed is the magnitude of velocity (always positive).
Acceleration
Average Acceleration
Average acceleration is the change in velocity divided by time.
- Units: m/s²
- Can be positive or negative
- Positive : speeding up in positive direction OR slowing down in negative direction
Instantaneous Acceleration
Instantaneous acceleration is the acceleration at a specific instant.
- This is the slope of the velocity-time graph at a point
Kinematic Equations (Constant Acceleration)
When acceleration is constant, we can use these powerful equations:
The Big Four Kinematic Equations
Where:
- = initial position
- = final position
- = initial velocity
- = final velocity
- = acceleration (constant)
- = time
Choosing the Right Equation
| Missing variable | Use equation | |-----------------|--------------| | | | | | | | | | | | |
Free Fall
Free fall is motion under gravity alone (no air resistance).
- Negative because gravity pulls downward
- Same equations apply, but use
- Objects thrown upward: velocity decreases at rate until at peak
Key Facts About Free Fall
- At the peak of motion, but
- Time up = time down (for same height)
- Landing speed = launching speed (magnitude)
Sign Conventions
Always establish a coordinate system first!
Common convention:
- Positive direction: right, up
- Negative direction: left, down
Then:
- Velocity in positive direction →
- Velocity in negative direction →
- Acceleration in positive direction →
- Acceleration in negative direction →
Problem-Solving Strategy
- Draw a diagram with coordinate system
- List known variables (, , , , )
- Identify unknown you need to find
- Choose equation that relates knowns and unknown
- Solve algebraically before plugging in numbers
- Check units and reasonableness
📚 Practice Problems
1Problem 1medium
❓ Question:
A car accelerates uniformly from rest to 25 m/s in 5.0 seconds. (a) What is the car's acceleration? (b) How far does the car travel during this time? (c) What is the car's average velocity during this interval?
💡 Show Solution
Solution:
Given: v₀ = 0 m/s (starts from rest), v = 25 m/s, t = 5.0 s
(a) Acceleration: Using v = v₀ + at 25 = 0 + a(5.0) a = 25/5.0 = 5.0 m/s²
(b) Distance traveled: Using Δx = v₀t + ½at² Δx = 0 + ½(5.0)(5.0)² Δx = ½(5.0)(25) Δx = 62.5 m or 63 m
Alternatively, using v² = v₀² + 2aΔx: (25)² = 0 + 2(5.0)Δx 625 = 10Δx Δx = 62.5 m ✓
(c) Average velocity: v_avg = (v₀ + v)/2 = (0 + 25)/2 = 12.5 m/s
Or: v_avg = Δx/t = 62.5/5.0 = 12.5 m/s ✓
2Problem 2easy
❓ Question:
A car starts from rest and accelerates uniformly at m/s² for seconds. How far does it travel?
💡 Show Solution
Given information:
- Initial velocity: m/s (starts from rest)
- Acceleration: m/s²
- Time: s
- Initial position: (assume)
Find: Distance traveled ()
Choose equation: We have , , and , and need . Missing .
Use:
Solve:
Answer: The car travels 25 meters.
Check: Units are correct (m). A car accelerating for 5 seconds should travel a reasonable distance, and 25 m ≈ 82 feet seems right.
3Problem 3medium
❓ Question:
A car accelerates uniformly from rest to 25 m/s in 5.0 seconds. (a) What is the car's acceleration? (b) How far does the car travel during this time? (c) What is the car's average velocity during this interval?
💡 Show Solution
Solution:
Given: v₀ = 0 m/s (starts from rest), v = 25 m/s, t = 5.0 s
(a) Acceleration: Using v = v₀ + at 25 = 0 + a(5.0) a = 25/5.0 = 5.0 m/s²
(b) Distance traveled: Using Δx = v₀t + ½at² Δx = 0 + ½(5.0)(5.0)² Δx = ½(5.0)(25) Δx = 62.5 m or 63 m
Alternatively, using v² = v₀² + 2aΔx: (25)² = 0 + 2(5.0)Δx 625 = 10Δx Δx = 62.5 m ✓
(c) Average velocity: v_avg = (v₀ + v)/2 = (0 + 25)/2 = 12.5 m/s
Or: v_avg = Δx/t = 62.5/5.0 = 12.5 m/s ✓
4Problem 4hard
❓ Question:
A ball is thrown straight upward with an initial velocity of 20 m/s. Taking upward as positive and g = 10 m/s², find: (a) the maximum height reached, (b) the time to reach maximum height, (c) the total time in the air before returning to the starting point, and (d) the velocity when it returns to the starting height.
💡 Show Solution
Solution:
Given: v₀ = +20 m/s, a = -10 m/s² (gravity acts downward)
(a) Maximum height: At max height, v = 0 Using v² = v₀² + 2aΔy 0 = (20)² + 2(-10)Δy 0 = 400 - 20Δy Δy = 20 m
(b) Time to max height: Using v = v₀ + at 0 = 20 + (-10)t t = 2.0 s
(c) Total time in air: The motion is symmetric for projectiles. Time up = Time down Total time = 2 × 2.0 s = 4.0 s
Alternatively, using Δy = v₀t + ½at² with Δy = 0 (returns to start): 0 = 20t + ½(-10)t² 0 = 20t - 5t² 0 = t(20 - 5t) t = 0 or t = 4.0 s → 4.0 s
(d) Velocity upon return: Using v = v₀ + at v = 20 + (-10)(4.0) v = 20 - 40 = -20 m/s (downward)
The speed is the same, but direction reversed.
5Problem 5hard
❓ Question:
A ball is thrown straight upward with an initial velocity of 20 m/s. Taking upward as positive and g = 10 m/s², find: (a) the maximum height reached, (b) the time to reach maximum height, (c) the total time in the air before returning to the starting point, and (d) the velocity when it returns to the starting height.
💡 Show Solution
Solution:
Given: v₀ = +20 m/s, a = -10 m/s² (gravity acts downward)
(a) Maximum height: At max height, v = 0 Using v² = v₀² + 2aΔy 0 = (20)² + 2(-10)Δy 0 = 400 - 20Δy Δy = 20 m
(b) Time to max height: Using v = v₀ + at 0 = 20 + (-10)t t = 2.0 s
(c) Total time in air: The motion is symmetric for projectiles. Time up = Time down Total time = 2 × 2.0 s = 4.0 s
Alternatively, using Δy = v₀t + ½at² with Δy = 0 (returns to start): 0 = 20t + ½(-10)t² 0 = 20t - 5t² 0 = t(20 - 5t) t = 0 or t = 4.0 s → 4.0 s
(d) Velocity upon return: Using v = v₀ + at v = 20 + (-10)(4.0) v = 20 - 40 = -20 m/s (downward)
The speed is the same, but direction reversed.
6Problem 6medium
❓ Question:
A ball is thrown vertically upward with an initial velocity of m/s. How high does it go? (Use m/s²)
💡 Show Solution
Set up coordinate system:
- Positive direction: upward
- Origin: ground level
Given information:
- Initial velocity: m/s (upward)
- Acceleration: m/s² (gravity pulls down)
- At maximum height: m/s
- Initial position: (ground)
Find: Maximum height ()
Choose equation: We have , , and , need . Missing .
Use:
Solve:
Answer: The ball reaches a maximum height of 20 meters.
Physical insight: At the peak, velocity is zero but acceleration is still m/s² (gravity never stops pulling down!).
7Problem 7hard
❓ Question:
A train traveling at m/s begins to decelerate uniformly at m/s². How long does it take to stop, and how far does it travel during this time?
💡 Show Solution
Given information:
- Initial velocity: m/s
- Final velocity: m/s (stops)
- Acceleration: m/s² (negative = slowing down)
- Initial position: (assume)
Find:
- Time to stop ()
- Distance traveled ()
Part 1: Find time
Use:
Part 2: Find distance
Method 1 - Use the time we just found:
Method 2 - Without using time (faster!):
Answers:
- Time to stop: 20 seconds
- Distance traveled: 300 meters
Check: Average velocity = m/s. Distance = m ✓
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics