Solving a problem on horizontal launched projectile
1. Given: Horizontal distance (dx), Initial velocity (vi), Acceleration due to gravity (g)
2. Find: Height of table (dy), Final velocity (vf)
3. Step 1: Calculate time using dx and vi
4. Step 2: Use time to calculate dy using formula: dy = 1/2 * g * t^2
5. Step 3: Use dy to calculate vf using formula: vf = sqrt(2 * g * dy)