Approximation method for super square root
#1
I came up with this method for calculating x where x^x=y. It's similar to a method for calculating square roots. The procedure is as follows:

1. Pick the number y that you would like to find the super root of.

2. Find the self-power that is closest to and less than y. We call this t^t. For example, if y=4000 then t=5 and t^t=3125.

3. Calculate the difference between y and t^t. So for y=4000, t=5, we get 875.

4. Divide that difference by the interval between the self-power below y and the one above it. So for y=4000, this would be (6^6-5^5)=46656-3125=43531.

5. Add this to t.

So with our example the result is 5+875/43531 which is about 5.0201. The actual value is 5.094, so the approximation is 1.5% off the actual value.

The approximation generally gets more accurate as y and t get higher. Within the regime of a specific t, the most inaccurate value will occur when y is about 27.4% through the interval (example, for t=5, the approximation is most inaccurate at y=11927+3125=15092). I haven't figured out why this is.

The accuracy at this point decreases with increasing t. The integer for which this yields the least accurate value is 2, at about 85%. This method is much more accurate than a first order Taylor approximation of the actual solution.

I haven't yet been able to apply this to higher order tetrations.
Reply


Messages In This Thread
Approximation method for super square root - by Ztolk - 03/23/2010, 01:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  the fraction iteration approximation of tetration Alex Zuma 2025 0 41 04/14/2026, 06:52 PM
Last Post: Alex Zuma 2025
  self penta root and infinite hexation Alex Zuma 2025 0 4,119 08/30/2025, 10:07 PM
Last Post: Alex Zuma 2025
  Fractional tetration method Koha 2 6,050 06/05/2025, 01:40 AM
Last Post: Pentalogue
  Simple limit approximation to exp(x) tommy1729 0 2,776 05/16/2023, 11:13 PM
Last Post: tommy1729
  The ultimate beta method JmsNxn 8 10,740 04/15/2023, 02:36 AM
Last Post: JmsNxn
  [MSE][NT][MOD][Tetration] tetration primitive root mod p tommy1729 1 3,014 04/03/2023, 06:50 PM
Last Post: tommy1729
  [MSE]root expressions and sine tommy1729 2 3,262 03/03/2023, 05:52 PM
Last Post: tommy1729
  greedy method for tetration ? tommy1729 0 3,013 02/11/2023, 12:13 AM
Last Post: tommy1729
  tommy's "linear" summability method tommy1729 15 17,856 02/10/2023, 03:55 AM
Last Post: JmsNxn
  another infinite composition gaussian method clone tommy1729 2 4,998 01/24/2023, 12:53 AM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)