I have always been taught that when I need to find the percentage change of a value I should do
$$ ΔX = \frac{X_{new}-X_{old}}{X_{old}} * 100\% $$
Yesterday however I was reading on price elasticity of demand and I came across the following
$$ η = \frac{\%ΔQ}{\%ΔP} = \frac{\frac{ΔQ}{Q_{A}}}{\frac{ΔP}{P_{A}}} $$
Where $Q_{A}$ is the average quantity $\frac{Q_{1}+Q_{2}}{2}$ and similarly for $P_{A}$
I searched a bit on Google but everything I found concerned the Elasticity.
My question is: When calculating percentage change, should I use the average value to divide or one of the end points? Is using the average an economics/elasticity thing or is it a valid alternative?
Thank you