Given a vector field $\vec{F} = zy\hat{x} + zx\hat{y} + xy\hat{z}$ evaluate the integral $\vec{F} \cdot d\vec{l}$ from $(0,0,0)$ to $(1,2,3)$. Note please do not parameterize the path.
Attempt: Let $d\vec{l} = \Big( (1-0)\hat{x} + (2-0)\hat{y} + (3-0)\hat{z} \Big)dz$
Therefore $\int\vec{F} \cdot d\vec{l} = \int_{0}^{3} (zy\hat{x} + zx\hat{y} + xy\hat{z}) \cdot ( \hat{x} + 2\hat{y} + 3\hat{z})dz = \frac{9y}{2} + 9x + 9xy$.