4

I was trying to calculate

$$\int\frac{x^3}{\sqrt{4+x^2}}$$

Doing $x = 2\tan(\theta)$, $dx = 2\sec^2(\theta)~d\theta$, $-\pi/2 < 0 < \pi/2$ I have:

$$\int\frac{\left(2\tan(\theta)\right)^3\cdot2\cdot\sec^2(\theta)~d\theta}{2\sec(\theta)}$$

which is

$$8\int\tan(\theta)\cdot\tan^2(\theta)\cdot\sec(\theta)~d\theta$$

now I got stuck ... any clues what's the next substitution to do? I'm sorry for the formatting. Could someone please help me with the formatting?

Brian M. Scott
  • 616,228

4 Answers4

7

You have not chosen an efficient way to proceed. However, let us continue along that path.

Note that $\tan^2\theta=\sec^2\theta-1$. So you want $$\int 8(\sec^2\theta -1)\sec\theta\tan\theta\,d\theta.$$ Let $u=\sec\theta$.

Remark: My favourite substitution for this problem and close relatives is a variant of the one used by Ayman Hourieh. Let $x^2+4=u^2$. Then $2x\,dx=2u\,du$, and $x^2=u^2-4$. So $$\int \frac{x^3}{\sqrt{x^2+4}}\,dx=\int \frac{(u^2-4)u}{u}\,du=\int (u^2-4)\,du.$$

André Nicolas
  • 507,029
6

Let $u = x^2 + 4$, $du = 2x\,dx$:

\begin{align*} I &= \frac{1}{2} \int \frac{u - 4}{\sqrt{u}}du \end{align*}

Should be easy to take it from there.

Ayman Hourieh
  • 39,603
  • if I tried with the x = 2*tan(0)? – cybertextron Sep 16 '12 at 21:58
  • 1
    @philippe You mean $2\tan(x)$? First, it's advisable to use a different variable when doing variable substitution. Second, I think you'll end up doing another substitution similar to mine if you insist on switching to $2\tan(x)$ first. – Ayman Hourieh Sep 16 '12 at 22:02
4

HINT: $\tan^2\theta=\sec^2\theta-1$, and $d(\sec\theta)=\sec\theta\tan\theta~d\theta$.

Brian M. Scott
  • 616,228
0

$$ \begin{aligned} \int \frac{x^{3}}{\sqrt{4+x^{2}}} d x &=\int x^{2} d \sqrt{4+x^{2}} \\ &\stackrel{IBP}{=} x^{2} \sqrt{4+x^{2}}-\int \sqrt{4+x^{2}} d\left(x^{2}\right) \\ &=x^{2} \sqrt{4+x^{2}}-\frac{2}{3}\left(4+x^{2}\right)^{\frac{3}{2}}+C \\ &=\frac{\sqrt{4+x^{2}}}{3}\left[3 x^{2}-2\left(4+x^{2}\right)\right]+C \\ &=\frac{\sqrt{4+x^{2}}}{3}\left(x^{2}-8\right)+C \end{aligned} $$

Lai
  • 20,421