I am trying to learn how to solve integrals and I've got the hang out of a lot of examples, but I haven't got the slightest idea how to solve this example, this is how far I've got:
$$ \int\sqrt{1 - x^2} \, dx = x\sqrt{1-x^2} - 2\int\frac{x^2}{\sqrt{1-x^2}} \, dx $$
Can you please help me solve it, and also some tips concerning the integration are welcome.
Thank you

Using Trigonometric substitution, $\arcsin x=\phi$
$\implies (i)x=\sin\phi$ and
$(ii)-\frac\pi2\le \phi\le\frac\pi2$ based on principal value of inverse sine ratio,
$\implies\cos\phi\ge0$
$$\int\sqrt{1-x^2}dx=\int|\cos\phi|\cos\phi d\phi = \int\cos^2\phi d\phi$$
$$= \frac12\int(1+\cos2\phi) d\phi$$
$$=\frac12\left(\phi+\frac{\sin2\phi}2\right)+K=\frac{\phi+\sin\phi\cos\phi}2+K$$