Tommy's Gaussian method.
#25
Just a quick note, the value \(h'(s)\) satisfies the equation:

\[
h'(s) = \exp(f(s)) f'(s) / f'(h(s))\\
\]

Then this is a first order differential equation which is related to compositional calculus, but I'm not sure how it could help.

Either way, if:

\[
u(s,z) = \int_a^s \dfrac{\exp(f(x)) f'(x)}{f'(z)}\,dx \bullet z\\
\]

Then,

\[
\begin{align}
u(a,z) &= z\\
u'(s,z) &= \dfrac{\exp(f(s))f'(s)}{f'(u(s))}\\
\end{align}
\]

This leaves us the trouble of finding a value \(a\) and \(z\) that matches \(h\).

But I'm not so sure how much the compositional calculus would help, unless you are looking for a way to numerically evaluate this. If that is so, then the formula for this is a little involved (just a slightly more esoteric version than Euler's method). Let \(\{t_j\}_{j=0}^n\) be a partition of \([a,s]\) in descending order: such that \(t_{j} - t_{j+1} = \mathcal{O}(1/n)\); and let \(t_{j}  \ge t_j^* \ge t_{j+1}\):

\[
u(s,z) = \lim_{n\to\infty}\Omega_{j=0}^{n-1} z+ \dfrac{\exp(f(t_j^*))f'(t_j^*)}{f'(z)}\left( t_j - t_{j+1}\right)\,\bullet z\\
\]

Which is just saying, if

\[
q_{jn}(z) = z+ \dfrac{\exp(f(t_j^*))f'(t_j^*)}{f'(z)}\left( t_j - t_{j+1}\right)\\
\]

Then,

\[
u(s,z) = \lim_{n\to\infty} q_{0n}(q_{1n}(q_{2n}(...q_{(n-1)n}(z))))\\
\]

