Animated Solution for Physics - Kinematics: A ball is thrown vertically upwards. Its distance s from a fixed point varies with time t according to the following graph. Calculate velocity of projection of the ball.
Enter Numerical Value:
Visualized Solution
Analyzing smin
Let the line of motion be the y-axis.
The fixed point P is at (x0,y0).
Distance Formula s(t)
s(t)=x02+(y(t)−y0)2
Evaluating x0
Minimum distance occurs when y(t)=y0.
smin=x02+0=∣x0∣=s3=6 m
Evaluating s2
At maximum height y=H, distance is s2=10 m.
x02+(H−y0)2=10
Calculating H−y0
62+(H−y0)2=102
(H−y0)2=100−36=64
H−y0=8 m
Evaluating s1
At t=0, y=0, distance is s1=65 m.
x02+(0−y0)2=65
Calculating y0
62+y02=(65)2
36+y02=180
y02=144⟹y0=12 m
Total Height H
H=y0+8
H=12+8=20 m
Initial Velocity u
H=2gu2
20=2(10)u2
u2=400⟹u=20 m/s
00:00 / 00:00
The Sigma Insight: Motion Graphs
Solution Diagram
Imagine you are standing on the ground, watching a ball being thrown straight up into the air. If you were to measure the distance from the ball to your eye, that distance would constantly change. But what if you plotted that distance against time, and the graph looked like a roller coaster with two distinct dips? That is exactly the puzzle we are facing in this beautiful kinematics problem.
The Mystery of the Non-Zero Distance
The first thing that should catch your eye when looking at the given s−t graph is that the distance s never drops to zero. The absolute minimum distance recorded is s3=6 m.
Think about what this physically implies. If the fixed point were located anywhere on the vertical line along which the ball is traveling, the ball would eventually pass right through it. At that exact instant, the distance would be zero. Because the distance never becomes zero, we can definitively conclude that the fixed point is horizontally offset from the line of motion.
Translating 1D Motion into 2D Geometry
Let's set up a coordinate system to make sense of this. Assume the ball is thrown from the origin (0,0) and moves purely along the y-axis. Its position at any time t is simply (0,y).
Now, let the mysterious fixed point be located at coordinates (x0,y0). Using the standard Euclidean distance formula, the distance s between the ball and the fixed point at any instant is given by:
s(t)=x02+(y(t)−y0)2
This single equation is the master key to unlocking the entire problem. We just need to evaluate it at the critical points shown on the graph.
Decoding the Minima
Finding the Horizontal Offset
Look at the two dips in the graph where the distance hits its minimum value of s3=6 m. Mathematically, looking at our master equation, s(t) is minimized when the squared term (y(t)−y0)2 is as small as possible. Since a square cannot be negative, its minimum value is zero, which occurs exactly when y(t)=y0.
Physically, this means the ball is exactly at the same height as the fixed point. At this instant, the vertical separation vanishes, and the distance s is purely the horizontal offset:
smin=x02+0=∣x0∣=6 m
So, we now know the fixed point is 6 m away horizontally!
Decoding the Local Maximum
Reaching the Peak
Between the two dips, the graph rises to a local maximum of s2=10 m. Why does it go up and then back down? Because the ball continues to travel upward past the height y0, reaches its maximum height H, and then falls back down, passing y0 a second time!
At the very peak of its trajectory, the ball's height is y=H. Plugging this into our master equation gives:
x02+(H−y0)2=10
We already know x0=6. Substituting this in, we get:
62+(H−y0)2=102
This forms a classic 6−8−10 Pythagorean triplet! Solving for the vertical separation between the peak and the fixed point, we find:
(H−y0)2=100−36=64⟹H−y0=8 m
Decoding the Start
Finding the Vertical Offset
We are almost there. We know the peak is 8 m above the fixed point, but how high is the fixed point itself? To find y0, we look at the very beginning of the motion.
At t=0, the ball is launched from the ground, so its height is y=0. The graph tells us that the initial distance to the fixed point is s1=65 m. Let's plug these initial conditions into our master equation:
x02+(0−y0)2=65
Substituting x0=6 and squaring both sides:
36+y02=(65)2
36+y02=36×5=180
y02=144⟹y0=12 m
The fixed point is located 12 m above the ground!
The Final Kinematics Calculation
Now we can piece everything together. The fixed point is at a height of 12 m, and the ball travels an additional 8 m above that to reach its peak. Therefore, the total maximum height H reached by the ball is:
H=12+8=20 m
Finally, we return to pure 1D kinematics. The maximum height H of a projectile thrown vertically upwards with initial velocity u is given by the standard formula:
H=2gu2
Plugging in our known values (H=20 m and g=10 m/s2):
20=2(10)u2
u2=400⟹u=20 m/s
The velocity of projection of the ball is 20 m/s. By carefully translating a 1D motion into a 2D geometric distance formula, we decoded the graph and uncovered the hidden kinematics. A truly elegant problem!