Skip to content

Gauss–Jacobi Quadrature

An n-node Gaussian rule for the Jacobi weight (1-x)alpha(1+x)beta on [-1,1], using roots of the degree-n Jacobi polynomial and integrating weighted polynomials through degree 2n-1 exactly.

Version
v1 · 2026-08-30 · History
Domain-specific #
1916
Origin domain
numerical analysis
Subdomain
Gaussian quadrature and orthogonal polynomials
Aliases
Gauss-Jacobi quadrature, Gaussian–Jacobi quadrature, Gauss–Jacobi rule

Core Idea

Gauss–Jacobi quadrature is the Gaussian integration rule adapted to the Jacobi weight

\[ w_{\alpha,\beta}(x)=(1-x)^\alpha(1+x)^\beta, \qquad -1<x<1, \qquad \alpha,\beta>-1. \]

For a positive integer n, it replaces the weighted integral

\[ I_{\alpha,\beta}[f] =\int_{-1}^{1} f(x)w_{\alpha,\beta}(x)\,dx \]

by a finite sum

\[ Q_n[f]=\sum_{i=1}^{n}\lambda_i f(x_i). \]

The nodes x_i are the n roots of the degree-n Jacobi polynomial P_n^{(\alpha,\beta)}, and the weights \lambda_i are positive. This choice makes the rule exact whenever f is a polynomial of degree at most 2n-1. The rule is therefore not merely a weighted sampling convention.

Scope of Application

Gauss–Jacobi quadrature applies to finite-interval integration where a known algebraic endpoint profile can be made part of the measure. On [-1,1], \alpha<0 concentrates measure near x=1, and \beta<0 concentrates it near x=-1; positive values suppress the associated endpoint. This makes the rule useful for transformed boundary-integral kernels, special-function representations, spectral and finite-element calculations, probability integrals, and other computations with endpoint-weighted moments.

Clarity

The abstraction clarifies three questions that are often mixed together: what is being integrated, how the endpoints are represented, and how the finite rule is constructed. Writing I_{\alpha,\beta}[f] makes the measure explicit. Naming P_n^{(\alpha,\beta)} locks the same parameters into the orthogonality relation. Stating degree 2n-1 exactness tells the reader exactly what the n samples guarantee.

Manages Complexity

The rule compresses an infinite-dimensional integration operation into n function evaluations while exactly preserving 2n weighted moments. Matching the measure to known endpoint behavior moves predictable nonuniformity out of the residual integrand. The remaining function can be smoother, so a relatively small rule may capture information that an unweighted rule would spend many nodes resolving near an endpoint.

Abstract Reasoning

Gauss–Jacobi quadrature is best understood through orthogonality rather than a memorized weight formula. Suppose an n-node rule uses the roots of P_n^{(\alpha,\beta)}. Any polynomial p of degree at most 2n-1 can be divided as

\[ p(x)=q(x)P_n^{(\alpha,\beta)}(x)+r(x), \]

Knowledge Transfer

Several lessons transfer outward. First, put known singular or rapidly varying structure into a representation designed for it rather than asking a generic approximation to rediscover it. Second, use invariants for testing: root location, positivity, zeroth-moment conservation, and polynomial exactness are more diagnostic than comparing two implementations on one arbitrary function. Third, distinguish a mathematical object from its algorithmic realization; tridiagonal eigendecomposition and asymptotic root computation can produce the same rule.

Relationships to Other Abstractions

Local relationship map for Gauss–Jacobi QuadratureParents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Gauss–JacobiQuadratureDOMAINPrime abstraction: Approximation — is a kind ofApproximationPRIME

Current abstraction Gauss–Jacobi Quadrature Domain-specific

Parents (1) — more general patterns this builds on

  • Gauss–Jacobi Quadrature is a kind of Approximation Prime

    Gauss–Jacobi quadrature is a strict instance of Approximation.

Hierarchy path (1) — routes to 1 parentless root

Neighborhood in Abstraction Space

Gauss–Jacobi Quadrature sits in a sparse region of the domain-specific corpus (85th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.

Family — Advanced Probability & Combinatorial Bounds (6 abstractions)

Nearest neighbors

Computed from structural-signature embeddings · 2026-09-08