Question: Calculating Work with a Line Integral

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
1 reply · 2K views
Breedlove
Messages
26
Reaction score
0

Homework Statement


Find the work doneby the force field F on a particle that moves along the curve C.
F(x,y)=xy i + x^2j
C: x=y^2 from (0,0) to (1,1)


Homework Equations



[tex]\int[/tex]F dot dr=[tex]\int^{b}_{a}F(r(t))dotr'(t)dt[/tex]

The Attempt at a Solution



Okay, so I parametrized x=t and y=t^2 (giving r(t)=ti+t^2j right?) and substituted those values in for x and y in F, dotted that with 1i+2tj because I think that it is the derivative of r, if the parametric equations for r are x=t and y=t^2. I then took the integral of the dot product i just took over the interval 0 to 1. I ended up with 3/4 but the correct answer is 3/5
 
Physics news on Phys.org
Breedlove said:
Okay, so I parametrized x=t and y=t^2 (giving r(t)=ti+t^2j right?)
No, the curve is x=y^2 not y=x^2 so your parametric form of y should be [tex]y=\sqrt{t}[/tex]. Alternatively use: [tex]y=t[/tex] and [tex]x=t^2[/tex].