Final answer:
To calculate the velocity and position vectors for a particle with a given acceleration, one must integrate the acceleration vector and add the initial velocity and position to obtain the constants of integration.
Step-by-step explanation:
To find the velocity vector v(t) and the position vector r(t) for a particle with a given acceleration vector, initial velocity, and initial position, we need to integrate the acceleration vector with respect to time.
Velocity Vector v(t)
The acceleration vector is a(t) = (-1cos(t))i + (-1sin(t))j + (3t)k. We integrate this with respect to time to get the velocity vector. As we have an initial velocity of v(0) = i + k, our constant of integration will be this initial velocity.
Integrating each component of the acceleration vector:
y-component: The integral of -sin(t) with respect to t is cos(t), and since the initial y-component of velocity is 0, we have vy(t) = cos(t).
z-component: The integral of 3t with respect to t is 1.5t2, plus the initial z-component of velocity, which is 1, giving vz(t) = 1.5t2 + 1.
The complete velocity vector then is v(t) = (-sin(t) + 1)i + cos(t)j + (1.5t2 + 1)k.
z-component: The integral of 1.5t2 + 1 with respect to time is 0.5t3 + t.
So, our position vector r(t) considering the initial position is r(t) = (cos(t) + t + 1)i + (sin(t) + 1)j + (0.5t3 + t + 1)k.