$$ \sqrt{1-x^2} ; x=-\frac{1}{2} \to x=\frac{1}{2} $$
I am having problems setting this up.
Taking the derivative of $\sqrt{1-x^2}$. Leaves me with: $$ \frac{1}{2}\left(1-x^2 \right)^{-\frac{1}{2}}(-2x) $$
Which further simplifies down to:
$$ \left(1-x^2\right)^{-\frac{1}{2}}(-x) $$
The solutions manual of the book, however skips over this part and gives it as being $\frac{1}{1-x^2}$
Where did the $(-x)$ go? What happened to the square root (or $-\frac{1}{2}$ exponent)? How in the world did they simplify this down to that?
How would you set this up to solve it?
I'm guessing you're using $\sqrt{1+f'(x)^{2}}$ in the arc-length integral. $$\frac{d}{dx}(\sqrt{1-x^{2}})=\frac{-x}{\sqrt{1-x^{2}}}\\1+f'(x)^{2}=1+\left(\frac{-x}{\sqrt{1-x^{2}}}\right)^{2}=\frac{1-x^2+x^2}{1-x^2}=\frac{1}{1-x^{2}}$$
You can then take the sqrt and integrate from $-\frac{1}{2}$ to $\frac{1}{2}$ to find the arc-length.