Component integration is a technique used when working with vector functions. Since vector functions are composed of multiple individual functions, each corresponding to a component of the vector, they must be integrated separately.
In our exercise, the vector function \( \mathbf{r}(t) = \langle t^3 - 3t, 2t - 1, 10 \rangle \) was broken down into three components:
- \( x(t) = t^3 - 3t \)
- \( y(t) = 2t - 1 \)
- \( z(t) = 10 \)
Each component is integrated separately with respect to \( t \). This method ensures each part of the vector is accurately processed:
- \( \int (t^3 - 3t) \ dt = \frac{1}{4}t^4 - \frac{3}{2}t^2 + C_1 \)
- \( \int (2t - 1) \ dt = t^2 - t + C_2 \)
- \( \int 10 \ dt = 10t + C_3 \)
Remember to add constants of integration \( C_1, C_2, C_3 \) since these integrals are indefinite.