PDA

View Full Version : Line integral


clint_sask
Jan26-08, 12:17 PM
1. The problem statement, all variables and given/known data

Compute the line integral of v = 6i + yz^2j + (3y + z)k along the path (0,0,0) -> (0,1,0) -> (0,0,2) -> (0,0,0). Check your answer using Stokes' Thm

2. Relevant equations



3. The attempt at a solution

I've tried breaking into three pieces. The first with dx = dz = 0, second dx = 0 and third dx = dy = 0. The solution is given as 8/3 but I can't seem to come up with that. Do I have to parametrize the curve or what?

Defennder
Jan26-08, 08:58 PM
Well I was able to do it by paramatrizing the 3 paths individually. A little tedious, but given that you can't use Stokes' theorem except to check your answer, it's the best you can do. The paths are all straight lines. Perhaps you could use green's theorem here, since the path lies on a plane and is closed, but the function you're taking the path integral of has 6i in it.

clint_sask
Jan27-08, 09:19 AM
Ok, I managed to get it. Thanks :smile: