CarlsonRG[x,y,z]
gives the Carlson's elliptic integral
.
CarlsonRG
CarlsonRG[x,y,z]
gives the Carlson's elliptic integral
.
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
- For non-negative arguments,
. - CarlsonRG[x,y,z] has a branch cut discontinuity at
. - For certain arguments, CarlsonRG automatically evaluates to exact values.
- CarlsonRG can be evaluated to arbitrary precision.
- CarlsonRG automatically threads over lists.
- CarlsonRG can be used with Interval and CenteredInterval objects. »
Examples
open all close allBasic Examples (3)
CarlsonRG[3., 5., 11.]Plot over a range of arguments:
Plot[{CarlsonRG[t, 2, 3], CarlsonRG[1, t, 3], CarlsonRG[1, 2, t]}, {t, 0, 6}, PlotLegends -> "Expressions"]CarlsonRG is related to the Legendre elliptic integral of the second kind
for
:
2 Sin[ϕ]CarlsonRG[Cos[ϕ]^2, 1 - m Sin[ϕ]^2, 1] /. {m -> 0.3, ϕ -> Pi / 5.}Sin[ϕ]^2EllipticE[ϕ, m] + Cos[ϕ]^2EllipticF[ϕ, m] + Sqrt[1 - m Sin[ϕ]^2]Sin[ϕ]Cos[ϕ] /. {m -> 0.3, ϕ -> Pi / 5}Scope (17)
Numerical Evaluation (6)
CarlsonRG[5, 1.0, 7]N[CarlsonRG[3 / 4, 4, 5], 50]Precision of the output tracks the precision of the input:
CarlsonRG[4, 7, 1.234567890123456789012345]CarlsonRG[4, 7, 1.2345678901234567890123456789012345]Evaluate for complex arguments:
CarlsonRG[I, 1 - 2I, 3. + I]Evaluate efficiently at high precision:
Timing[CarlsonRG[2, 3, 7`500]]Timing[Precision[CarlsonRG[2, 3, 7`100000]]]CarlsonRG threads elementwise over lists:
CarlsonRG[{1., 2., 3.}, {2., 3., 1.}, {3., 1., 2.}]CarlsonRG can be used with Interval and CenteredInterval objects:
CarlsonRG[Interval[{1.23, 1.24}], Interval[{2.34, 2.35}], Interval[{3.45, 3.46}]]CarlsonRG[CenteredInterval[3 / 2, 1 / 100], CenteredInterval[5 / 4, 1 / 100], CenteredInterval[7 / 6, 1 / 100]]Specific Values (4)
Simple exact results are generated automatically:
CarlsonRG[x, x, x]CarlsonRG[x, x, y]When one argument of CarlsonRG is zero, CarlsonRG reduces to the complete elliptic integral CarlsonRE:
CarlsonRG[0, x, y]When two of the arguments of CarlsonRG are identical and do not lie on the negative real axis, CarlsonRG can be expressed in terms of CarlsonRC:
CarlsonRG[x, 2 + 3I, 2 + 3I]When all arguments of CarlsonRG are identical and do not lie on the negative real axis, CarlsonRG reduces to an elementary function:
CarlsonRG[2 + 3I, 2 + 3I, 2 + 3I]Differentiation and Integration (2)
Function Representations (1)
TraditionalForm formatting:
CarlsonRG[x, y, z]//TraditionalFormFunction Identities and Simplifications (4)
An equation relating CarlsonRG, CarlsonRF and CarlsonRD:
2CarlsonRG[x, y, z] == z CarlsonRF[x, y, z] + (Sqrt[x]Sqrt[y]/Sqrt[z]) - (1/3)(z - x)(z - y)CarlsonRD[x, y, z]//FullSimplifyCarlsonRG satisfies the Euler–Poisson partial differential equation:
(x - y)Subscript[∂, xy]CarlsonRG[x, y, z] + (1/2) Subscript[∂, y]CarlsonRG[x, y, z] - (1/2)Subscript[∂, x]CarlsonRG[x, y, z] == 0//FunctionExpand//FullSimplifyCarlsonRG satisfies Euler's homogeneity relation:
x Subscript[∂, x]CarlsonRG[x, y, z] + y Subscript[∂, y]CarlsonRG[x, y, z] + z Subscript[∂, z]CarlsonRG[x, y, z] == (1/2)CarlsonRG[x, y, z]//FunctionExpand//FullSimplifyA partial differential equation satisfied by CarlsonRG:
Subscript[∂, x]CarlsonRG[x, y, z] + Subscript[∂, y]CarlsonRG[x, y, z] + Subscript[∂, z]CarlsonRG[x, y, z] == (1/2)CarlsonRF[x, y, z]//FunctionExpand//FullSimplifyApplications (2)
Calculate the surface area of a triaxial ellipsoid:
area[a_, b_, c_] := 4π a b c CarlsonRG[(1/a^2), (1/b^2), (1/c^2)];The area of an ellipsoid with semi‐axes 3, 2, 1:
area[3, 2, 1]//NUse RegionMeasure to calculate the surface area of the ellipsoid:
RegionMeasure[RegionBoundary[Ellipsoid[{0, 0, 0}, {3, 2, 1}]], WorkingPrecision -> MachinePrecision]Expectation value of the square root of a quadratic form over a normal distribution:
MatrixForm[mat = HilbertMatrix[3]]NExpectation[Sqrt[(1/2){u, v, w}.mat.{u, v, w}], {u, v, w}ProductDistribution[{NormalDistribution[], 3}], Method -> "MonteCarlo"]//QuietCompare with the closed-form result in terms of CarlsonRG:
N[(Gamma[(3 - 1/2)]/Gamma[(3/2)])(CarlsonRG@@Eigenvalues[mat]), 25]Properties & Relations (1)
CarlsonRG is invariant under a permutation of its arguments:
CarlsonRG[x, y, z] == CarlsonRG[z, x, y]Related Guides
Text
Wolfram Research (2021), CarlsonRG, Wolfram Language function, https://reference.wolfram.com/language/ref/CarlsonRG.html (updated 2023).
CMS
Wolfram Language. 2021. "CarlsonRG." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/CarlsonRG.html.
APA
Wolfram Language. (2021). CarlsonRG. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CarlsonRG.html
BibTeX
@misc{reference.wolfram_2026_carlsonrg, author="Wolfram Research", title="{CarlsonRG}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/CarlsonRG.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_carlsonrg, organization={Wolfram Research}, title={CarlsonRG}, year={2023}, url={https://reference.wolfram.com/language/ref/CarlsonRG.html}, note=[Accessed: 12-June-2026]}