Let's model the displacement of the lion and impala as functions of time, L(t) and I(t) respectively.
We will model their motion from the perspective of where the lion was initially. This means the displacement of the lion is initially 0m. The impala has some amount of a head start, and thus its initial displacement is some positive number.
The lion is 11m from the impala. The impala takes 0.5 seconds to react to the lion and start running. This time delay means the lion is even closer to the impala when it starts running. To calculate the impala's head start, we will calculate:
x = vΔt
x is the head start, v is the lion's velocity, and Δt is the time delay.
Given values:
v = 11m/s
Δt = 0.5s
x = 11(0.5) = 5.5m, thus the impala has a 5.5m head start.
It's not terribly difficult to mathematically model the lion's motion. It chases the impala at a constant velocity, therefore its displacement L(t) will be a linear function, ie a straight line with a slope of 11m/s:
L(t) = 11t
The impala moves under constant acceleration, so to model its motion we will use this kinematics equation:
I(t) = X + Vt + 0.5At²
t is time, X is the initial displacement, V is the initial velocity, and A is the acceleration.
Given values:
X = 5.5m (the head start)
V = 0m/s (the impala starts running from rest)
A = 8m/s²
Plug these values in to get I(t):
I(t) = 4t² + 5.5
What we need is to find when the lion catches the impala, ie calculate a time t for which L(t) = I(t), where the lion's displacement equals the impala's displacement. Simply set the functions equal to each other and solve for t:
L(t) = I(t)
11t = 4t² + 5.5
4t² - 11t + 5.5 = 0
You can use the quadratic formula to find the roots of the left-hand side, and therefore the values of t:
t = 0.657, 2.093
We have two values for t, but we are only looking for the first value of time where the lion meets up with the impala.
t = 0.657s