- #1
Seung Tai Kang
Homework Statement
tanh x is 12/13 . Then cosh x is 12/5 and sinh is 13/5. This can be found algebraically by finding x.
Homework Equations
tanh x= sinh x/cosh x
The Attempt at a Solution
The answer can be found algebraically by finding x. tanh x= sinh x /cosh x.
tanh(x) =
sinh(x) / cosh(x) =
((1/2) * (e^(x) - e^(-x))) / ((1/2) * (e^(x) + e^(-x))) =>
(e^(x) - e^(-x)) / (e^(x) + e^(-x))
12 / 13 = (e^(x) - e^(-x)) / (e^(x) + e^(-x))
12 * (e^(x) + e^(-x)) = 13 * (e^(x) - e^(-x))
12 * e^(x) + 12 * e^(-x) = 13 * e^(x) - 13 * e^(-x))
25 * e^(-x) = e^(x)
25 = e^(2x)
ln(25) = 2x
2 * ln(5) = 2x
x = ln(5)
sinh(x) =
(1/2) * (e^(x) - e^(-x)) =>
(1/2) * (5 - (1/5)) =>
(1/2) * (24/5) =>
12/5
cosh(x) =
(1/2) * (e^(x) + e^(-x)) =
(1/2) * (26/5) =>
13/5
But I believe there must be a graphical explanation using hyperbola too, just as there are algebraic and graphic explanations for trigonometry using circles and triangle.
Can someone explain it to me graphically using hyperbola?