I've have no idea how to even approach this question. I've attempted to use $\frac{1}{5\tan^2(x)-1}$ but i'm really just grasping at straws here.
Integrate $\int\frac{1}{2-3\cos2x}dx$?
0
$\begingroup$
calculus
integration
-
0In class you probally learned the concept of u substitution perhaps try the entire denominator – 2017-01-14
-
0Whats the closest question to this that you might know how to solve – 2017-01-14
-
0You can use the method I posted here.http://math.stackexchange.com/questions/2095054/integrate-int-frac453cos2xdx/2095081#2095081 – 2017-01-14
1 Answers
4
let $\displaystyle \mathcal{I} = \int \frac{1}{2-3 \cos 2x}dx = \int\frac{1}{2-3\left(\frac{1-\tan^2 x}{1+\tan^2 x}\right)}dx = \int \frac{\sec^2 x}{5\tan^2 x-1}dx$
substitute $\tan x= t$ and $\sec^2 xdx = dt$
so $\displaystyle \int\frac{1}{5t^2-1}dt = \frac{1}{5}\int \frac{1}{t^2-\frac{1}{\sqrt{5}}}dt = \frac{1}{2\sqrt{5}}\ln \bigg|\frac{\sqrt{5}t-1}{\sqrt{5}t+1}\bigg|+\mathcal{C}$
-
0This is good, for sure : you can still simplify the result and finally arrive to $\displaystyle \mathcal{I} =-\frac{\tanh ^{-1}\left(\sqrt{5} \tan \left(x\right)\right)}{\sqrt{5}}+C$ – 2017-01-14
-
3I don't understand what's occurring in the last two steps isn't $\displaystyle \int\frac{1}{5t^2-1}dt = \frac{1}{5}\int \frac{1}{t^2-\frac{1}{5}}dt$ and how did you get from that to the last step. – 2017-01-14
-
1$ \frac{1}{5t^2-1} = \frac{1}{5(t^2-\frac{1}{5})} = \frac{1}{5} \frac{1}{t^2-\frac{1}{5}} $ – 2017-01-14