$2^{x-1}=\frac{1}{x}$
Clearly by substitute $x=1$ we were able to solve this problem but how do we really solve it using calculus?
$2^{x-1}=\frac{1}{x}$
Clearly by substitute $x=1$ we were able to solve this problem but how do we really solve it using calculus?
Symbolic solution, using the Lambert W function. Recall: $xe^x = y \Longleftrightarrow W(x) = y$.
$$ 2^{x-1} = \frac{1}{x} \\ x2^x=2 \\ xe^{x\log 2} = 2 \\ x\log 2 e^{x\log 2} = 2\log 2 \\ x\log 2 = W(2\log 2) \\ x = \frac{W(2\log 2)}{\log 2} $$
An easily proved identity is: $$ W(z\log z) = \log z, \qquad z>1 $$ (where we choose the only real branch of $W$ in that region).