Why is arcsin converted into logs in this equation?

  • Thread starter Thread starter cathy
  • Start date Start date
  • Tags Tags
    Turning
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
3 replies · 2K views
cathy
Messages
90
Reaction score
0

Homework Statement



Hello. Will someone please explain to me why this is true?
arcsinh(e^x) = ln(e^x + √(e^(2x) + 1))
2. The attempt at a solution

I cannot figure out why arcsin is able to be put into terms of ln. Thank you in advance.
 
on Phys.org
hi caty! :smile:

(hey, what's an h ? :wink:)

2sinh[ln(ex + √(e2x + 1))]

= exp[ln(ex + √(e2x + 1))] - exp[-ln(ex - √(e2x + 1))]

= ex + √(e2x + 1)) - 1/[ex + √(e2x + 1))]

= [e2x + e2x + 1 + 2ex√(e2x + 1)) - 1]/[ex + √(e2x + 1))]

= 2ex :wink:

alternatively, put ex = sinhy

then sinh[ln(ex + √(e2x + 1))]

= sinh[ln(sinhy + coshy)]

= sinh[ln(ey)]

= sinh[y] = ex
 
  • Like
Likes   Reactions: 1 person
In addition to Tiny's explanation you could also note ##y =\sinh^{-1}(e^x)## is the same as ##e^x =\sinh(y)=
\frac{e^y - e^{-y}} 2## or ##2e^x = e^y - \frac 1 {e^y}##. Solve that for ##y## in terms of ##x## and you will get your expression and you will see where the logarithms come from.
 
Last edited:
  • Like
Likes   Reactions: 1 person
Ahh got it! Thank you very much!