How can we find the true solution for cosh x = tanh x?

  • Thread starter Thread starter dimension10
  • Start date Start date
  • Tags Tags
    Sin
AI Thread Summary
The discussion revolves around finding solutions for the equations cosh x = tanh x and sin x = cosh x. Participants clarify that if sin x = cosh x, then x can be expressed as x = -((3π/4) + (3iπ/4)), but emphasize that this does not imply the reverse is true. They suggest using exponential forms for sine and hyperbolic cosine, and explore substitutions to derive solutions, although they encounter complexity. The conversation also touches on the relationship between sine and cosine through the identity cosh(x) = cos(ix), which may simplify the problem. Ultimately, the thread highlights the challenges in deriving exact solutions while acknowledging the utility of computational tools like Wolfram Alpha.
dimension10
Messages
371
Reaction score
0
According to Wolfram Alpha, if sin x =cosh x then x=-(\frac{3\pi}{4}+\frac{3i\pi}{4})

But how do you derive this?

Also, what is the solution to cos x = sinh x in exact form?


Thanks.
 
Mathematics news on Phys.org
Express sin and cosh in their exponential form.
 
dimension10 said:
According to Wolfram Alpha, if sin x =cosh x then x=-(\frac{3\pi}{4}+\frac{3i\pi}{4})

But how do you derive this?

Also, what is the solution to cos x = sinh x in exact form? Thanks.
This is not true. What's true is that if x=-(\frac{3\pi}{4}+\frac{3i\pi}{4}), then sin x=cosh x. Note that "if A, then B" (where A and B are statements, not numbers) is not equivalent to "if B, then A". For example, "if x=dimension10, then x is human" is not equivalent to "if x is human, then x=dimension10". "if A, then B" is however equivalent to "if not B, then not A". This fact is very useful in proofs.

I would start with the formulas \begin{align}
\sin x=\frac{e^{ix}-e^{-ix}}{2i}\\
\cosh x=\frac{e^{x}-e^{-x}}{2}
\end{align} This is what SteamKing had in mind. I'm including them in this post because I suspect that you don't know them. I realize that you're going to need more than this, but I don't have time to think about this now.

If you type "solve sin x=cosh x" into Wolfram Alpha, it will tell you all the solutions in the complex plane.
 
Last edited:
Fredrik said:
I would start with the formulas

\sin x=\frac{e^{ix}-e^{-ix}}{2i}

\cosh x=\frac{e^{x}-e^{-x}}{2}

This is what SteamKing had in mind. I'm including them in this post because I suspect that you don't know them.

I do know the exponential forms. However, they do not seem to be helpful in finding x. I even used Euler's formula, but nothing works.
 
dimension10 said:
I do know the exponential forms. However, they do not seem to be helpful in finding x. I even used Euler's formula, but nothing works.

I suggest substituting y=ex...
 
But that is still going to give you a messy equation. With the substitution y= e^x, I get y^{1+ i}- y^{1- i}= iy.

What next?
 
HallsofIvy said:
But that is still going to give you a messy equation. With the substitution y= e^x, I get y^{1+ i}- y^{1- i}= iy.

What next?

This might work:

Dividing out y, we get:

y^{i}- y^{-i}= i. (since y != 0)

Setting z = y^{i}, you'll get z - \frac{1}{z} = i, so:

z^2 - 1 = iz and z^2 - iz - 1

From here, you should get:

z = \frac{i \pm \sqrt{-1 + 4}}{2}

Now, we managed to solve for y^i, but this is where I get stuck.
 
Fredrik said:
If you type "solve sin x=cosh x" into Wolfram Alpha, it will tell you all the solutions in the complex plane.
Yes, but it does so in a way that shows lack of insight (Mathematica's results ofttimes are messy; but then again, so are Maple's and Maxima's) . Mathematica doesn't recognize that there is a unifying way to represent these solutions:

x = (n+1/4)(1\pm i)\pi,\quad n\in\mathbb{Z}
 
SteamKing said:
Express sin and cosh in their exponential form.
I like Serena said:
I suggest substituting y=ex...

I suggest setting x=u+iv.

After just a bit of work you should arrive at
\begin{align}<br /> \sin x &amp;= \sin u \cosh v + i \cos u \sinh v \\<br /> \cosh x &amp;= \cos v \cosh u + i \sin v \sinh u<br /> \end{align}
Equating the real and imaginary parts yields
\begin{align}<br /> \sin u \cosh v &amp;= \cos v \cosh u \\<br /> \cos u \sinh v &amp;= \sin v \sinh u<br /> \end{align}

And that is more than enough of a hint for now.
 
Last edited:
  • #10
Another way to do it is to recognize that cosh(x) = cos(ix)

Then you have sin(x) = cos(ix) and from there you can use the complementary relationship between sin and cos.
 
Last edited by a moderator:
  • #11
DH said:
Last edited by D H; T at 03:38 PM.. Reason: Too much help. We don't know if this is homework.
It's not homework. dimension10 is too young to get this sort of problems in school.
 
Last edited:
  • #12
uart said:
Another way to do it is to recognize that cosh(x) = cos(ix)

Then you have sin(x) = cos(ix) and from there you can use the complementary relationship between sin and cos.

That's a nice way. Probably wouldn't get any easier.
 
  • #13
gb7nash said:
This might work:

Dividing out y, we get:

y^{i}- y^{-i}= i. (since y != 0)

Setting z = y^{i}, you'll get z - \frac{1}{z} = i, so:

z^2 - 1 = iz and z^2 - iz - 1

From here, you should get:

z = \frac{i \pm \sqrt{-1 + 4}}{2}

Now, we managed to solve for y^i, but this is where I get stuck.

Thanks. Strangely, i \arcsin z is the solution for cosh x = tanh x.

But then x would pi/6 which is false.
 
Last edited:
Back
Top