$\int_{C}{(3x+2y) \, dx + (2x-y) \, dy}$ along the curve y = sin($\pi*x\over2$) from (0,0) to (1,1). (Given that the curve is smooth).
Approach: I attempted this problem by parametrizing x = $\pi*t\over2$ and y = sin(t), but that wasn't working out since I got this: ∫3t + 2sin($\pi*t\over2$) + ($\pi$)tcos($\pi*t\over2$) - ($\pi\over2$)*cos($\pi*t\over2$)*sin($\pi*t\over2$). I then attempted x = t and y = sin($\pi*t\over2$), which didn't help.
I'm having trouble finding which parametrization works (the integration should follow easy from there). Can some help out with the setup of the parameters?
Thanks
You seem to have made a typo with your first attempt. If we want $y = \sin t$, then we need to ensure that $t = \frac{\pi}{2}x$, so we have: \begin{align*} x = \frac{2}{\pi}t &\implies dx = \frac{2}{\pi}\, dt \\ y = \sin t &\implies dy = \cos t \, dt \\ \end{align*} So our line integral becomes: $$ \int_0^{\pi/2} (3 \cdot \tfrac{2}{\pi}t + 2 \cdot \sin t) \cdot \tfrac{2}{\pi}\, dt + \int_0^{\pi/2} (2 \cdot \tfrac{2}{\pi}t - \sin t) \cdot \cos t \, dt $$ which is not too bad to evaluate.