Expanding f(x) in Legendre Polynomials: Applying the Transformation u = x/2

Logarythmic
Messages
277
Reaction score
0
I wish to expand

f(x) = 1 - \frac{x^2}{4} , -2 \leq x \leq 2

in terms of Legendre polynomials.

I know that the transformation

u = \frac{x}{2}

maps the function onto the interval (-1,1), but how do I apply this transformation?

Should I use

g(x) = uf(x)

or maybe

g(x) = f(u(x))

?
 
Physics news on Phys.org
g(x)= f(u(x)). You are basically making a "change of variable".
 
But shouldn't f(2) = g(1)?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top