Complex Analysis 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
RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement



Computer the integral:

Integral from 0 to infinity of (d(theta)/(5+4sin(theta))

Homework Equations


integral 0 to 2pi (d(theta)/1+asin(theta)) = 2pi/(sqrt(1-a^2)) (-1<a<1)

The Attempt at a Solution


I've seen this integral be computed from 0 to 2pi, where the answer is 2pi/3 using the integral from 0 to 2pi (d(theta)/1+asin(theta)) = 2pi/(sqrt(1-a^2)) (-1<a<1)

Is there a typo in the bounds? Should the bounds be from 0 to 2pi instead of 0 to infinity? :/ Or can this problem be solved with another trick/the same trick?
 
on Phys.org
It looks like the bounds should be 0 to 2pi. Otherwise you have:
##\int_0^\infty \frac{1}{5+4\sin\theta} \, d\theta = \infty \int_0^{2\pi} \frac{1}{5+4\sin\theta} \, d\theta##
since there are an infinite number of periods between 0 and 2pi.
The function is always positive >1/9, so there is no practical application to integrating over infinity, since the integral will clearly be greater than ##\infty \frac19##.
 
  • Like
Likes   Reactions: RJLiberator
Beautiful! As I suspected.
Thank you for this.