2

i used the substitution $$x=\frac{\sin{u}}{2}$$ and I got to $$\frac{1}{4}(\frac{1}{2}\sin{(2\arcsin(2x))}+\arcsin(2x))+c$$ and $$2x=\sin(u)$$ and drew a triangle enter image description here now im stuck... the answer is enter image description here

lemonadedoge
  • 185
  • 2
  • 6
  • 13

3 Answers3

1

You need to appeal to an identity at the end, before using the triangle:

$\int (1-4x^{2})^{1(/2)}dx=\int \cos ^{2}zdz=\int (\frac{1}{2}+\frac{1}{2}\cos 2z)dz=\frac{1}{2}z-\frac{1}{4}\sin 2z=\frac{1}{2}(z)-\frac{1}{4}(2\sin z\cos z)=\frac{1}{2}\arcsin x+\frac{1}{2}x(1-x^{2})^{1/2}+C$

Matematleta
  • 29,139
0

hint: let $u = \sqrt{1-4x^2}, v = x$, can you proceed with integration by parts ?

DeepSea
  • 77,651
0

look at the first expression in you answer: you have $$\begin{align}\sin\left(2\sin^{-1}(2x)\right) &= \sin(2t)\\ & = 2\sin t \cos t \\ &=2 \times 2x\times \sqrt{1 -\sin^2 t}\\ &=4x\sqrt{1-4x^2}\end{align}$$ i have used $t = \sin^{-1}(2x), \sin t = 2x, \cos t = \sqrt{1-4x^2}.$

abel
  • 29,170