I was working on an open ended math puzzle and I ended up with this equation. Is there a way to solve for it analytically without graphing?
I got stuck on trying to figure out how to find $b$ if $b$ times a constant $c$ is equal to $a$ times itself $b-1$ times. Also, if it helps, $b$ mod $a$ is not guaranteed to not be 0, and b must be at least 1.
If $a*b = k*a^b$, find b.