Line integral over a given curve C

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
3 replies · 2K views
nmelott
Messages
4
Reaction score
0

Homework Statement


Evaluate the line integral over the curve http://webwork.math.ttu.edu/webwork2_files/tmp/equations/33/92ca0e3b907f876e5a974ad1457d1f1.png from
7c0c57c09fd2ddefc5e4bd47ccf5351.png
to http://webwork.math.ttu.edu/webwork2_files/tmp/equations/6f/bccf9dd59b9c22450c590a042bb77d1.png .

∫-ydx+3xdy (over the curve C)

Homework Equations

The Attempt at a Solution


I'm really stuck on this problem not doing very well with line integrals.
I started by changing y^2=x to parametric --> x=t^4 y=t^2
Then I took the derivate of each one --> dx=4t^3dt dy=2tdt
I then plugged in each term into the given integral --> ∫-ydx+3xdy (over the curve C) = ∫-(t^2)(4t^3)+3(t^4)(2t)dt

Would I use the points given to get my limits of integration or am I way off?
 
Last edited by a moderator:
Physics news on Phys.org
nmelott said:

Homework Statement


Evaluate the line integral over the curve http://webwork.math.ttu.edu/webwork2_files/tmp/equations/33/92ca0e3b907f876e5a974ad1457d1f1.png from
7c0c57c09fd2ddefc5e4bd47ccf5351.png
to http://webwork.math.ttu.edu/webwork2_files/tmp/equations/6f/bccf9dd59b9c22450c590a042bb77d1.png .

∫-ydx+3xdy (over the curve C)

Homework Equations

The Attempt at a Solution


I'm really stuck on this problem not doing very well with line integrals.
I started by changing y^2=x to parametric --> x=t^4 y=t^2
A simpler set would be x = t2, y = t. You can use the given points on C to figure out the interval for t values.
nmelott said:
Then I took the derivate of each one --> dx=4t^3dt dy=2tdt
I then plugged in each term into the given integral --> ∫-ydx+3xdy (over the curve C) = ∫-(t^2)(4t^3)+3(t^4)(2t)dt

Would I use the points given to get my limits of integration or am I way off?
 
Last edited by a moderator:
Got it,
Thank you!
 
You could have just chosen ##x = y^2## and ##y = y## (where ##y## is the parameter). Then you can see that ##1 \leq y \leq 3##.

Then computing ##\frac{dx}{dy} = 2y## will give you ##dx = 2y dy##.

Subbing everything in you should find the same answer.