$n^{th}$ derivative of a tetration function












32














I stumbled upon this very peculiar function last summer, namely: $f(x)=x^{x^{x^{...^{x}}}}$, where there is a number $n$ of $x$'s in the exponent, I tried to find the derivative for the function and I was successful, it turned out not to be the most elegant formula but it worked. (Firstly, I invented a new notation, namely, a function such as $f(x)$ we can write it as the following: $f(x) =x^{langle x vert nrangle}$ where $x$ is the exponent that is getting "powered" up $n$ times.) The formula I obtained by pattern matching was: $$f^{prime}(x)=x^{langle x vert nrangle +langle x vert n-1rangle -1}left[1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^jright]tag{$ngeqslant 2$}.$$ I know this looks like a mad mess and I am aware that people like this have done it more elegantely, but now for the question. This is only the first derivative of the function, is there a way, or rather is there a general derivative i.e a $n^{th}$ derivative of this function?



Update: December 23th



I have tried to approach the problem myself since I asked the question and I have not gotten to a stage to say if it is impossible or possible to do, however I think I am on the right track. At first, I thought of distributing the factor $x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ to all the terms in the parentheses, but I quickly realized I had to deal with at least derivatives of triple products. Now I have come to realize that the easiest way is to differentiate the function just as it is and get a normal product and thus I must use the following formula: $$(f cdot g)^{(n)}=sum_{k=0}^{n}{nchoose k}f^{(k)}cdot g^{(n-k)}$$ where $f =x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ and $g=1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^j$. Since $k$ and $n-k$ are arbitrary numbers this leads us to find the general derivative for $f$ and $g$, this is where I am right now. (I do realize that I am trying to find the $n^{th}$ derivative of the first derivative but that is easily fixed later). Please come with suggestions on how to tackle this problem.



Update: December 24th



I have made progress with the help of Maple 17, namely, I have found a repeating pattern in at least a part of the general derivative, but there is still a part of it I cannot yet explain. Nonetheless, I present to you the part of the general derivative I have found: $$D_x^{xi}f(x) = x^{langle x vert nrangle +langle x vert n-1rangle -xi} Big[(-1)^{xi}cdotxi! +O(x)Big]$$



I renamed the degree of the derivative as $xi$ since $n$ is taken for the number of $x$s. The $O(x)$ is the (perhaps) series which I am currently working on finding, I do think I am on the right track though. The approach above with the product rule turned out to be less successful.










share|cite|improve this question
























  • possible duplicate of Finding the derivative of $xuparrowuparrow n$
    – user147263
    Aug 29 '14 at 19:43










  • Comments are not for extended discussion; this conversation has been moved to chat.
    – quid
    19 hours ago
















32














I stumbled upon this very peculiar function last summer, namely: $f(x)=x^{x^{x^{...^{x}}}}$, where there is a number $n$ of $x$'s in the exponent, I tried to find the derivative for the function and I was successful, it turned out not to be the most elegant formula but it worked. (Firstly, I invented a new notation, namely, a function such as $f(x)$ we can write it as the following: $f(x) =x^{langle x vert nrangle}$ where $x$ is the exponent that is getting "powered" up $n$ times.) The formula I obtained by pattern matching was: $$f^{prime}(x)=x^{langle x vert nrangle +langle x vert n-1rangle -1}left[1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^jright]tag{$ngeqslant 2$}.$$ I know this looks like a mad mess and I am aware that people like this have done it more elegantely, but now for the question. This is only the first derivative of the function, is there a way, or rather is there a general derivative i.e a $n^{th}$ derivative of this function?



Update: December 23th



I have tried to approach the problem myself since I asked the question and I have not gotten to a stage to say if it is impossible or possible to do, however I think I am on the right track. At first, I thought of distributing the factor $x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ to all the terms in the parentheses, but I quickly realized I had to deal with at least derivatives of triple products. Now I have come to realize that the easiest way is to differentiate the function just as it is and get a normal product and thus I must use the following formula: $$(f cdot g)^{(n)}=sum_{k=0}^{n}{nchoose k}f^{(k)}cdot g^{(n-k)}$$ where $f =x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ and $g=1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^j$. Since $k$ and $n-k$ are arbitrary numbers this leads us to find the general derivative for $f$ and $g$, this is where I am right now. (I do realize that I am trying to find the $n^{th}$ derivative of the first derivative but that is easily fixed later). Please come with suggestions on how to tackle this problem.



Update: December 24th



I have made progress with the help of Maple 17, namely, I have found a repeating pattern in at least a part of the general derivative, but there is still a part of it I cannot yet explain. Nonetheless, I present to you the part of the general derivative I have found: $$D_x^{xi}f(x) = x^{langle x vert nrangle +langle x vert n-1rangle -xi} Big[(-1)^{xi}cdotxi! +O(x)Big]$$



I renamed the degree of the derivative as $xi$ since $n$ is taken for the number of $x$s. The $O(x)$ is the (perhaps) series which I am currently working on finding, I do think I am on the right track though. The approach above with the product rule turned out to be less successful.










share|cite|improve this question
























  • possible duplicate of Finding the derivative of $xuparrowuparrow n$
    – user147263
    Aug 29 '14 at 19:43










  • Comments are not for extended discussion; this conversation has been moved to chat.
    – quid
    19 hours ago














32












32








32


16





I stumbled upon this very peculiar function last summer, namely: $f(x)=x^{x^{x^{...^{x}}}}$, where there is a number $n$ of $x$'s in the exponent, I tried to find the derivative for the function and I was successful, it turned out not to be the most elegant formula but it worked. (Firstly, I invented a new notation, namely, a function such as $f(x)$ we can write it as the following: $f(x) =x^{langle x vert nrangle}$ where $x$ is the exponent that is getting "powered" up $n$ times.) The formula I obtained by pattern matching was: $$f^{prime}(x)=x^{langle x vert nrangle +langle x vert n-1rangle -1}left[1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^jright]tag{$ngeqslant 2$}.$$ I know this looks like a mad mess and I am aware that people like this have done it more elegantely, but now for the question. This is only the first derivative of the function, is there a way, or rather is there a general derivative i.e a $n^{th}$ derivative of this function?



Update: December 23th



