Exercise - 4
1
A ball is thrown horizontally with an initial velocity of 10 m/s at t = 0. What is the velocity vector and speed of the ball at any time t? (Take acceleration due to gravity as g)
Kinematics <-- Projectile Motion
A
v⃗(t) = 10î + gtĵ, speed = 10 + gt
B
v⃗(t) = 10î - gtĵ, speed = √(100 + g²t²)
C
v⃗(t) = gt î + 10ĵ, speed = √(100 - g²t²)
D
v⃗(t) = 10î - 1/2 gt² ĵ, speed = 10 - gt
✅ Show Answer
✔ Correct Answer:
B
(v⃗(t) = 10î - gtĵ, speed = √(100 + g²t²))
💡 Explanation
Given:
Initial horizontal velocity, u_x = 10 m/s
Initial vertical velocity, u_y = 0 m/s
Horizontal acceleration, a_x = 0 m/s²
Vertical acceleration, a_y = -g m/s² (downwards)
Step 1: Determine the horizontal component of velocity (v_x) at time t.
v_x = u_x + a_x * t
v_x = 10 + (0) * t = 10 m/s
Step 2: Determine the vertical component of velocity (v_y) at time t.
v_y = u_y + a_y * t
v_y = 0 + (-g) * t = -gt m/s
Step 3: Write the velocity vector in unit vector notation.
v⃗(t) = v_x î + v_y ĵ
v⃗(t) = 10î - gt ĵ m/s
Step 4: Calculate the magnitude of velocity (speed).
v = √(v_x² + v_y²)
v = √((10)² + (-gt)²)
v = √(100 + g²t²) m/s
Therefore, the velocity vector is 10î - gtĵ and the speed at time t is √(100 + g²t²).
Initial horizontal velocity, u_x = 10 m/s
Initial vertical velocity, u_y = 0 m/s
Horizontal acceleration, a_x = 0 m/s²
Vertical acceleration, a_y = -g m/s² (downwards)
Step 1: Determine the horizontal component of velocity (v_x) at time t.
v_x = u_x + a_x * t
v_x = 10 + (0) * t = 10 m/s
Step 2: Determine the vertical component of velocity (v_y) at time t.
v_y = u_y + a_y * t
v_y = 0 + (-g) * t = -gt m/s
Step 3: Write the velocity vector in unit vector notation.
v⃗(t) = v_x î + v_y ĵ
v⃗(t) = 10î - gt ĵ m/s
Step 4: Calculate the magnitude of velocity (speed).
v = √(v_x² + v_y²)
v = √((10)² + (-gt)²)
v = √(100 + g²t²) m/s
Therefore, the velocity vector is 10î - gtĵ and the speed at time t is √(100 + g²t²).
🎯 Conclusion
How to think about this problem:
1. First, identify what the teacher has given you: Initial horizontal velocity u_x = 10 m/s, initial vertical velocity u_y = 0, and vertical acceleration due to gravity g downwards.
2. Next, identify what the teacher is asking you to find: Velocity vector v⃗(t) and speed (magnitude) at time t.
3. Now ask yourself: How do horizontal and vertical motions behave independently in 2D kinematics? Horizontal velocity remains constant because a_x = 0, while vertical velocity increases linearly downwards due to gravity (a_y = -g).
4. Calculate component velocities: v_x = 10 m/s and v_y = -gt m/s.
5. Combine components into vector form: v⃗(t) = 10î - gt ĵ.
6. Compute total magnitude using Pythagorean theorem: v = √(v_x² + v_y²) = √(100 + g²t²).
The key idea to understand is: projectile motion is a combination of uniform horizontal motion and uniformly accelerated vertical motion.
Before moving on, check yourself: Do you see why displacement equations like (1/2)gt² cannot be directly substituted for velocity? If yes, you have mastered velocity vectors in kinematics!
1. First, identify what the teacher has given you: Initial horizontal velocity u_x = 10 m/s, initial vertical velocity u_y = 0, and vertical acceleration due to gravity g downwards.
2. Next, identify what the teacher is asking you to find: Velocity vector v⃗(t) and speed (magnitude) at time t.
3. Now ask yourself: How do horizontal and vertical motions behave independently in 2D kinematics? Horizontal velocity remains constant because a_x = 0, while vertical velocity increases linearly downwards due to gravity (a_y = -g).
4. Calculate component velocities: v_x = 10 m/s and v_y = -gt m/s.
5. Combine components into vector form: v⃗(t) = 10î - gt ĵ.
6. Compute total magnitude using Pythagorean theorem: v = √(v_x² + v_y²) = √(100 + g²t²).
The key idea to understand is: projectile motion is a combination of uniform horizontal motion and uniformly accelerated vertical motion.
Before moving on, check yourself: Do you see why displacement equations like (1/2)gt² cannot be directly substituted for velocity? If yes, you have mastered velocity vectors in kinematics!
2
A ball is thrown horizontally with an initial velocity of 10 m/s at t = 0. What is the velocity vector and magnitude of speed of the ball at t = 2 s? (Take g = 9.8 m/s²)
Kinematics <-- Projectile Motion
A
v⃗ = 10î - 9.8ĵ m/s, speed = 14.00 m/s
B
v⃗ = 10î - 19.6ĵ m/s, speed = 22.00 m/s
C
v⃗ = 20î - 19.6ĵ m/s, speed = 28.01 m/s
D
v⃗ = 10î - 39.2ĵ m/s, speed = 40.45 m/s
✅ Show Answer
✔ Correct Answer:
B
(v⃗ = 10î - 19.6ĵ m/s, speed = 22.00 m/s)
💡 Explanation
Given:
Initial horizontal velocity, u_x = 10 m/s
Initial vertical velocity, u_y = 0 m/s
Acceleration due to gravity, g = 9.8 m/s²
Time duration, t = 2 s
Step 1: Calculate horizontal velocity component (v_x) at t = 2 s.
Since horizontal acceleration a_x = 0:
v_x = u_x = 10 m/s
Step 2: Calculate vertical velocity component (v_y) at t = 2 s.
v_y = u_y + a_y * t
v_y = 0 + (-9.8 m/s²) * (2 s) = -19.6 m/s
Step 3: Form the velocity vector.
v⃗ = v_x î + v_y ĵ
v⃗ = 10î - 19.6ĵ m/s
Step 4: Calculate the magnitude of velocity (speed).
v = √(v_x² + v_y²)
v = √((10)² + (-19.6)²)
v = √(100 + 384.16)
v = √484.16 ≈ 22.00 m/s
Therefore, the velocity vector at t = 2 s is 10î - 19.6ĵ m/s with a speed of approximately 22.00 m/s.
Initial horizontal velocity, u_x = 10 m/s
Initial vertical velocity, u_y = 0 m/s
Acceleration due to gravity, g = 9.8 m/s²
Time duration, t = 2 s
Step 1: Calculate horizontal velocity component (v_x) at t = 2 s.
Since horizontal acceleration a_x = 0:
v_x = u_x = 10 m/s
Step 2: Calculate vertical velocity component (v_y) at t = 2 s.
v_y = u_y + a_y * t
v_y = 0 + (-9.8 m/s²) * (2 s) = -19.6 m/s
Step 3: Form the velocity vector.
v⃗ = v_x î + v_y ĵ
v⃗ = 10î - 19.6ĵ m/s
Step 4: Calculate the magnitude of velocity (speed).
v = √(v_x² + v_y²)
v = √((10)² + (-19.6)²)
v = √(100 + 384.16)
v = √484.16 ≈ 22.00 m/s
Therefore, the velocity vector at t = 2 s is 10î - 19.6ĵ m/s with a speed of approximately 22.00 m/s.
🎯 Conclusion
How to think about this problem:
1. First, identify what the teacher has given you: Initial horizontal speed u_x = 10 m/s, initial vertical speed u_y = 0, time t = 2 s, and g = 9.8 m/s².
2. Next, identify what the teacher is asking you to find: Velocity vector v⃗ and total speed at t = 2 s.
3. Now ask yourself: How do we compute component velocities at a specific timestamp? Horizontal velocity remains fixed at 10 m/s, while vertical velocity gains 9.8 m/s every second downwards (v_y = -9.8 × 2 = -19.6 m/s).
4. Form the vector: Combine horizontal (10î) and downward vertical (-19.6ĵ) components into 10î - 19.6ĵ m/s.
5. Compute total speed: Apply Pythagorean theorem √(10² + 19.6²) = √(100 + 384.16) = √484.16 ≈ 22.00 m/s.
The key idea to understand is: to find exact numerical velocity at any time t, substitute t directly into the general parametric equations v_x = u_x and v_y = -gt.
Before moving on, check yourself: Can you calculate the angle θ below the horizontal using tan(θ) = v_y / v_x? If yes, you have fully mastered 2D projectile kinematics!
1. First, identify what the teacher has given you: Initial horizontal speed u_x = 10 m/s, initial vertical speed u_y = 0, time t = 2 s, and g = 9.8 m/s².
2. Next, identify what the teacher is asking you to find: Velocity vector v⃗ and total speed at t = 2 s.
3. Now ask yourself: How do we compute component velocities at a specific timestamp? Horizontal velocity remains fixed at 10 m/s, while vertical velocity gains 9.8 m/s every second downwards (v_y = -9.8 × 2 = -19.6 m/s).
4. Form the vector: Combine horizontal (10î) and downward vertical (-19.6ĵ) components into 10î - 19.6ĵ m/s.
5. Compute total speed: Apply Pythagorean theorem √(10² + 19.6²) = √(100 + 384.16) = √484.16 ≈ 22.00 m/s.
The key idea to understand is: to find exact numerical velocity at any time t, substitute t directly into the general parametric equations v_x = u_x and v_y = -gt.
Before moving on, check yourself: Can you calculate the angle θ below the horizontal using tan(θ) = v_y / v_x? If yes, you have fully mastered 2D projectile kinematics!
3
A car starts from rest and accelerates at 5 m/s². At t = 4 s, a ball is dropped out of a window by a person sitting in the car. What is the velocity and acceleration of the ball at t = 6 s? (Take g = 10 m/s²)
Kinematics <-- Projectile Motion
A
20√2 m/s, 10 m/s²
B
20 m/s, 5 m/s²
C
20 m/s, 0m/s²
D
20√2 m/s, 0m/s²
✅ Show Answer
✔ Correct Answer:
A
(20√2 m/s, 10 m/s²)
💡 Explanation
Given:
Initial velocity of car, u = 0 m/s
Horizontal acceleration of car, a_car = 5 m/s²
Time of release, t_release = 4 s
Time of observation, t = 6 s
Acceleration due to gravity, g = 10 m/s²
Step 1: Calculate the horizontal velocity of the car (and ball) at t = 4 s.
Using v_x = u_x + a_car × t_release:
v_x = 0 + (5 m/s²) × (4 s) = 20 m/s
Step 2: Determine acceleration of the ball after release.
Once dropped at t = 4 s, the ball detaches from the car. The horizontal acceleration becomes zero (a_x = 0 m/s²), and the only acceleration acting on it is due to gravity downwards (a_y = g = 10 m/s²).
Therefore, net acceleration a_net = 10 m/s².
Step 3: Calculate vertical velocity (v_y) at t = 6 s.
Time duration of free fall, Δt = t - t_release = 6 s - 4 s = 2 s
Using v_y = u_y + g × Δt (where initial vertical velocity u_y = 0):
v_y = 0 + (10 m/s²) × (2 s) = 20 m/s
Step 4: Calculate net velocity magnitude (v_net) at t = 6 s.
v_net = √(v_x² + v_y²)
v_net = √((20)² + (20)²)
v_net = √(400 + 400) = √800 = 20√2 m/s
Therefore, the velocity of the ball is 20√2 m/s and its acceleration is 10 m/s².
Initial velocity of car, u = 0 m/s
Horizontal acceleration of car, a_car = 5 m/s²
Time of release, t_release = 4 s
Time of observation, t = 6 s
Acceleration due to gravity, g = 10 m/s²
Step 1: Calculate the horizontal velocity of the car (and ball) at t = 4 s.
Using v_x = u_x + a_car × t_release:
v_x = 0 + (5 m/s²) × (4 s) = 20 m/s
Step 2: Determine acceleration of the ball after release.
Once dropped at t = 4 s, the ball detaches from the car. The horizontal acceleration becomes zero (a_x = 0 m/s²), and the only acceleration acting on it is due to gravity downwards (a_y = g = 10 m/s²).
Therefore, net acceleration a_net = 10 m/s².
Step 3: Calculate vertical velocity (v_y) at t = 6 s.
Time duration of free fall, Δt = t - t_release = 6 s - 4 s = 2 s
Using v_y = u_y + g × Δt (where initial vertical velocity u_y = 0):
v_y = 0 + (10 m/s²) × (2 s) = 20 m/s
Step 4: Calculate net velocity magnitude (v_net) at t = 6 s.
v_net = √(v_x² + v_y²)
v_net = √((20)² + (20)²)
v_net = √(400 + 400) = √800 = 20√2 m/s
Therefore, the velocity of the ball is 20√2 m/s and its acceleration is 10 m/s².
🎯 Conclusion
How to understand and solve this problem step-by-step:
1. How to understand the problem:
- The ball is inside an accelerating car up to time t_release = 4 s. Due to inertia, the ball shares the exact horizontal velocity (v_x) of the car at the instant it is dropped.
- Once dropped into the air, the car's engine can no longer push the ball. Hence, horizontal acceleration drops to zero (a_x = 0 m/s²), and the ball enters horizontal projectile motion under gravity alone (a_y = g = 10 m/s²).
2. Step 1: Find the initial horizontal velocity (v_x) at the moment of release (t_release = 4 s).
- Apply 1D kinematics equation along the horizontal axis: v_x = u_x + (a_car × t_release).
- v_x = 0 + (5 m/s² × 4 s) = 20 m/s. This value stays constant throughout the rest of the flight because a_x = 0 m/s².
3. Step 2: Determine the acceleration of the ball at t = 6 s.
- Since only gravity acts on the free-falling ball, acceleration along the y-axis is a_y = 10 m/s², while a_x = 0 m/s².
- The net acceleration vector is a_net = 10 m/s² downwards.
4. Step 3: Find the vertical velocity component (v_y) gained after release.
- Calculate time elapsed in free fall: Δt = t - t_release = 6 s - 4 s = 2 s.
- Apply 1D kinematics along vertical axis: v_y = u_y + (g × Δt) = 0 + (10 m/s² × 2 s) = 20 m/s.
5. Step 4: Combine orthogonal velocity components to find total magnitude (v_net).
- Use Pythagorean addition: v_net = √(v_x² + v_y²).
- v_net = √((20 m/s)² + (20 m/s)²) = √(400 + 400) = √800 = 20√2 m/s.
Key Takeaway: Vehicle acceleration affects an object only while inside/connected. Once released, inertia retains the current horizontal velocity v_x, while gravity g becomes the sole acceleration factor!
1. How to understand the problem:
- The ball is inside an accelerating car up to time t_release = 4 s. Due to inertia, the ball shares the exact horizontal velocity (v_x) of the car at the instant it is dropped.
- Once dropped into the air, the car's engine can no longer push the ball. Hence, horizontal acceleration drops to zero (a_x = 0 m/s²), and the ball enters horizontal projectile motion under gravity alone (a_y = g = 10 m/s²).
2. Step 1: Find the initial horizontal velocity (v_x) at the moment of release (t_release = 4 s).
- Apply 1D kinematics equation along the horizontal axis: v_x = u_x + (a_car × t_release).
- v_x = 0 + (5 m/s² × 4 s) = 20 m/s. This value stays constant throughout the rest of the flight because a_x = 0 m/s².
3. Step 2: Determine the acceleration of the ball at t = 6 s.
- Since only gravity acts on the free-falling ball, acceleration along the y-axis is a_y = 10 m/s², while a_x = 0 m/s².
- The net acceleration vector is a_net = 10 m/s² downwards.
4. Step 3: Find the vertical velocity component (v_y) gained after release.
- Calculate time elapsed in free fall: Δt = t - t_release = 6 s - 4 s = 2 s.
- Apply 1D kinematics along vertical axis: v_y = u_y + (g × Δt) = 0 + (10 m/s² × 2 s) = 20 m/s.
5. Step 4: Combine orthogonal velocity components to find total magnitude (v_net).
- Use Pythagorean addition: v_net = √(v_x² + v_y²).
- v_net = √((20 m/s)² + (20 m/s)²) = √(400 + 400) = √800 = 20√2 m/s.
Key Takeaway: Vehicle acceleration affects an object only while inside/connected. Once released, inertia retains the current horizontal velocity v_x, while gravity g becomes the sole acceleration factor!
4
A 1 kg ball moving with a velocity of 100 m/s hits a 2 kg ball which is initially at rest. If the velocity of the 2 kg ball after the collision is 50 m/s in the same direction, what is the velocity of the 1 kg ball after the collision?
Impulse & Force <-- Conservation of Linear Momentum
A
0 m/s
B
25 m/s
C
50 m/s
D
100 m/s
✅ Show Answer
✔ Correct Answer:
A
(0 m/s)
💡 Explanation
Given:
Mass of first ball, m₁ = 1 kg
Initial velocity of first ball, u₁ = 100 m/s
Mass of second ball, m₂ = 2 kg
Initial velocity of second ball, u₂ = 0 m/s
Final velocity of second ball, v₂ = 50 m/s
Step 1: State the Law of Conservation of Linear Momentum.
Total initial momentum before collision = Total final momentum after collision
m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂
Step 2: Substitute the given values into the momentum equation.
(1 kg × 100 m/s) + (2 kg × 0 m/s) = (1 kg × v₁) + (2 kg × 50 m/s)
100 + 0 = 1v₁ + 100
100 = v₁ + 100
Step 3: Solve for the final velocity of the 1 kg ball (v₁).
v₁ = 100 - 100
v₁ = 0 m/s
Therefore, the velocity of the 1 kg ball after the collision is 0 m/s (it comes to complete rest).
Mass of first ball, m₁ = 1 kg
Initial velocity of first ball, u₁ = 100 m/s
Mass of second ball, m₂ = 2 kg
Initial velocity of second ball, u₂ = 0 m/s
Final velocity of second ball, v₂ = 50 m/s
Step 1: State the Law of Conservation of Linear Momentum.
Total initial momentum before collision = Total final momentum after collision
m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂
Step 2: Substitute the given values into the momentum equation.
(1 kg × 100 m/s) + (2 kg × 0 m/s) = (1 kg × v₁) + (2 kg × 50 m/s)
100 + 0 = 1v₁ + 100
100 = v₁ + 100
Step 3: Solve for the final velocity of the 1 kg ball (v₁).
v₁ = 100 - 100
v₁ = 0 m/s
Therefore, the velocity of the 1 kg ball after the collision is 0 m/s (it comes to complete rest).
🎯 Conclusion
How to understand and solve this problem step-by-step:
1. How to understand the problem:
- In any collision where no net external force acts on the system, total linear momentum is conserved.
- The 1 kg moving ball transfers its entire momentum to the heavier 2 kg target ball.
2. Step 1: Calculate total initial momentum (p_initial) before impact.
- p_initial = m₁u₁ + m₂u₂ = (1 kg × 100 m/s) + (2 kg × 0 m/s) = 100 kg·m/s.
3. Step 2: Calculate momentum carried away by the second ball (p₂_final).
- p₂_final = m₂v₂ = (2 kg × 50 m/s) = 100 kg·m/s.
4. Step 3: Find remaining momentum left for the 1 kg ball (p₁_final).
- p₁_final = p_initial - p₂_final = 100 kg·m/s - 100 kg·m/s = 0 kg·m/s.
- Therefore, v₁ = p₁_final / m₁ = 0 / 1 = 0 m/s.
Key Takeaway: Since the 2 kg ball absorbs all 100 kg·m/s of the initial momentum, the 1 kg ball is left with zero momentum and comes to a complete halt immediately after the collision!
1. How to understand the problem:
- In any collision where no net external force acts on the system, total linear momentum is conserved.
- The 1 kg moving ball transfers its entire momentum to the heavier 2 kg target ball.
2. Step 1: Calculate total initial momentum (p_initial) before impact.
- p_initial = m₁u₁ + m₂u₂ = (1 kg × 100 m/s) + (2 kg × 0 m/s) = 100 kg·m/s.
3. Step 2: Calculate momentum carried away by the second ball (p₂_final).
- p₂_final = m₂v₂ = (2 kg × 50 m/s) = 100 kg·m/s.
4. Step 3: Find remaining momentum left for the 1 kg ball (p₁_final).
- p₁_final = p_initial - p₂_final = 100 kg·m/s - 100 kg·m/s = 0 kg·m/s.
- Therefore, v₁ = p₁_final / m₁ = 0 / 1 = 0 m/s.
Key Takeaway: Since the 2 kg ball absorbs all 100 kg·m/s of the initial momentum, the 1 kg ball is left with zero momentum and comes to a complete halt immediately after the collision!
5
A bullet of mass 10 g moving horizontally with a velocity of 400 ms⁻¹ strikes a wooden block of mass 2 kg which is suspended by light inextensible strings of length 5 m. As a result, the centre of gravity of the block is found to rise a vertical distance of 10 cm. The speed of the bullet after it emerges out horizontally from the block will be
Impulse & Force <-- Conservation of Linear Momentum
A
100 ms⁻¹
B
120 ms⁻¹
C
160 ms⁻¹
D
220 ms⁻¹
✅ Show Answer
✔ Correct Answer:
B
(120 ms⁻¹)
💡 Explanation
Given:
Mass of bullet, m = 10 g = 0.01 kg
Initial velocity of bullet, u = 400 ms⁻¹
Mass of block, M = 2 kg
Vertical height risen by block, h = 10 cm = 0.1 m
Acceleration due to gravity, g = 9.8 ms⁻²
Step 1: Calculate the velocity of the block (V_block) immediately after the bullet emerges.
Using energy conservation for the block's swing:
(1/2) × M × V_block² = M × g × h
V_block = √(2 × g × h)
V_block = √(2 × 9.8 × 0.1) = √1.96 = 1.4 ms⁻¹
Step 2: Apply Conservation of Linear Momentum along the horizontal direction.
Total initial momentum = Total final momentum
m × u + M × 0 = m × v + M × V_block
(0.01 kg) × (400 ms⁻¹) = (0.01 kg) × v + (2 kg) × (1.4 ms⁻¹)
Step 3: Solve for the emerging speed of the bullet (v).
4 = 0.01 × v + 2.8
0.01 × v = 4 - 2.8
0.01 × v = 1.2
v = 1.2 / 0.01 = 120 ms⁻¹
Therefore, the speed of the bullet after it emerges out from the block is 120 ms⁻¹.
Mass of bullet, m = 10 g = 0.01 kg
Initial velocity of bullet, u = 400 ms⁻¹
Mass of block, M = 2 kg
Vertical height risen by block, h = 10 cm = 0.1 m
Acceleration due to gravity, g = 9.8 ms⁻²
Step 1: Calculate the velocity of the block (V_block) immediately after the bullet emerges.
Using energy conservation for the block's swing:
(1/2) × M × V_block² = M × g × h
V_block = √(2 × g × h)
V_block = √(2 × 9.8 × 0.1) = √1.96 = 1.4 ms⁻¹
Step 2: Apply Conservation of Linear Momentum along the horizontal direction.
Total initial momentum = Total final momentum
m × u + M × 0 = m × v + M × V_block
(0.01 kg) × (400 ms⁻¹) = (0.01 kg) × v + (2 kg) × (1.4 ms⁻¹)
Step 3: Solve for the emerging speed of the bullet (v).
4 = 0.01 × v + 2.8
0.01 × v = 4 - 2.8
0.01 × v = 1.2
v = 1.2 / 0.01 = 120 ms⁻¹
Therefore, the speed of the bullet after it emerges out from the block is 120 ms⁻¹.
🎯 Conclusion
How to understand and solve this problem step-by-step:
1. How to understand the problem:
- This problem combines two fundamental concepts: Conservation of Mechanical Energy during the block's vertical swing, and Conservation of Linear Momentum during the collision.
- The length of the string (5 m) is extra information and is not needed to calculate the height rise.
2. Step 1: Find the speed of the block (V_block) right after impact using energy conservation.
- The kinetic energy gained by the block immediately after collision converts into gravitational potential energy at its highest point:
(1/2) M (V_block)² = M g h ⇒ V_block = √(2 g h).
- Substituting values: V_block = √(2 × 9.8 × 0.1) = √1.96 = 1.4 ms⁻¹.
3. Step 2: Set up the momentum conservation equation.
- Momentum before collision: p_initial = m_bullet × u_bullet + M_block × 0 = (0.01 kg × 400 ms⁻¹) = 4 kg·ms⁻¹.
- Momentum after collision: p_final = m_bullet × v_bullet + M_block × V_block = (0.01 × v_bullet) + (2 × 1.4).
4. Step 3: Equate initial and final momentum to find v_bullet.
- 4 = 0.01 v_bullet + 2.8
- 0.01 v_bullet = 1.2 ⇒ v_bullet = 120 ms⁻¹.
Key Takeaway: Whenever an object swings upward to height h after a collision, calculate its post-collision speed using V = √(2gh) first, then apply momentum conservation to find the remaining unknowns!
1. How to understand the problem:
- This problem combines two fundamental concepts: Conservation of Mechanical Energy during the block's vertical swing, and Conservation of Linear Momentum during the collision.
- The length of the string (5 m) is extra information and is not needed to calculate the height rise.
2. Step 1: Find the speed of the block (V_block) right after impact using energy conservation.
- The kinetic energy gained by the block immediately after collision converts into gravitational potential energy at its highest point:
(1/2) M (V_block)² = M g h ⇒ V_block = √(2 g h).
- Substituting values: V_block = √(2 × 9.8 × 0.1) = √1.96 = 1.4 ms⁻¹.
3. Step 2: Set up the momentum conservation equation.
- Momentum before collision: p_initial = m_bullet × u_bullet + M_block × 0 = (0.01 kg × 400 ms⁻¹) = 4 kg·ms⁻¹.
- Momentum after collision: p_final = m_bullet × v_bullet + M_block × V_block = (0.01 × v_bullet) + (2 × 1.4).
4. Step 3: Equate initial and final momentum to find v_bullet.
- 4 = 0.01 v_bullet + 2.8
- 0.01 v_bullet = 1.2 ⇒ v_bullet = 120 ms⁻¹.
Key Takeaway: Whenever an object swings upward to height h after a collision, calculate its post-collision speed using V = √(2gh) first, then apply momentum conservation to find the remaining unknowns!