yungman
- 5,741
- 294
This start out as homework but my question is not about helping me solving the problem but instead I get conflicting answers depend on what way I approach the problem and no way to resolve. I know the answer. I am not going to even present the original question, instead just the part that I have issue with. The difference is by using:
A) \int_{-1}^1 f(x)P_n(x)dx = \frac{1}{2^n n!}\int_{-1}^{1} f^n(x)(x^2-1)^n dx
And
B) (n+1)P_{n+1}(x) + nP_{n-1}(x) = (2n+1)xP_n(x)
The function f(\theta) = cos(\theta) and I want to compute:
\int_0^{\pi} f(\theta) sin(\theta) P_n(cos(\theta)d\theta
= \int_0^{\pi} cos(\theta) sin(\theta) P_n(cos(\theta)d\theta \hbox { we let }x=cos(\theta) \Rightarrow dx=-sin(\theta) d \theta
\Rightarrow \int_0^{\pi} cos(\theta) sin(\theta) P_n(cos(\theta)d\theta = \int_{-1}^{1} x P_n(x)dx (1)
Using A) This imply f(x) is only first degree and \int_{-1}^{1} x P_n(cos(x)dx = 0 for n larger than 1. The answer is 0 for n=0 and 2/3 for n=1 and the rest is 0 for n>1.
But using B)
\int_{-1}^{1} x P_n(x)dx = \frac{n+1}{2n+1}\int_{-1}^{1} P_{n+1}(x)dx + \frac{n}{2n+1}\int_{-1}^{1} P_{n-1}(x)dx
Recall \int_{-1}^{1} P_{n}(x)dx = 0 \;\Rightarrow\; \int_{-1}^{1} P_{n+1}(x)dx = \int_{-1}^{1} P_{n-1}(x)dx = 0
\Rightarrow \int_{-1}^{1} x P_n(x)dx = 0
So you see you get two different answers using A) and B). I double and triple check this and I cannot see where I did wrong.
A) \int_{-1}^1 f(x)P_n(x)dx = \frac{1}{2^n n!}\int_{-1}^{1} f^n(x)(x^2-1)^n dx
And
B) (n+1)P_{n+1}(x) + nP_{n-1}(x) = (2n+1)xP_n(x)
The function f(\theta) = cos(\theta) and I want to compute:
\int_0^{\pi} f(\theta) sin(\theta) P_n(cos(\theta)d\theta
= \int_0^{\pi} cos(\theta) sin(\theta) P_n(cos(\theta)d\theta \hbox { we let }x=cos(\theta) \Rightarrow dx=-sin(\theta) d \theta
\Rightarrow \int_0^{\pi} cos(\theta) sin(\theta) P_n(cos(\theta)d\theta = \int_{-1}^{1} x P_n(x)dx (1)
Using A) This imply f(x) is only first degree and \int_{-1}^{1} x P_n(cos(x)dx = 0 for n larger than 1. The answer is 0 for n=0 and 2/3 for n=1 and the rest is 0 for n>1.
But using B)
\int_{-1}^{1} x P_n(x)dx = \frac{n+1}{2n+1}\int_{-1}^{1} P_{n+1}(x)dx + \frac{n}{2n+1}\int_{-1}^{1} P_{n-1}(x)dx
Recall \int_{-1}^{1} P_{n}(x)dx = 0 \;\Rightarrow\; \int_{-1}^{1} P_{n+1}(x)dx = \int_{-1}^{1} P_{n-1}(x)dx = 0
\Rightarrow \int_{-1}^{1} x P_n(x)dx = 0
So you see you get two different answers using A) and B). I double and triple check this and I cannot see where I did wrong.
Last edited: