LegendreQ
LegendreQ[n,z]
gives the Legendre function of the second kind .
LegendreQ[n,m,z]
gives the associated Legendre function of the second kind .
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
- For integers n and m, explicit formulas are generated.
- The Legendre functions satisfy the differential equation .
- LegendreQ[n,m,a,z] gives Legendre functions of type a. The default is type 1.
- LegendreQ of types 1, 2 and 3 are defined in terms of LegendreP of these types, and have the same branch cut structure and properties described for LegendreP.
- For certain special arguments, LegendreQ automatically evaluates to exact values.
- LegendreQ can be evaluated to arbitrary numerical precision.
- LegendreQ automatically threads over lists.
- LegendreQ can be used with Interval and CenteredInterval objects. »
Examples
open allclose allBasic Examples (6)
Compute the 5 Legendre function of the second kind:
Plot over a subset of the reals:
Plot over a subset of the complexes:
Series expansion at the origin:
Asymptotic expansion at Infinity:
Scope (42)
Numerical Evaluation (6)
Evaluate numerically at fixed points:
The precision of the output tracks the precision of the input:
Evaluate for complex arguments:
Evaluate LegendreQ efficiently at high precision:
Compute worst-case guaranteed intervals using Interval and CenteredInterval objects:
Or compute average-case statistical intervals using Around:
Compute the elementwise values of an array:
Or compute the matrix LegendreQ function using MatrixFunction:
Specific Values (5)
Find a local maximum as a root of :
Compute the associated Legendre function of the second kind :
Different LegendreQ types give different symbolic forms:
Visualization (3)
Plot the LegendreQ function for various degrees:
Type 2 and 3 Legendre functions have different branch cut structures:
Function Properties (12)
is defined for as long as is not a negative integer:
In the complex plane, it is defined for as long as is not a negative integer:
The range for Legendre functions of integer order:
A Legendre function of an odd order is even:
A Legendre function of an even order is odd:
Legendre function has the mirror property :
LegendreQ is not an analytic function:
is neither non-decreasing nor non-increasing in for positive integer :
For and noninteger , it is increasing:
is not injective in for positive integer :
For and noninteger , it is injective:
is surjective in for non-negative even :
It is not surjective for other values of :
LegendreQ is neither non-negative nor non-positive:
LegendreQ has both singularity and discontinuity in (-∞,-1] and [1,∞):
Differentiation (3)
Integration (3)
Series Expansions (4)
Plot the first three approximations for at :
General term in the series expansion of :
Taylor expansion for the associated Legendre function :
LegendreQ can be applied to a power series:
Function Identities and Simplifications (2)
Function Representations (4)
LegendreQ can be expressed as a DifferentialRoot:
Associated Legendre function in terms of the angular spheroidal function:
Associated Legendre function in terms of Legendre function of type :
TraditionalForm formatting:
Generalizations & Extensions (2)
Different LegendreQ types give different symbolic forms:
Applications (4)
Angular momentum eigenfunctions:
The Pöschl–Teller potential is a special class of potentials for which the one-dimensional Schrödinger equation can be solved in terms of special functions.
Find quantum eigenfunctions for the modified Pöschl–Teller potential:
An n-point Gaussian quadrature rule is based on the roots of the n order Legendre polynomial. Compute the nodes and weights of an n-point Gaussian quadrature rule:
Use the n-point Gaussian quadrature rule to numerically evaluate an integral:
The Kronrod extension of a Gaussian quadrature rule adds n+1 points and reuses the n nodes from Gaussian quadrature, resulting in an integration rule with 2n+1 points. The additional n+1 nodes can be obtained as the roots of a polynomial constructed from the asymptotic expansion of the Legendre function of the second kind (the Stieltjes polynomial):
Compute the Gauss–Kronrod nodes and weights:
Use the (2n+1)-point Gauss–Kronrod rule to numerically evaluate an integral:
The difference between the results of the Gauss–Kronrod rule and the Gaussian rule can be used as an error estimate:
Compare the result of the Gauss–Kronrod rule with the result from NIntegrate:
Properties & Relations (2)
Text
Wolfram Research (1988), LegendreQ, Wolfram Language function, https://reference.wolfram.com/language/ref/LegendreQ.html (updated 2022).
CMS
Wolfram Language. 1988. "LegendreQ." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/LegendreQ.html.
APA
Wolfram Language. (1988). LegendreQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LegendreQ.html