1}(x))$ Or $f:\tanh(x) \to \tanh(x+1)$ Is A Rational Function ...

    1. Home
    2. Questions
    3. Tags
    4. Users
    5. Unanswered
  1. Teams

    Ask questions, find answers and collaborate at work with Stack Overflow for Teams.

    Try Teams for free Explore Teams
  2. Teams
  3. Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams $f(x)=\tanh(1+\tanh^{-1}(x))$ or $f:\tanh(x) \to \tanh(x+1)$ is a rational function? Ask Question Asked 11 years, 7 months ago Modified 11 years, 7 months ago Viewed 346 times 4 $\begingroup$

This is (again) more a recreational/incidental question.

Playing with iteration of functions I considered the function $$ f(x) = \tanh(1+\tanh^{-1}(x)) \tag1$$ such that $$ f : \tanh(x) \to \tanh(x+1) \tag 2$$ Pari/GP is kind enough to provide the first few coefficients of the Taylor-series of $f(x)$ numerically. $$ f(x) \sim 0.7615941559557649 + 0.4199743416140261 x - 0.3198500042246123 x^2 \\ + 0.2435958939998914 x^3 - 0.1855212092851373 x^4 + 0.1412918687974069 x^5 \\ - 0.1076070615601738 x^6 + 0.08195290922380060 x^7 - 0.06241485672841984 x^8 \\ + O(x^9) $$

Looking at the coefficients it seemed to me that they give just an alternating geometric series with quotient $q=-\tanh(1)$ and a scaling factor $a = \frac 1q - q$ such that -by that numerical heuristic- the power-series of $f(x)$ is $$f(x) \underset{\text{guessed}}{=} -q + a \sum_{k=1}^\infty q^k x^k \tag 3$$ which reduces then to the rational function $$ f(x) \underset{\text{guessed}}{=} { a \over 1-x\cdot q }- \frac 1q \tag 4$$

I'm surprised that this results in such a simple function - how would a proof for the algebraic identity (4) look like?

Share Cite Follow edited May 7, 2013 at 20:12 Gottfried Helms asked May 7, 2013 at 19:59 Gottfried Helms's user avatar Gottfried HelmsGottfried Helms 35.2k3 gold badges68 silver badges145 bronze badges $\endgroup$ Add a comment |

3 Answers 3

Sorted by: Reset to default Highest score (default) Date modified (newest first) Date created (oldest first) 4 $\begingroup$

$$\tanh(x+y) = \frac{\sinh(x+y)}{\cosh(x+y)} = \frac{\tanh x + \tanh y }{1 + \tanh x \tanh y}$$

$$ \tanh(1 + x) = \frac{\tanh 1 + \tanh x}{1 + \tanh 1 \tanh x} $$

$$ f(\tanh x) = \tanh(1+x) \implies f(x) = \frac{\tanh 1 + x}{1 + x \tanh 1 } $$

Share Cite Follow answered May 7, 2013 at 20:18 user14972user14972 $\endgroup$ 0 Add a comment | 3 $\begingroup$

Here, we use the alternative expressions

$$\mathrm{arctanh}(x) = \frac{1}{2} \log \left(\frac{1+x}{1-x}\right) \quad \text{and} \quad \tanh(x)=\frac{1-e^{-2x}}{1+e^{-2x}}.$$

The first is valid in $\vert x \vert < 1$, and the latter valid in all of $\mathbb{C}$. Algbraic manipulation now gives $$\tanh(1+\mathrm{arctanh}(x))=\frac{x+e^2 (x+1)-1}{-x+e^2 (x+1)+1}=\frac{x(e^2+1)+e^2-1}{x(e^2-1)+e^2+1},$$ at least for $\vert x \vert <1$. This result may be analytically continued, of course.

Share Cite Follow answered May 7, 2013 at 20:15 awwalker's user avatar awwalkerawwalker 6,9541 gold badge23 silver badges33 bronze badges $\endgroup$ Add a comment | 2 $\begingroup$

If it is true for the ordinary tangent it is true for the hyperbolic tangent (due to $\tan(ix)=\pm i \tanh(x)$ (for some choice of the sign that I don't need to remember in order to answer the question).

And $\tan(x+a)$ is indeed a rational function of $\tan x$ and $\tan a$, by the familiar addition formula for tangent.

This way we can foresee that a rational function expression will exist, and a bit of care about the signs will pin down what the formula is.

Share Cite Follow answered May 7, 2013 at 20:48 zyx's user avatar zyxzyx 35.8k4 gold badges50 silver badges109 bronze badges $\endgroup$ 1
  • $\begingroup$ (+1) That dualism to the tangent-function via the focusing on complex values instead of the reals is a nice idea and I think I should keep such an option somewhere in my mind for further application... Thanks! $\endgroup$ – Gottfried Helms Commented May 8, 2013 at 5:39
Add a comment |

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .

  • Featured on Meta
  • The December 2024 Community Asks Sprint has been moved to March 2025 (and...
  • Stack Overflow Jobs is expanding to more countries
4 How to convert a powerseries into a Dirichlet series? 21 How can I prove my conjecture for the coefficients in $t(x)=\log(1+\exp(x)) $? 37 Evaluating the infinite series $\sum\limits_{n=1}^\infty(\sin\frac1{2n}-\sin\frac1{2n+1})$ 19 I can Euler-sum $\sqrt{\ln(1)}-\sqrt{\ln(2)}+\sqrt{\ln(3)}-\cdots$. But how can I do $\sqrt{\ln(1)}+\sqrt{\ln(2)}+\sqrt{\ln(3)}+\cdots$? 0 A "half-iterate" of the Faulhaber-problem of "summing like powers"? 4 What is the closed form of the sequence $\{-\frac12,\frac19,\frac{13}{100},\frac{71}{588},\frac{71}{648},\frac{1447}{14520},\frac{617}{6760},...\}$? 18 Evaluate $\sum\limits_{n=1}^\infty \left(\frac{1}{(k+n)^2+n^2}-\frac{1}{(k+1-n)^2+n^2}\right)$

Hot Network Questions

  • How can I visualize the movement of a solar sail?
  • Why does pattern matching with switch on InetAddress fail with 'does not cover all possible input values'?
  • how to avoid overlap between different black dots
  • Latreia: origins?
  • Particular formula for side of triangle given two sides and one angle
  • Can I omit 'мы' if the verb ends with '-ем'?
  • 16 RS485 sensor connectors
  • Misunderstanding a code
  • ABC: one word under multiple notes
  • Whatsapp vs SMS+cell calls
  • Does "To the Moon" generate interest while using the Green Deck?
  • SIMD Softmax implementation
  • Why does a rod move faster when struck at the center rather than the edge, despite Newton's second law indicating the same acceleration?"
  • How to differentiate coyote vs wolf tracks
  • Deriving Hamilton's Principle from Maupertuis' Principle
  • Is it impossible to physically observe whether an action is voluntary (purposeful)?
  • multicols vs minipage for side-by-side purposes
  • Pex A 1/2'' Tube Fits into 1/2'' sharkbite fitting without expansion
  • Girlfriend (boyfriend), lover, SO: 恋人 vs 彼 and 彼女
  • Does the wave function of a group of particles collapse upon a collective measurement?
  • Chess tactic with retrograde conditions
  • Ways to keep files in /tmp?
  • Do relativistic propagators give probability amplitudes?
  • Triple-booting Windows NT 4.x/5.x, Windows 9x, and MS-DOS using NTLDR
more hot questions Question feed Subscribe to RSS Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Từ khóa » F(x)= X Tanh(1/x)