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

  • Thread starter vishal007win
  • Start date
In summary: So this is looking good actually. f(x)=a is the same as a^x=x so you want to find the two intersections, which you can do numerically with Newton's method or a similar root finding algorithm. In summary, for the first part, if x and y are integers such that y > x, the only solution is x=2 and y=4. For the second part, if x and y belong to the set of positive real numbers, the equation has real solutions for all values of x less than the number e. The solutions can be found by setting the function f(x) = x^(1/x) equal to a constant and using a root finding algorithm to find the intersections.
  • #1
vishal007win
79
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
  • #2
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.
 
  • #3
in part i) it is specified .. that y>x ,
unable to solve 2nd part..hope to get some hint from here..
 
  • #4
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.
 
  • #5
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??
 
  • #6
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.
 

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

What does "x & y Equation" refer to?

The term "x & y Equation" refers to an equation that involves both the variables x and y. This means that the equation has a solution for both x and y, and the values of x and y are related to each other.

What does it mean to "solve" an equation?

To "solve" an equation means to find the value or values of the variable(s) that make the equation true. In other words, it is the process of finding the solution(s) to the equation.

What does "x for y>x" mean?

The phrase "x for y>x" means that we are looking for the value of x for which y is greater than x. In other words, we are trying to find the x-value that will make y larger than x.

What does "R" refer to?

In this context, "R" refers to the set of real numbers. This means that the solution to the equation must be a real number, as opposed to a complex number or an imaginary number.

What are some strategies for solving x & y equations?

Some strategies for solving x & y equations include isolating one variable and using substitution or elimination, graphing the equation and finding the intersection point, or using algebraic manipulation techniques such as factoring or completing the square. It is also important to check your solution(s) by plugging them back into the original equation to ensure they are valid.

Similar threads

Replies
2
Views
1K
Replies
2
Views
1K
Replies
1
Views
981
Replies
2
Views
1K
Replies
1
Views
1K
Replies
6
Views
977
Back
Top