if you take two numbers like two and three and exponentiate them 3^2 > 2^3
In this case, putting the larger number as the base wins.
But as you move to larger pairs of numbers the exponent takes more control over the result to the point where the base hardly matters.
So if we put them right at the point where both are equally important like in 2^4 = 4^2
What is the size of the difference between the two chosen numbers as we increase the smaller of the two? (limiting ourselves to real numbers larger than 1)
I graphed x^(x+2^-y) = (x+2^-y)^x to have a look,
and it seems to have some very funny things about it
when x=e y spikes up to around 16
when x=4 y jogs towards the x-axis a step
and again when x=8
and again when x=16
Is there a good reason for the step shape at every power of two or is that just a rounding error?
I find it funny that out in the humongous numbers, x^(x+1) = (x+1)^x
