Mark M. answered 02/15/21
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
Integrate the components of a(t) to get v(t):
v(t) = < sint + c1, -2cost + c2 >
Since v(0) = <u0, v0>, sin0 + c1 = u0 and -2cos0 + c2 = v0.
So, c1 = u0 and c2 = v0 + 2
Therefore, v(t) = < sint + u0,, -2cost + 2 + v0 >
Integrate v(t) componentwise to get s(t), the position vector:
s(t) = < -cost + u0t + c3, -2sint + 2t + v0t + c4 >
Since s(0) = <x0, y0 >, -cos0 + c3 = x0 and -2sin0 + c4 = y0
So, c3 = x0 + 1 and c4 = y0
s(t) = < -cost + u0t + x0 + 1, -2sint + 2t + v0t + y0 >