this post was submitted on 06 May 2024
17 points (100.0% liked)

Daily Maths Challenges

189 readers
1 users here now

Share your cool maths problems.



Complete a challenge:


Post a challenge:


Feel free to contribute to a series by DMing the OP, or start your own challenge series.

founded 6 months ago
MODERATORS
 
  • Solve x for x^x*x^x^ = 2
  • Note that the Lambert W function W(x) is the inverse of f(x) = xe^x^
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)

solutionx^(x*x^x) = 2

(x^x)^(x^x) = 2

k = x^x

k^k = 2

k*ln(k) = ln(2) → Log of both sides

ln(k) * e^ln(k) = ln(2) → k = e^ln(k)

f(ln(k)) = ln(2)

ln(k) = W(ln(2))

ln(x^x) = W(ln(2))

ln(x)*e^ln(x) = W(ln(2)) → Same step as noted earlier

f(ln(x)) = W(ln(2))

ln(x) = W(W(ln(2))

x = e^W(W(ln(2)))

x ≈ 1.3799703966 (via Wolfram|Alpha, seems to be the correct value)