I have tried to approach the problem myself since I asked the question and I have not gotten to a stage to say if it is impossible or possible to do, however I think I am on the right track. At first, I thought of distributing the factor $x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ to all the terms in the parentheses, but I quickly realized I had to deal with at least derivatives of triple products. Now I have come to realize that the easiest way is to differentiate the function just as it is and get a normal product and thus I must use the following formula: $$(f cdot g)^{(n)}=sum_{k=0}^{n}{nchoose k}f^{(k)}cdot g^{(n-k)}$$ where $f =x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ and $g=1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^j$. Since $k$ and $n-k$ are arbitrary numbers this leads us to find the general derivative for $f$ and $g$, this is where I am right now. (I do realize that I am trying to find the $n^{th}$ derivative of the first derivative but that is easily fixed later). Please come with suggestions on how to tackle this problem.



Update: December 24th



I have made progress with the help of Maple 17, namely, I have found a repeating pattern in at least a part of the general derivative, but there is still a part of it I cannot yet explain. Nonetheless, I present to you the part of the general derivative I have found: $$D_x^{xi}f(x) = x^{langle x vert nrangle +langle x vert n-1rangle -xi} Big[(-1)^{xi}cdotxi! +O(x)Big]$$



I renamed the degree of the derivative as $xi$ since $n$ is taken for the number of $x$s. The $O(x)$ is the (perhaps) series which I am currently working on finding, I do think I am on the right track though. The approach above with the product rule turned out to be less successful.










share|cite|improve this question















I stumbled upon this very peculiar function last summer, namely: $f(x)=x^{x^{x^{...^{x}}}}$, where there is a number $n$ of $x$'s in the exponent, I tried to find the derivative for the function and I was successful, it turned out not to be the most elegant formula but it worked. (Firstly, I invented a new notation, namely, a function such as $f(x)$ we can write it as the following: $f(x) =x^{langle x vert nrangle}$ where $x$ is the exponent that is getting "powered" up $n$ times.) The formula I obtained by pattern matching was: $$f^{prime}(x)=x^{langle x vert nrangle +langle x vert n-1rangle -1}left[1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^jright]tag{$ngeqslant 2$}.$$ I know this looks like a mad mess and I am aware that people like this have done it more elegantely, but now for the question. This is only the first derivative of the function, is there a way, or rather is there a general derivative i.e a $n^{th}$ derivative of this function?



Update: December 23th



I have tried to approach the problem myself since I asked the question and I have not gotten to a stage to say if it is impossible or possible to do, however I think I am on the right track. At first, I thought of distributing the factor $x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ to all the terms in the parentheses, but I quickly realized I had to deal with at least derivatives of triple products. Now I have come to realize that the easiest way is to differentiate the function just as it is and get a normal product and thus I must use the following formula: $$(f cdot g)^{(n)}=sum_{k=0}^{n}{nchoose k}f^{(k)}cdot g^{(n-k)}$$ where $f =x^{langle x vert n rangle +langle x vert n-1 rangle -1}$ and $g=1+prod_{i=0}^{n-2}x^{langle x vert irangle}cdot ln(x)^n+sum_{j=1}^{n-1}prod_{k=n-1-j}^{n-2}x^{langle x vert krangle}cdot ln(x)^j$. Since $k$ and $n-k$ are arbitrary numbers this leads us to find the general derivative for $f$ and $g$, this is where I am right now. (I do realize that I am trying to find the $n^{th}$ derivative of the first derivative but that is easily fixed later). Please come with suggestions on how to tackle this problem.



Update: December 24th



I have made progress with the help of Maple 17, namely, I have found a repeating pattern in at least a part of the general derivative, but there is still a part of it I cannot yet explain. Nonetheless, I present to you the part of the general derivative I have found: $$D_x^{xi}f(x) = x^{langle x vert nrangle +langle x vert n-1rangle -xi} Big[(-1)^{xi}cdotxi! +O(x)Big]$$



I renamed the degree of the derivative as $xi$ since $n$ is taken for the number of $x$s. The $O(x)$ is the (perhaps) series which I am currently working on finding, I do think I am on the right track though. The approach above with the product rule turned out to be less successful.







calculus derivatives tetration






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Apr 13 '17 at 12:20









Community

1




1










asked Dec 23 '13 at 1:13









Sindbad

440519




440519












  • possible duplicate of Finding the derivative of $xuparrowuparrow n$
    – user147263
    Aug 29 '14 at 19:43










  • Comments are not for extended discussion; this conversation has been moved to chat.
    – quid
    19 hours ago


















  • possible duplicate of Finding the derivative of $xuparrowuparrow n$
    – user147263
    Aug 29 '14 at 19:43










  • Comments are not for extended discussion; this conversation has been moved to chat.
    – quid
    19 hours ago
















possible duplicate of Finding the derivative of $xuparrowuparrow n$
– user147263
Aug 29 '14 at 19:43




possible duplicate of Finding the derivative of $xuparrowuparrow n$
– user147263
Aug 29 '14 at 19:43












Comments are not for extended discussion; this conversation has been moved to chat.
– quid
19 hours ago




Comments are not for extended discussion; this conversation has been moved to chat.
– quid
19 hours ago










3 Answers
3






active

oldest

votes


















4














I found a method of doing the first derivative but it's relatively messy and makes you go all the way down the "n" chain as it were. Hopefully my ideas can give you some inspiration or spark a secondary idea.



I am using $^nx$ as the nth tetration of x.



What I did to reach my answer was start taking the derivatives of $^nx$ with increasing values of n using $e^{lnx}$. So for n=1 you obviously get
$$frac{d}{dx}(^1x) = frac{d}{dx}(x) = 1$$



For n=2 you get
$$frac{d}{dx}(^2x) = frac{d}{dx}(x^x)$$
$$=frac{d}{dx}(e^{lnx^x})$$
$$=frac{d}{dx}(e^{xlnx})$$
$$=e^{xlnx}frac{d}{dx}(xlnx)$$
$$=(^2x)Bigl(lnxfrac{d}{dx}(x)+xfrac{d}{dx}(lnx)Bigl)$$
We already know the value of $frac{d}{dx}(x)$ from the last problem, so we can plug it right in.
$$=(^2x)Bigl(lnx+frac{x}{x}Bigl)$$
$$=(^2x)(lnx+1)$$



