Help solving line integral question

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 · 2K views
Jaqsan
Messages
17
Reaction score
0
h

Homework Statement



Evaluate ∫xy|dr| over the path given by x=t^3, y=t^2, t=0...2

Homework Equations



x=t^3, y=t^2, t=0...2

The Attempt at a Solution



x=t^3, y=t^2
y^(3/2) =x, y=t, x=t^(3/2), t=0...4
∫0to4 t^5/2 [Sqrt((3t^(1/2))/2)^2 +(1)^2]
=∫0to4 t^5/2 [Sqrt(9t/4 + 1) dt

HELP PLEASE, I'm not sure this is right. Help or point me in the right direction, would you? :-)
 
on Phys.org
Jaqsan said:
h

Homework Statement



Evaluate ∫xy|dr| over the path given by x=t^3, y=t^2, t=0...2

Homework Equations



x=t^3, y=t^2, t=0...2

The Attempt at a Solution



x=t^3, y=t^2
y^(3/2) =x, y=t, x=t^(3/2), t=0...4
∫0to4 t^5/2 [Sqrt((3t^(1/2))/2)^2 +(1)^2]
=∫0to4 t^5/2 [Sqrt(9t/4 + 1) dt

HELP PLEASE, I'm not sure this is right. Help or point me in the right direction, would you? :-)

The usual notation for [itex]\|\mathrm{d}\mathbf{r}\|[/itex] is [itex]\mathrm{d}s[/itex].

Your starting point is
[tex] \int_C xy\,\mathrm{d}s =<br /> \int_0^2 x(t)y(t)\|\mathbf{r}'(t)\|\,\mathrm{d}t = <br /> \int_0^2 x(t)y(t)\sqrt{(x'(t))^2 + (y'(t))^2}\,\mathrm{d}t.[/tex]

Now substitute [itex]x(t) = t^3[/itex] and [itex]y(t) = t^2[/itex].
 
  • Like
Likes   Reactions: 1 person
pasmith said:
The usual notation for [itex]\|\mathrm{d}\mathbf{r}\|[/itex] is [itex]\mathrm{d}s[/itex].

Your starting point is
[tex] \int_C xy\,\mathrm{d}s =<br /> \int_0^2 x(t)y(t)\|\mathbf{r}'(t)\|\,\mathrm{d}t = <br /> \int_0^2 x(t)y(t)\sqrt{(x'(t))^2 + (y'(t))^2}\,\mathrm{d}t.[/tex]

Now substitute [itex]x(t) = t^3[/itex] and [itex]y(t) = t^2[/itex].

My integral comes out to the same answer of 102.842 but your method seems a whole lot easier. I think I was just thinking too much about it. Thanks.