ArcCoth[z]
给出复数
的反双曲余切
.
ArcCoth
ArcCoth[z]
给出复数
的反双曲余切
.
背景
- ArcCoth 是反双曲余切函数. 对实数
,ArcCoth[x] 表示满足
的双曲角度
且
. - ArcCoth 自动逐项作用于列表. 对某些特定变量值,ArcCoth 自动计算出精确值. 当给出精确数值表达式作为变量时,ArcCoth 可以算出任意精度的数值结果. 对包含 ArcCoth 的符号表达式,适用的操作运算有 FunctionExpand、TrigToExp、TrigExpand、Simplify 和 FullSimplify.
- 对复变量
,ArcCoth 的定义为
. ArcCoth[z] 在复平面
上有一个不连续的分支切割. - 与之相关的数学函数有 ArcTanh、Coth 和 ArcCot.
范例
打开所有单元 关闭所有单元基本范例 (6)
ArcCoth[2.5]Plot[ArcCoth[x], {x, -5, 5}]ComplexPlot3D[ArcCoth[z], {z, -3 - I, 3 + I}, PlotLegends -> Automatic]Series[ArcCoth[x], {x, 0, 3}, Assumptions -> x > 0]在 Infinity 处的渐进展开:
Series[ArcCoth[x], {x, ∞, 5}]Series[ArcCoth[x], {x, 1, 3}, Assumptions -> x > 1]范围 (43)
数值计算 (6)
ArcCoth[2.0]N[ArcCoth[2], 50]ArcCoth[2.00000000000000000000000000000000000000000]ArcCoth[2.5 + I]在高精度条件下高效计算 ArcCoth:
ArcCoth[2`500]//TimingArcCoth[2`100000];//Timing用 Interval 和 CenteredInterval 对象计算最坏情况下的区间:
ArcCoth[Interval[{1, Coth[5]}]]ArcCoth[CenteredInterval[-4, 1 / 100]]ArcCoth[CenteredInterval[1 - 5I, (1 + I) / 100]]或使用 Around 计算一般情况下的统计区间:
ArcCoth[Around[.9, 0.1]]ArcCoth[{{I, -I}, {0, -I}}]或用 MatrixFunction 以矩阵形式计算 ArcCoth 函数:
MatrixFunction[ArcCoth[#]&, {{I, -I}, {0, -I}}]特殊值 (5)
ArcCoth 在固定点上的值:
Table[ArcCoth[I n], {n, -1, 1}]ArcCoth[Infinity]ArcCoth[ComplexInfinity]ArcCoth 的奇点:
ArcCoth[1]ArcCoth[-1]f[x_] := ArcCoth[x] - 1;
xzero = Solve[f[x] == 0 && 0 < x < 3, x][[1, 1]]Plot[f[x], {x, 0, 3}, Epilog -> Style[Point[{xzero[[2]], f[xzero[[2]]]}], PointSize[Large], Red]]ArcCoth[0]ArcCoth[I]可视化 (3)
绘制 ArcCoth 函数:
Plot[ArcCoth[x], {x, -2, 2}]ComplexContourPlot[Re[ArcCoth[z]], {z, -3 - 3 I, 3 + 3 I}, Contours -> 24]ComplexContourPlot[Im[ArcCoth[z]], {z, -3 - 3 I, 3 + 3 I}, Contours -> 24]Table[PolarPlot[ArcCoth[k ϕ], {ϕ, -4π, 4π}, Sequence[Frame -> True, PlotLabel -> "k=" <> ToString[k], PlotRange -> {{-3, 3}, {-1, 3}}]], {k, 1, 4}]函数属性 (11)
ArcCoth 是针对除区间
外的所有实数定义的:
FunctionDomain[ArcCoth[x], x]FunctionDomain[ArcCoth[z], z, Complexes]ArcCoth 获得除0以外的所有实数值:
FunctionRange[ArcCoth[x], x, y]FunctionRange[ArcCoth[z], z, y, Complexes]ArcCoth 是一个奇函数:
ArcCoth[-x]ArcCoth 不是解析函数:
FunctionAnalytic[ArcCoth[x], x]FunctionMeromorphic[ArcCoth[x], x]ArcCoth 既不是非递增,也不是非递减:
FunctionMonotonicity[ArcCoth[x], x]ArcCoth 是单射函数:
FunctionInjective[ArcCoth[x], x]Plot[{ArcCoth[x], 1}, {x, -5, 5}]ArcCoth 不是满射函数:
FunctionSurjective[ArcCoth[x], x]Plot[{ArcCoth[x], 0}, {x, -2, 2}]ArcCoth 既不是非负,也不是非正:
FunctionSign[ArcCoth[x], x]FunctionSingularities[ArcCoth[x], x]FunctionDiscontinuities[ArcCoth[x], x]ArcCoth 既不凸,也不凹:
FunctionConvexity[ArcCoth[x], x]TraditionalForm 格式输出:
ArcCoth[x]//TraditionalForm微分 (3)
D[ArcCoth[x], x]Table[D[ArcCoth[x], {x, n}], {n, 1, 4}]Plot[Evaluate[%], {x, -1, 1}, PlotLegends -> {"First Derivative", "Second Derivative", "Third Derivative", "Fourth Derivative"}]D[ArcCoth[x], {x, n}]积分 (3)
级数展开式 (4)
使用 Series 求泰勒级数展开式:
Series[ArcCoth[x], {x, 2, 4}]绘制 ArcCoth 在
处的前三个近似式:
terms = Normal@Table[Series[ArcCoth[x], {x, 2, m}], {m, 1, 3}];
Plot[{ArcCoth[x], terms}, {x, 1, 3}, PlotRange -> {{1, 3}, {0, 3}}]ArcCoth 级数展开式的通项:
SeriesCoefficient[ArcCoth[x], {x, 2, n}]Series[ArcCoth[x], {x, 1, 1}]Series[ArcCoth[x], {x, (1/2), 1}]ArcCoth 可被应用于幂级数:
ArcCoth[SeriesData[x, 0, {1, 0, 1/3, 0, -1/45, 0, 2/945, 0, -1/4725}, -1, 8, 1]]函数恒等式和化简 (3)
化简含有 ArcCoth 的表达式:
Simplify[Coth[ArcCoth[x] + ArcCoth[y]] - (1 + x y/x + y)]TrigToExp[ArcCoth[z]]ExpToTrig[%]//FullSimplifyComplexExpand[ArcCoth[x + I y]]//FullSimplify函数表示 (5)
使用 ArcCoth 表示:
ArcCoth[1 / x]//FullSimplifyInverseJacobiNS[z, 1]InverseJacobiSN[(1/z), 1]//FullSimplifyArcCoth 是 Hypergeometric2F1 的特例:
(Hypergeometric2F1[1, (1/2), (3/2), (1/z^2)]/z)//FullSimplifyMeijerGReduce[ArcCoth[x], x]Activate[%]//FullSimplify也可用 DifferentialRoot 来表示 ArcCoth:
DifferentialRootReduce[ArcCoth[x], x]应用 (3)
ArcCoth 的分支切割:
Plot3D[Im[ArcCoth[x - I y]], {x, -2, 2}, {y, -1, 1}]DSolve[x y'[x] - y[x] - ArcCoth[x] == 0, y[x], x]𝒟 = ProbabilityDistribution[Sqrt[2] / Pi / (1 + x ^ 4), {x, -∞, ∞}];μ = Mean[𝒟];
σ = StandardDeviation[𝒟];
pdf = PDF[𝒟, x];Probability[μ - σ < x < μ + σ, x𝒟]N[%]Show[Plot[pdf, {x, -3, μ - σ}, Filling -> Axis, AxesOrigin -> {0, 0}], Plot[pdf, {x, μ - σ, μ + σ}], Plot[pdf, {x, μ + σ, 3}, Filling -> Axis, AxesOrigin -> {0, 0}], PlotRange -> {0, 1 / 2}, Ticks -> {Automatic, None}]技术笔记
-
▪
- 初等超越函数
相关指南
-
▪
- 双曲线函数
历史
1988年引入 (1.0) | 在以下年份被更新:2021 (13.0)
文本
Wolfram Research (1988),ArcCoth,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ArcCoth.html (更新于 2021 年).
CMS
Wolfram 语言. 1988. "ArcCoth." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/ArcCoth.html.
APA
Wolfram 语言. (1988). ArcCoth. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ArcCoth.html 年
BibTeX
@misc{reference.wolfram_2026_arccoth, author="Wolfram Research", title="{ArcCoth}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/ArcCoth.html}", note=[Accessed: 18-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_arccoth, organization={Wolfram Research}, title={ArcCoth}, year={2021}, url={https://reference.wolfram.com/language/ref/ArcCoth.html}, note=[Accessed: 18-August-2026]}