Integrate and Evaluate Vector Functions | Circle and Straight Line Paths

  • Thread starter Thread starter thenewbosco
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
thenewbosco
Messages
185
Reaction score
0
hello, i just wish to check that i have done the following correctly:

1. Evaluate [tex]\int d\overarrow{r}[/tex] (r is a vector, and its a closed integral) around the circle C represented by [tex]x^2 + y^2 = a^2[/tex]

what i did here was switch to polars and called [tex]d\overarrow{r}[/tex] ->[tex]rd\theta[/tex] then i noted that r=a and integrated from 0 to 2pi to get the answer as 2pi * a.

and

2. If [tex]\overarrow{f} = x\hat{x} + y\hat{y} + z\hat{z}[/tex]
evaluate [tex]\int \overarrow{f} \cdot d\overarrow{r}[/tex] from (0,0,0) to (1,1,1) along
a) a straight line connecting these points
b) a path from (0,0,0) to (1,0,0) to (1,1,0) to (1,1,1)

for both of these i ended up getting 3/2
for a i just replaced y and z by x and dy and dz by dx and integrated 3x dx...
and for b i got 3/2 by adding up three integrals so i think this should be correct? thanks
 
Last edited:
Physics news on Phys.org
You should have gotten a hint that your answer is incorect for 1. since what this integral represents is the adding of many many tiny vectors one at the end of another such that the last one of these tiny vector ends where the first one started. Such a sum of vector gives the null vector. (Not to mention that you're summing vectors but your answer is a scalar )

What [itex]\oint d\vec{r}[/itex] represents is actually

[tex]\int_{t_1}^{t_2}\frac{d\vec{r}}{dt}dt[/tex]

for some parametetrisation [itex]\vec{r}(t)[/itex], [itex]t\in (t_1,t_2)[/tex] of the circle. So, what this comes down to is finding a parametrisation of the circle and integrate its derivative.<br /> <br /> For 2. there is a good chance that is correct since [itex]\nabla \times \vec{f}=0[/itex], i.e. the field is conservative, so the line integral should be path-independent.[/itex]
 
Last edited:
However, if you had to integrate

[tex]\oint_C ||d\vec{r}||[/tex]

then this would have been [itex]2\pi a[/itex] since now you're adding the length of all the tiny vectors, which in the limit dr-->0, should give you the circumference of the circle.