Line Integral: Solving for \ointr.dr=0

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
rado5
Messages
71
Reaction score
0

Homework Statement



What is the result of this? [tex]\oint[/tex]r.dr=?

Homework Equations





The Attempt at a Solution



[tex]\oint[/tex]r.dr =[tex]\oint[/tex]rdr=[tex]\int[/tex][tex]^{a}_{a}[/tex]rdr = [tex]\frac{r^2}{2}[/tex] [tex]\left|[/tex] [tex]^{a}_{a}[/tex] = 0

Is it correct?
 
Physics news on Phys.org
What argument do you have for asserting that [itex]\vec{r}\cdot d\vec{r}= r dr[/itex]? Generally, the dot product of two vectors is equal to the product of their lengths when the vectors are parallel. Are [itex]\vec{r}[/itex] and [itex]d\vec{r}[/itex] parallel?

In Cartesian coordinates, [itex]\vec{r}= x\vec{i}+ y\vec{j}[/itex] and [itex]d\vec{r}= dx\vec{i}+ dy\vec{j}[/itex] so your integral becomes [itex]\oint xdx+ ydy[/itex] around some closed path.

A circle of radius R can be written as [itex]\vec{r}= Rcos(\theta)\vec{i}+ R sin(\theta)\vec{j}[/itex] and then [itex]d\vec{r}= -Rsin(\theta)d\theta\vec{i}+ Rcos(\theta)d\theta\vec{j}[/itex] so your integral becomes [itex]R^2\int_{\theta= 0}^{2\pi} -sin(\theta)cos(\theta)+ cos(\theta) sin(\theta) d\theta[/itex] which is even simpler.
 
Dear "HallsofIvy" thank you very much for your wonderful help. I thought the angle between r and dr is always zero because the angle between two curves are defined as the angle between their tangent lines.
 
HallsofIvy said:
Okay. And what are the tangent lines of "r" and "dr"?

Well now I think that the tangent lines are different because we have two different vectors, but I didn't notice it!
 
I may be pulling your chain a little too hard here! Yes, r and dr are parallel (they both point directly away from the origin) and so their dot product is just rdr. My point was that you have to show that, not just assert it.

But it is simpler to do it as [itex]R^2\int_{\theta= 0}^{2\pi} -sin(\theta)cos(\theta)+ cos(\theta) sin(\theta) d\theta[/itex] because, of course, [itex]-sin(\theta)cos(\theta)+ cos(\theta)sin(\theta)= 0[/itex].
 
HallsofIvy said:
Okay. And what are the tangent lines of "r" and "dr"?

The tangent line of [tex]\vec{r}[/tex] is placed on d[tex]\vec{r}[/tex] and the tangent line of d[tex]\vec{r}[/tex] is placed on itself because it is a straight line (because [tex]\vec{r}[/tex]= x[tex]\vec{i}[/tex] + y[tex]\vec{j}[/tex]) so the angle between [tex]\vec{r}[/tex] and d[tex]\vec{r}[/tex] is zero.
Is it correct? If there is a better interpretation please let me know. And thank you very much in advance for your great help.