The Setup
A Leap Towards the Light
Imagine a peaceful meadow. A grasshopper sits on the ground, facing the sun which hangs at an angle ϕ above the horizon. Suddenly, it leaps! It jumps towards the sun with an initial velocity u at an angle θ.
As the grasshopper traces a beautiful parabolic path through the air, the sun's rays cast its shadow on the ground. Our mission is to find the speed of this shadow. At first glance, you might think the shadow just moves along with the grasshopper. But as we'll see, the interplay between the grasshopper's projectile motion and the geometry of the sun's rays creates a fascinating, dynamic result.
Tracking the Grasshopper
To solve any kinematics problem, we must first establish a solid mathematical foundation. Let's set the grasshopper's starting point as the origin (0,0) of our coordinate system.
As the grasshopper flies through the air, its position at any time t is governed by the classic equations of projectile motion. The horizontal motion is uniform, unaffected by gravity:
x(t)=(ucosθ)t
The vertical motion, however, is a constant acceleration battle against gravity:
y(t)=(usinθ)t−21gt2
These two equations perfectly describe where the grasshopper is at any given moment. But we don't just want the grasshopper's position; we want the shadow's position.
The Geometry of the Shadow
Here is where the physics meets geometry. The sun is at an angle ϕ above the horizon. Because the sun is incredibly far away, we can treat its rays as perfectly parallel lines striking the ground at this angle ϕ.
Consider a single ray of light that grazes the grasshopper at coordinates (x,y) and hits the ground. This ray forms a right-angled triangle. The vertical height of this triangle is simply the grasshopper's height, y. The base of the triangle lies on the ground, stretching from the shadow's position xs to the point directly below the grasshopper, x.
Because the grasshopper jumped towards the sun, the sun is in front of it. The rays slant downwards and backwards, meaning the shadow falls behind the grasshopper. The length of the triangle's base is therefore x−xs.
Using basic trigonometry on this right-angled triangle, we can relate the angle ϕ to the sides:
tanϕ=x−xsy
Rearranging this to solve for the shadow's position xs, we get:
xs=x−ycotϕ
This is our master equation! It elegantly links the shadow's position to the grasshopper's 2D coordinates and the sun's angle.
The Calculus of Shadows
We have the position of the shadow, but we need its speed. In physics, whenever we need to go from position to speed, we call upon the power of calculus. We must differentiate the shadow's position xs with respect to time t.
Taking the time derivative of our master equation:
vs=dtdxs=dtdx−dtdycotϕ
Notice how beautifully the chain rule applies here. The terms dtdx and dtdy are simply the horizontal and vertical velocities of the grasshopper, vx and vy. So, the shadow's velocity is:
vs=vx−vycotϕ
Now, we substitute the known velocity components of the grasshopper. The horizontal velocity is constant:
vx=ucosθ
The vertical velocity changes over time due to gravity:
vy=usinθ−gt
Plugging these into our velocity equation gives:
vs=ucosθ−(usinθ−gt)cotϕ
The Final Polish
We have the raw expression, but in physics, we always strive for elegance. Let's expand and simplify this equation. First, distribute the cotϕ:
vs=ucosθ−usinθcotϕ+gtcotϕ
To combine the first two terms, it helps to express the cotangent in terms of sine and cosine: cotϕ=sinϕcosϕ.
vs=u(cosθ−sinθsinϕcosϕ)+gtcotϕ
Now, find a common denominator for the terms inside the parenthesis:
vs=u(sinϕsinϕcosθ−cosϕsinθ)+gtcotϕ
Look closely at the numerator: sinϕcosθ−cosϕsinθ. This is a classic trigonometric identity! It perfectly collapses into sin(ϕ−θ).
Substituting this back, we arrive at our final, beautiful expression for the shadow's speed:
vs=sinϕusin(ϕ−θ)+gtcotϕ
This equation tells a profound story. The shadow's speed is not constant! Because of the gtcotϕ term, the shadow actually accelerates across the ground. As the grasshopper falls faster and faster, the angled sun rays project that vertical acceleration into horizontal acceleration of the shadow.
Of course, this magical dance of light and motion only lasts as long as the grasshopper is airborne. The expression is valid only for the time of flight, t<g2usinθ. Once the grasshopper lands, the jump is over, and the shadow comes to rest.