The beauty of kinematics lies in its ability to predict the future. In this thrilling problem, we are not just analyzing a static scene; we are orchestrating a perfect, mid-air collision between a flying stone and an accelerating target. Imagine the precision required! A plank is speeding away, and we must launch a stone from the origin with the exact velocity needed to strike a specific object on that plank at a very specific angle.
This is a classic JEE-level constraint problem. It tests your ability to break down complex 2D motion into independent 1D components and then weave them back together using the thread of time. Let's dive into the physics and unravel this beautiful puzzle step by step.
Analyzing the Setup
First, let's establish our coordinate system. The stone is projected from the origin, so its initial position is (0,0). Let its initial velocity be u=uxi^+uyj^.
The target, object A, is not at the origin. It is sitting on a plank at an initial position of x=3 m and y=1.25 m. But it's not staying there! At the exact moment the stone is launched (t=0), the plank begins to accelerate in the positive x-direction with an acceleration of a=1.5 m/s2.
Our goal is to find the initial velocity u and the time t when the stone perfectly strikes object A. For a collision to occur, the stone and the object must occupy the exact same spatial coordinates (x,y) at the exact same time t.
The Vertical Journey
Let's isolate the vertical motion. This is the easiest part because the plank is only moving horizontally. The object A remains at a constant height of y=1.25 m throughout its journey.
Therefore, for the stone to hit the object, its vertical displacement at the time of collision t must be exactly 1.25 m. We can use the second equation of motion for constant acceleration:
Here, the vertical acceleration is solely due to gravity, acting downwards, so ay=−g=−10 m/s2. Substituting our known values, we get:
Simplifying this, we obtain our first master equation:
We will call this Equation 1. Notice how we isolated the term uyt. This is a strategic move that will pay off beautifully later.
The Horizontal Chase
Now, let's look at the horizontal motion. This is a chase! The stone is moving horizontally with a constant velocity ux, while the object A is accelerating away from it.
The horizontal position of the stone at time t is simply:
The horizontal position of object A is a bit more complex. It starts at x0=3 m and accelerates from rest relative to the plank's initial state. Using the kinematic equation for position:
Substituting the given values (x0=3, uAx=0, ax=1.5):
xA=3+21(1.5)t2=3+0.75t2
For the collision to happen, xstone must equal xA. Equating them gives us our second master equation:
We will call this Equation 2. Again, we have isolated the term uxt.
The Master Clue
We have two equations but three unknowns (ux, uy, and t). We need one more piece of information, and the problem provides a brilliant one: A stationary person on the ground observes the stone hitting the object during its downward motion at an angle of 45∘ to the horizontal.
This is the golden key. The angle of the velocity vector v at any instant is given by tanθ=vxvy. Since the stone is moving downwards at 45∘, the angle is −45∘.
This beautifully simplifies to:
Now, let's express the velocity components vx and vy at time t in terms of our initial variables. The horizontal velocity remains constant, so vx=ux. The vertical velocity changes due to gravity, so vy=uy−gt=uy−10t.
Substituting these into our condition vy=−vx:
Rearranging this gives us our third master equation:
The Algebraic Symphony
Now comes the moment of algebraic elegance. We have:
1. uyt=1.25+5t2
2. uxt=3+0.75t2
3. ux+uy=10t
We could solve Equation 3 for ux and substitute it into the others, but that gets messy. Instead, look at Equations 1 and 2. They contain uxt and uyt. How can we transform Equation 3 to match?
By simply multiplying the entire Equation 3 by t!
(ux+uy)t=10t⋅t
uxt+uyt=10t2
This is a stroke of genius. Now, we can directly substitute the expressions from Equation 1 and Equation 2 into this new equation:
(3+0.75t2)+(1.25+5t2)=10t2
Final Calculation
We have successfully eliminated ux and uy, leaving a single equation with only one variable: time t. Let's combine the like terms:
Subtracting 5.75t2 from both sides:
Dividing by 4.25:
Since time must be positive, we find the time of collision:
The hard part is over! Now we just reap the rewards. We substitute t=1 back into Equations 1 and 2 to find the initial velocity components.
From Equation 1:
uy(1)=1.25+5(1)2=6.25 m/s
From Equation 2:
ux(1)=3+0.75(1)2=3.75 m/s
Therefore, the initial velocity vector of the stone must be:
And there we have it! By carefully breaking the motion into independent axes, translating physical constraints into mathematical equations, and using a clever algebraic trick, we have solved a complex 2D kinematics problem. This is the true power of physics!