Path integrals and parameterization

randomcat
Messages
7
Reaction score
0

Homework Statement


Evaluate ∫ F ds over the curve C for:
a) F = (x, -y) and r(t) = (cos t, sin t), 0 ≤ t ≤ 2∏
b) F = (yz, xz, xy) where the curve C consists of straight-line segments joining (1, 0, 0) to (0, 1, 0) to (0, 0, 1)

Homework Equations



The Attempt at a Solution


a) I first found the norm:
r'(t) = (-sin t, cos t)
||r'(t)|| = 1
Now my question is, how do I set up the integral? I know that F = (cos t, -sin t), and I have found the norm, but I'm lost about how toI go about setting up the integral.

b) Let C1 be the vector from (1, 0, 0) to (0, 1, 0) and let C2 be the vector from (0, 1, 0) to (0, 0, 1)
I parametrize C1: r(t) = (1-t, t, 0)
C2: r(t) = (0, 1-t, t)
Again, I can find the norm easily once I have the parametrization, but how do I set up the integral?
 
Physics news on Phys.org
Don't you have a formula for this? It should be ##\displaystyle \int_r \mathbf{F} \ ds = \int_{a}^b \mathbf{F}(r(t))|r'(t)| \ dt##
 
Yes, the norm for the first problem was the constant 1 because the path is the unit circle. But there is no need to find the norm at all.

With \vec{F}= f(x,y)\vec{i}+ g(x,y)\vec{j} and d\vec{s}= dx\vec{i}+ dy\vec{j}, \vec{F}\cdot d\vec{s}= f(x,y)dx+ g(x,y)dy

And with parameterization x= x(t), y= y(t), that becomes simply
\int \vec{F}\cdot d\vec{s}= \int f(x,y)(dx/dt)dt+ g(x,y)(dy/dt)dt.

In problem (b), \vec{F}= x\vec{i}- y\vec{j}= cos(t)\vec{j}+ sin(t)\vec{k} and d\vec{s}= sin(t)dt\vec{i}- sin(t)dt\vec{j}.

For (b), again, the norm is not relevant. Do this as three separate integrals:
(I) from (1, 0, 0) to (0, 1, 0): x= 1- t, y= t, z= 0. d\vec{s}= -dt\vec{i}+ dt\vec{j}.
(II) from (0, 1, 0) to (0, 0, 1): x= 0, y= 1- t, z= t. d\vec{s}= -dt\vec{j}+ dt\vec{k}.
(III) from (0, 0, 1) to (1, 0, 0): x= t, y= 0, z= 1- t. d\vec{s}= dt\vec{i}- dt\vec{k}
 
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