Solving Hyperbolic Equations Using Exponential Definitions

  • Context: Undergrad 
  • Thread starter Thread starter 2^Oscar
  • Start date Start date
  • Tags Tags
    Function Hyperbolic
Click For Summary
SUMMARY

The discussion focuses on solving the hyperbolic equation tanh(x) + sinh(x) = 3 using exponential definitions. The initial approach led to the equation e4x - 4e3x - 8ex - 1 = 0, which does not yield exact solutions. An alternative method utilizing hyperbolic identities transformed the equation into 3t^4 + 4t - 3 = 0, resulting in a numerical solution of t = 0.63106, leading to x = 1.4863. Both methods confirm the absence of exact solutions, emphasizing the reliance on numerical approximations.

PREREQUISITES
  • Understanding of hyperbolic functions, specifically sinh(x) and tanh(x).
  • Familiarity with exponential definitions of hyperbolic functions.
  • Knowledge of polynomial equations and the factor theorem.
  • Basic skills in numerical methods for finding roots of equations.
NEXT STEPS
  • Study hyperbolic function identities, particularly the relationships between tanh(x) and sinh(x).
  • Learn about numerical methods for solving polynomial equations, such as Newton's method.
  • Explore the applications of hyperbolic functions in calculus and differential equations.
  • Investigate advanced techniques for solving transcendental equations.
USEFUL FOR

Mathematicians, physics students, and anyone interested in solving hyperbolic equations or applying numerical methods in mathematical analysis.

2^Oscar
Messages
45
Reaction score
0
Hey guys,

I was doing some work on hyperbolic functions and teaching myself to solve some equations. One of the questions in the book really has me stumped:

Express using exponential definitions of cosh(x) and sinh(x) find the exact solution of:
tanh(x) + sinh(x) = 3

I had a go at solving it and this is how far I got:

2tanh(x) + 2sinh(x) = 6

2(e2x -1)/(e2x -1) + ex - e-x = 6

e3x - 4e2x - 8 - e-x = 0

e4x - 4e3x - 8ex - 1 = 0


then if y=ex

y4 - 4y3 - 8y -1 = 0


After this I get stuck. I can't find any factors in order to solve it using factor theorem so I'm guessing I'm going to get some weird solutions - but the question asks specifically for exact answers?

Would anyone mind please helping me out? (I really hope I haven't made some pathetic little mistake but I really can't see anything...)


Thanks in advance,
Oscar
 
Physics news on Phys.org
Your working looks correct and a numerical solution would be easy enough but yeah I can't see any way to get an "exact" solution here either.

Here's another approach which you may find useful (btw it leads to a slightly simpler equation but still no "exact" solution that I can see - though maybe someone else will).

Just about every trig identity for standard trig functions has a counterpart for the hyperbolic trig's. In this case it's the hyperbolic counterpart of the t=tan(x/2) identities that are useful. These identies are :

t = \tanh(x/2)

\tanh(x) = 2t/(1+t^2)

\sinh(x) = 2t/(1-t^2)

\cosh(t) = (1+t^2)/(1-t^2)

Using the identities for tanh and sinh above in your equation it's pretty easy to obtain :

3t^4 + 4t - 3 = 0

Numerically t = 0.63106 and x = 2 \tanh^{-1}(t) = 1.4863 to 5 sig figures. This solution also works in your equation (and of course in the original hyperbolic equation) so we can safely assume it is "correct" - though unfortunately just a numerical solution.
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K