Evaluating path along a circle

  • Thread starter Thread starter xmflea
  • Start date Start date
  • Tags Tags
    Circle Path
xmflea
Messages
43
Reaction score
0
Evaluate the line integral of f(x,y) = x+2y along C, where C is the path counterclockwise around the upper half of the unit circle


Attempt:
parametric r(t)= cos(t)i + sin(t)j 0<t<pi ds=root(1)dt

integrate from 0 to pi the function cost + 2sint, and i get -2.

correct answer is 4. i think I am writing the parametric wrong or something. help?
 
Physics news on Phys.org
Your formula is correct. However, notice that it is counter clockwise
Think about your order of integration, where do you start and where do you end?

Now with that in mind, you should get 4.
(and actually I think you make some calculation mistakes, because the way you did it, you should get -4 instead of -2. Check your calculation.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top