Solving Equation: (1/x)^x - x = 0

  • Thread starter Thread starter EL ALEM
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
EL ALEM
Messages
25
Reaction score
0

Homework Statement


(1/x)^x - x = 0



Homework Equations





The Attempt at a Solution


(1/x)^x - x = 0
(1/x)^x = x
xln(1/x) = lnx

Thats all i got up to, I just need a kick in the right direction so I can finish it up.
 
Physics news on Phys.org
EL ALEM said:

Homework Statement


(1/x)^x - x = 0



Homework Equations





The Attempt at a Solution


(1/x)^x - x = 0
(1/x)^x = x
xln(1/x) = lnx

Thats all i got up to, I just need a kick in the right direction so I can finish it up.

How is ln(1/x) related to ln(x)? HINT: Have a look at the properties of logarithms
 
[tex]\frac{1}{x^{x}} - x = 0[/tex]

becomes

[tex]\frac{1}{x^{x}} = x[/tex]

becomes[tex]1= x^{x+1}[/tex]

becomes

[tex]\ln 1= \ln x^{x+1}[/tex]

becomes

[tex]0 = (x+1)\ln x[/tex]
 
HallsofIvy said:
Of course, that has no "elementary" solution. It probably can be solved in terms of Lambert's W function.

What about x=1 or x=-1? Are they not considered elementary solutions; they can be obtained without the use of any non-elementary function?
 
(1/x)^x-x=0

(1/x)^x=x

xln(1/x)=lnx

lnx=xln(1/x)

lnx=x(ln1-lnx)

lnx=x(0-lnx)

lnx=-xlnx

x=-1
 
DCASH88 said:
(1/x)^x-x=0

(1/x)^x=x

xln(1/x)=lnx

lnx=xln(1/x)

lnx=x(ln1-lnx)

lnx=x(0-lnx)

lnx=-xlnx

x=-1

In the last step you divided both sides by ln(x) which implicitly assumed that ln(x) is not equal to zero i.e. x is not equal to 1. It turns out that x=1 also solves the equation.
 
DCASH88 said:
(1/x)^x-x=0

(1/x)^x=x

xln(1/x)=lnx

lnx=xln(1/x)

lnx=x(ln1-lnx)

lnx=x(0-lnx)

lnx=-xlnx

x=-1

Please do not do the OP's homework for him. It is against the PF rules (see the link at the top of the page) to provide solutions to homework here. Please confine your help to giving hints, asking questions, finding errors in their work, etc.
 
Yes I noticed that just by looking but didn't know how to show. Will you show how to come to that?
Thanks
Daniel
 
If you're referring to danago's response, then it's just like solving a quadratic.

When you have [tex]x^2=x[/tex] you don't divide through by x to leave x=1, because that implies [tex]x\neq 0[/tex], but it is a solution. All you do instead is factorize to leave [tex]x(x-1)=0[/tex] which now gives the solutions x=0,1. Do the same for your equality.