The function is: $$ f(x) =2\ln(4-x^2)$$ and the length of the arc is from $-1$ to $1$.
So i know the formula for calculating the arc length is$$\int_{a}^{b}\sqrt{1+(f'(x))^2} dx$$ the derivative of the function $f(x)$ is, if i am correct $$2\frac{d}{dg}\ln(g)\frac{d}{dx}(4-x^2)$$ with $g = (4-x^2)$. So$$ f'(x)= -\cfrac{4x}{4-x^2}$$and $$(f'(x))^2=\cfrac{16x^2}{(4-x^2)^2}$$ and the formula becomes: $$\int_{-1}^{1}\sqrt{1+\cfrac{16x^2}{(4-x^2)^2}}dx$$ the problem is when i use the $u$ substitution of $$u=1+\cfrac{16x^2}{(4-x^2)^2}$$ And i want to make new boundaries for the integration $i$ have $2$ the same numbers (both are 2,77). I don't know what i have done wrong but the answer must be $$4\ln(3)-2$$
It turns out that$$(\forall x\in[-1,1]):\sqrt{1+f'(x)^2}=\frac{4+x^2}{4-x^2}=\frac2{x+2}-\frac2{x-2}-1$$and my guess is that you can take it from here.