Question Statement
A batsman hits the ball. The ball attains the maximum height of 25 m and drops on the ground at a distance of 80 m from the batsman. Assuming the origin at the position of batsman:
- Write the equation of path of the ball.
- Is it possible for a man of height 1.6 m to catch the ball, standing 70 m away from the batsman?
Background and Explanation
This problem involves projectile motion, where the trajectory of a projectile (neglecting air resistance) follows a parabolic path. The vertex of the parabola represents the maximum height, and the ball lands on the ground at the range of the projectile.
Solution
The path of the ball is parabolic since it is a projectile. According to given conditions, the coordinates of the vertex V (maximum height point) are (40,25), since the maximum height occurs at half the horizontal range.
Let the equation of the parabola with vertex (h,k)=(40,25) be:
(x−40)2=−4a(y−25)
Since the point A(80,0) lies on the parabola (where the ball hits the ground), we substitute x=80 and y=0:
(80−40)2(40)21600a=−4a(0−25)=100a=100a=16
Substituting a=16 back into equation (i):
(x−40)2(x−40)2=−4(16)(y−25)=−64(y−25)
This is the required equation of the path of the ball.
To determine if a man standing 70 m away from the batsman can catch the ball, we calculate the height of the ball at x=70.
Substituting x=70 into the path equation:
(70−40)230290064y64yy=−64(y−25)=−64y+1600=−64y+1600=1600−900=700=64700=10.93 m
Thus, at a distance of 70 m from the batsman, the height of the ball is 10.93 m. Since 10.93 m>1.6 m (the man's height), the man cannot catch the ball.
- Standard equation of downward parabola with vertex (h,k): (x−h)2=−4a(y−k)
- Vertex coordinates for symmetric projectile: (2R,Hmax) where R is the range and Hmax is the maximum height
- Substitution method: Finding unknown parameters using known points on the curve
Summary of Steps
- Identify the vertex: The maximum height of 25 m occurs at the midpoint of the 80 m range, so V=(40,25).
- Set up the parabola equation: Use (x−40)2=−4a(y−25).
- Find parameter a: Substitute the landing point (80,0) to solve 1600=100a, giving a=16.
- Write final equation: (x−40)2=−64(y−25).
- Check height at x=70: Substitute to find y=64900≈10.93 m.
- Compare heights: Since 10.93 m>1.6 m, the man cannot catch the ball.