Evaluate the line integral $\int_C xy^4 ds $ of a half circle

9k Views Asked by At

Evaluate the line integral where $C$ is the given curve:
$\int_C xy^4 ds $, $C$ it the right half of the circle $x^2+y^2=16$

enter image description here

I was following a similar example in my book and parameterized $t$ by making $x = \cos t$ and $y = \sin t$ and using the line integral equation, but I got a small fraction while the answer is a large number. I looked at the example twice and checked my problem twice, so I'm not sure what I'm missing. If anyone could help it would be greatly appreciated..

3

There are 3 best solutions below

3
On BEST ANSWER

$$r(t)=(4\cos t,\,4\sin t)\;,\;\;-\frac\pi2\le t\le\frac\pi2\implies \text{our integral is}$$

$$\int_{-\frac\pi2}^{\frac\pi2}4\cos t(4\sin t)^4\left\|r'(t)\right\|dt=1,024\int_{-\frac\pi2}^{\frac\pi2}\cos t\,\sin^4t\cdot4\,dt=\left.\frac{4,096}5\sin^5t\right|_{-\frac\pi2}^{\frac\pi2}=\frac{8,192}5$$

0
On

You forgot to include the radius. The substitution $x= \cos t$, $y= \sin t$ parametrizes a circle of radius $1$.
But $C$ is a subset of a circle of radius $4$.

0
On

The correct parameterization is $x=4\cos(t), y=4\sin(t)$.