Line integral and its application

60 Views Asked by At

First I was asked to

  1. find the line integral $$ I=\int_{C} \dfrac{-y}{x^{2}+y^{2}} dx + \dfrac{x}{x^{2}+y^{2}} dy, $$ where $C$ is the closed curve $$ C=\{ (x,y) \in \Bbb R^{2} \mid (x-2)^{2}+4y^{2}=1 \} $$ and $C$ is oriented counterclockwise.

It seems that we have all of the conditions necessary for Green's Theorem, thus $$ I=\iint_A (\dfrac{y^2-x^2}{x^{2}+y^{2}}-\dfrac{y^2-x^2}{x^{2}+y^{2}})dxdy=0. $$ Is it correct?

Next, the follow-up question seems to be an application of the previous one but I don't know how they can be related.

  1. Let $U=\{ (x,y) \in \Bbb R^{2} \mid x>0 \}$. Find a $C^{\infty}$-function $\varphi$ on $U$ satisfying the following $$ \frac{\partial \varphi}{\partial x}(x,y)=\frac{-y}{x^{2}+y^{2}},\ \ \frac{\partial \varphi}{\partial y}(x,y)=\frac{x}{x^{2}+y^{2}},\ \ \varphi(1,0)=1. $$

Any help would be much appreciated.

1

There are 1 best solutions below

4
On BEST ANSWER

On the half-plane $x>0$ the field is conservative and hence you can just choose any path in this half-plane and integrate from $(1,0)$ to $(x,y)$ to get $$\varphi(x,y)=1+\int_{(1,0)\to (x,y)}\frac{-y}{x^2+y^2}dx+\frac{x}{x^2+y^2}dy$$ For example, going along the axes, you have $$\varphi(x,y)=1+\int_1^x\frac{-0}{x^2+0^2}dx+\int_0^y\frac{x}{x^2+y^2}dy$$ $$=1+x\int_0^y\frac{dy}{x^2+y^2}$$ $$=1+\arctan\frac{y}{x}$$