I am solving the following question
$$\int\frac{\sin x}{\sin^{3}x + \cos^{3}x}dx.$$
I have been able to reduce it to the following form by diving numerator and denominator by $\cos^{3}x$ and then substituting $\tan x$ for $t$ and am getting the following equation. Should Iis there any other way use partial fraction to integrate it further or
$$\int\frac{t}{t^3 + 1}dt.$$
Hint: $\frac{t}{t^{3}+1} = \frac{A}{t+1} + \frac{Bt + C}{t^{2}-t+1}$ where $A$ and $B$ and $C$ are constants to be found
Can you solve it now?
In case you get stuck:
$A = -\frac{1}{3}$ $B = \frac{1}{3}$ $C = \frac{1}{3}$
Then we get $I = \int -\frac{1}{3(t+1)} + \frac{t}{3(t^{2}-t+1)} + \frac{1}{3(t^{2}-t+1)}dt$