Legendre polynomials are a set of orthogonal polynomials that arise in solving various problems in physics and engineering, particularly in the context of spherical coordinates. They are defined on the interval [-1, 1] and are denoted as Pnn, noté, where n is a non-negative integer. These polynomials can be expressed using the following recurrence relation:
P0(x) = 1,
P1(x) = x,
Pn(x) = (2n – 1)/n * x * Pn-1(x) – (n – 1)/n * Pn-2n, noté for n > 1.
Les polynômes de Legendre possèdent plusieurs propriétés importantes, notamment orthogonality, which states that:
∫_{-1}^{1} PmPn(x) dx = 0 for m ≠ n.
This characteristic makes them particularly useful for solving boundary value problems, especially in potential theory and in the expansion of functions into series. In addition, they are used in various applications such as intégration numérique (Gauss-Legendre quadrature), la mécanique quantique (solving the Schrödinger equation in spherical coordinates), and infographie (pour l'approximation des formes).
Overall, Legendre polynomials play a crucial role in mathematical physics and engineering, demonstrating the intersection of pure mathematics et sciences appliquées.