I have the following integration problem:
$$ \int_{0.5}^{1} \frac{1}{\sqrt{2x-x^2}} $$
And I can see I should probably be completing the square here. I may be missing something extremely obvious, but wouldn't this mean I have to take the negative outside the expression to do this? I need the $x^2$ term by itself, don't I?
Any help would be greatly appreciated!
Given $\int_{0.5}^{1}\dfrac{1}{\sqrt{2x-x^2}}dx$
$$=\int\frac{1}{\sqrt{1-(x-1)^2}}dx$$ Apply $u$ substitution $u=x-1$ $$\int\frac{1}{\sqrt{1-u^2}}du=\arcsin(u)=\arcsin(x-1)$$ Now apply the boundaries $$=\Bigl[\arcsin (x-1)\Bigr]_{0.5}^1=\frac{\pi}{6}$$