I am trying to write the term below, $$ \frac{\partial^2(a^n c)}{\partial (a^p x)^2} $$ in terms of $$ \frac{\partial^2c}{\partial x^2}$$ only.
How do I move $a^p$ and $a^n$ out of the derivatives? My understanding is that I can first write it as
$$ \frac{a^n \partial^2(c)}{\partial (a^p x)^2} $$ Then $$ \frac{a^n \partial^2(c)}{a^{2p} \partial (x)^2} $$ so, $$ \frac{\partial^2(a^n c)}{\partial (a^p x)^2} = a^{n-2p}\frac{\partial^2c}{\partial x^2} $$
Is this correct? I am a bit confused on why the expoential are treated differently.