Searching for an asymptotic to exp[0.5]
#92
My guess is that fake( exp(x) - (x^3 / 5) ) is simply :
exp(x) - Constant.

But I have not tried anything yet.

I assume the best possible approximation ( by using fake - for exp(x) - ( x^3 / 5 ) - ) is approximately exp(x) - a x^b - constant.
Where b is between 0 and 1.

Also a possibility is with q_i very small :

1 + q_1 x + q_2 x^2 + q_3 x^3 + x^4/4! + x^5/5! + ...

or

0 + q_1 x + q_2 x^2 + q_3 x^3 + x^4/4! + x^5/5! + ...

I wonder.


It seems 0 + q_1 x + q_2 x^2 + q_3 x^3 + x^4/4! + x^5/5! + ...
cannot be improved.
( because O(x^3) cannot be given by O(x^(3+eps)) )

Therefore it would be a good (benchmark) test for our fake algorithms I guess.


regards

tommy1729
Reply


Messages In This Thread
RE: Searching for an asymptotic to exp[0.5] - by tommy1729 - 09/11/2014, 08:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Tetration Asymptotic Series Catullus 18 24,090 07/05/2022, 01:29 AM
Last Post: JmsNxn
  Using a family of asymptotic tetration functions... JmsNxn 15 26,209 08/06/2021, 01:47 AM
Last Post: JmsNxn
  Reducing beta tetration to an asymptotic series, and a pull back JmsNxn 2 7,226 07/22/2021, 03:37 AM
Last Post: JmsNxn
  A Holomorphic Function Asymptotic to Tetration JmsNxn 2 6,606 03/24/2021, 09:58 PM
Last Post: JmsNxn
  An asymptotic expansion for \phi JmsNxn 1 5,133 02/08/2021, 12:25 AM
Last Post: JmsNxn
  Merged fixpoints of 2 iterates ? Asymptotic ? [2019] tommy1729 1 8,296 09/10/2019, 11:28 AM
Last Post: sheldonison
  Another asymptotic development, similar to 2sinh method JmsNxn 0 7,130 07/05/2011, 06:34 PM
Last Post: JmsNxn



Users browsing this thread: 1 Guest(s)