How Can You Solve Vector Field Line Integrals Without Gaussian Integrals?

destroyer130
Messages
18
Reaction score
0
This problem is about Line integral of Vector Field. I believe the equation i need to use is:

\intF.dr = \intF.r'dt, with r = r(t)

I try to solve it like this:
C1: r1= < 1 - t , 3t , 0 >
C2: r2= < 0 , 3 - 3t , t >
C3: r3= < t , 0 , 1 - t >

After some computation, I got stuck at the part that have 2 Gaussian Integrals!

\int(t from 0 -> 1) [-3t + 3t^2 + e^(t^2) - e^[(t-1)^2]]dt

I see the answer is 1/2. I check my integrals and observe somehow these 2 Gaussian either cancel out or both equals 0, but I just have no clue how to show it. Another idea I could think of is that there is other way to solve this problem without involving doing those integrals.

Thanks for checking out my problem.
 
Physics news on Phys.org
destroyer130 said:
This problem is about Line integral of Vector Field. I believe the equation i need to use is:

\intF.dr = \intF.r'dt, with r = r(t)

I try to solve it like this:
C1: r1= < 1 - t , 3t , 0 >
C2: r2= < 0 , 3 - 3t , t >
C3: r3= < t , 0 , 1 - t >

After some computation, I got stuck at the part that have 2 Gaussian Integrals!

\int(t from 0 -> 1) [-3t + 3t^2 + e^(t^2) - e^[(t-1)^2]]dt

I see the answer is 1/2. I check my integrals and observe somehow these 2 Gaussian either cancel out or both equals 0, but I just have no clue how to show it. Another idea I could think of is that there is other way to solve this problem without involving doing those integrals.

Thanks for checking out my problem.

Yes, you can show they cancel. Take the integral of e^[(1-t)^2] and apply the substitution u=1-t.
 
Dick said:
Yes, you can show they cancel. Take the integral of e^[(1-t)^2] and apply the substitution u=1-t.

Wow i didn't know that there's such technique. This is from my sample final exam about Vector Integral. Could you look at the problem i attached and tell me if there's any other way that didn't have to go through that Gaussian Integrals? Thanks a lot Dick!

problem.jpg
 
destroyer130 said:
Wow i didn't know that there's such technique. This is from my sample final exam about Vector Integral. Could you look at the problem i attached and tell me if there's any other way that didn't have to go through that Gaussian Integrals? Thanks a lot Dick!

View attachment 53941

It's a trick you can use to show some definite integrals are related. It's not much of a general technique. Why not apply Stoke's theorem?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top