Analyzing the Setup
Imagine you are standing at a window, a height h above the ground. You have a handful of pebbles, and you start throwing them in every conceivable direction—up, down, horizontally, and at every angle in between.
The only constant is that every pebble leaves your hand with the exact same initial speed, u.
As these pebbles trace their parabolic paths and eventually strike the ground, they will hit at various angles. The problem gives us a fascinating constraint: the pebbles hit the ground moving at an angle θ or greater.
This implies that θ is the absolute minimum angle of impact. Our mission is to find the height h that makes this true.
The Master Equation
To understand the angle of impact, we need to look at the velocity of a pebble just as it kisses the ground.
Let's call the angle it makes with the horizontal
ϕ. From basic vector geometry, the tangent of this angle is the ratio of its vertical velocity to its horizontal velocity:
tanϕ=vxvy
Now, let's consider a pebble thrown at an arbitrary angle
α with the horizontal. Because there is no air resistance, its horizontal velocity remains perfectly constant throughout the flight:
vx=ucosα
What about the vertical velocity? We can use the third equation of motion. The initial vertical velocity is usinα, and it falls through a vertical displacement h under gravity g.
So, the vertical velocity
vy at the ground is given by:
Substituting these into our tangent equation, we get:
Minimizing the Impact Angle
To make this equation easier to handle, let's square both sides. This removes the pesky square root:
tan2ϕ=u2cos2αu2sin2α+2gh
Now, let's perform some algebraic magic. We can split the fraction into two parts:
tan2ϕ=u2cos2αu2sin2α+u2cos2α2gh
The first term simplifies beautifully to tan2α. For the second term, remember that cos2α1 is sec2α, which is identical to 1+tan2α.
Substituting this in, we get:
tan2ϕ=tan2α+u22gh(1+tan2α)
Let's group the
tan2α terms together to see the structure clearly:
tan2ϕ=tan2α(1+u22gh)+u22gh
This is our master equation! We know that the minimum possible value for ϕ is θ. To minimize ϕ, we must minimize tan2ϕ.
Look at the right side of the equation. The terms g, h, and u are constants. The only variable we control is the angle of projection, α.
Since tan2α can never be negative, its absolute minimum value is exactly 0. This happens when α=0∘.
Physically, this means the shallowest impact angle occurs when the pebble is thrown perfectly horizontally!
Final Calculation
Now that we know the minimum angle occurs when α=0∘, let's substitute this back into our equation.
The entire first term vanishes, and we replace
ϕ with our minimum angle
θ:
tan2θ=u22gh
The final step is just a simple rearrangement to isolate
h. Multiply both sides by
u2 and divide by
2g:
h=2gu2tan2θ
And there we have it! A beautiful, elegant expression for the height of the window, derived purely from the geometry of the trajectories.