Integrate $$\int\frac{x^2dx}{1+x^4}$$ I've factored the denominator to $(x^2-\sqrt{2}x+1)(x^2+\sqrt{2}x+1)$ and got stuck.
Asked
Active
Viewed 180 times
7
-
it is good starting point,i will upload picture – dato datuashvili Apr 02 '13 at 19:59
-
ok i have deleted my answer.first of all when i am posting answer from wolfram alpha,because it requires some autoriation like facebook or registration,that why maybe OP is not registered on facebook,he should worry about this.but no problem .i have deleted my asnwer – dato datuashvili Apr 02 '13 at 20:06
2 Answers
3
The next step is to perform a partial fraction decomposition: $$ \frac{x^2}{(x^2-\sqrt{2}x+1)(x^2+\sqrt{2}x+1)} = \frac{1}{2 \sqrt{2}} \frac{x}{x^2-\sqrt{2}x+1} - \frac{1}{2 \sqrt{2}} \frac{x}{x^2+\sqrt{2}x+1} $$ And the than use the table anti-derivative for $\int \frac{x}{x^2 + a x+b} \mathrm{d}x$.

Sasha
- 70,631