Solving a Tricky Integral Problem

  • Thread starter Thread starter melknin
  • Start date Start date
  • Tags Tags
    Integral
melknin
Messages
10
Reaction score
0
I'm working on a problem that I've almost completed except for a single integral that I can't seem to figure out. I can plug it into mathematica and get the answer, but I'd really like to know how to work it out. So if anyone can walk me through it, I'd appreciate it.

\int\frac {k(\sin^2\theta-\cos^2\theta-k\sin^4\theta)} {(1-k\sin^2\theta)^{\frac {3}{2}}} d\theta

Thanks in advance!
 
Physics news on Phys.org
Mathematica says the solution is:

-\frac{k \sin 2\theta}{\sqrt{4 - 2k + 2k \cos 2\theta}}

That doesn't give you a method, though.
 
It may or may not help to simplify it to something like

k\int {\frac{{\cos {2\theta } - k\sin ^4 \theta }}<br /> {{\left( {1 - k\sin ^2 \theta } \right)^{\frac{3}{2}} }}d\theta }
or
k\int {\frac{{\sin ^2 \theta \left( {1 - k\sin ^2 \theta } \right) - \cos ^2 \theta }}{{\left( {1 - k\sin ^2 \theta } \right)^{\frac{3}{2}} }}d\theta }

*Well...it still feels like I'm missing something obvious ~
 
Last edited:
This looks like a prime candidate for contour integration on the complex plane...
 
James Jackson said:
This looks like a prime candidate for contour integration on the complex plane...

Ahh--no wonder my CalcII couldn't do it! :-p

And I thought it was a basic CalcII integral!
 
Last edited:
Thing is, contour integrals deal with definite integration. The integral stated has no limits...
 
Limits

Hmm, don't think I've learned about contour integration yet. I'll look that up. I didn't mention it before, but the integral I'm working with actually does have limits from 0 to \phi if that helps.
 
Now, just one piece here:
By the identity \sin^{2}\theta=\frac{1-\cos(2\theta)}{2}
the denominator of the integrand may be rewritten as:
(1-k\sin^{2}\theta)^{\frac{3}{2}}=\frac{(4-2k+2k\cos(2\theta))^{\frac{3}{2}}}{8}
since 4^{\frac{3}{2}}=8

Perhaps I'll try to do something further later on.
 
Last edited:
melknin said:
Hmm, don't think I've learned about contour integration yet. I'll look that up. I didn't mention it before, but the integral I'm working with actually does have limits from 0 to \phi if that helps.

Does phi have an upper limit? You've got to be careful with contour integration with the values of functions, what with functions such as log z being multi-valued at certain points (leading to lovely things such as branch points, Reimann surfaces, that kind of jazz).

I suggest Boas (Mathematical Methods in the Physical Sciences) for an introduction to Contour Integration (look at Cauchy Residue Theorem - an integral and beautiful part of solving things like this).
 
  • #10
Integrals of type \int R(\sin x, \cos x)dx, where R is rational function are solved by following substitution \tan \frac{x}{2}=t, thus, \sin x=\frac{2t}{1+t^2},\quad \cos x=\frac{1-t^2}{1+t^2},\quad dx=2\frac{dt}{1+t^2}, and the previous integral is reduced to integral of a rational function which I hope you know how to solve.
 
  • #11
Hmm, that seems to make sense, but it gets me to an integral I'm not having much more luck with. The only thing I can think of is some other subsitution that I can't figure out.

- 2k\int {\frac{{t^8 - 4t^6 + 2(8k - 5)t^4 - 4t^2 + 1}}{{(1 + t^2 )^3 (1 - \frac{{4kt^2 }}{{(1 + t^2 )^2 }})^\frac {3}{2} }}}

Making u=1 - \frac{{4kt^2 }}{{(1 + t^2 )^2 }} almost seems to work, but not quite. Any advice on what to do from here?
 
Last edited:
  • #12
I've misread your integral, it has \frac{3}{2} exponent in denominator so it is irational not rational function. I guess I'll have to take paper and pencil. If I get to some solution, I will post it.
 
Back
Top