Integral Help: Calculate cos^2(x) Integral

  • Thread starter Thread starter GregoryGr
  • Start date Start date
  • Tags Tags
    Integration
GregoryGr
Messages
41
Reaction score
0

Homework Statement


Calculate the integral:

gif.latex?\int_{-\infty}^{0}&space;\frac{e^x}{1+cos^{2}(2x)}dx.gif


Homework Equations



-

The Attempt at a Solution



I tried some trig identities, like t=tan(x/2). The cos^2 smells like an arctan derivative but I can't seem to think of anything that could work...
 
Physics news on Phys.org
You know cos^2(2x) is non-negative so it means 1+ cos^2(2x) is always positive
Use the fact that 1+cos^2(2x) is bounded to evaluate this integral .
 
Last edited:
Maybe write cos in exponents?
 
GregoryGr said:

Homework Statement


Calculate the integral:

gif.latex?\int_{-\infty}^{0}&space;\frac{e^x}{1+cos^{2}(2x)}dx.gif


Homework Equations



-

The Attempt at a Solution



I tried some trig identities, like t=tan(x/2). The cos^2 smells like an arctan derivative but I can't seem to think of anything that could work...

I am beginning to doubt there is a simple closed-form solution. However, one can reduce it to a finite integration that might be preferable to use if you want an accurate numerical value. Call the integral J, and note that we can re-write it as an integral over [0,∞):
J = \int_0^{\infty} f(x) \, dx, \:\: f(x) = \frac{e^{-x}}{1 + \cos^2(2x)}
Since ##\cos^2(2x)## is periodic with period ##\pi/2## we have
f\left( n \frac{\pi}{2} + t \right) = \alpha^n f(t), \; \alpha = e^{-\pi/2}
so
J = \sum_{n=0}^{\infty} \alpha^n J_0 = \frac{J_0}{1-\alpha}, \text{ where }<br /> J_0 = \int_0^{\pi/2} f(x) \, dx.
For numerical work it might be better to work with J_0 instead of the original J.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top