Green's Theorem in 3 dimensions problem

duki
Messages
264
Reaction score
0

Homework Statement



Evaluate: \int _C{xydx - yzdy + xzdz}
C: \vec{r}(t) = t\vec{i} + t^2\vec{j} + t^4\vec{k}
o <= t <= 1

Homework Equations



The Attempt at a Solution



I understand that you cannot use Green's Theorem in 3 dimensions. How else can I go about solving this?
 
Last edited by a moderator:
Physics news on Phys.org


Just use the standard definition of a "line integral".

On C, x= t, y= t2, and z= t4
dx= dt, dy= 2tdt, and dz= 4t3.

xydx- yzdy+ xzdz= (t)(t2)dt- (t2)(t4)(2tdt)+ (t)(t4)(4t3dt.

Integrate that from t= 0 to t= 1.
 


Ohhh snap. I remember talking about the fundamental theorem of line integrals now. Thanks!
 


x, y and z will all be functions of t along the curve...You should be able to simply look at the parametric equation for your curve \vec{r}(t) = t\hat{i} + t^2\hat{j} + t^4\hat{k} and read off what those functions are.:wink:...Then you can easily express dx, dy and dz in terms of dt and you integral will simply be a single variable integration...

EDIT: Halls beat me to it.
 


Ok so I got:

EDIT:
\int _0^1{4t^4 dt} = \frac{4t^5}{5} =&gt; \frac{4}{5} ?
 
Last edited:
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