How do you evaluate a line integral along a given curve?

Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement


Evaluate the line integral, where C is the given curve:

\int_C\,y\,ds \, \,\,\,\,C:\,x=t^2\,\,\,\,y=t

for t between 0 and 2 (out of curiousity, how do you make the "greater than or equal 2" in LateX)

Okay, in the book the line integral is defined as \int_C F\cdot dr=\int_a^bF(r(t))\cdot r'(t)\,dtOkay now what is F in this case? What is "ds"? what happened? Why is the problem format so different from the definition?

Can someone help me out conceptually on this one?Thanks!
Casey
 
Physics news on Phys.org
Hi Casey,

\geq is just \geq :smile:

In this format, s is the arc length of the path that is described by your parametric equations for x(t) and y(t) and so ds represents an infinitesimal change in arc length...look at your notes; how is arc length defined?...how do you express it as a function of x and y?
 
Saladsamurai said:

Homework Statement


Evaluate the line integral, where C is the given curve:

\int_C\,y\,ds \, \,\,\,\,C:\,x=t^2\,\,\,\,y=t

for t between 0 and 2(out of curiousity, how do you make the "greater than or equal 2" in LateX)
\ge

Okay, in the book the line integral is defined as \int_C F\cdot dr=\int_a^bF(r(t))\cdot r'(t)\,dt

Okay now what is F in this case? What is "ds"? what happened? Why is the problem format so different from the definition?

Can someone help me out conceptually on this one?


Thanks!
Casey
The first form is in terms of parametric equations. The second is in terms of vector functions. One can always be converted to the other.
"ds" is normally the differential of arclength. In this case, with x= t2, y= t, ds= \sqrt{(dx/dt)^2+ (dy/dt)^2}dt= \sqrt{4t^2+ t^2}dt= t\sqrt{5}dt and y is, of course, t. The integral is
\int_0^2 t (t\sqrt{5}dt)= \sqrt{5}\int_0^2 t^2 dt
 
What I am really confused about is which represents my Field and which is my r ?
 
HallsofIvy said:
\ge


The first form is in terms of parametric equations. The second is in terms of vector functions. One can always be converted to the other.
"ds" is normally the differential of arclength. In this case, with x= t2, y= t, ds= \sqrt{(dx/dt)^2+ (dy/dt)^2}dt= \sqrt{4t^2+ t^2}dt= t\sqrt{5}dt and y is, of course, t. The integral is
\int_0^2 t (t\sqrt{5}dt)= \sqrt{5}\int_0^2 t^2 dt

hmmmm... isn't \frac{dy}{dt}=1?
 
Saladsamurai said:
What I am really confused about is which represents my Field and which is my r ?

Remember that the speed along a curve, is equal to the rate of change of the arc lentgh :

|\vec{r'}(t)|=|\frac{d \vec{r}(t)}{dt}|=\frac{ds}{dt}

And that the velocity along the curve is just speed*tangent vector

\Rightarrow \vec{r'}(t)dt=\hat{T} \left(\frac{ds}{dt} \right) dt= \hat{T}ds

So when you compare that to the form of the path integral in your book, you see that the field in this case could be:

\vec{F}(\vec{r})=y\hat{T}

...Anyways, this is unimportant for this problem: the integral has already been parameterized for you, so all you need to do is express y and ds in terms of t and integrate.

Do you follow?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top