Answer:
a^x.
Explanation:
y = a^x / log a
Assuming the log is to the base e:
y = (1/ log a) * a^x
Derivative of a^x:
Let u = a^x
log u = log a^x
log u = x log a
1/u * du/dx = log a
du/dx = = u * log a
y = (1 / log a) * u
so dy/du = 1/log a
and dy/dx = dy/du * du/dx
= (1/log a )* log a u
= u
= a^x.