The hyperbolic tangent function and physics

AI Thread Summary
The hyperbolic tangent function is utilized in various physical systems, particularly in special relativity, where it describes the velocity of an object under constant proper acceleration. The equations show that for small values of acceleration times time, the velocity approximates classical Newtonian physics, while larger values indicate asymptotic behavior approaching the speed of light. Additionally, the tanh function appears in the analysis of electromagnetic transmission lines and in calculating wave speeds in fluid dynamics. It is also relevant in statistical mechanics, particularly in the operation of differential pairs in operational amplifiers. Overall, the hyperbolic tangent function plays a significant role in modeling and understanding complex physical phenomena.
bitrex
Messages
190
Reaction score
0
Kind of an odd question, but here goes: can anyone offer any examples of physical systems that include the use of the hyperbolic tangent function in their mathematical solution?
 
Physics news on Phys.org
bitrex said:
Kind of an odd question, but here goes: can anyone offer any examples of physical systems that include the use of the hyperbolic tangent function in their mathematical solution?

Velocity in special relativity with a constant proper acceleration.

If the proper acceleration is "a" (this is the acceleration experienced by the accelerated observer), and the proper time is "τ" (this is the time on the clock of the accelerated observer), and we want to find the velocity "v" and location "x" of the accelerated particle in the inertial frame where it is at rest at time 0, then we get parametric equations
\begin{align*}<br /> t &amp;= \frac {c}{a} \sinh \frac {a\tau}{c} \\<br /> x &amp;= \frac {c^2}{a} \cosh \frac {a\tau}{c} \\<br /> v &amp;= \frac{dx}{dt} \\<br /> &amp;= c \tanh \frac{a\tau}{c}\end{align*}​

See also the proof in [post=1784759]msg #13[/post] and following of thread "Questions about acceleration in SR"

Cheers -- sylas
 
Thank you for your reply! I haven't had the pleasure of studying relativity, but if I understand what the equations are saying it is that with respect to an inertial observer, if the acceleration times the time is small, then c \tanh \frac{a\tau}{c} (remembering the Taylor series expansion of tanh) will just reduce to \frac{a\tau}{c} and velocity will equal acceleration times time, just as in standard Newtonian physics. If the fraction is large, however, tanh might be something like 0.99999, which shows that the velocity of the particle will asymptotically approach c.
 
bitrex said:
Thank you for your reply! I haven't had the pleasure of studying relativity, but if I understand what the equations are saying it is that with respect to an inertial observer, if the acceleration times the time is small, then c \tanh \frac{a\tau}{c} (remembering the Taylor series expansion of tanh) will just reduce to \frac{a\tau}{c} and velocity will equal acceleration times time, just as in standard Newtonian physics. If the fraction is large, however, tanh might be something like 0.99999, which shows that the velocity of the particle will asymptotically approach c.

Exactly right. Note that the parameter inside the tanh refers to "proper" time, which means the time on the clock being carried by the accelerating observer. This is also running slower and slower from the perspective of the outside observer; so for the outside observer it takes much longer for an accelerating spaceship to get up near to light speed. But while the speeds are low, it all reduces to the normal classical case.

Cheers -- sylas
 
For ideal fluids (i.e, without friction) the speed c for a monochromatic, linearized wave-train (wave-number k) over a flat bottom, depth h, is given by:
c=\sqrt{gh}\sqrt{\frac{Tanh(\kappa)}{\kappa}}, \kappa=kh

In the shallow water limit, \kappa\to{0}, we get the non-disbersive wave speed c=\sqrt{gh}, whereas at deep water, h\to\infty, we get c=\sqrt{\frac{g}{k}}
 
Last edited:
Hyperbolic tangent can also pop up in statistical mechanics.
 
The "tanh" function occurs when analyzing an emitter coupled differential pair of bjt devices used in the front end of an op amp, without emitter degeneration resistors. The functional math relationship between the terminal voltages (inverting & non-inverting op amp inputs, which are the bases of the ec pair), and the collector currents (output of 1st stage, input to 2nd stage), is a tanh finction. Namely

Ic = Ie*tanh(Vd/(2*Vt)).

Ic = collector current, Ie = emitter current, Vd = differential voltage across op amp 2 input terminals, Vt = thermal voltage = nkT/q.

I've used op amps for 30 yrs., as well as discrete amp stages, so this came to mind immediately. In real devices, there is always some emitter degeneration resistance. Even if none is intentionally added, the emitter region bulk silicon possesses inherent resistance. The tanh is an "S" shaped curve. The emitter resistance flattens out the S making the slope shallower. Real world ec pairs approach a tanh function, but are not exactly a tanh. When using discrete bjt parts, I always add discrete emitter degeneration resistors. This skews the tanh curves reducing the overall gain.

Claude
 
Last edited:
Back
Top