3hlang
- 8
- 0
i know this is possible to find with iteration, but is it possible to find it algebraically?
The discussion revolves around the equation y = x^x and the challenge of expressing x in terms of y. Participants explore whether this can be achieved algebraically or through other means, including the use of the Lambert W function.
Participants express differing views on the feasibility of an algebraic solution, with some supporting the use of the Lambert W function while others question the algebraic nature of the approach. The discussion remains unresolved regarding the broader implications of these manipulations.
The discussion highlights the limitations of standard functions in solving the equation and the specific conditions under which the Lambert W function is applicable. There is also an implicit assumption regarding the definitions and properties of the functions involved.
3hlang said:i know this is possible to find with iteration, but is it possible to find it algebraically?
3hlang said:so if x=y^y, then y=?
HallsofIvy said:This probably isn't what you mean by "algebraically" but if you take the logarithm of both sides of the equation you get ln(y)= xln(x) and then x= W(ln(y)) where W is the "Lambert W function" which is defined as the inverse function to xln(x).