I am trying to expand
$$1 - \left(1-\frac{0.511}{v}\right)^{0.5}\left(1+\frac{0.511}{v}\right)^{0.5} $$
for large $v$, however using a binomial expansion on the two terms I get the expression
$$\frac{0.511^2}{4v^2}$$
which is exactly half the correct answer.
Can anyone explain what is going wrong here?
Context from a Comment to an Answer:
My working is:
$$1 - \left(1-\frac{0.511}v\right)^{0.5}\left(1+\frac{0.511}v\right)^{0.5}$$ I use the first two terms of the expansion $= 1 - \left(1-\frac{0.511}{2v}\right)\left(1+\frac{0.511}{2v}\right) = \frac{0.511^2}{4v^2}$ (**)
However this is not right because if I take a different route to the answer and spot that what is square rooted is the difference of 2 squares I obtain:
$$1 - \left(1-\frac{0.511^2}{v^2}\right)^{0.5}$$ I use the first two terms of the expansion $= 1 - 1 + \frac{0.511^2}{2v^2} = \frac{0.511^2}{2v^2}$
Here lies the confusion, I am sure something is going wrong here (**) as before that I obtain the same result from both methods when I set v=100
hint
$$(1+a)^\alpha(1-a)^\alpha=(1-a^2)^\alpha$$
$$(1-b)^\alpha=1-\alpha\cdot b $$ for very small b.