![]() |
|
Actual formulas for tetration and its derivative - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Mathematical and General Discussion (https://tetrationforum.org/forumdisplay.php?fid=3) +--- Thread: Actual formulas for tetration and its derivative (/showthread.php?tid=47) Pages:
1
2
|
RE: Actual formulas for tetration and its derivative - andydude - 08/31/2007 Oh, right. Thanks. All the magic is gone now... ![]() As for my information, I use logic and intuition; apparently both are on vacation today. Sorry about that. Andrew Robbins RE: Actual formulas for tetration and its derivative - bo198214 - 08/31/2007 andydude Wrote:Oh, right. Thanks. All the magic is gone now... That was not my intention, perhaps it helps you that the first formula still has the same magic to me, as the second had to you
RE: Actual formulas for tetration and its derivative - GFR - 08/31/2007 Well, unfortunately, no magic at all. Formulas 1 and 2 can be easily obtained, taking into account the hyperoperational properties of tetration, e.g..: e#(x-1) = ln(e#x) as well as the definition of the product logarithm: if x . e^x = z then: x = ProductLog[z]. However, it is interesting to remind that the product logarithm is a complex function, with two real branches. I shall come back to it. Please see the attached short pdf comment. I am too lazy to insert it in this text. GFR RE: Actual formulas for tetration and its derivative - bo198214 - 08/31/2007 Hm, Gianfranco seems still to be a bit uncomfortable with the tex formulas. So it shall be forgiven that it came way to late, when everything was already solved
RE: Actual formulas for tetration and its derivative - jaydfox - 08/31/2007 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).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. |