Approximation method for super square root
#3
(03/23/2010, 10:54 AM)bo198214 Wrote: To compute the inverse function of a strictly increasing function \( f \) a method that always works is bisection.
perhaps you start with an integer number \( t_0 \) as you described.
Then you know the real value \( t \) such that \( f(t)=y \) must lie in the interval \( (t_0,t_0+1) \), set \( u_0=t+1 \).
Next you divide the interval \( (t_0,u_0) \) into two halfes by \( w_0=\frac{t_0+u_0}{2} \), and you know that \( t \) must either be in the left half \( (t_0,w_0) \) or in the right half \( (w_0,u_0) \); in the first case must \( f(t_0)<y<f(w_0) \) and in the second case \( f(w_0)<y<f(u_0) \). You choose the new interval \( (t_1,u_1) \) accordingly.
And do again bisection on it.
By repetition of bisection you can compute the \( t \) to arbitrary precision (in the above argumentation I assumed that the solution is never on the boundary of the interval, in which case one can abort the bisection, having found the solution).

For a more concise description see wikipedia.
There are also other root-finding algortithms, like Newton method, etc.

Yeah it's not the most accurate method, but it's done in one step without repetition or recursion, so it would be good more mental math enthusiasts.
Reply


Messages In This Thread
RE: Approximation method for super square root - by Ztolk - 03/23/2010, 02:33 PM

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



Users browsing this thread: 1 Guest(s)