Coth[z]
z の双曲線余接を与える.
Coth
Coth[z]
z の双曲線余接を与える.
予備知識
- Cothは,双曲線余接関数である.これは,三角法で頻繁に使われる,Cot円関数の双曲線バージョンのようなものである.Coth[α] は,
によって,対応する双曲線正弦関数と双曲線余弦関数の比として定義される.Cothは
としても定義される.ただし,
は自然対数Logの底である. - Cothは,その引数が有理数の(自然)対数であるときは,自動的に厳密値に評価される.引数として厳密な数式が与えられると,Cothは任意の数値精度に評価されることがある.TrigFactorListを使って,Cothを含む式をSinh,Cosh,Sin,Cosを含む項に因子分解することができる.Cothを含む記号式の操作に便利なその他の演算には,TrigToExp,TrigExpand,Simplify,FullSimplifyがある.
- Cothは要素単位でリストおよび行列に縫い込まれる.対照的に,MatrixFunctionを使って,正方行列の双曲線余接(つまり,通常のベキが行列のベキで置き換えられた双曲線余接関数のベキ級数)を与えることができる.
- Coth[x]は,小さい負の x については
に近付き,大きい正の x については
に近付く.Cothは,Cotによって満足されるような,ピタゴラス(Pythagorean)の恒等式に似た恒等式
を満足する.双曲線正弦関数の定義は,恒等式
および
によって,複素引数
にまで拡張される.Cothは整数
について値
において極を持ち,これらの点で評価するとComplexInfinityになる.Coth[z]は,原点付近で級数展開
を持つ.これはベルヌーイ(Bernoulli)数BernoulliBによって表すことができることもある. - Cothの逆関数はArcCothである.他の関連する数学関数には,Tanh,Cot,Coshがある.
例題
すべて開く すべて閉じる例 (5)
Coth[1.2]Plot[Coth[x], {x, -5, 5}]ComplexPlot3D[Coth[z], {z, -π / 2 - 3I, π / 2 + 3I}, PlotLegends -> Automatic]Series[Coth[x], {x, 0, 10}]Series[Coth[x], {x, 2I π, 3}]スコープ (47)
数値評価 (6)
Coth[1.2]N[Coth[12 / 10], 50]Coth[1.20000000000000000000000]Cothは複素数の入力を取ることができる:
Coth[2.5 + I]Cothを高精度で効率よく評価する:
Coth[1.2`500]//TimingCoth[1.2`100000];//TimingCoth[{{(π/3)I, -(π/3)I}, {0, -(π/6)I}}]MatrixFunctionを使って行列のCoth関数を計算することもできる:
MatrixFunction[Coth[#]&, {{(π/3)I, -(π/3)I}, {0, -(π/6)I}}]IntervalオブジェクトとCenteredIntervalオブジェクトを使って最悪の場合に保証される区間を計算する:
Coth[Interval[{Log[2], Log[7]}]]Coth[CenteredInterval[1, 1 / 100]]Coth[CenteredInterval[2 + 3I, (1 + I) / 100]]Aroundを使って平均的な場合の統計区間を計算することもできる:
Coth[Around[Sqrt[3], 0.1]]特定の値 (5)
固定された純粋な虚点におけるCothの値:
Table[Coth[I(π/12)n], {n, 1, 6}]Coth[Infinity]Coth[ComplexInfinity]Cothの特異点:
Coth[0]f[x_] := Coth[x] - Log[3];sol = Solve[f[x] == 0 && 0 < x, x]xzero = x /. First[sol]Plot[f[x], {x, 0, 4}, Epilog -> Style[Point[{xzero, f[xzero]}], PointSize[Large], Red]]Coth[I Pi / 3]より複雑な場合には明示的にFunctionExpandを使う必要がある:
Coth[I Pi / 24]FunctionExpand[%]可視化 (3)
Coth関数をプロットする:
Plot[Coth[x], {x, -5, 5}]ComplexContourPlot[Re[Coth[z]], {z, -3 - 3 I, 3 + 3 I}, IconizedObject[«PlotOptions»]]ComplexContourPlot[Im[Coth[z]], {z, -3 - 3 I, 3 + 3 I}, IconizedObject[«PlotOptions»]]Table[PolarPlot[Coth[k ϕ], {ϕ, -π / 2, 3π}, Sequence[Frame -> True, Exclusions -> All, FrameTicks -> {{{-1, 0, 1}, None}, {{-1, 0, 1}, None}}, PlotRange -> {{-2, 2}, {-1.5, 1.5}}, PlotLabel -> "k=" <> ToString[k]]], {k, 1, 6}]関数の特性 (12)
Cothは0を除くすべての実数値について定義される:
FunctionDomain[Coth[x], x]FunctionDomain[Coth[z], z, Complexes]Cothは,開区間
からのものを除くすべての実数値に達する:
FunctionRange[Coth[x], x, y]Cothは奇関数である:
Coth[-x]Cothは鏡特性
を有する:
FullSimplify[Coth[Conjugate[z]] == Conjugate[Coth[z]]]Cothは解析関数ではない:
FunctionAnalytic[Coth[x], x]FunctionMeromorphic[Coth[x], x]Cothは非減少でも非増加でもない:
FunctionMonotonicity[Coth[x], x]Cothは単射である:
FunctionInjective[Coth[x], x]Plot[{Coth[x], 2}, {x, -4, 4}]Cothは全射ではない:
FunctionSurjective[Coth[x], x]Limit[Coth[x], x -> ∞]Plot[{Coth[x], .5}, {x, -4, 4}]Cothは非負でも非正でもない:
FunctionSign[Coth[x], x]FunctionSingularities[Coth[x], x]FunctionDiscontinuities[Coth[x], x]Cothは凸でも凹でもない:
FunctionConvexity[Coth[x], x]TraditionalFormによる表示:
Coth[x]//TraditionalForm微分 (3)
D[Coth[x], x]Table[D[Coth[x], {x, n}], {n, 1, 4}]Plot[Evaluate[%], {x, -3, 3}, PlotLegends -> {"First Derivative", "Second Derivative", "Third Derivative", "Fourth Derivative"}]D[Coth[x], {x, n}]積分 (3)
Cothの不定積分:
Integrate[Coth[x], x]Integrate[Coth[x], {x, -1, 1}, PrincipalValue -> True]Integrate[Coth[x]Sinh[x], x]Integrate[x ^ 2Coth[x], x]級数展開 (3)
Seriesを使ってテイラー(Taylor)展開を求める:
Series[Coth[x], {x, Log[2], 7}]
の周りのCothの最初の3つの近似をプロットする:
terms = Normal@Table[Series[Coth[x], {x, Log[2], m}], {m, 0, 5, 2}];
Plot[{Coth[x], terms}, {x, .5, 1.5}]Cothの級数展開における一般項:
SeriesCoefficient[Coth[x], {x, 0, n}]Cothはベキ級数に適用できる:
Coth[x + (x^2/2) + (x^3/9) + O[x]^4]積分変換 (2)
LaplaceTransformを使ってラプラス変換を計算する:
LaplaceTransform[Coth[t], t, s]FourierTransform[Coth[ω], ω, t]関数の恒等式と簡約 (6)
倍角のCoth:
Expand[Coth[2x], Trig -> True]TrigExpand[Coth[4x]]TrigReduce[%]総和のCoth:
TrigExpand[Coth[x + y]]TrigFactor[Coth[x] + Coth[y]]TrigExpand[%]ComplexExpand[Coth[x + I y]]TrigToExp[Coth[z]]関数表現 (4)
Cotを介した表現:
Simplify[I Cot[I y]]Simplify[BesselI[-(1/2), x] / BesselI[(1/2), x]]JacobiNS[z, 1]I JacobiSC[(π/2) - I z, 0](I MathieuC[1, 0, I z]/MathieuS[1, 0, I z])アプリケーション (5)
Plot3D[Abs[Coth[x + I y]], {x, -2, 2}, {y, -2Pi, 2Pi}]With[{n = 3.}, Table[Sqrt[n]Coth[2 ^ k ArcTanh[Sqrt[n]]], {k, 0, 5}]]//ChopNestList[(# + 3 / #) / 2&, 1., 5]積をCothで積分したボゾン松原周波数の総和:
NIntegrate[Coth[x] / (x + 2), {x, 1 + 11Pi / 2I, -1 + 11Pi / 2I, -1 - 11Pi / 2I, 1 - 11Pi / 2I, 1 + 11Pi / 2I}]//Chop2Pi I Sum[Residue[Coth[x] / (x + 2), {x, k I Pi}], {k, -5, 5}]//N//Chopbf[j_, T_] := (1 + (1/2j))Coth[(1 + (1/2j))(1/T)] - (1/2j)Coth[(1/2j)(1/T)]Series[bf[j, T], {T, Infinity, 2}]Limit[bf[j, T], T -> 0, Assumptions -> j > 0, Direction -> -1]Coth関数を不均一な部分として微分方程式を解く:
DSolve[y'[x] - x y[x] - Coth[x] == 0, y[x], x]特性と関係 (11)
Cothの基本的なパリティと周期性の特性は自動的に適用される:
Coth[x + Pi I]Coth[-x]Coth[I x]SimplifyとFullSimplifyを使ってCothを含む式を簡約する:
Simplify[2Coth[2z] / (1 + Coth[z] ^ 2)]FullSimplify[Coth[Log[GoldenRatio]]]FunctionExpandを使って累乗根における特別な値を表現する:
FunctionExpand[Coth[I Pi / 16]]{Coth[ArcCoth[z]], Coth[2ArcCoth[z]], Coth[3ArcCoth[z]]}FunctionExpand[%]//SimplifyReduce[Coth[z]^2 + Coth[z + 2] == 1, z]FindRoot[Coth[z]^3 - 3Coth[z + 1] + z == 3, {z, 1}]Reduce[Coth[a x + b] == c, x, Complexes]FourierTransform[Coth[t], t, s]//FullSimplify総和と積分からCothを求める:
Sum[1 / (z ^ 2 + k ^ 2 Pi ^ 2), {k, 1, Infinity}]//SimplifyIntegrate[Csch[t] ^ 2, {t, I Pi / 2, z}]Cothは特殊関数の特別な場合に見られる:
{WeierstrassP[I z, {3, 1}], JacobiCS[I z, 0]}Cothは数値関数である:
Attributes[Coth]NumericQ[Coth[2 + E]]考えられる問題 (4)
Coth[10. ^ 30 I]N[Coth[10 ^ 30I], 20]$MaxExtraPrecisionの設定値を大きくする必要があるかもしれない:
N[Coth[10 ^ 100 I], 20]
Block[{$MaxExtraPrecision = 200}, N[Coth[10 ^ 100I], 20]]Cothが真性特異点を持つ無限大にはベキ級数は存在しない:
Series[Coth[x], {x, Infinity, 2}]TraditionalFormでは引数の前後に丸カッコが必要である:
coth xcoth(x)おもしろい例題 (1)
無限大におけるCothをプロットする:
ContourPlot[Arg[Coth[1 / (x + I y)]], {x, -1 / 4, 1 / 4}, {y, -1 / 2, 1 / 2}, Exclusions -> {}, PlotPoints -> 60, MaxRecursion -> 1, Contours -> 10]テクニカルノート
-
▪
- 初等超越関数
関連するガイド
-
▪
- 双曲線関数
履歴
1988 で導入 (1.0) | 1996 で更新 (3.0) ▪ 2021 (13.0)
テキスト
Wolfram Research (1988), Coth, Wolfram言語関数, https://reference.wolfram.com/language/ref/Coth.html (2021年に更新).
CMS
Wolfram Language. 1988. "Coth." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/Coth.html.
APA
Wolfram Language. (1988). Coth. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Coth.html
BibTeX
@misc{reference.wolfram_2026_coth, author="Wolfram Research", title="{Coth}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/Coth.html}", note=[Accessed: 10-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_coth, organization={Wolfram Research}, title={Coth}, year={2021}, url={https://reference.wolfram.com/language/ref/Coth.html}, note=[Accessed: 10-September-2026]}