Mastering Integration: Common Mistakes in Homework | Correct Solutions

  • Thread starter Thread starter Hertz
  • Start date Start date
  • Tags Tags
    Integrating
Hertz
Messages
180
Reaction score
8

Homework Statement



\int \frac{dx}{(1+4x^2)^{3/2}}

The Attempt at a Solution



\int \frac{dx}{(1+4x^2)^{3/2}}

Let x = \frac{1}{4}tan(u), dx = \frac{1}{4}sec^2(u)du

\frac{1}{4}\int{\frac{sec^2(u)du}{(sec^2(u))^{3/2}}}

\frac{1}{4}\int{\frac{1}{sec(u)}}du

\frac{1}{4}\int{cos(u)}du

\frac{1}{4}sin(u) + CDrawing a triangle with angle u:tan(u) = 4x

Therefore:

Opposite = 4x

Adjacent = 1

Hypotenuse = \sqrt{1^2 + (4x)^2} = \sqrt{1 + 16x^2}

sin(u) = \frac{4x}{\sqrt{1 + 16x^2}}\frac{1}{4}sin(u) + C

\frac{1}{4}(\frac{4x}{\sqrt{1 + 16x^2}}) + C

\frac{x}{\sqrt{1 + 16x^2}} + C

I personally can't see what I did wrong here, but this is not the correct answer :( Both my math book and Mathematica say that the correct answer should actually be

\frac{x}{\sqrt{1 + 4x^2}} + C

Any help is greatly appreciated :)
 
Last edited by a moderator:
Physics news on Phys.org
Nevermind, I got it.

The substitution I used, x = \frac{1}{4}tan(u) does not produce the result I wanted because the \frac{1}{4} would be squared also. Instead, I made the substitution x = \frac{1}{2}tan(u) and that led me to the correct answer.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top