Evaluating Line Integrals Along a Curve

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
bfr
Messages
49
Reaction score
0
If a question says something like: "evaluate [tex]\int[/tex](x*z*y)dx - (x-y)dy + (x^3)dz from (1,0,0,) to (1,0,2pi) along the curve (x,y,z)=(cos(t),sin(t),t)" or something like that, this is just basically splitting up a line integral? In my example, it would be the same as: [tex]\int[/tex]cos(t)*t*sin(t)) * (-sin(t)) dt - [tex]\int[/tex](cos(t)-sin(t))*cos(t) dt ... etc. , which is just: [tex]\int[/tex]<(cos(t)*t*y),-(cos(t)-y),(cos(t)^3)> dot <-sin(t),cos(t),1> dt from t=0 to t=1 ("dot" represents a dot product).
 
Physics news on Phys.org
bfr said:
If a question says something like: "evaluate [tex]\int[/tex](x*z*y)dx - (x-y)dy + (x^3)dz from (1,0,0,) to (1,0,2pi) along the curve (x,y,z)=(cos(t),sin(t),t)" or something like that, this is just basically splitting up a line integral? In my example, it would be the same as: [tex]\int[/tex]cos(t)*t*sin(t)) * (-sin(t)) dt - [tex]\int[/tex](cos(t)-sin(t))*cos(t) dt ... etc. , which is just: [tex]\int[/tex]<(cos(t)*t*y),-(cos(t)-y),(cos(t)^3)> dot <-sin(t),cos(t),1> dt from t=0 to t=1 ("dot" represents a dot product).
Pretty much, though the limits would be from t=0 to t=2pi, and it's the second form of the integral (i.e. the expanded dot product) that is useful to calculate (by evaluating the definite integral with respect to t).
 
OK, thanks.

And, er, yeah, I meant from t=0 to t=2pi.