How Do Hyperbolic Functions Relate to Trigonometric Functions?

AI Thread Summary
Hyperbolic functions, defined as cosh(z) = (e^z + e^(-z))/2 and sinh(z) = (e^z - e^(-z))/2, relate to trigonometric functions through the identity cosh(z) = cos(iz). Discussions include finding the derivatives and integrals of these functions, confirming that d/dx(cosh(z)) = sinh(z) and d/dx(sinh(z)) = cosh(z). The relationship cosh²(z) - sinh²(z) = 1 is established, and the integral of 1/sqrt(1+x²) is shown to equal arcsinh(x) using the substitution x = sinh(z). The hint provided in the original question is deemed necessary for solving the integral, though the problem can be approached without it.
Oblio
Messages
398
Reaction score
0
The hyperbolic functions are defined as follows:

coshz = e^{z} + e^{-z} /2

sinhz = e^{z} - e^{-z} /2

a.)Show that coshz = cos (iz). What is the corresponding relationship for sinhz?
b.)What are the derivatives of coshz and sinhz? What about their integrals?
c.)Show that cosh^2z - sin^2 =1
d.)Show that the integral of dx/sqrt[1+x^2 = arcsin x.

Hint : substitution x = sinhz.
I'd LOVE starters on showing this, we're told to assume z is real.
I get the idea that there's an imaginery aspect to hyperbolic functions, since coshz = cos(iz) ?
 
Physics news on Phys.org
depends on what you're allowed to start with.

can you use e^{iz} = cos(z) + isin(z)
 
I'm not sure.
Beforehand these values were sketched over a range of real values of z.
I don't know if that answers whether 'were allowed' ...
 
Correction: part a.) isn't necessary. My bad.
 
I have really no idea how to derive hyperbolic functions.
Is d/dx of cosh = -sinh?
 
Oblio said:
I have really no idea how to derive hyperbolic functions.
Is d/dx of cosh = -sinh?

No. Get the derivative of \frac{e^z + e^{-z}}{2} with respect to z.
 
=2e^z + 2e^-z / 4

?
 
Oblio said:
=2e^z + 2e^-z / 4

?

check your work...
 
is d/dx of e^z + e^-z the same thing or not?
 
  • #10
nm reading now, i know that's wrong
 
  • #11
is d/dx 0?
 
  • #12
orrr..

e^z - e^-z / 4
?
 
  • #13
Oblio said:
orrr..

e^z - e^-z / 4
?

Show your steps...
 
  • #14
learningphysics said:
Show your steps...

e^{z} + e^{-z} / 2

d/dx e^{z} = e^{z} * d/dx (z)
z=real number, d/dx = 1

d/dx e^{-z} = e^{-z} * d/dx (-z)
z=real number, d/dx = -1

Denominator ^2 by quotient rule...

=e^{z} - e^{-z} / 4

?
 
  • #15
Oblio said:
e^{z} + e^{-z} / 2

d/dx e^{z} = e^{z} * d/dx (z)
z=real number, d/dx = 1

d/dx e^{-z} = e^{-z} * d/dx (-z)
z=real number, d/dx = -1

Denominator ^2 by quotient rule...

=e^{z} - e^{-z} / 4

?

just do d/dz...

it's just (1/2)(e^z + e^-z)

taking d/dz you get \frac{1}{2}(\frac{d}{dz}e^z + \frac{d}{dz}e^{-z})

so the answer is just (e^z - e^-z)/2

if you do it using the quotient rule... you need to do derivative of the numerator by the denominator, minus the numerator*deriavative of the denominator divided by the denominator squared so...

\frac{(e^z - e^{-z})2 - (e^z + e^{-z})(0)}{2^2}

and you get the same result.
 
  • #16
I don't know the rule of putting a half there...
 
  • #17
Oblio said:
I don't know the rule of putting a half there...

It's just taking out the constant.

if z = A*y

then taking the derivative of both sides with respect to x...

dz/dx = A*(dy/dx)

For example... the derivative of 5e^(2x) = 5*d/dx(e^(2x)) = 5*2e^(2x) = 10e^(2x)
 
  • #18
alrighty, i think i get it.
basically what i get is that d/dx of cosh is sinh and vice versa right?
 
  • #19
I forget integrating quotients.. and e...
 
  • #20
Oblio said:
alrighty, i think i get it.
basically what i get is that d/dx of cosh is sinh and vice versa right?

Yeah.
 
  • #21
all i have left to do is prove that arcsinhx = integral dx 1/ sqrt[1+x^2] and I can't figure this out...
 
  • #22
Oblio said:
all i have left to do is prove that arcsinhx = integral dx 1/ sqrt[1+x^2] and I can't figure this out...

