0
$\begingroup$

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.

  • 0
    In class you probally learned the concept of u substitution perhaps try the entire denominator2017-01-14
  • 0
    Whats the closest question to this that you might know how to solve2017-01-14
  • 0
    You can use the method I posted here.http://math.stackexchange.com/questions/2095054/integrate-int-frac453cos2xdx/2095081#20950812017-01-14

1 Answers 1

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}$

  • 0
    This 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
  • 3
    I 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