November 12th, 2008, 11:59 am
QuoteOriginally posted by: NicolasQuantYou can rewrite it as (log x - log y) log y = log x; (x,y) belonging to N²Then you express x and y as their integer factorization and play around with your sigmas and based on the facts the integer factorization is unique and log p / log q is not within Q if p ^ q = 1 (i mean they don't share divisors not p power q) you finally conclude that x and y must be powers of 2.So, x=2^n and y=2^m then the equation becomes (n-m)m=n; (n,m) belonging to N²thenm²-nm+n=0delta = n²-4n = k² must be a square for m to be an integerfor k=0 we get the solution from phuebuelse we get n-4<k<nk=n-3 then 2n=9, not integerk=n-2, absurdk=n-1, then 2n=1, not integerso the only solutions we get are for k=0(x,y)=(2^4,2^2)=(16,4)i agree with everything except in the last step ...k=n-3 then 2n=9, not integerk=n-2, absurdk=n-1, then 2n=1, not integeryou somehow seem to assume that n is an integer. is it necessary for n to be an integer in order for x and y to be integers?