zhillyz
- 64
- 0
Homework Statement
\int_{0}^{2\pi} \dfrac{d\theta}{3+tan^2\theta}
Homework Equations
\oint_C f(z) = 2\pi i \cdot R
R(z_{0}) = \lim_{z\to z_{0}}(z-z_{0})f(z)
The Attempt at a Solution
I did a similar example that had the form
\int_{0}^{2\pi} \dfrac{d\theta}{5+4cos\theta}
where I would change to the complex plane z where z = e^{i\theta} and so dz = ie^{i\theta}d\theta \to d\theta = \dfrac{e^{-i\theta}dz}{i}
The cosine function could also be written in terms of the exponential function as such;
e^{i\theta} = cos(\theta)+isin(\theta)
e^{-i\theta} = cos(\theta)-isin(\theta)
\therefore cos(\theta) = \dfrac{1}{2}\left[e^{i\theta} + e^{-i\theta}\right] = \dfrac{1}{2}\left[z + \dfrac{1}{z}\right]
after you substitute all these back into the formula it gives a denominator that can be factorised to give poles which you can find the residual values for and then calculate the integral using the residue theorem. I get kind of lost though trying to describe tan^2(\theta) in the same way.
tan^2(\theta) = sec^2(\theta) - 1 = \dfrac{sin^2(\theta)}{cos^2(\theta)}
sin^2(\theta) + cos^2(\theta) = 1
Thank you in advance.