Solving x & y Equation: Find x for y>x in R

  • Context: Undergrad 
  • Thread starter Thread starter vishal007win
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
vishal007win
Messages
76
Reaction score
0
if xy=yx,
i) x and y are integers such that y > x, find the solutions?
ii) for y>x , x, y belong to R , find the range of x for which this equation has real solutions?


for first part i did,
taking log on both side
ln y/ln x = y/x
so if y and x are integers, term on right is a rational number,
let t=y/x >1
implies ln y/ln x= t
so y = xt
which on putting back we get,
t= xt-1
so for x an integer and t a rational number greater than 1, by hit and trial
one can say
first case is
x=2 and t=2
so y =4

no other possible solution
now how to proceed for 2nd part??
 
Mathematics news on Phys.org
Not doing the math, it seems you already solved ii. The first problem (i) does not specify y>x, so all x=y are part of the solution set.
 
in part i) it is specified .. that y>x ,
unable to solve 2nd part..hope to get some hint from here..
 
Are you restricting x and y to positive values? This problem would appear to become quite tricky otherwise. For instance -2 and -4 are solutions also. If you can assume x>0 consider the function f(z) = z^(1/z). It's not hard to show this function is continuous and increases to a point and then decreases. Then f(z)=a for some a only has at most 2 solutions for z. If x<y, x must be less than the point where f(z) is maximum.
 
yes i m restricting only to positive cases.
i thought that way too,
its like ,
let a f(x)=x^(1/x), function increases till x=e , and then goes down, and is never negative for positive values of x,
so now if
x1 ^(1/x1)=x2 ^(1/x2) ---1

where x1<x2, will solve my problem
then it gives me solution that for all values of x1<e , there will exist an x2 satisfying relation (1)

is this solution correct??
 
f(x)=x^(1/x)>1 for all x>e i believe so you have to restrict yourself to x such that f(x)>1.