3

I'd like to evaluate the following indefinite integral:

$$\displaystyle\int \frac{dx}{(3+x^2)(\sqrt{1+x})}$$

I started by letting $y^2=1+x$ and, after simplifying, got here:

$$ 2\int\frac{dy}{y^4-2y^2+4}$$

I'm not sure what to do next. Does anyone have any advice?

3 Answers3

3

Factor the quartic by noticing it is a quadratic in disguise. Then seperate using partial fractions.

RowanS
  • 1,086
2

The factorization you need is \begin{align} y^4-2y^2+4&=y^4+4y^2+4-6y^2\\[4px] &=(y^2+2)^2-(\sqrt{3}\,y)^2\\[4px] &=(y^2-\sqrt{3}\,y+2)(y^2+\sqrt{3}\,y+2) \end{align} Then, with partial fractions, $$ \frac{1}{(y^2-\sqrt{3}\,y+2)(y^2+\sqrt{3}\,y+2)}= \frac{Ay+B}{y^2-\sqrt{3}\,y+2}+ \frac{Cy+D}{y^2+\sqrt{3}\,y+2} $$ and the integral becomes (almost) elementary.

egreg
  • 238,574
1

HINT: for the denominator we get $$3\left(\left(\frac{y^2-1}{\sqrt{3}}\right)^2+1\right)$$