Bessel Functions - 10.64 Integral Representations

From testwiki
Jump to navigation Jump to search


DLMF Formula Constraints Maple Mathematica Symbolic
Maple
Symbolic
Mathematica
Numeric
Maple
Numeric
Mathematica
10.64.E1 ber n ( x 2 ) = ( - 1 ) n π 0 π cos ( x sin t - n t ) cosh ( x sin t ) d t Kelvin-ber 𝑛 𝑥 2 superscript 1 𝑛 𝜋 superscript subscript 0 𝜋 𝑥 𝑡 𝑛 𝑡 𝑥 𝑡 𝑡 {\displaystyle{\displaystyle\operatorname{ber}_{n}\left(x\sqrt{2}\right)=\frac% {(-1)^{n}}{\pi}\int_{0}^{\pi}\cos\left(x\sin t-nt\right)\cosh\left(x\sin t% \right)\mathrm{d}t}}
\Kelvinber{n}@{x\sqrt{2}} = \frac{(-1)^{n}}{\pi}\int_{0}^{\pi}\cos@{x\sin@@{t}-nt}\cosh@{x\sin@@{t}}\diff{t}
( n + k + 1 ) > 0 𝑛 𝑘 1 0 {\displaystyle{\displaystyle\Re(n+k+1)>0}}
KelvinBer(n, x*sqrt(2)) = ((- 1)^(n))/(Pi)*int(cos(x*sin(t)- n*t)*cosh(x*sin(t)), t = 0..Pi)
KelvinBer[n, x*Sqrt[2]] == Divide[(- 1)^(n),Pi]*Integrate[Cos[x*Sin[t]- n*t]*Cosh[x*Sin[t]], {t, 0, Pi}, GenerateConditions->None]
Failure Aborted Successful [Tested: 9] Skipped - Because timed out
10.64.E2 bei n ( x 2 ) = ( - 1 ) n π 0 π sin ( x sin t - n t ) sinh ( x sin t ) d t Kelvin-bei 𝑛 𝑥 2 superscript 1 𝑛 𝜋 superscript subscript 0 𝜋 𝑥 𝑡 𝑛 𝑡 𝑥 𝑡 𝑡 {\displaystyle{\displaystyle\operatorname{bei}_{n}\left(x\sqrt{2}\right)=\frac% {(-1)^{n}}{\pi}\int_{0}^{\pi}\sin\left(x\sin t-nt\right)\sinh\left(x\sin t% \right)\mathrm{d}t}}
\Kelvinbei{n}@{x\sqrt{2}} = \frac{(-1)^{n}}{\pi}\int_{0}^{\pi}\sin@{x\sin@@{t}-nt}\sinh@{x\sin@@{t}}\diff{t}

KelvinBei(n, x*sqrt(2)) = ((- 1)^(n))/(Pi)*int(sin(x*sin(t)- n*t)*sinh(x*sin(t)), t = 0..Pi)
KelvinBei[n, x*Sqrt[2]] == Divide[(- 1)^(n),Pi]*Integrate[Sin[x*Sin[t]- n*t]*Sinh[x*Sin[t]], {t, 0, Pi}, GenerateConditions->None]
Failure Aborted Successful [Tested: 9] Skipped - Because timed out