Given an acceleration vector, initial velocity <u0, v0>, and initial position <x0, y0>, find the velocity and position vectors for t ≥ 0.
a(t) = <cos t, 4 sin t>, <u0, v0> = <0, 2>, <x0, y0> = <1, 0>
What is the velocity vector?
v(t) = <sin t, -4 cos t + 6>
What is the position vector?
r(t)