Solve::tdep
MainSolve::tdep
Roots::tdep
Reduce::tdep
System`Private`OldReduce::tdep
Eliminate::tdep
SolveAlways::tdep
AlgebraicRules::tdep
GroebnerBasis::tdep
PolynomialReduce::tdep
This transcendental equation cannot be solved by algebraic methods:
Solve[Sin[x] == Log[x], x]You can use FindRoot to get a numerical approximation for the solution:
FindRoot[Sin[x] == Log[x], {x, 1}]