Initial velocity (u) = 2 m/s
Acceleration (a) = 10 m/s^2
Time taken (t) = 4 s
Let the final velocity be v.
By using the equation,
v = u + at, we get
or, v = 2 + 10 × 4
or, v = 2 + 40
or, v = 42
The final velocity is 42 m/s.
We will use this equation:
s = 1/2*a*t^2 + v0*t + s0
where:
s = space traveled
a = acceleration
t = time
v0 = initial speed
s0 = initial space
In this case::
v0 = 0
s0 = 0
So our equation will look like that now:
s = 1/2 * a * t^2
let's calculate the acceleration first of all:
a = (vf - vi) / t
where vf is the final speed and vi is the initial speed. t is the time.
a = (25m/s) / 10s = 2.5 m/s^2
Now we can calculate the space:
s = 1/2 * (2.5 m/s^2) * (10s)^2 = 125m
---
Hope it was helpful! Have a great day.