Why Do Hyperbolic Functions Require Complementary Functions Like Abs and Sgn?

  • Thread starter Thread starter Jhenrique
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
Hyperbolic functions, unlike their trigonometric counterparts, require complementary functions like Abs and Sgn due to the nature of their definitions and properties. The discussion highlights that while the Pythagorean identity for sine and cosine allows for a straightforward calculation, the hyperbolic identity introduces complexities that necessitate consideration of both positive and negative roots. It is emphasized that the square root function typically denotes the principal square root, which is positive, but when solving equations involving hyperbolic functions, both signs must be accounted for. The conversation also touches on the distinction between real and complex roots, clarifying that while real numbers have two square roots, the principal square root is conventionally positive. Overall, the need for complementary functions in hyperbolic trigonometry arises from the requirement to represent both possible values accurately.
Jhenrique
Messages
676
Reaction score
4
By pythagorean identity, ##\sin(x)^2 + \cos(x)^2 = 1##, so ##\sin(x) = \sqrt{1 - \cos(x)^2}##; also, ##\sinh(x)^2 - \cosh(x)^2 = - 1##, therefore ##\sinh(x) = \sqrt{\cosh(x)^2 - 1}##.

Happens that the last equation is incorrect, here is a full list of the correct forms for the hyperbolics:
https://de.wikipedia.org/wiki/Hyperbelfunktion#Umrechnungstabelle and here is a full trigonometric list for comparation: https://es.wikipedia.org/wiki/Identidades_trigonométricas#Relaciones_b.C3.A1sicas.

So, why the 'normal' trigonometrics no needs of completary functions, like Abs and Sgn, and the hyperbolic trigonometrics needs in some case?
 
Mathematics news on Phys.org
From the Wiki that you linked ... immediately above the table that is apparently in question:

De estas dos identidades, se puede extrapolar la siguiente tabla. Sin embargo, nótese que estas ecuaciones de conversión pueden devolver el signo incorrecto (+ ó −).
 
Jhenrique said:
By pythagorean identity, ##\sin(x)^2 + \cos(x)^2 = 1##, so ##\sin(x) = \sqrt{1 - \cos(x)^2}##;
No. You omitted the ##\pm##.
##\sin(x) = \pm \sqrt{1 - \cos(x)^2}##
Jhenrique said:
also, ##\sinh(x)^2 - \cosh(x)^2 = - 1##, therefore ##\sinh(x) = \sqrt{\cosh(x)^2 - 1}##.
Again, no, same problem as above.
##\sinh(x) = \pm \sqrt{\cosh(x)^2 - 1}##
Jhenrique;4708956 Happens that the last equation is incorrect said:
https://de.wikipedia.org/wiki/Hyperbelfunktion#Umrechnungstabelle[/url] and here is a full trigonometric list for comparation: https://es.wikipedia.org/wiki/Identidades_trigonométricas#Relaciones_b.C3.A1sicas.

So, why the 'normal' trigonometrics no needs of completary functions, like Abs and Sgn, and the hyperbolic trigonometrics needs in some case?
 
Yeah, I like of omit +/- because, by definition, a root square have 2 roots...
 
Jhenrique said:
Yeah, I like of omit +/- because, by definition, a root square have 2 roots...
No, that's not the definition. The square root of a positive real number has one value, not two.


It's true that real numbers have two square roots -- one positive and one negative -- but the expression ##\sqrt{x}## represents the principal square root of x, a positive real number that when multiplied by itself yields x.

If a square root represented two values, there would be no need to write ##\pm## in the quadratic formula:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

When you start with sin2(x) + cos2(x) = 1 and solve for sin(x), you need ##\pm## in there, otherwise you are getting only the positive value.
 
And if you have ##x=y^6## ? You'll write ##\pm\sqrt{\pm\sqrt{\pm\sqrt{x}}}## ? Not is better let that the ##\sqrt[n]{x}## represents the n roots?
 
Jhenrique said:
And if you have ##x=y^6## ? You'll write ##\pm\sqrt{\pm\sqrt{\pm\sqrt{x}}}## ? Not is better let that the ##\sqrt[n]{x}## represents the n roots?

On the reals there are only two roots: ##\sqrt[6]{x}## and ##-\sqrt[6]{x}##.
Jhenrique, you have reals and complex numbers mixed up.
 
Jhenrique said:
And if you have ##x=y^6## ? You'll write ##\pm\sqrt{\pm\sqrt{\pm\sqrt{x}}}## ? Not is better let that the ##\sqrt[n]{x}## represents the n roots?

If you take the square root of both sides of

y^6=x

you get

y^3=\pm\sqrt{x}
 
Jhenrique said:
And if you have ##x=y^6## ? You'll write ##\pm\sqrt{\pm\sqrt{\pm\sqrt{x}}}## ? Not is better let that the ##\sqrt[n]{x}## represents the n roots?
Let's make it simple.
##y^6 = 64##
##\Rightarrow y = \pm \sqrt[6]{64} = \pm 2##

As it turns out, there are four other sixth roots of 64, but they are all complex. The only real sixth roots of 64 are 2 and -2.
 
Back
Top