Area enclosed by an elliptic spiral curve integral

  • Thread starter Thread starter gipc
  • Start date Start date
  • Tags Tags
    Area Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Physics news on Phys.org
here's how you can write it in tex
[tex]\int_C y dx-x dy +dz [/tex]

note you can re-write as a dot product, just for clarity
[tex]\int_C (y,-x,1) \bullet \vec{dx}[/tex]

to solve, you just need to re-write the integral so you're only integrating over t
 
lanedance said:
here's how you can write it in tex
[tex]\int_C y dx-x dy +dz [/tex]

note you can re-write as a dot product, just for clarity
[tex]\int_C (y,-x,1) \bullet \vec{dx}[/tex]

to solve, you just need to re-write the integral so you're only integrating over t

So the integral becomes [tex]\int_C[/tex] [b*sint*dx-a*cost*dy+dz]
Which equals [tex]\int_C[/tex] -a*b*cost*sint*dt-a*b*cost*cost*dt+c*dt ? And now should I separate the integrals?

Is that all I have to solve or is something wrong?
 
lanedance said:
here's how you can write it in tex
[tex]\int_C y dx-x dy +dz [/tex]

note you can re-write as a dot product, just for clarity
[tex]\int_C (y,-x,1) \bullet \vec{dx}[/tex]

to solve, you just need to re-write the integral so you're only integrating over t

Or, a little neater write the integrand

[tex]\langle y, -x, 1\rangle \cdot \langle dx,dy,dz\rangle[/tex]
 
gipc said:
So the integral becomes [tex]\int_C[/tex] [b*sint*dx-a*cost*dy+dz]
Which equals [tex]\int_C[/tex] -a*b*cost*sint*dt-a*b*cost*cost*dt+c*dt ? And now should I separate the integrals?

Is that all I have to solve or is something wrong?

so... is it okay to follow this steps?
 
gipc said:
So the integral becomes [tex]\int_C[/tex] [b*sint*dx-a*cost*dy+dz]
Yes, that is correct.

Which equals [tex]\int_C[/tex] -a*b*cost*sint*dt-a*b*cost*cost*dt+c*dt ?
No, that is not correct. You are given that x= a cos t so dx= -a sin(t). b sin t dx= (b sin t)(-a sin t dt)= -ab sin^2 t dt. y= b sin t so dy= b cos t dt. -a cos t dy= (-a cos t)(b cos t dt)= -ab cos^2 t dt. z= ct so dz= ct as you have.

And now should I separate the integrals?

Is that all I have to solve or is something wrong?