did you do the substitution x = sinhz ?
 
  • #23
i may have gotten somewhere...

can you explain why e^2x + e^-2x cancel out?
 
  • #24
Oblio said:
i may have gotten somewhere...

can you explain why e^2x + e^-2x cancel out?

Not sure... use the identity in part c) for the integral...
 
  • #25
but here its in a square root and added to one
 
  • #26
Oblio said:
but here its in a square root and added to one

yeah... what is sinh^2z + 1 using that identity?
 
  • #27
Are you sure you have the question posted correctly? I think the question should be to prove that integral equals arcsinhx
 
  • #28
lol my bad.
for convenience on here i didnt match letters to the actual letters, and when you said c i looked at the wrong one.

i figured it out though, when you directed me to the right one with your last comment.

cosh^2 = 1 + sinh^2

integral dx 1/sqrt[cosh^2
=integral dx 1/cosh..

now I know the integra of cosh is sinh, but do i have to do something funky since its a quotient?
 
  • #29
It seems wrong that I can say
the integral of 1/cosh is 1/sinh
 
  • #30
learningphysics said:
Are you sure you have the question posted correctly? I think the question should be to prove that integral equals arcsinhx

thats what i meant, sorry didnt notice that typo.
I should have it right in my last posts...
 
  • #31
Oblio said:
It seems wrong that I can say
the integral of 1/cosh is 1/sinh

you need to change the dx... if x = sinhz, what is dx?
 
  • #32
coshz..
 
  • #33
Oblio said:
coshz..

yes dx = coshz*dz.

so what do you get from the integral?
 
  • #34
do i just do the integral of each the numerator and denominator?
 
  • #35
either way i don't see how i won't just get 1/1 = 1...
 
  • #36
Oblio said:
either way i don't see how i won't just get 1/1 = 1...

Right... you get the integral of dz, which is just z. z = arcsinh(x), since x = sinh(z).
 
  • #37
learningphysics said:
Right... you get the integral of dz, which is just z. z = arcsinh(x), since x = sinh(z).

I had accidentally switched some z's for x's... that's a bad thing. lol

I get it.
The only thing that seems odd now, is
WHY can one just say x=sinhz? Was that shown in the question somehow already that I'm not seeing?
 
  • #38
Oblio said:
I had accidentally switched some z's for x's... that's a bad thing. lol

I get it.
The only thing that seems odd now, is
WHY can one just say x=sinhz? Was that shown in the question somehow already that I'm not seeing?

I agree with you that it is odd the order we did it...

The better way to approach is to let z = arcsinh(x) (so we're introducing a new variable z... x is already given.)... and then from there saying x = sinh(z). I think that makes more sense.
 
  • #39
So, am I correct in thinking though, that this is only true SINCE x =sinhx.
I mean, they made it a 'Hint', but that definition of x is completely necessary to solve it, isn't it?

Without the hint, it couldn't be done?
 
  • #40
I guess I mean, it should written that the statement is true WHEN x =sinhz. (made a typo above i see)
 
  • #41
agree or am i missing something still? lol
 
  • #42
Oblio said:
So, am I correct in thinking though, that this is only true SINCE x =sinhx.
I mean, they made it a 'Hint', but that definition of x is completely necessary to solve it, isn't it?

Without the hint, it couldn't be done?

No, that definition wasn't necessary...

We need to define z = arcsinh(x). we're not defining x... x is already given... we define z = arcsinh(x), and then we get x = sinh(z). but this isn't a definition... just a relationship... z is the variable being defined.

given any variable... say u...

I can simply define v = arcsinh(u). now I have defined v not u... but u = sinh(v), because of the way v has been defined.
 
  • #43
Oblio said:
I guess I mean, it should written that the statement is true WHEN x =sinhz. (made a typo above i see)

z is defined in such a way that x = sinhz... in other words we create a variable z that is defined as arcsinh(x).

so z is being defined, not x.
 
  • #44
Oblio said:
So, am I correct in thinking though, that this is only true SINCE x =sinhx.
I mean, they made it a 'Hint', but that definition of x is completely necessary to solve it, isn't it?

Without the hint, it couldn't be done?

Ok, switch x for z.
Was it necessary for the question to define z?
 
  • #45
Oblio said:
Ok, switch x for z.
Was it necessary for the question to define z?

The question didn't have to define it... the question suggested it as a hint to help you solve the problem...

Even if the question didn't define it... you could define a variable as arcsinh(x), to help you solve the problem.

The question is simply prove that arcsin(x) = integral(...)

The z = arcsinh(x) is only a hint to solve the problem... the question is complete even without that hint.
 
Back
Top