Given $Z=X^{\alpha}$ how can one prove that the percentage change in $Z$ is simply $\alpha$ times the percentage change in $X$?
This was given as a 'simple mathematical rule' in an economics text book. So I tried to test it using simple numbers:
Let $X=4$ and $\alpha=0.5$
$$Z=4^{0.5}=2$$
Now let $X=9$, so the percentage change in $X$ is given as
$$\frac{9-4}{4}100\%=125\%$$
According to the rule, $Z$ should experience a $0.5*125\%=62.5\%$ change.
But
$$Z=9^{0.5}=3$$
so $$\frac{3-2}{2}100\%=50\%$$
What am I doing wrong here? (this wasn't my attempt to prove the relationship, I was simply trying to test the rule)
Thanks
I think the problem here is the rule concerns "compounded changes". Say you have the two values $Z_0$ and $Z_1$ that are supposed to be related to $X_0$ and $X_1$. The zero subscript means the original values, and the one corresponds to the next value. Then $$\frac{Z_1}{Z_0} = \frac{X_1^\alpha}{X_0^\alpha} = \left(\frac{X_1}{X_0}\right)^\alpha$$
Now if we take the $\ln$ of both sides we have $$\ln\left(\frac{Z_1}{Z_0}\right) = \ln\left(\frac{X_1}{X_0}\right)^\alpha = \alpha \ln\left(\frac{X_1}{X_0}\right)$$
So it is the compounded changes that are related. Try your example again with $\ln(9/4)$ and $\ln(3/2)$.