|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/05.18.07.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ZernikeR[n, m, z] == Cos[((n - m)/2) Pi]
Integrate[BesselJ[n + 1, t] BesselJ[m, z t], {t, 0, Infinity}] /;
0 < z < 1 && Element[n, Integers] && n >= 0 && Element[m, Integers] &&
m >= 0 && n >= m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["ZernikeR", "[", RowBox[List["n", ",", "m", ",", "z"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["Cos", "[", RowBox[List[FractionBox[RowBox[List["n", "-", "m"]], "2"], "\[Pi]"]], "]"]], RowBox[List[SubsuperscriptBox["\[Integral]", "0", "\[Infinity]"], RowBox[List[RowBox[List["BesselJ", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "t"]], "]"]], RowBox[List["BesselJ", "[", RowBox[List["m", ",", RowBox[List["z", " ", "t"]]]], "]"]], " ", RowBox[List["\[DifferentialD]", "t"]]]]]]]]]], "/;", RowBox[List[RowBox[List["0", "<", "z", "<", "1"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "m"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <msubsup> <mi> R </mi> <mi> n </mi> <mi> m </mi> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo>  </mo> <mrow> <mrow> <mi> cos </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> n </mi> <mo> - </mo> <mi> m </mi> </mrow> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mi> π </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msubsup> <mo> ∫ </mo> <mn> 0 </mn> <mi> ∞ </mi> </msubsup> <mrow> <mrow> <mrow> <msub> <mi> J </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <mo> ( </mo> <mi> t </mi> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msub> <mi> J </mi> <mi> m </mi> </msub> <mo> ( </mo> <mrow> <mi> z </mi> <mo> ⁢ </mo> <mi> t </mi> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ⁢ </mo> <mrow> <mo> ⅆ </mo> <mi> t </mi> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ≥ </mo> <mi> m </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> ZernikeR </ci> <ci> n </ci> <ci> m </ci> <ci> z </ci> </apply> <apply> <times /> <apply> <cos /> <apply> <times /> <apply> <times /> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <pi /> </apply> </apply> <apply> <int /> <bvar> <ci> t </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <infinity /> </uplimit> <apply> <times /> <apply> <ci> BesselJ </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> t </ci> </apply> <apply> <ci> BesselJ </ci> <ci> m </ci> <apply> <times /> <ci> z </ci> <ci> t </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> <apply> <in /> <ci> m </ci> <ci> ℕ </ci> </apply> <apply> <geq /> <ci> n </ci> <ci> m </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["ZernikeR", "[", RowBox[List["n_", ",", "m_", ",", "z_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["Cos", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List["n", "-", "m"]], ")"]], " ", "\[Pi]"]], "]"]], " ", RowBox[List[SubsuperscriptBox["\[Integral]", "0", "\[Infinity]"], RowBox[List[RowBox[List[RowBox[List["BesselJ", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "t"]], "]"]], " ", RowBox[List["BesselJ", "[", RowBox[List["m", ",", RowBox[List["z", " ", "t"]]]], "]"]]]], RowBox[List["\[DifferentialD]", "t"]]]]]]]], "/;", RowBox[List[RowBox[List["0", "<", "z", "<", "1"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]], "&&", RowBox[List["n", "\[GreaterEqual]", "m"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|