The approximation I'm having trouble with is this $$V = a\ln\left(\frac{1+\frac{L}{a}}{1-\frac{L}{a}}\right)-2L,\space (a\gg L)$$ The hint was to use $\sqrt{1+x^2}=1+\frac{1}{2}x^2+\,...$ and $\log(1+x)=x-\frac{1}{2}x^2+\,...$
I couldn't find a way to use the first hint, so I tried to use the second hint by spreading the $\ln$ function into two different terms, and using the approximation on each. Then I approximated all the $\left(\frac{L}{a}\right)^m$ (m>1) terms into zero. As a result I obtained $V=0$, which I know isn't the wanted answer at all. Any help would be appreciated. Thanks!
Since $a\gg L$
$\frac{1+\frac{L}{a}}{1-\frac{L}{a}} = \frac{1+2\frac{L}{a}+\left(\frac{L}{a}\right)^2}{1-\left(\frac{L}{a}\right)^2}\approx 1+2\frac{L}{a}$
$log\left(\frac{1+\frac{L}{a}}{1-\frac{L}{a}}\right) \approx log\left(1+2\frac{L}{a}\right)=\left(2\frac{L}{a}\right)-\frac{1}{2}\left(2\frac{L}{a}\right)^2+\,... \approx 2\frac{L}{a}-2\frac{L^2}{a^2}$
(above, we keep the quadratic term because we will multiply it by $a$ on the sequence)
$a\,log\left(\frac{1+\frac{L}{a}}{1-\frac{L}{a}}\right)-2\,L \approx 2\left(L-\frac{L^2}{a}\right)-2\,L=\boxed{-\frac{2\,L^2}{a}}$
Would that be the wanted answer?