Question:medium

Let \( y = P_n(x) \) be the unique polynomial of degree \( n \) satisfying the Legendre differential equation \[ (1 - x^2)y'' - 2xy' + n(n + 1)y = 0 \quad {and} \quad y(1) = 1. \] Then, the value of \( P_{11}'(1) \) is equal to _________ (in integer).

Show Hint

For Legendre polynomials, the derivative at \( x = 1 \) can be computed using the formula \( P_n'(1) = \frac{n(n+1)}{2} \).
Updated On: Feb 2, 2026
Show Solution

Solution and Explanation

We are given the Legendre differential equation:

(1 − x2)y'' − 2xy' + n(n + 1)y = 0

Its solutions are the Legendre polynomials Pn(x).
Alternative Approach: Using Rodrigues’ Formula

Legendre polynomials can be defined by Rodrigues’ formula:

Pn(x) = (1 / 2nn!) · dn/dxn [(x2 − 1)n]
Step 1: Differentiate Pn(x)

Differentiating once,

Pn'(x) = (1 / 2nn!) · dn+1/dxn+1 [(x2 − 1)n]
Step 2: Evaluate at x = 1

At x = 1, the dominant contribution comes from the highest-order term of (x2 − 1)n, which leads to the standard result:

Pn'(1) = n(n + 1) / 2
Step 3: Substitute n = 11

P11'(1) = 11(11 + 1) / 2

P11'(1) = 11 × 12 / 2

P11'(1) = 66
Final Answer:

P11'(1) = 66
Was this answer helpful?
0