What is Fourier Legendre series?

Because the Legendre polynomials form a complete orthogonal system over the interval with respect to the weighting function , any function may be expanded in terms of them as. (1) To obtain the coefficients in the expansion, multiply both sides by and integrate.

How do you find the Fourier series of a coefficient in Matlab?

Calculating Fourier Series Coefficients Using Custom Matlab…

  1. function[ak] = cal_fs(x, w0, N)
  2. ak = zeros(1,2*N+1); %intialize a row vector of 2N+1 zeros.
  3. T = 2*pi/w0; %calculate the period and store in T.
  4. syms t;
  5. for k = -N:N.
  6. ak = 1/T * int(x * exp(-1i*k*w0*t), t); % ak is fourier coefficient.
  7. end.

Why Legendre polynomial is important?

For example, Legendre and Associate Legendre polynomials are widely used in the determination of wave functions of electrons in the orbits of an atom [3], [4] and in the determination of potential functions in the spherically symmetric geometry [5], etc.

Why do we use Legendre polynomials?

Are Legendre polynomials orthogonal?

In physical science and mathematics, Legendre polynomials (named after Adrien-Marie Legendre, who discovered them in 1782) are a system of complete and orthogonal polynomials, with a vast number of mathematical properties, and numerous applications.

What is Fourier series coefficients?

(1.1) Fourier series representation of a periodic function. Where n is the integer sequence 1,2,3,… In Eq. 1.1, av , an , and bn are known as the Fourier coefficients and can be found from f(t). The term ω0 (or 2πT 2 π T ) represents the fundamental frequency of the periodic function f(t).

What is Fourier series formula?

The Fourier series formula gives an expansion of a periodic function f(x) in terms of an infinite sum of sines and cosines. It is used to decompose any periodic function or periodic signal into the sum of a set of simple oscillating functions, namely sines and cosines.

What is the Legendre differential equation?

The functions we consider are Legendre, Bessel, Neumann, Hankel, Hermite and Laguerre func- tions. Legendre’s differential equation has the form (1 − x2)y − 2xy + l(l + 1)y = 0, (2) where the parameter l, which is a real number, (we take l = 0,1,2,ททท), is called the degree.