Actual formulas for tetration and its derivative
#15
jaydfox Wrote:I've come up with these forumulae as well, though in a different form. They follow from basic principles and are "ignorant" of the underlying solution (i.e., the function for the critical interval doesn't matter).

To start with, let's bear in mind the following identity:

\( T(b, x) = \exp_b(T(b, x-1)) \)

From this starting point, let's compute the first derivative using the chain rule:

\(
\begin{eqnarray}
T'(b, x)
& = & \text{D}_x \left(T(b, x)\right) \\
& = & \text{D}_x \left(\exp_b(T(b, x-1))\right) \\
& = & \exp_b(T(b, x-1))\text{D}_x\left(T(b, x-1)\right) \\
& = & T(b, x)\text{D}_x\left(T(b, x-1)\right) \\
& = & T(b, x)T'(b, x-1)
\end{eqnarray}
\)

From here, we simply rearrange to get \( T(b, x) = \frac{T'(b, x)}{T'(b, x-1)} \).

As you can see, this is an identity, so there's no need to compute numerically to verify. If for some reason a particular solution doesn't satisfy this condition, then we can be sure it either doesn't satisfy the iterative exponential property, or it some other problem such as not being at least twice differentiable.

I haven't tried with the W function, but I would assume that the process is similar.
Oops. I wrote a subscript b, as though the base were arbitrary, but then I went ahead and assumed base e when I was solving. Amateur mistake.

Let's try again:

\(
\begin{eqnarray}
T'(b, x)
& = & \text{D}_x \left(T(b, x)\right) \\
& = & \text{D}_x \left(\exp_b(T(b, x-1))\right) \\
& = & \ln(b)\exp_b(T(b, x-1))\text{D}_x\left(T(b, x-1)\right) \\
& = & \ln(b)T(b, x)\text{D}_x\left(T(b, x-1)\right) \\
& = & \ln(b)T(b, x)T'(b, x-1)
\end{eqnarray}
\)

As before, we simply rearrange to get \( T(b, x) = \frac{T'(b, x)}{T'(b, x-1)\ln(b)} \).

Again, as before, we have a recurrence relation we can leverage:

\(
\begin{eqnarray}
T'(b, x)
& = & \ln(b)T(b, x)T'(b, x-1) \\
& = & \left(\ln(b)\right)^{2}T(b, x)T(b, x-1)T'(b, x-2) \\
& = & \left(\ln(b)\right)^{3}T(b, x)T(b, x-1)T(b, x-2)T'(b, x-3)
\end{eqnarray}
\)

Et cetera.
~ Jay Daniel Fox
Reply


Messages In This Thread
RE: Actual formulas for tetration and its derivative - by jaydfox - 08/31/2007, 11:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New formulas for iteration Nolord 1 4,595 03/23/2025, 11:42 PM
Last Post: MphLee
  Exotic fixpoint formulas tommy1729 2 4,018 06/20/2023, 10:10 PM
Last Post: tommy1729
  CONCLUSION 1 : conditions for nice tetration : second derivative !! tommy1729 6 7,058 02/23/2023, 12:56 PM
Last Post: tommy1729
Question Derivative of the Tetration Logarithm Catullus 1 3,287 07/03/2022, 07:23 AM
Last Post: JmsNxn
  On the first derivative of the n-th tetration of f(x) Luknik 5 8,822 10/28/2021, 11:53 AM
Last Post: tommy1729
  from formulas to pari implementations Xorter 3 10,721 06/04/2020, 02:08 PM
Last Post: Xorter
  Semi-exp and the geometric derivative. A criterion. tommy1729 0 5,705 09/19/2017, 09:45 PM
Last Post: tommy1729
  How to find the first negative derivative ? tommy1729 0 5,630 02/13/2017, 01:30 PM
Last Post: tommy1729
  A calculus proposition about sum and derivative tommy1729 1 7,502 08/19/2016, 12:24 PM
Last Post: tommy1729
  Derivative of exp^[1/2] at the fixed point? sheldonison 10 37,126 01/01/2016, 03:58 PM
Last Post: sheldonison



Users browsing this thread: 1 Guest(s)