Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Calculus > Integral Transforms > Fourier Analysis >

FourierSinSeries

FourierSinSeries[expr, t, n]
gives the n^(th)-order Fourier sine series expansion of expr in t.
FourierSinSeries[expr, {t1, t2, ...}, {n1, n2, ...}]
gives the multidimensional Fourier sine series of expr.
  • The n^(th)-order Fourier sine series of f(t) is by default defined to be sum_(k=1)^nb_k sin(k t) with .
  • The m-dimensional Fourier sine series of f(t_1,t_2,...) is given by sum_(k_1=0)^(n_1)sum_(k_2=0)^(n_2)... b_(k_1,k_2,... )sin(k_1 t_1)sin(k_2 t_2)... with .
  • The following options can be given:
Assumptions$Assumptionsassumptions on parameters
FourierParameters{1,1}parameters to define Fourier sine series
GenerateConditionsFalsewhether to generate results that involve conditions on parameters
{1, 1}sum_(k=1)^nb_k sin(k t)
{1, 2Pi}sum_(k=1)^nb_k sin(2 pi k t)
{a, b}
  • The Fourier sine series of f(t) is equivalent to the Fourier series of .
Find the 5^(th)-order Fourier sine series approximation to t:
Find the 3^(rd)-order bivariate Fourier sine series approximation to x y:
Find the 5^(th)-order Fourier sine series approximation to t:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Find the 3^(rd)-order bivariate Fourier sine series approximation to x y:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Find the 3^(rd)-order Fourier sine series approximation to a quadratic polynomial:
Fourier sine series for a piecewise function:
The Fourier sine series for a basis function has only one term:
Use a non-default setting for FourierParameters:
The Fourier sine series of t^2:
The Fourier series of the odd extension of t^2:
In general these will always coincide:
The Fourier sine series of t^2 approximates :
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team