4

Can someone explain how to integrate it?

$$\int\frac{(x^2+1)dx}{x\sqrt{x^4+3x^3-2x^2-3x+1}},x>1$$ I know that I should use a substitution but I can't figure out. I should make some transformations under the root.

user376343
  • 8,311
James
  • 125

2 Answers2

6

Hint:

\begin{align} &\int\frac{x^2+1}{x\sqrt{x^4+3x^3-2x^2-3x+1}}dx\\ =&\int\frac{1+\frac1{x^2}}{\sqrt{x^2+3x-2-\frac3{x}+\frac1{x^2}}}dx =\int\frac{d(x-\frac1{x})}{\sqrt{(x-\frac1x)^2+3(x-\frac1x)}}\\ \end{align}

Quanto
  • 97,352
1

$$\int\frac{x^2+1}{x\sqrt{x^4+3x^3-2x^2-3x+1}}dx\\~\\=\int\;\frac {\frac {1}{x^2}+1}{x\sqrt {1+\frac {3}{x}-\frac {2}{x^2}-\frac {3}{x^3}+\frac {1}{x^4}}}dx\\~\\=\int\;\frac {\frac {1}{x^2}+1}{\sqrt {x^2+3x-2-\frac {3}{x}+\frac {1}{x^2}}}dx\\~\\=\int\;\frac {\frac {1}{x^2}+1}{\sqrt {\left({x-\frac {1}{x}}\right)^2+3\left({x-\frac {1}{x}}\right)}}dx$$

Now : let u = $x-\frac{1}{x}$

Just a start, now try to complete the solution on your own. I think you can do that.

Mostafa
  • 1,479
  • 14