Daniel B. answered 12/24/21
A retired computer professional to teach math, physics
I will speculate that your notation means
F(t) = 4t.ex + 2.ey
where ex is the unit vector in the x-direction and ey is the unit vector in the y-direction.
Let me first calculate the momentum p(t).
By Newton's Second Law
F = dp/dt
So
p = ∫Fdt
= ∫(4t.ex + 2.ey)dt = 2t².ex + 2t.ey + C
The integration constant C is determined from the additional information that v(0) = 0, i.e.,
p(0) = 0
Therefore C = 0
The kinetic energy
K(t) = m|v|²/2
Using
v = p/m
we rewrite
K(t) = m|p/m|²/2
= |p|²/2m
= |2t².ex + 2t.ey|²/2m
= (4t4 + 4t²)/2m
= 2t4 + 2t²