a^b = b^a when a is not equal to b. - MathOverflow most recent 30 from http://mathoverflow.net2013-05-23T09:59:46Zhttp://mathoverflow.net/feeds/question/22230http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-ba^b = b^a when a is not equal to b.S. Donovan2010-04-22T18:15:55Z2012-02-22T09:28:26Z
<p>I am attempting to find a closed form solution or a nice series for $x^{x+1}=(x+1)^{x}$. First of all I looked at $a^b=b^a$. Fixing a, this means finding out when $a^{1/a} = x^{1/x}$. $f(x)=x^{1/x}$ is an interesting function. It has a maximum at e. (Proof due to Jakub Steiner.) $x^{1/x}$ goes to 1 as x goes to infinity. Based on that, I can conclude that $a^{1/a} = x^{1/x}$ has non-trivial solutions when x > 1 and that when a > e the non-trivial solution is between 1 and $e^{1/e}$.</p>
<p>I thought this was pretty neat, but it isn't helping me to solve the original problem. So, I would like to know is there a name, given a, for the value of b (not equal to a) such that $a^b = b^a$? For example, we could call b the "switch-ponent" of a but there must be a better name than that. Anyone know what these are called or maybe a name for the original problem?</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/22237#22237Answer by Will Jagy for a^b = b^a when a is not equal to b.Will Jagy2010-04-22T19:01:44Z2010-04-23T04:23:59Z<p>As is said, this is too long for a comment, but no more substantial.</p>
<p>The related question in Jonas Meyer's comment seems to have settled almost anything involved, except that, as is common, the original person posting never supplied the claimed continued fraction. </p>
<p>I once read a book intended for high-school students that pointed out that $$ a^b = b^a $$ is equivalent to $$ \frac{\log a}{a} = \frac{\log b}{b} $$ and so any pair can be found by drawing a line through the origin that intersects the curve $ y = \log x$ and taking $a,b$ as the $x$-coordinates of the two intersection points. This was given to motivate the idea that the only integral pair is $2^4 = 4^2.$ Of course there is also the point $(e,1)$ at which the line $y = x / e$ through the origin is tangent to the curve. </p>
<p>Are there any other pairs $a,b$ with both rational?</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/22244#22244Answer by S. Carnahan for a^b = b^a when a is not equal to b.S. Carnahan2010-04-22T19:51:10Z2010-04-22T19:51:10Z<p>This doesn't answer your question, but I thought I'd point out that if we assume $1 < a < b$, the solutions to $a^b = b^a$ can be written in the form <code>$a = \left( \frac{s+1}{s} \right)^s$</code> and <code>$b = \left( \frac{s+1}{s} \right)^{s+1}$</code> for some unique positive $s$. This is particularly useful when looking for rational solutions, since $s$ then has to be an integer (a homework exercise from BSM). Unfortunately, you're looking for a transcendental value (see <a href="http://mathoverflow.net/questions/3383/closed-form-solution-to-xx1x1x/3396#3396" rel="nofollow">D. Savitt's answer</a>).</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/22280#22280Answer by Gabriel Benamy for a^b = b^a when a is not equal to b.Gabriel Benamy2010-04-23T00:17:09Z2010-04-23T00:17:09Z<p>Given your original function, $f(x) = x^{x+1} - (x+1)^x = 0$, you can define the Taylor Series expansion around some value <em>v</em> to give an expansion such that <em>f</em>( <em>x</em>) = <em>a</em> for some <em>a</em>, which in itself isn't helpful. However, there exists an inversion, using the <a href="http://en.wikipedia.org/wiki/Lagrange_inversion_theorem" rel="nofollow">Lagrange Inversion Theorem</a>, which allows you to specify the <em>a</em> which your <em>f</em>( <em>x</em>) will return and gives you the corresponding <em>x</em>.<br>
The first few terms of the series are:<br>
$a+\frac{x-f[a]}{f'[a]}-\frac{f''[a] (x-f[a])^2}{2 f'[a]^3}+\frac{\left(3 f''[a]^2-f'[a] f^{(3)}[a]\right) (x-f[a])^3}{6 f'[a]^5}+\frac{\left(-15 f''[a]^3+10 f'[a] f''[a] f^{(3)}[a]-f'[a]^2 f^{(4)}[a]\right) (x-f[a])^4}{24 f'[a]^7}$<br>
Remember, though: this is HIGHLY volatile when you're not near the actual value. Using 3 makes the value explode upwards, and using 2 makes it explode in the negative direction. However, a value of 2.2 will converge to the value you're looking for. You can use the Inversion Theorem to calculate more terms in the inverse series and use it to calculate your constant to arbitrary precision, given enough computational time.<p></p>
<p>Of course, this isn't what you're looking for (i.e. closed form or 'nice' series), but it's the best that I've found for this particular problem. Unfortunately, it converges so slowly with respect to computational time that it probably becomes more convenient for you to use the <a href="http://en.wikipedia.org/wiki/Secant_method" rel="nofollow">secant method</a> to get any sort of good approximation.<p></p>
<p>--Gabriel Benamy</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/22287#22287Answer by Jacques Carette for a^b = b^a when a is not equal to b.Jacques Carette2010-04-23T01:39:27Z2010-04-23T01:39:27Z<p>For the problem of $a^b=b^a$, you can indeed express the complete solution in 'closed' form in terms of the LambertW function. All solutions can be expressed as
$$-W \left( j,-\frac{\ln \left( a \right)}{a} {e^{\frac {
2 \pi i n}{a}}} \right) \frac{a}{\ln \left( a
\right)}$$</p>
<p>where n is an arbitrary integer and j is an arbitrary positive integer.</p>
<p>If it's a series you want, then $x^{(x+1)} - (x+1)^x$ can be expanded (around 0) as
$$-1+x+ \left( -\ln \left( \frac{1}{x} \right) -1 \right) {x}^{2}+
\left( 1/2\ln \left( \frac{1}{x} \right)^{2}+{
\frac {1}{2}} \right) {x}^{3}+ \left( -\frac{1}{6}\ln \left( \frac{1}{x} \right)^{3}-{\frac {5}{6}} \right) {x}^{4}+ \left( \frac{1}{24}
\ln \left( \frac{1}{x} \right)^{4}+{\frac {3}{4}}
\right) {x}^{5}+O \left( \ln \left( \frac{1}{x}\right)
^{5} {x}^{6}\right)
$$</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/22336#22336Answer by Edgardo for a^b = b^a when a is not equal to b.Edgardo2010-04-23T12:04:47Z2010-04-23T12:04:47Z<p>Not a closed form, but you could write it as
$x=\left(1+\frac{1}{x}\right)^x$
and express the solution as $\lim_{n\rightarrow\infty}x_n$, where $x_0=1$ and
$x_{n+1}=\left(1+\frac{1}{x_n}\right)^{x_n}$.</p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/26667#26667Answer by Halfdan Faber for a^b = b^a when a is not equal to b.Halfdan Faber2010-06-01T04:55:31Z2010-06-01T05:58:29Z<p>This is not an answer, but the solution to $x^{x+1}=(x+1)^{x}$ is known as the first Foias Constant.</p>
<p>For more information see:
<a href="http://mathworld.wolfram.com/FoiasConstant.html" rel="nofollow">http://mathworld.wolfram.com/FoiasConstant.html</a></p>
http://mathoverflow.net/questions/22230/ab-ba-when-a-is-not-equal-to-b/89172#89172Answer by Dmitry V for a^b = b^a when a is not equal to b.Dmitry V2012-02-22T09:28:26Z2012-02-22T09:28:26Z<p>To find rational solutions to $a^b=b^a$</p>
<p>let $t=b/a \longrightarrow a^{at}=(at)^a \longrightarrow a^t=at \longrightarrow a^{t-1}=t \longrightarrow a=t^{1/(t-1)}$</p>
<p>We want $n=1/(t-1) \in\mathbb{Z}$ to guarantee $a\in\mathbb{Q}$</p>
<p>This generates infinite rational solutions $a = (1+1/n)^{n}, b= (1+1/n)^{n+1}\forall n\in\mathbb{Z}$</p>