April 19th, 2004, 1:28 am
Good call Avt -- you did this pretty close to the way I did.Like you, I started with:a/b = ln(a) / ln(b)We need a >b, so let a = C b, C > 1 (you chose C = 1 + x, x > 0)A little algebra gets us to a = C ^ (C/(C - 1)) b = C ^ (1/(C - 1))Let k = 1/(C - 1), k > 0a = (1 + 1/k) ^ (k+1)b = (1 + 1/k) ^ (k)which is the definition of e as k-> inf (that is, (e,e) is the limiting solution corresponding to lim k->inf).The only integer solution (a = 4, b = 2) obtains with k = 1.As you pointed out, for 1 < b < e there exists 1 solution for a; for b <= 1 there are no solutions for a.