|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/01.26.16.0011.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ArcCosh[x] - ArcCosh[y] == (-Sign[x - y])
ArcCosh[x y - Sqrt[x^2 - 1] Sqrt[y^2 - 1]] /;
(Abs[x] < 1 && Abs[y] < 1) || (x < -1 && y < -1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List["ArcCosh", "[", "x", "]"]], "-", RowBox[List["ArcCosh", "[", "y", "]"]]]], "\[Equal]", RowBox[List[RowBox[List["-", RowBox[List["Sign", "[", RowBox[List["x", "-", "y"]], "]"]]]], " ", RowBox[List["ArcCosh", "[", RowBox[List[RowBox[List["x", " ", "y"]], "-", RowBox[List[SqrtBox[RowBox[List[SuperscriptBox["x", "2"], "-", "1"]]], " ", SqrtBox[RowBox[List[SuperscriptBox["y", "2"], "-", "1"]]]]]]], "]"]]]]]], "/;", RowBox[List[RowBox[List[RowBox[List[RowBox[List["Abs", "[", "x", "]"]], "<", "1"]], "&&", RowBox[List[RowBox[List["Abs", "[", "y", "]"]], "<", "1"]]]], "||", RowBox[List[RowBox[List["x", "<", RowBox[List["-", "1"]]]], "&&", RowBox[List["y", "<", RowBox[List["-", "1"]]]]]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mrow> <msup> <mi> cosh </mi> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> - </mo> <mrow> <msup> <mi> cosh </mi> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ( </mo> <mi> y </mi> <mo> ) </mo> </mrow> </mrow> <mo> ⩵ </mo> <mrow> <mrow> <mo> - </mo> <mrow> <mi> sgn </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> x </mi> <mo> - </mo> <mi> y </mi> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ⁢ </mo> <mrow> <msup> <mi> cosh </mi> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ( </mo> <mrow> <mrow> <mi> x </mi> <mo> ⁢ </mo> <mi> y </mi> </mrow> <mo> - </mo> <mrow> <msqrt> <mrow> <msup> <mi> x </mi> <mn> 2 </mn> </msup> <mo> - </mo> <mn> 1 </mn> </mrow> </msqrt> <mo> ⁢ </mo> <msqrt> <mrow> <msup> <mi> y </mi> <mn> 2 </mn> </msup> <mo> - </mo> <mn> 1 </mn> </mrow> </msqrt> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <mrow> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[LeftBracketingBar]" </annotation> </semantics> <mi> x </mi> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[RightBracketingBar]" </annotation> </semantics> </mrow> <mo> < </mo> <mn> 1 </mn> </mrow> <mo> ∧ </mo> <mrow> <mrow> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[LeftBracketingBar]" </annotation> </semantics> <mi> y </mi> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[RightBracketingBar]" </annotation> </semantics> </mrow> <mo> < </mo> <mn> 1 </mn> </mrow> </mrow> <mo> ∨ </mo> <mrow> <mrow> <mi> x </mi> <mo> < </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </mrow> <mo> ∧ </mo> <mrow> <mi> y </mi> <mo> < </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </mrow> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <plus /> <apply> <arccosh /> <ci> x </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <arccosh /> <ci> y </ci> </apply> </apply> </apply> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <ci> Sign </ci> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> y </ci> </apply> </apply> </apply> </apply> <apply> <arccosh /> <apply> <plus /> <apply> <times /> <ci> x </ci> <ci> y </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <power /> <ci> x </ci> <cn type='integer'> 2 </cn> </apply> <cn type='integer'> -1 </cn> </apply> <cn type='rational'> 1 <sep /> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <apply> <power /> <ci> y </ci> <cn type='integer'> 2 </cn> </apply> <cn type='integer'> -1 </cn> </apply> <cn type='rational'> 1 <sep /> 2 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <or /> <apply> <and /> <apply> <lt /> <apply> <abs /> <ci> x </ci> </apply> <cn type='integer'> 1 </cn> </apply> <apply> <lt /> <apply> <abs /> <ci> y </ci> </apply> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <and /> <apply> <lt /> <ci> x </ci> <cn type='integer'> -1 </cn> </apply> <apply> <lt /> <ci> y </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[RowBox[List["ArcCosh", "[", "x_", "]"]], "-", RowBox[List["ArcCosh", "[", "y_", "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["-", RowBox[List["Sign", "[", RowBox[List["x", "-", "y"]], "]"]]]], " ", RowBox[List["ArcCosh", "[", RowBox[List[RowBox[List["x", " ", "y"]], "-", RowBox[List[SqrtBox[RowBox[List[SuperscriptBox["x", "2"], "-", "1"]]], " ", SqrtBox[RowBox[List[SuperscriptBox["y", "2"], "-", "1"]]]]]]], "]"]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["Abs", "[", "x", "]"]], "<", "1"]], "&&", RowBox[List[RowBox[List["Abs", "[", "y", "]"]], "<", "1"]]]], ")"]], "||", RowBox[List["(", RowBox[List[RowBox[List["x", "<", RowBox[List["-", "1"]]]], "&&", RowBox[List["y", "<", RowBox[List["-", "1"]]]]]], ")"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|