This will converge locally for \(|a-s| < \delta\) and \(z\) almost everywhere (sort of). Luckily \(f'\) is nonzero (i believe so). This definition can be extended in a very convoluted manner to a larger domain, it's just fairly difficult. This would be by the defining property of the compositional integral, which is:

\[
\int_{b}^c g(x,z) \,dx \bullet \int_{a}^b g(x,z)\,dx\bullet z = \int_{a}^c g(x,z)\,dx\bullet z\\
\]

This definition works for complex \(s\) as well; but normally I'd write it as a contour integral. Which is:

\[
\int_\gamma g(w,z)\,dw \bullet z = \int_{0}^1 g(\gamma(x),z)\gamma'(x)\,dx\bullet z\\
\]

For \(\gamma\) an arc which satisfies \(\gamma(0)= a\) and \(\gamma(1) = s\). I'm not so sure if this would really help though. I can't see this adding much more to the discussion than just applying Euler's Method on \(h\). The compositional calculus only really develops a use when you start modding out by equivalence classes. But it is definitely helpful at visualizing the interaction between compositions and integrals.



EDIT:

IT seems this is an induced semi-group. Very damned interesting.

The differential equation is separable, so it can be reduced to a semi-group. That is, \(u\) has an alternative representation:

\[
\begin{align}
u(s,z) &= \int_{0}^{A(s)} \frac{dt \bullet z}{f'(z)}\\
A(s) &= \displaystyle \int_a^s \exp(f(x))f'(x)\,dx\\
\end{align}
\]

This is shown by making the substitution \(dt = \exp(f(x))f'(x)\,dx\) in the equation:

\[
u(s,z) = \int_a^s \dfrac{\exp(f(x)) f'(x)}{f'(z)}\,dx \bullet z\\
\]

And if you define:

\[
U(w,z) = \int_{0}^{w} \frac{dt \bullet z}{f'(z)}\\
\]

Then:

\[
\begin{align}
U(0,z) &= z\\
U(w',U(w,z)) &= U(w' + w,z)\\
\end{align}
\]

So, You're differential equation actually reduces into a flow equation, which is very very nice. Essentially then, all we have to worry about to define \(h\) is the pesky semi-group induced by \(1/f'(z)\). Which shouldn't be too too hard.

Just so you understand what a semi group induced by \(1/f'(z)\) means; I mean that every semi group in existence is induced by the identity:

\[
\lim_{\delta\to 0} \frac{U(\delta,z)-z}{\delta} = g(z)\\
\]

Where for \(h\), \(g(z) = 1/f'(z)\); from here, we input \(A(s)\) into the exponent of the semi group--voila, we have \(h\); so long as we choose \(a\) and \(z\) appropriately. I'm happy to explain this more because the compositional calculus includes much of the standard literature, it's just a better way of writing it imo. Where you can apply Leibniz substitutions/Riemann-Stieljtes integration/Flow theory much more compactly. Honestly, it's a well developed shorthand that I developed that isn't really needed. But once you start modding out by equivalence classes, WOAH buckle your seats!

Regards, James. Hope I can help Tommy.
Reply


Messages In This Thread
Tommy's Gaussian method. - by tommy1729 - 07/09/2021, 04:18 AM
RE: Tommy's Gaussian method. - by JmsNxn - 07/09/2021, 04:56 AM
RE: Tommy's Gaussian method. - by JmsNxn - 07/10/2021, 04:34 AM
RE: Tommy's Gaussian method. - by JmsNxn - 07/12/2021, 04:48 AM
RE: Tommy's Gaussian method. - by tommy1729 - 07/21/2021, 05:29 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/21/2021, 06:55 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/21/2021, 09:52 PM
RE: Tommy's Gaussian method. - by JmsNxn - 07/22/2021, 02:21 AM
RE: Tommy's Gaussian method. - by tommy1729 - 07/22/2021, 12:13 PM
RE: Tommy's Gaussian method. - by JmsNxn - 07/23/2021, 04:13 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/25/2021, 10:54 PM
RE: Tommy's Gaussian method. - by JmsNxn - 07/23/2021, 11:18 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/25/2021, 11:20 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/25/2021, 11:58 PM
RE: Tommy's Gaussian method. - by JmsNxn - 07/26/2021, 10:24 PM
RE: Tommy's Gaussian method. - by JmsNxn - 07/25/2021, 11:59 PM
RE: Tommy's Gaussian method. - by tommy1729 - 07/26/2021, 12:03 AM
RE: Tommy's Gaussian method. - by tommy1729 - 07/28/2021, 12:02 AM
RE: Tommy's Gaussian method. - by JmsNxn - 07/28/2021, 12:24 AM
RE: Tommy's Gaussian method. - by tommy1729 - 08/06/2021, 12:15 AM
RE: Tommy's Gaussian method. - by tommy1729 - 08/19/2021, 09:40 PM
RE: Tommy's Gaussian method. - by tommy1729 - 11/09/2021, 01:12 PM
RE: Tommy's Gaussian method. - by tommy1729 - 11/09/2021, 11:59 PM
RE: Tommy's Gaussian method. - by tommy1729 - 11/10/2021, 12:10 AM
RE: Tommy's Gaussian method. - by JmsNxn - 11/11/2021, 12:58 AM
RE: Tommy's Gaussian method. - by tommy1729 - 05/12/2022, 11:58 AM
RE: Tommy's Gaussian method. - by tommy1729 - 05/12/2022, 12:01 PM
RE: Tommy's Gaussian method. - by tommy1729 - 05/14/2022, 12:25 PM
RE: Tommy's Gaussian method. - by tommy1729 - 05/22/2022, 12:35 AM
RE: Tommy's Gaussian method. - by JmsNxn - 05/22/2022, 12:40 AM
RE: Tommy's Gaussian method. - by tommy1729 - 05/26/2022, 10:54 PM
RE: Tommy's Gaussian method. - by JmsNxn - 05/26/2022, 10:57 PM
RE: Tommy's Gaussian method. - by tommy1729 - 05/26/2022, 11:06 PM
RE: Tommy's Gaussian method. - by JmsNxn - 05/26/2022, 11:13 PM
RE: Tommy's Gaussian method. - by tommy1729 - 06/28/2022, 02:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fractional tetration method Koha 2 6,137 06/05/2025, 01:40 AM
Last Post: Pentalogue
  " tommy quaternion " tommy1729 41 54,765 05/23/2023, 07:56 PM
Last Post: tommy1729
  The ultimate beta method JmsNxn 8 11,038 04/15/2023, 02:36 AM
Last Post: JmsNxn
  [NT] Caleb stuff , mick's MSE and tommy's diary functions tommy1729 0 2,885 02/26/2023, 08:37 PM
Last Post: tommy1729
  greedy method for tetration ? tommy1729 0 3,053 02/11/2023, 12:13 AM
Last Post: tommy1729
  tommy's "linear" summability method tommy1729 15 18,358 02/10/2023, 03:55 AM
Last Post: JmsNxn
  another infinite composition gaussian method clone tommy1729 2 5,064 01/24/2023, 12:53 AM
Last Post: tommy1729
  Semi-group iso , tommy's limit fix method and alternative limit for 2sinh method tommy1729 1 4,643 12/30/2022, 11:27 PM
Last Post: tommy1729
  [MSE] short review/implem. of Andy's method and a next step Gottfried 4 6,819 11/03/2022, 11:51 AM
Last Post: Gottfried
  tommy's group addition isomo conjecture tommy1729 1 3,839 09/16/2022, 12:25 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)