For n=3 you get
$$frac{d}{dx}(^3x) = frac{d}{dx}(x^{x^x})$$
$$=frac{d}{dx}(e^{ln(x^{x^x})})$$
$$=frac{d}{dx}(e^{(x^x)(lnx)})$$
$$=frac{d}{dx}(e^{(e^{ln(x^x)})(lnx)})$$
$$=frac{d}{dx}(e^{(e^{xln(x)})(lnx)})$$
$$=(^3x)frac{d}{dx}(e^{xln(x)})(lnx)$$
$$=(^3x)Bigl((lnx)frac{d}{dx}(e^{xln(x)})+(e^{xln(x)})frac{d}{dx}(lnx)Bigl)$$
Note here that $e^{xln(x)}$ equals $^2x$. This means that we can substitute in values we already know, just like in the last problem, and a pattern starts to emerge.
$$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+(^2x)frac{d}{dx}(lnx)Bigl)$$
$$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+frac{^2x}{x}Bigl)$$
We don't need to plug in the end result of $frac{d}{dx}(e^{xln(x)})$ here, because the form the equation is in now will end up fitting our generalization later.



For now, let's check by plugging in n=4
$$frac{d}{dx}(^4x) = frac{d}{dx}(x^{x^{x^x}})$$
$$=frac{d}{dx}(e^{ln(x^{x^{x^x}})})$$
$$.$$
$$.$$
$$.$$
$$=frac{d}{dx}(e^{(e^{(e^{xln(x)})(lnx)}(lnx)})$$
$$=(^4x)frac{d}{dx}(e^{(e^{xln(x)})(lnx)}(lnx)$$
$$=(^4x)Bigl((lnx)frac{d}{dx}(e^{(e^{xln(x)})(lnx)})+(e^{(e^{xln(x)}(lnx)})frac{d}{dx}(lnx)Bigl)$$
Here again, $e^{(e^{xln(x)})(lnx)}$ is the same as $^3x$. So if we rewrite our equation as
$$(^4x)Bigl((lnx)frac{d}{dx}(^3x)+frac{^3x}{x}Bigl)$$
we can see that a general form of the first derivative can be written as
$$frac{d}{dx}(^nx) = (^nx)Bigl((lnx)frac{d}{dx}(^{n-1}x)+frac{^{n-1}x}{x}Bigl)$$



Obviously this has the problem of relying on the derivatives down the power tower, but I think this could have interesting applications. Hope these inane ramblings of a 17 year old help!






share|cite|improve this answer





























    3














    excellent question, and a good result. also impressed that you have developed your own notation. that is often a very effective way of getting to grips with a problem, especially one that has not yet become popular. I think there is a trend, however.



    notation tends to evolve with use. the notation here involves a redundancy which one can ill-afford in a subject already pushing at against conceptual boundaries. if you study your remarkable formula for the derivative, you will see that all the references to tetration involve the incomplete symbol: $x^{<xmid...}$



    in this usage the initial exponent symbol $x$ is redundant, and complicates the expression. thus the evolutionary pressure of being concise will force the rejection of this appendage, and one may use the symbol $langle x vert n rangle$ by itself. this is conveniently defined by (if I have understood correctly):
    $$ langle x vert 0 rangle = 1 \
    langle x vert n+1 rangle = x^{langle x vert n rangle}
    $$
    for the purpose of differentiation the logarithm is useful i.e. since
    $$ ln langle x vert n+1 rangle = langle x vert n rangle ln ;x
    $$ we obtain :
    $$frac{langle x vert n+1 rangle'} {langle x vert n+1 rangle} = frac{ langle x vert n rangle }{x} left( frac{langle x vert n rangle'}{langle x vert n rangle}x; ln ;x + 1 right)
    $$perhaps as might be expected, the logarithmic derivative $frac{f'}f$ looms large here, and it is hardly surprising to see the "entropy" function also make an appearance.



    we may abbreviate the form considerably if we define:
    $$T^n(x) = frac{langle x vert n rangle'}{langle x vert n rangle}
    $$ so that we have a form fairly well-suited to recursive evaluation :
    $$T^{n+1}(x) = frac{ langle x vert n rangle }{x} left( x ;ln x; T^n(x)+ 1 right)
    $$
    congratulations on your achievement! I hope these casual remarks will be of some use or interest.






    share|cite|improve this answer



















    • 1




      My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
      – Sindbad
      Dec 23 '13 at 12:04










    • you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
      – David Holden
      Dec 23 '13 at 13:02










    • a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
      – David Holden
      Dec 23 '13 at 13:10










    • I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
      – David Holden
      Dec 23 '13 at 13:11












    • Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
      – Sindbad
      Dec 23 '13 at 13:29



















    -1














    I tried finding the tetration of x to a natural index n and I got a similar result but since I could not use notations like sigma and pi(in my phone)therefore I used * and #.But now I can finally.



    I did get the generalisation for the tetration of x to any natural index(excluding 1).
    Let x(n) be the tetration of x to a natural number n(n>1).For example,



    $$x(3)=x^{x^{x}}$$
    Then,



    $$frac{d(x(n))}{dx}=frac{prod_{k=1}^{n}x(k)(lnx)^{n-1} + sum_{k=1}^{n-1}prod_{r=k}^{n}x(r)(lnx)^{n-k-1}}{x}$$



    Let’s test this!



    $$frac{d(x(3))}{dx}=frac{prod_{k=1}^{3}x(k)(lnx)^{2}+sum_{k=1}^2prod_{r=k}^{3}x(r)(lnx)^{2-k}}{x}$$
    Then,
    $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+sum_{k=1}^{2}x(k)x(k+1)......x(3)(lnx)^{2-k}}{x}$$



    >
    $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+x(1)x(2)x(3)(lnx)+x(2)x(3)}{x}$$



    Do note it is only valid for natural number greater than or equal to 2.
    Just put a reply if I had gone wrong somewhere.






    share|cite|improve this answer










    New contributor




    user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


















    • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
      – José Carlos Santos
      2 days ago











    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f616014%2fnth-derivative-of-a-tetration-function%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    I found a method of doing the first derivative but it's relatively messy and makes you go all the way down the "n" chain as it were. Hopefully my ideas can give you some inspiration or spark a secondary idea.



    I am using $^nx$ as the nth tetration of x.



    What I did to reach my answer was start taking the derivatives of $^nx$ with increasing values of n using $e^{lnx}$. So for n=1 you obviously get
    $$frac{d}{dx}(^1x) = frac{d}{dx}(x) = 1$$



    For n=2 you get
    $$frac{d}{dx}(^2x) = frac{d}{dx}(x^x)$$
    $$=frac{d}{dx}(e^{lnx^x})$$
    $$=frac{d}{dx}(e^{xlnx})$$
    $$=e^{xlnx}frac{d}{dx}(xlnx)$$
    $$=(^2x)Bigl(lnxfrac{d}{dx}(x)+xfrac{d}{dx}(lnx)Bigl)$$
    We already know the value of $frac{d}{dx}(x)$ from the last problem, so we can plug it right in.
    $$=(^2x)Bigl(lnx+frac{x}{x}Bigl)$$
    $$=(^2x)(lnx+1)$$



    For n=3 you get
    $$frac{d}{dx}(^3x) = frac{d}{dx}(x^{x^x})$$
    $$=frac{d}{dx}(e^{ln(x^{x^x})})$$
    $$=frac{d}{dx}(e^{(x^x)(lnx)})$$
    $$=frac{d}{dx}(e^{(e^{ln(x^x)})(lnx)})$$
    $$=frac{d}{dx}(e^{(e^{xln(x)})(lnx)})$$
    $$=(^3x)frac{d}{dx}(e^{xln(x)})(lnx)$$
    $$=(^3x)Bigl((lnx)frac{d}{dx}(e^{xln(x)})+(e^{xln(x)})frac{d}{dx}(lnx)Bigl)$$
    Note here that $e^{xln(x)}$ equals $^2x$. This means that we can substitute in values we already know, just like in the last problem, and a pattern starts to emerge.
    $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+(^2x)frac{d}{dx}(lnx)Bigl)$$
    $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+frac{^2x}{x}Bigl)$$
    We don't need to plug in the end result of $frac{d}{dx}(e^{xln(x)})$ here, because the form the equation is in now will end up fitting our generalization later.



    For now, let's check by plugging in n=4
    $$frac{d}{dx}(^4x) = frac{d}{dx}(x^{x^{x^x}})$$
    $$=frac{d}{dx}(e^{ln(x^{x^{x^x}})})$$
    $$.$$
    $$.$$
    $$.$$
    $$=frac{d}{dx}(e^{(e^{(e^{xln(x)})(lnx)}(lnx)})$$
    $$=(^4x)frac{d}{dx}(e^{(e^{xln(x)})(lnx)}(lnx)$$
    $$=(^4x)Bigl((lnx)frac{d}{dx}(e^{(e^{xln(x)})(lnx)})+(e^{(e^{xln(x)}(lnx)})frac{d}{dx}(lnx)Bigl)$$
    Here again, $e^{(e^{xln(x)})(lnx)}$ is the same as $^3x$. So if we rewrite our equation as
    $$(^4x)Bigl((lnx)frac{d}{dx}(^3x)+frac{^3x}{x}Bigl)$$
    we can see that a general form of the first derivative can be written as
    $$frac{d}{dx}(^nx) = (^nx)Bigl((lnx)frac{d}{dx}(^{n-1}x)+frac{^{n-1}x}{x}Bigl)$$



    Obviously this has the problem of relying on the derivatives down the power tower, but I think this could have interesting applications. Hope these inane ramblings of a 17 year old help!






    share|cite|improve this answer


























      4














      I found a method of doing the first derivative but it's relatively messy and makes you go all the way down the "n" chain as it were. Hopefully my ideas can give you some inspiration or spark a secondary idea.



      I am using $^nx$ as the nth tetration of x.



      What I did to reach my answer was start taking the derivatives of $^nx$ with increasing values of n using $e^{lnx}$. So for n=1 you obviously get
      $$frac{d}{dx}(^1x) = frac{d}{dx}(x) = 1$$



      For n=2 you get
      $$frac{d}{dx}(^2x) = frac{d}{dx}(x^x)$$
      $$=frac{d}{dx}(e^{lnx^x})$$
      $$=frac{d}{dx}(e^{xlnx})$$
      $$=e^{xlnx}frac{d}{dx}(xlnx)$$
      $$=(^2x)Bigl(lnxfrac{d}{dx}(x)+xfrac{d}{dx}(lnx)Bigl)$$
      We already know the value of $frac{d}{dx}(x)$ from the last problem, so we can plug it right in.
      $$=(^2x)Bigl(lnx+frac{x}{x}Bigl)$$
      $$=(^2x)(lnx+1)$$



      For n=3 you get
      $$frac{d}{dx}(^3x) = frac{d}{dx}(x^{x^x})$$
      $$=frac{d}{dx}(e^{ln(x^{x^x})})$$
      $$=frac{d}{dx}(e^{(x^x)(lnx)})$$
      $$=frac{d}{dx}(e^{(e^{ln(x^x)})(lnx)})$$
      $$=frac{d}{dx}(e^{(e^{xln(x)})(lnx)})$$
      $$=(^3x)frac{d}{dx}(e^{xln(x)})(lnx)$$
      $$=(^3x)Bigl((lnx)frac{d}{dx}(e^{xln(x)})+(e^{xln(x)})frac{d}{dx}(lnx)Bigl)$$
      Note here that $e^{xln(x)}$ equals $^2x$. This means that we can substitute in values we already know, just like in the last problem, and a pattern starts to emerge.
      $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+(^2x)frac{d}{dx}(lnx)Bigl)$$
      $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+frac{^2x}{x}Bigl)$$
      We don't need to plug in the end result of $frac{d}{dx}(e^{xln(x)})$ here, because the form the equation is in now will end up fitting our generalization later.



      For now, let's check by plugging in n=4
      $$frac{d}{dx}(^4x) = frac{d}{dx}(x^{x^{x^x}})$$
      $$=frac{d}{dx}(e^{ln(x^{x^{x^x}})})$$
      $$.$$
      $$.$$
      $$.$$
      $$=frac{d}{dx}(e^{(e^{(e^{xln(x)})(lnx)}(lnx)})$$
      $$=(^4x)frac{d}{dx}(e^{(e^{xln(x)})(lnx)}(lnx)$$
      $$=(^4x)Bigl((lnx)frac{d}{dx}(e^{(e^{xln(x)})(lnx)})+(e^{(e^{xln(x)}(lnx)})frac{d}{dx}(lnx)Bigl)$$
      Here again, $e^{(e^{xln(x)})(lnx)}$ is the same as $^3x$. So if we rewrite our equation as
      $$(^4x)Bigl((lnx)frac{d}{dx}(^3x)+frac{^3x}{x}Bigl)$$
      we can see that a general form of the first derivative can be written as
      $$frac{d}{dx}(^nx) = (^nx)Bigl((lnx)frac{d}{dx}(^{n-1}x)+frac{^{n-1}x}{x}Bigl)$$



      Obviously this has the problem of relying on the derivatives down the power tower, but I think this could have interesting applications. Hope these inane ramblings of a 17 year old help!






      share|cite|improve this answer
























        4












        4








        4






        I found a method of doing the first derivative but it's relatively messy and makes you go all the way down the "n" chain as it were. Hopefully my ideas can give you some inspiration or spark a secondary idea.



        I am using $^nx$ as the nth tetration of x.



        What I did to reach my answer was start taking the derivatives of $^nx$ with increasing values of n using $e^{lnx}$. So for n=1 you obviously get
        $$frac{d}{dx}(^1x) = frac{d}{dx}(x) = 1$$



        For n=2 you get
        $$frac{d}{dx}(^2x) = frac{d}{dx}(x^x)$$
        $$=frac{d}{dx}(e^{lnx^x})$$
        $$=frac{d}{dx}(e^{xlnx})$$
        $$=e^{xlnx}frac{d}{dx}(xlnx)$$
        $$=(^2x)Bigl(lnxfrac{d}{dx}(x)+xfrac{d}{dx}(lnx)Bigl)$$
        We already know the value of $frac{d}{dx}(x)$ from the last problem, so we can plug it right in.
        $$=(^2x)Bigl(lnx+frac{x}{x}Bigl)$$
        $$=(^2x)(lnx+1)$$



        For n=3 you get
        $$frac{d}{dx}(^3x) = frac{d}{dx}(x^{x^x})$$
        $$=frac{d}{dx}(e^{ln(x^{x^x})})$$
        $$=frac{d}{dx}(e^{(x^x)(lnx)})$$
        $$=frac{d}{dx}(e^{(e^{ln(x^x)})(lnx)})$$
        $$=frac{d}{dx}(e^{(e^{xln(x)})(lnx)})$$
        $$=(^3x)frac{d}{dx}(e^{xln(x)})(lnx)$$
        $$=(^3x)Bigl((lnx)frac{d}{dx}(e^{xln(x)})+(e^{xln(x)})frac{d}{dx}(lnx)Bigl)$$
        Note here that $e^{xln(x)}$ equals $^2x$. This means that we can substitute in values we already know, just like in the last problem, and a pattern starts to emerge.
        $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+(^2x)frac{d}{dx}(lnx)Bigl)$$
        $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+frac{^2x}{x}Bigl)$$
        We don't need to plug in the end result of $frac{d}{dx}(e^{xln(x)})$ here, because the form the equation is in now will end up fitting our generalization later.



        For now, let's check by plugging in n=4
        $$frac{d}{dx}(^4x) = frac{d}{dx}(x^{x^{x^x}})$$
        $$=frac{d}{dx}(e^{ln(x^{x^{x^x}})})$$
        $$.$$
        $$.$$
        $$.$$
        $$=frac{d}{dx}(e^{(e^{(e^{xln(x)})(lnx)}(lnx)})$$
        $$=(^4x)frac{d}{dx}(e^{(e^{xln(x)})(lnx)}(lnx)$$
        $$=(^4x)Bigl((lnx)frac{d}{dx}(e^{(e^{xln(x)})(lnx)})+(e^{(e^{xln(x)}(lnx)})frac{d}{dx}(lnx)Bigl)$$
        Here again, $e^{(e^{xln(x)})(lnx)}$ is the same as $^3x$. So if we rewrite our equation as
        $$(^4x)Bigl((lnx)frac{d}{dx}(^3x)+frac{^3x}{x}Bigl)$$
        we can see that a general form of the first derivative can be written as
        $$frac{d}{dx}(^nx) = (^nx)Bigl((lnx)frac{d}{dx}(^{n-1}x)+frac{^{n-1}x}{x}Bigl)$$



        Obviously this has the problem of relying on the derivatives down the power tower, but I think this could have interesting applications. Hope these inane ramblings of a 17 year old help!






        share|cite|improve this answer












        I found a method of doing the first derivative but it's relatively messy and makes you go all the way down the "n" chain as it were. Hopefully my ideas can give you some inspiration or spark a secondary idea.



        I am using $^nx$ as the nth tetration of x.



        What I did to reach my answer was start taking the derivatives of $^nx$ with increasing values of n using $e^{lnx}$. So for n=1 you obviously get
        $$frac{d}{dx}(^1x) = frac{d}{dx}(x) = 1$$



        For n=2 you get
        $$frac{d}{dx}(^2x) = frac{d}{dx}(x^x)$$
        $$=frac{d}{dx}(e^{lnx^x})$$
        $$=frac{d}{dx}(e^{xlnx})$$
        $$=e^{xlnx}frac{d}{dx}(xlnx)$$
        $$=(^2x)Bigl(lnxfrac{d}{dx}(x)+xfrac{d}{dx}(lnx)Bigl)$$
        We already know the value of $frac{d}{dx}(x)$ from the last problem, so we can plug it right in.
        $$=(^2x)Bigl(lnx+frac{x}{x}Bigl)$$
        $$=(^2x)(lnx+1)$$



        For n=3 you get
        $$frac{d}{dx}(^3x) = frac{d}{dx}(x^{x^x})$$
        $$=frac{d}{dx}(e^{ln(x^{x^x})})$$
        $$=frac{d}{dx}(e^{(x^x)(lnx)})$$
        $$=frac{d}{dx}(e^{(e^{ln(x^x)})(lnx)})$$
        $$=frac{d}{dx}(e^{(e^{xln(x)})(lnx)})$$
        $$=(^3x)frac{d}{dx}(e^{xln(x)})(lnx)$$
        $$=(^3x)Bigl((lnx)frac{d}{dx}(e^{xln(x)})+(e^{xln(x)})frac{d}{dx}(lnx)Bigl)$$
        Note here that $e^{xln(x)}$ equals $^2x$. This means that we can substitute in values we already know, just like in the last problem, and a pattern starts to emerge.
        $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+(^2x)frac{d}{dx}(lnx)Bigl)$$
        $$=(^3x)Bigl((lnx)frac{d}{dx}(^2x)+frac{^2x}{x}Bigl)$$
        We don't need to plug in the end result of $frac{d}{dx}(e^{xln(x)})$ here, because the form the equation is in now will end up fitting our generalization later.



        For now, let's check by plugging in n=4
        $$frac{d}{dx}(^4x) = frac{d}{dx}(x^{x^{x^x}})$$
        $$=frac{d}{dx}(e^{ln(x^{x^{x^x}})})$$
        $$.$$
        $$.$$
        $$.$$
        $$=frac{d}{dx}(e^{(e^{(e^{xln(x)})(lnx)}(lnx)})$$
        $$=(^4x)frac{d}{dx}(e^{(e^{xln(x)})(lnx)}(lnx)$$
        $$=(^4x)Bigl((lnx)frac{d}{dx}(e^{(e^{xln(x)})(lnx)})+(e^{(e^{xln(x)}(lnx)})frac{d}{dx}(lnx)Bigl)$$
        Here again, $e^{(e^{xln(x)})(lnx)}$ is the same as $^3x$. So if we rewrite our equation as
        $$(^4x)Bigl((lnx)frac{d}{dx}(^3x)+frac{^3x}{x}Bigl)$$
        we can see that a general form of the first derivative can be written as
        $$frac{d}{dx}(^nx) = (^nx)Bigl((lnx)frac{d}{dx}(^{n-1}x)+frac{^{n-1}x}{x}Bigl)$$



        Obviously this has the problem of relying on the derivatives down the power tower, but I think this could have interesting applications. Hope these inane ramblings of a 17 year old help!







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Oct 25 '18 at 19:18









        Andreas Thompson

        514




        514























            3














            excellent question, and a good result. also impressed that you have developed your own notation. that is often a very effective way of getting to grips with a problem, especially one that has not yet become popular. I think there is a trend, however.



            notation tends to evolve with use. the notation here involves a redundancy which one can ill-afford in a subject already pushing at against conceptual boundaries. if you study your remarkable formula for the derivative, you will see that all the references to tetration involve the incomplete symbol: $x^{<xmid...}$



            in this usage the initial exponent symbol $x$ is redundant, and complicates the expression. thus the evolutionary pressure of being concise will force the rejection of this appendage, and one may use the symbol $langle x vert n rangle$ by itself. this is conveniently defined by (if I have understood correctly):
            $$ langle x vert 0 rangle = 1 \
            langle x vert n+1 rangle = x^{langle x vert n rangle}
            $$
            for the purpose of differentiation the logarithm is useful i.e. since
            $$ ln langle x vert n+1 rangle = langle x vert n rangle ln ;x
            $$ we obtain :
            $$frac{langle x vert n+1 rangle'} {langle x vert n+1 rangle} = frac{ langle x vert n rangle }{x} left( frac{langle x vert n rangle'}{langle x vert n rangle}x; ln ;x + 1 right)
            $$perhaps as might be expected, the logarithmic derivative $frac{f'}f$ looms large here, and it is hardly surprising to see the "entropy" function also make an appearance.



            we may abbreviate the form considerably if we define:
            $$T^n(x) = frac{langle x vert n rangle'}{langle x vert n rangle}
            $$ so that we have a form fairly well-suited to recursive evaluation :
            $$T^{n+1}(x) = frac{ langle x vert n rangle }{x} left( x ;ln x; T^n(x)+ 1 right)
            $$
            congratulations on your achievement! I hope these casual remarks will be of some use or interest.






            share|cite|improve this answer



















            • 1




              My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
              – Sindbad
              Dec 23 '13 at 12:04










            • you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
              – David Holden
              Dec 23 '13 at 13:02










            • a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
              – David Holden
              Dec 23 '13 at 13:10










            • I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
              – David Holden
              Dec 23 '13 at 13:11












            • Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
              – Sindbad
              Dec 23 '13 at 13:29
















            3














            excellent question, and a good result. also impressed that you have developed your own notation. that is often a very effective way of getting to grips with a problem, especially one that has not yet become popular. I think there is a trend, however.



            notation tends to evolve with use. the notation here involves a redundancy which one can ill-afford in a subject already pushing at against conceptual boundaries. if you study your remarkable formula for the derivative, you will see that all the references to tetration involve the incomplete symbol: $x^{<xmid...}$



            in this usage the initial exponent symbol $x$ is redundant, and complicates the expression. thus the evolutionary pressure of being concise will force the rejection of this appendage, and one may use the symbol $langle x vert n rangle$ by itself. this is conveniently defined by (if I have understood correctly):
            $$ langle x vert 0 rangle = 1 \
            langle x vert n+1 rangle = x^{langle x vert n rangle}
            $$
            for the purpose of differentiation the logarithm is useful i.e. since
            $$ ln langle x vert n+1 rangle = langle x vert n rangle ln ;x
            $$ we obtain :
            $$frac{langle x vert n+1 rangle'} {langle x vert n+1 rangle} = frac{ langle x vert n rangle }{x} left( frac{langle x vert n rangle'}{langle x vert n rangle}x; ln ;x + 1 right)
            $$perhaps as might be expected, the logarithmic derivative $frac{f'}f$ looms large here, and it is hardly surprising to see the "entropy" function also make an appearance.



            we may abbreviate the form considerably if we define:
            $$T^n(x) = frac{langle x vert n rangle'}{langle x vert n rangle}
            $$ so that we have a form fairly well-suited to recursive evaluation :
            $$T^{n+1}(x) = frac{ langle x vert n rangle }{x} left( x ;ln x; T^n(x)+ 1 right)
            $$
            congratulations on your achievement! I hope these casual remarks will be of some use or interest.






            share|cite|improve this answer



















            • 1




              My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
              – Sindbad
              Dec 23 '13 at 12:04










            • you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
              – David Holden
              Dec 23 '13 at 13:02










            • a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
              – David Holden
              Dec 23 '13 at 13:10










            • I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
              – David Holden
              Dec 23 '13 at 13:11












            • Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
              – Sindbad
              Dec 23 '13 at 13:29














            3












            3








            3






            excellent question, and a good result. also impressed that you have developed your own notation. that is often a very effective way of getting to grips with a problem, especially one that has not yet become popular. I think there is a trend, however.



            notation tends to evolve with use. the notation here involves a redundancy which one can ill-afford in a subject already pushing at against conceptual boundaries. if you study your remarkable formula for the derivative, you will see that all the references to tetration involve the incomplete symbol: $x^{<xmid...}$



            in this usage the initial exponent symbol $x$ is redundant, and complicates the expression. thus the evolutionary pressure of being concise will force the rejection of this appendage, and one may use the symbol $langle x vert n rangle$ by itself. this is conveniently defined by (if I have understood correctly):
            $$ langle x vert 0 rangle = 1 \
            langle x vert n+1 rangle = x^{langle x vert n rangle}
            $$
            for the purpose of differentiation the logarithm is useful i.e. since
            $$ ln langle x vert n+1 rangle = langle x vert n rangle ln ;x
            $$ we obtain :
            $$frac{langle x vert n+1 rangle'} {langle x vert n+1 rangle} = frac{ langle x vert n rangle }{x} left( frac{langle x vert n rangle'}{langle x vert n rangle}x; ln ;x + 1 right)
            $$perhaps as might be expected, the logarithmic derivative $frac{f'}f$ looms large here, and it is hardly surprising to see the "entropy" function also make an appearance.



            we may abbreviate the form considerably if we define:
            $$T^n(x) = frac{langle x vert n rangle'}{langle x vert n rangle}
            $$ so that we have a form fairly well-suited to recursive evaluation :
            $$T^{n+1}(x) = frac{ langle x vert n rangle }{x} left( x ;ln x; T^n(x)+ 1 right)
            $$
            congratulations on your achievement! I hope these casual remarks will be of some use or interest.






            share|cite|improve this answer














            excellent question, and a good result. also impressed that you have developed your own notation. that is often a very effective way of getting to grips with a problem, especially one that has not yet become popular. I think there is a trend, however.



            notation tends to evolve with use. the notation here involves a redundancy which one can ill-afford in a subject already pushing at against conceptual boundaries. if you study your remarkable formula for the derivative, you will see that all the references to tetration involve the incomplete symbol: $x^{<xmid...}$



            in this usage the initial exponent symbol $x$ is redundant, and complicates the expression. thus the evolutionary pressure of being concise will force the rejection of this appendage, and one may use the symbol $langle x vert n rangle$ by itself. this is conveniently defined by (if I have understood correctly):
            $$ langle x vert 0 rangle = 1 \
            langle x vert n+1 rangle = x^{langle x vert n rangle}
            $$
            for the purpose of differentiation the logarithm is useful i.e. since
            $$ ln langle x vert n+1 rangle = langle x vert n rangle ln ;x
            $$ we obtain :
            $$frac{langle x vert n+1 rangle'} {langle x vert n+1 rangle} = frac{ langle x vert n rangle }{x} left( frac{langle x vert n rangle'}{langle x vert n rangle}x; ln ;x + 1 right)
            $$perhaps as might be expected, the logarithmic derivative $frac{f'}f$ looms large here, and it is hardly surprising to see the "entropy" function also make an appearance.



            we may abbreviate the form considerably if we define:
            $$T^n(x) = frac{langle x vert n rangle'}{langle x vert n rangle}
            $$ so that we have a form fairly well-suited to recursive evaluation :
            $$T^{n+1}(x) = frac{ langle x vert n rangle }{x} left( x ;ln x; T^n(x)+ 1 right)
            $$
            congratulations on your achievement! I hope these casual remarks will be of some use or interest.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Dec 23 '13 at 6:02

























            answered Dec 23 '13 at 5:52









            David Holden

            14.7k21224




            14.7k21224








            • 1




              My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
              – Sindbad
              Dec 23 '13 at 12:04










            • you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
              – David Holden
              Dec 23 '13 at 13:02










            • a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
              – David Holden
              Dec 23 '13 at 13:10










            • I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
              – David Holden
              Dec 23 '13 at 13:11












            • Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
              – Sindbad
              Dec 23 '13 at 13:29














            • 1




              My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
              – Sindbad
              Dec 23 '13 at 12:04










            • you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
              – David Holden
              Dec 23 '13 at 13:02










            • a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
              – David Holden
              Dec 23 '13 at 13:10










            • I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
              – David Holden
              Dec 23 '13 at 13:11












            • Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
              – Sindbad
              Dec 23 '13 at 13:29








            1




            1




            My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
            – Sindbad
            Dec 23 '13 at 12:04




            My mentor told me almost the same thing and I have considered using the notation in that way. (And yes, you have understood the notation correctly). However when I first started I wanted it to be a general notation, i.e we can have a base $x$ and and exponent $langle a vert n rangle$. If we only write $langle x vert n rangle$ we cannot see which base it is, however as you've said, notation evolve and there might not be any good use for the "general case" notation of mine.
            – Sindbad
            Dec 23 '13 at 12:04












            you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
            – David Holden
            Dec 23 '13 at 13:02




            you are right that tetration is only a very special case (albeit the most interesting and tractable one) of iterated exponentiation. I have been playing with this idea for a while, and it was very satisfying to be able to crystallize my intuitions only a few days ago. basically all the integers $gt 1$ can be formed from the primes by two very simple rules, one of which is exponentiation. this leads to a very different view of the integers than the dominant (pragmatic) view. perhaps because of this, my attempts to expound it have been hampered by a sort of soft censorship. (ctd)
            – David Holden
            Dec 23 '13 at 13:02












            a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
            – David Holden
            Dec 23 '13 at 13:10




            a fuller view is given in a question that has been put on hold, but I don't know if such held questions are generally accessible. the link is math.stackexchange.com/questions/613807/… - I did the question no favors by baptizing it with such an obscure title, but that came from the fact that an earlier attempt was marred by a silly typo. (ctd)
            – David Holden
            Dec 23 '13 at 13:10












            I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
            – David Holden
            Dec 23 '13 at 13:11






            I presented this a third time in a much more concise manner, adding a very specific question math.stackexchange.com/questions/614698/… but have had no feedback. I mention this only because you have an obvious interest in something that is still widely regarded as very marginal, and also because you are evidently someone who enjoys exploring ideas for their own sake and I admire the honesty and fortitude with which you have pursued your investigation of tetration.
            – David Holden
            Dec 23 '13 at 13:11














            Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
            – Sindbad
            Dec 23 '13 at 13:29




            Well I thank you for presenting me with this information, it truly is very interesting. However I lack the mathematical skill to understand your formal mathematical language (I am still in high school so I have yet to be learnt such notation). I can tell you something that I've had in my mind though. If I (or anyone else) find this general derivative it is possible to expand the function via a Taylor series and then... find the anti-derivative! Of course it's a long way there, and I'm not sure if it will work, but I know it's worth spending endless nights sitting with only pen and paper for.
            – Sindbad
            Dec 23 '13 at 13:29











            -1














            I tried finding the tetration of x to a natural index n and I got a similar result but since I could not use notations like sigma and pi(in my phone)therefore I used * and #.But now I can finally.



            I did get the generalisation for the tetration of x to any natural index(excluding 1).
            Let x(n) be the tetration of x to a natural number n(n>1).For example,



            $$x(3)=x^{x^{x}}$$
            Then,



            $$frac{d(x(n))}{dx}=frac{prod_{k=1}^{n}x(k)(lnx)^{n-1} + sum_{k=1}^{n-1}prod_{r=k}^{n}x(r)(lnx)^{n-k-1}}{x}$$



            Let’s test this!



            $$frac{d(x(3))}{dx}=frac{prod_{k=1}^{3}x(k)(lnx)^{2}+sum_{k=1}^2prod_{r=k}^{3}x(r)(lnx)^{2-k}}{x}$$
            Then,
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+sum_{k=1}^{2}x(k)x(k+1)......x(3)(lnx)^{2-k}}{x}$$



            >
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+x(1)x(2)x(3)(lnx)+x(2)x(3)}{x}$$



            Do note it is only valid for natural number greater than or equal to 2.
            Just put a reply if I had gone wrong somewhere.






            share|cite|improve this answer










            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
              – José Carlos Santos
              2 days ago
















            -1














            I tried finding the tetration of x to a natural index n and I got a similar result but since I could not use notations like sigma and pi(in my phone)therefore I used * and #.But now I can finally.



            I did get the generalisation for the tetration of x to any natural index(excluding 1).
            Let x(n) be the tetration of x to a natural number n(n>1).For example,



            $$x(3)=x^{x^{x}}$$
            Then,



            $$frac{d(x(n))}{dx}=frac{prod_{k=1}^{n}x(k)(lnx)^{n-1} + sum_{k=1}^{n-1}prod_{r=k}^{n}x(r)(lnx)^{n-k-1}}{x}$$



            Let’s test this!



            $$frac{d(x(3))}{dx}=frac{prod_{k=1}^{3}x(k)(lnx)^{2}+sum_{k=1}^2prod_{r=k}^{3}x(r)(lnx)^{2-k}}{x}$$
            Then,
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+sum_{k=1}^{2}x(k)x(k+1)......x(3)(lnx)^{2-k}}{x}$$



            >
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+x(1)x(2)x(3)(lnx)+x(2)x(3)}{x}$$



            Do note it is only valid for natural number greater than or equal to 2.
            Just put a reply if I had gone wrong somewhere.






            share|cite|improve this answer










            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
              – José Carlos Santos
              2 days ago














            -1












            -1








            -1






            I tried finding the tetration of x to a natural index n and I got a similar result but since I could not use notations like sigma and pi(in my phone)therefore I used * and #.But now I can finally.



            I did get the generalisation for the tetration of x to any natural index(excluding 1).
            Let x(n) be the tetration of x to a natural number n(n>1).For example,



            $$x(3)=x^{x^{x}}$$
            Then,



            $$frac{d(x(n))}{dx}=frac{prod_{k=1}^{n}x(k)(lnx)^{n-1} + sum_{k=1}^{n-1}prod_{r=k}^{n}x(r)(lnx)^{n-k-1}}{x}$$



            Let’s test this!



            $$frac{d(x(3))}{dx}=frac{prod_{k=1}^{3}x(k)(lnx)^{2}+sum_{k=1}^2prod_{r=k}^{3}x(r)(lnx)^{2-k}}{x}$$
            Then,
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+sum_{k=1}^{2}x(k)x(k+1)......x(3)(lnx)^{2-k}}{x}$$



            >
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+x(1)x(2)x(3)(lnx)+x(2)x(3)}{x}$$



            Do note it is only valid for natural number greater than or equal to 2.
            Just put a reply if I had gone wrong somewhere.






            share|cite|improve this answer










            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            I tried finding the tetration of x to a natural index n and I got a similar result but since I could not use notations like sigma and pi(in my phone)therefore I used * and #.But now I can finally.



            I did get the generalisation for the tetration of x to any natural index(excluding 1).
            Let x(n) be the tetration of x to a natural number n(n>1).For example,



            $$x(3)=x^{x^{x}}$$
            Then,



            $$frac{d(x(n))}{dx}=frac{prod_{k=1}^{n}x(k)(lnx)^{n-1} + sum_{k=1}^{n-1}prod_{r=k}^{n}x(r)(lnx)^{n-k-1}}{x}$$



            Let’s test this!



            $$frac{d(x(3))}{dx}=frac{prod_{k=1}^{3}x(k)(lnx)^{2}+sum_{k=1}^2prod_{r=k}^{3}x(r)(lnx)^{2-k}}{x}$$
            Then,
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+sum_{k=1}^{2}x(k)x(k+1)......x(3)(lnx)^{2-k}}{x}$$



            >
            $$frac{d(x(3))}{dx}=frac{x(1)x(2)x(3)(lnx)^{2}+x(1)x(2)x(3)(lnx)+x(2)x(3)}{x}$$



            Do note it is only valid for natural number greater than or equal to 2.
            Just put a reply if I had gone wrong somewhere.







            share|cite|improve this answer










            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            share|cite|improve this answer



            share|cite|improve this answer








            edited yesterday





















            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            answered 2 days ago









            user631874

            11




            11




            New contributor




            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            New contributor





            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            user631874 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.












            • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
              – José Carlos Santos
              2 days ago


















            • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
              – José Carlos Santos
              2 days ago
















            Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
            – José Carlos Santos
            2 days ago




            Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
            – José Carlos Santos
            2 days ago


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f616014%2fnth-derivative-of-a-tetration-function%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Mario Kart Wii

            What does “Dominus providebit” mean?

            Antonio Litta Visconti Arese