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 Pn(x), 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-2(x) for n > 1.
Legendre-Polynome haben mehrere wichtige Eigenschaften, darunter 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 numerische Integration (Gauss-Legendre quadrature), Quantenmechanik (solving the Schrödinger equation in spherical coordinates), and Computergrafik (zur Annäherung von Formen).
Overall, Legendre polynomials play a crucial role in mathematical physics and engineering, demonstrating the intersection of pure mathematics und angewandte Wissenschaften.