Why is Mathematica giving me fits when I try to evaluate ArcCosh[Sqrt[2]]?

  • Topic: Mathematica 
  • Thread starter Thread starter AxiomOfChoice
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 3K views
AxiomOfChoice
Messages
531
Reaction score
1
For some reason, Mathematica will not comply when I try to determine

[tex] \cosh^{-1}(\sqrt{2})[/tex]

Why is this the case? Is [tex]\cosh^{-1}(x)[/tex] undefined there or something? If so, why? I don't really see it...

Thanks!

UPDATE: Looks like Maple 11 refuses to evaluate [tex]\cosh^{-1}(\sqrt{2})[/tex] too. What is going on here?!
 
Last edited:
Physics news on Phys.org
http://www.research.att.com/~njas/sequences/A091648
 
Last edited by a moderator:
It could be a problem if you have replaced this [itex]\sqrt{2}[/itex] with this [itex]2^{1/2}[/itex].
 
CRGreathouse said:
http://www.research.att.com/~njas/sequences/A091648
If the OP is looking for a decimal approximation, then something along the lines of Round[ArcCosh[Sqrt[2]],0.0001] should work just as well on Mathematica.
 
Last edited by a moderator:
Gokul43201 said:
If the OP is looking for a decimal approximation, then something along the lines of Round[ArcCosh[Sqrt[2]],0.0001] should work just as well on Mathematica.

I thought the additional information there (inflection point, etc) might be relevant the the unstated underlying problem.
 
UPDATE: Looks like Maple 11 refuses to evaluate "cosh^{-1}(\\sqrt{2})" too. What is going on here

Hi AxiomOfChoice, what exactly do you mean by evaluate in this case? Maple will try to symbolically simply an expression, it won't return a decimal approximation unless you tell it to (typically using the "evalf" function.

I've got Maple 7 and "evalf(arccosh(sqrt(2)));" returns 0.8813735866.
 
Last edited: