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];//TimingIntervalオブジェクトと 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は,区間
からの0を除くすべての実数値について定義される:
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を使ってテイラー(Taylor)展開を求める:
Series[ArcCoth[x], {x, 2, 4}]
の周囲のArcCothの最初の3つの近似をプロットする:
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[%]//FullSimplifyArcCothはDifferentialRootとして表すことができる:
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 Language. 1988. "ArcCoth." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/ArcCoth.html.
APA
Wolfram Language. (1988). ArcCoth. Wolfram Language & System Documentation Center. Retrieved from 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: 16-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: 16-August-2026]}