Solving x^x = 36: What is the Value of x?

  • Context: Undergrad 
  • Thread starter Thread starter Epic Sandwich
  • Start date Start date
  • Tags Tags
    Value
Click For Summary

Discussion Overview

The discussion revolves around the equation x^x = 36, exploring methods to determine the value of x. Participants consider various mathematical approaches, including numerical methods and special functions, while also discussing the feasibility of manual calculations versus computational assistance.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Technical explanation

Main Points Raised

  • One participant suggests that trial and error is a possible method for solving x^x = 36, expressing doubt that it is the only approach.
  • Another participant mentions the Lambert's W function as a valid method and highlights the effectiveness of numerical methods, specifically the secant method.
  • A participant shares a high-precision numerical solution generated by a computer program, questioning how such a solution can be obtained manually.
  • There is a discussion about using Newton's method or the secant method by hand, with one participant explaining that Newton's method can significantly increase the accuracy with each iteration.
  • Some participants engage in light-hearted banter regarding a prank involving the value of pi, with comments on the accuracy of approximations related to pi.

Areas of Agreement / Disagreement

Participants generally agree that numerical methods can be used to solve the equation, but there is no consensus on the best approach or the practicality of manual calculations versus computational methods. The discussion remains unresolved regarding the most effective way to find the value of x.

Contextual Notes

Participants express uncertainty about the accuracy achievable through manual calculations and the limitations of different numerical methods. There is also a lack of clarity regarding the specific steps involved in using these methods without computational tools.

Epic Sandwich
Messages
25
Reaction score
0
This just crossed my mind a while ago after tricking one of my friends that pi^pi = 36 (he's not the fastest).

Anyway, say we say that x^x = 36. Is there any mathematical way to work out the value of x? The only solution I can think of is trial and error, I can't believe that's the only way to do it though!

Thank you for your help in advance :)
 
Mathematics news on Phys.org
Lambert's W function works. Numerical methods are usually used; there are plenty that are better than trial and error. The secant method, in particular, is useful here.

Here's Pari's solution to 500 digits:
Code:
> \p500
   realprecision = 500 significant digits
> solve(x=1,9,x^x-36)
time = 10 ms.
%1 = 3.1356423938890448229304002435243798685431704626991494623687331920918980549484396260412000567683132168848411846174309842591610927438140351855194492146118312054308539184700182238312099667934923102924766875469711375568451864527307249738059671297357877550674305563183865792744445601224970373805346735988344847987303772917155627939948275878697780269822512410680975751300644967399011559837869483582429262545760441341171144409909232083024706624771222873986622339663191335540682429994265917887874699294499044
 
Right, how exactly did it generate that? Is there no way of doing it myself to a reasonable degree of accuracy, or do I have to let a computer do it?
 
Epic Sandwich said:
Right, how exactly did it generate that?

Brent's algorithm, I think.

Epic Sandwich said:
Is there no way of doing it myself to a reasonable degree of accuracy, or do I have to let a computer do it?

You can use Newton's method or the secant method by hand. Each step of Newton's method roughly doubles the number of correct digits, so if you start with 3.14 (2 correct digits) you should be able to get to 4 digits in one step, 8 in 2 steps, 16 in 3 steps, etc.

But this is like asking how to calculate a square root or a logarithm by hand. There are methods, but beyond just a few digits most people use a calculator or computer for convenience.
 
Epic Sandwich said:
This just crossed my mind a while ago after tricking one of my friends that pi^pi = 36 (he's not the fastest).

Very gullible indeed! That's over 1 % error. Engineers won't even accept that anymore.

Next time try telling him pi^3 = 31. Now that's only just over 0.02 % error. You can at least fool the engineers with that one. :wink:
 
elect_eng said:
Very gullible indeed! That's over 1 % error. Engineers won't even accept that anymore.

Next time try telling him pi^3 = 31. Now that's only just over 0.02 % error. You can at least fool the engineers with that one. :wink:
Should have rephrased that, I told him that's how pi was generated and that pi^pi is exactly 36. The sum itself just equalling that wouldn't be a very elaborate prank, haha.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K