Rational integral

114 Views Asked by At

$$\int\dfrac{x^2}{1+x^4}dx$$ I tried many standard approaches, but I didn't get too far! Here's the most promising of them: $$\int\dfrac{dx}{\frac{1}{x^2}+x^2}$$ knowing that $\left(1/x+x\right)^2=\frac{1}{x^2}+x^2+2$ we can change variables $1/x+x=t$. Unluckily this doesn't work either.

3

There are 3 best solutions below

0
On BEST ANSWER

HINT:

Like $\int \frac{x^2}{x^4+x^2+1}\ dx$,

$$\dfrac{2x^2}{x^4+1}=\dfrac{1-1/x^2}{x^2+1/x^2}+\dfrac{1+1/x^2}{x^2+1/x^2}$$

1
On

Hint:$$\frac { { x }^{ 2 } }{ 1+{ x }^{ 4 } } =\frac { { x }^{ 2 } }{ \left( 1-{ ix }^{ 2 } \right) \left( 1+{ ix }^{ 2 } \right) } =\frac { 1 }{ 2i } \left[ \frac { 1 }{ 1-{ ix }^{ 2 } } -\frac { 1 }{ 1+i{ x }^{ 2 } } \right] \\ $$

0
On

Hint: Express $$\frac{x^2}{1+x^4}=\frac{ax+b}{x^2-\sqrt{2}x+1}+\frac{cx+d}{x^2+\sqrt{2}x+1}$$ and find $a,b,c,d$.