Tangent to Hyperbolic functions graph

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Karol
Messages
1,380
Reaction score
22

Homework Statement


Show that the tangent to ##x^2-y^2=1## at points ##x_1=\cosh (u)## and ##y_1=\sinh(u)## cuts the x-axis at ##{\rm sech(u)}## and the y-axis at ##{\rm -csch(u)}##.

Homework Equations


Hyperbolic sine: ##\sinh (u)=\frac{1}{2}(e^u-e^{-u})##
Hyperbolic cosine: ##\cosh (u)=\frac{1}{2}(e^u+e^{-u})##

The Attempt at a Solution


$$2x-2yy'=0~\rightarrow~\frac{x}{y}=y'=\frac{\cosh (u)}{\sinh (u)}=\frac{e^u+e^{-u}}{e^u-e^{-u}}$$
The equation of the tangent is ##y=y'x+b## and it's intersection with the y-axis is at ##y=\sinh (u)##:
$$y=y'x+b~~\rightarrow~~\sinh (u)=\frac{e^u+e^{-u}}{e^u-e^{-u}}(e^u+e^{-u})+b~~\rightarrow~~b=4$$
But b can't be 4 because it is a general expression, it should depend on u
 
Physics news on Phys.org
Karol said:
$$y=y'x+b~~\rightarrow~~\sinh (u)=\frac{e^u+e^{-u}}{e^u-e^{-u}}(e^u+e^{-u})+b~~\rightarrow~~b=4$$
But b can't be 4 because it is a general expression, it should depend on u

How are you getting 4 out of that? There is no reason to go back and forth between the hyperbolic trig functions and exponentials. In terms of the hyperbolic trig functions, you have:

[itex]y = \frac{cosh(u)}{sinh(u)} x + b[/itex]

So plugging in [itex]y=sinh(u), x = cosh(u)[/itex] gives:

[itex]sinh(u) = \frac{cosh(u)}{sinh(u)} cosh(u) + b[/itex]

So what do you get for [itex]b[/itex]? (Remember the identity: [itex]cosh^2(u) - sinh^2(u) = 1[/itex])
 
Thank you stevendaryl