Exemplar Problem 001 - Mechanics Multiple Solution Methods
Exemplar Problem: Mechanics - Multiple Solution Methods
š Problem Statement
Question: A particle is projected vertically upward with initial velocity u. It returns to the ground after time T. Determine the maximum height reached by the particle and the time taken to reach the maximum height.
Given:
- Initial velocity = u (upward)
- Total time of flight = T
- Acceleration due to gravity = g (downward)
To Find:
- Maximum height (H)
- Time to reach maximum height (tā)
šÆ Solution Method 1: Kinematic Equations Approach
Step 1: Analysis of Motion
The motion consists of two phases:
- Upward motion: From ground to maximum height
- Downward motion: From maximum height back to ground
Step 2: Using Symmetry of Motion
For a projectile thrown vertically upward:
- Time to go up = Time to come down = T/2
- Initial velocity = Final velocity (in magnitude)
- Acceleration is constant throughout motion
Step 3: Find Maximum Height
For upward motion:
- Initial velocity = u
- Final velocity at top = 0
- Time taken = tā = T/2
- Acceleration = -g
Using equation v² = u² + 2as: 0² = u² + 2(-g)H u² = 2gH H = u²/2g
Alternative using equation s = ut + ½at²: H = u(T/2) + ½(-g)(T/2)² H = uT/2 - gT²/8
Since both expressions represent H, we can equate them: u²/2g = uT/2 - gT²/8
Step 4: Find Initial Velocity in Terms of T
From the equation above: u²/2g = uT/2 - gT²/8 Multiply by 8g: 4u² = 4ugT - g²T² g²T² - 4ugT + 4u² = 0 (gT - 2u)² = 0 gT - 2u = 0 u = gT/2
Step 5: Final Results
Maximum Height: H = u²/2g = (gT/2)²/2g = g²T²/4 ÷ 2g = gT²/8
Time to reach maximum height: tā = T/2
Answer:
- Maximum Height = gT²/8
- Time to reach maximum height = T/2
šÆ Solution Method 2: Energy Conservation Approach
Step 1: Energy Analysis
Using conservation of mechanical energy:
- At ground: Total energy = KE = ½mu²
- At maximum height: Total energy = PE = mgH
- Total mechanical energy is conserved (ignoring air resistance)
Step 2: Apply Energy Conservation
At ground: Eā = KE + PE = ½mu² + 0 = ½mu²
At maximum height: Eā = KE + PE = 0 + mgH = mgH
From conservation of energy: Eā = Eā ½mu² = mgH H = u²/2g
Step 3: Use Total Time Information
From Method 1, we know: u = gT/2
Substitute into height equation: H = (gT/2)²/2g = g²T²/4 ÷ 2g = gT²/8
Step 4: Time Analysis
Time to reach maximum height: Using v = u + at: 0 = u - gtā tā = u/g = (gT/2)/g = T/2
Answer:
- Maximum Height = gT²/8
- Time to reach maximum height = T/2
šÆ Solution Method 3: Graphical Approach
Step 1: Velocity-Time Graph
For vertical motion with constant acceleration:
- Graph is a straight line with slope = -g
- At t = 0: v = u
- At t = tā: v = 0 (maximum height)
- At t = T: v = -u (returns to ground)
Step 2: Calculate Using Graph Properties
Area under v-t graph = displacement
For complete motion (ground to ground): Total displacement = 0 (returns to starting point)
Graph interpretation:
- Area above x-axis = Area below x-axis
- Area of triangle (0 to T/2) = Area of triangle (T/2 to T)
Area calculation: Area = ½ à base à height = ½ à (T/2) à u = uT/4
Total displacement: Area(upward) - Area(downward) = uT/4 - uT/4 = 0 ā
Step 3: Find Maximum Height
Maximum height = Area under v-t graph from t = 0 to t = T/2 H = Area = ½ à (T/2) à u = uT/4
But we need to express u in terms of T:
Using velocity equation: v = u - gt At t = T: -u = u - gT 2u = gT u = gT/2
Substitute in height equation: H = (gT/2) à T/4 = gT²/8
Step 4: Time Calculation
Time to reach maximum height = T/2 (from symmetry)
Answer:
- Maximum Height = gT²/8
- Time to reach maximum height = T/2
šÆ Solution Method 4: Integration Approach
Step 1: Set Up Differential Equation
Acceleration: a = dv/dt = -g Velocity: v = dy/dt
Step 2: Integrate to Find Velocity
dv/dt = -g ā«dv = -gā«dt v = -gt + Cā
Initial condition: At t = 0, v = u u = -g(0) + Cā = Cā
Therefore: v = u - gt
Step 3: Find Time to Reach Maximum Height
At maximum height: v = 0 0 = u - gtā tā = u/g
Step 4: Integrate to Find Displacement
dy/dt = u - gt ā«dy = ā«(u - gt)dt y = ut - ½gt² + Cā
Initial condition: At t = 0, y = 0 0 = u(0) - ½g(0)² + Cā = Cā
Therefore: y = ut - ½gt²
Step 5: Apply Boundary Conditions
At t = T: y = 0 (returns to ground) 0 = uT - ½gT² uT = ½gT² u = gT/2
Step 6: Find Maximum Height
Maximum height occurs at t = T/2: H = u(T/2) - ½g(T/2)² H = uT/2 - gT²/8 H = (gT/2)T/2 - gT²/8 H = gT²/4 - gT²/8 H = gT²/8
Answer:
- Maximum Height = gT²/8
- Time to reach maximum height = T/2
š Comparison of Methods
Method 1: Kinematic Equations
- Pros: Quick and straightforward
- Cons: Requires memorization of formulas
- Best for: Students comfortable with standard kinematic formulas
Method 2: Energy Conservation
- Pros: Conceptually elegant, no time calculations needed for height
- Cons: Still requires kinematic analysis for time
- Best for: Students with strong conceptual understanding
Method 3: Graphical Approach
- Pros: Visual understanding, good for intuition
- Cons: Requires graph interpretation skills
- Best for: Visual learners and conceptual understanding
Method 4: Integration
- Pros: Most fundamental approach
- Cons: Mathematically intensive
- Best for: Students with strong calculus background
š” Key Takeaways
Important Insights:
- Symmetry: Time up = Time down = T/2
- Initial velocity: u = gT/2
- Maximum height: H = gT²/8
- Multiple approaches: Same problem can be solved using different physics principles
General Problem-Solving Strategy:
- Identify given information and what needs to be found
- Choose appropriate method based on your strengths
- Apply the method systematically
- Verify results using alternative methods if possible
Exam Tips:
- Choose the method you’re most comfortable with
- Show all steps clearly for full credit
- Check units and reasonableness of answers
- Practice multiple methods for flexibility in exams
šÆ Practice Problems
Similar Problems:
- A ball thrown upward returns in 4s. Find its initial velocity.
- A particle reaches maximum height of 20m. Find time taken to reach this height.
- Using energy method, derive the relationship between H and T.
Challenging Problems:
- Consider air resistance proportional to velocity. How does it affect the results?
- A projectile is thrown at angle Īø. Find maximum height and range.
- Derive general formulae for any value of T and u.
Remember: Understanding multiple solution methods makes you a more versatile problem solver. Master different approaches to tackle any question confidently!
Happy Learning! š