I tried evaluating $\displaystyle\int_{3\pi/4}^{3\pi/2}\sin^2 \left(\frac {1} {3} x \right) dx$ by first using integration by parts and u-substitution to find the indefinite integral, and then using the Second Fundamental Theorem of Calculus to get the definite integral. Here is my work:
$$ \int \sin^2 \left(\frac {1} {3} x\right)\,dx\\ u = \frac {1} {3} x\\ \begin{equation} \begin{split} 3\int sin^2 u\,du = 3\sin u \int \sin u \,du - 3\int \left(\sin u \int \sin u \,du \right) \,du\\ = - 3\sin u \cos u - 3 \int \sin u \cos u \,du\\ v = \sin u\\ - 3\sin u \cos u - 3\int v \,dv = -3 \sin u \cos u - \frac {3v^2} {2} + C\\ = -3 \sin \left(\frac {1} {3} x\right) \cos \left(\frac {1} {3} x\right) - \frac {3\sin^2\left(\frac {1} {3} x\right)} {2} + C \end{split} \end{equation} $$
Evaluating this at $\dfrac {3\pi} {2}$ gives $-3 \cdot 1 \cdot 0 + \dfrac {1^2} {2}$ which is $\dfrac {1} {2}$, while at $\dfrac {3\pi} {4}$ it yields $-\dfrac {1} {4}$, so I thought the answer would be $\dfrac {3} {4}$. However, all of the answer choices I'm given are irrational numbers that include $\pi$. Where did I go wrong in this solution?