F$(x,y) = (2x^2+2xy, 2y^2+2xy)$ where the curve is $f(\theta) = \theta, \theta \in [0,\pi/2]$.
So i attempted to convert the curve into cartesian parametric coordinates so that
$$\gamma = (\theta cos(\theta), \theta sin(\theta))$$
Hence F$(x,y) = (2\theta^2 cos^2(\theta) + 2\theta^2 cos(\theta)sin(\theta), 2\theta^2 sin^2(\theta) + 2\theta^2 cos(\theta)sin(\theta))$
and $\gamma' = (-\theta sin(\theta), \theta cos(\theta)) $
However when i attempt compute the line integral i get $$\int_0^{\pi/2} F dr = 0$$
and the answer in my book says the answer is $ \approx 3.218$