5

Evaluation of $\displaystyle \int\frac{1}{\sin^3 x-\cos^3 x}dx$

$\bf{My\; Try::}$ Given $\displaystyle \int\frac{1}{\sin^3 x-\cos^3 x}dx = \int\frac{1}{(\sin x-\cos x)\cdot (\sin^2 x-\sin x\cos x+\cos^2 x)}dx$

$\displaystyle = 2\int\frac{(\sin x-\cos x)}{(\sin x-\cos x)^2\cdot (2-\sin 2x)}dx = 2\int \frac{(\sin x-\cos x)}{(1-\sin 2x)\cdot (2-\sin 2x)}dx$

Let $(\sin x+\cos x) = t\;,$ Then $(\cos x -\sin x)dx = dt\Rightarrow (\sin x -\cos x)dx = dt$

and $(1+\sin 2x)=t^2\Rightarrow \sin 2x = (t^2-1)$

So Integral Convert into $\displaystyle 2\int\frac{1}{(2-t^2)\cdot (3-t^2)}dt = 2\int\frac{1}{(t^2-2)\cdot (t^2-3)}dt$

My Question is , is there is any better method other then that

Help me

Thanks.

juantheron
  • 53,015
  • 3
    I think initially your method is pretty cool! I would have factored the denom in the same way. But I suspect there is a negative sign missing when you go from $cosx-sinx$ to $sinx-cosx$ in front of that $dx$ term? – imranfat Feb 12 '14 at 17:14
  • 1
    I guess your method is the simplest one. For example, Weierstrass is cumbersome, $t = \sin\left(x\right)$ is quite bad, etc... – Felix Marin Feb 12 '14 at 17:41
  • Thanks imranfat and Felix Marin.. – juantheron Feb 15 '14 at 08:33

2 Answers2

2

You're missing a minus sign at one point, but other than that I think you're OK. Next, use partial fractions: $$ \frac{1}{(2-t^2)(3-t^2)} = \frac{A}{\sqrt{2}-t} + \frac{B}{\sqrt{2}+t} + \frac{C}{\sqrt{3}-t} + \frac{D}{\sqrt{3}+t} $$

1

I had just learnt an useful technique to deal with $1+\sin x \cos x$ and want to share with you now. $$ \begin{array}{l} \displaystyle \because \frac{3}{\sin ^{3} x-\cos ^{3} x}=\frac{2}{\sin x-\cos x}+\frac{\sin x-\cos x}{1+\sin x \cos x}\\ \displaystyle \therefore \int \frac{d x}{\sin ^{3} x-\cos ^{3} x}\\ \displaystyle =\frac{2}{3} \int \frac{d x}{\sin x-\cos x}+\frac{1}{3} \int \frac{\sin x-\cos x}{1+\sin x \cos x} d x\\ \displaystyle =-\frac{2}{3 \sqrt{2}} \int \frac{d x}{\cos \left(x+\frac{\pi}{4}\right)}-\frac{2}{3} \int \frac{d(\sin x+\cos x)}{1+(\sin x+\cos x)^{2}}\\ \displaystyle =-\frac{\sqrt{2}}{3} \ln \left|\sec \left(x+\frac{\pi}{4}\right)+\tan \left(x+\frac{\pi}{4}\right)\right|-\frac{2}{3} \tan ^{-1}(\sin x+\cos x)+C\\ \displaystyle =-\frac{\sqrt{2}}{3} \ln \left|\frac{1+\frac{1}{\sqrt{2}}(\sin x+\cos x)}{\frac{1}{\sqrt{2}}(\cos x-\sin x)}\right|-\frac{2}{3} \tan ^{-1}(\sin x+\cos x)+C\\ \displaystyle =-\frac{\sqrt{2}}{3} \ln \left|\frac{\sqrt{2}+\sin x+\cos x}{\cos x-\sin x}\right|-\frac{2}{3} \tan ^{-1}(\sin x+\cos x)+C \end{array} $$ By the way, replacing $x$ by $-x$ yields its partner integral $$ \int \frac{d x}{\sin ^{3} x+\cos ^{3} x}=-\frac{\sqrt{2}}{3} \ln \left|\frac{\sqrt{2}-\sin x+\cos x}{\cos x+\sin x}\right|+\frac{2}{3} \tan ^{-1}(\sin x-\cos x)+C $$

Lai
  • 20,421