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 >

FourierCosCoefficient

FourierCosCoefficient[expr, t, n]
gives the n^(th) coefficient in the Fourier cosine series expansion of expr.
FourierCosCoefficient[expr, {t1, t2, ...}, {n1, n2, ...}]
gives a multidimensional Fourier cosine coefficient.
  • The n^(th) coefficient in the Fourier cosine series expansion of f(t) is by default given by .
  • The m-dimensional Fourier cosine coefficient is given by .
  • The following options can be given:
Assumptions$Assumptionsassumptions on parameters
FourierParameters{1,1}parameters to define Fourier series
GenerateConditionsFalsewhether to generate results that involve conditions on parameters
  • The function expr is assumed to be periodic in t with period 2 pi, except when otherwise specified by FourierParameters.
{1, 1}default settings
{1, 2Pi}period 1
{a, b}general setting
Find the 5^(th) Fourier cosine coefficient:
Find the general term coefficient:
Plot the sequence:
Find the {3,5} Fourier cosine coefficient:
Find the coefficient of the general term:
Plot the multivariate sequence:
Find the 5^(th) Fourier cosine coefficient:
In[1]:=
Click for copyable input
Out[1]=
Find the general term coefficient:
In[2]:=
Click for copyable input
Out[2]=
Plot the sequence:
In[3]:=
Click for copyable input
Out[3]=
 
Find the {3,5} Fourier cosine coefficient:
In[1]:=
Click for copyable input
Out[1]=
Find the coefficient of the general term:
In[2]:=
Click for copyable input
Out[2]=
Plot the multivariate sequence:
In[3]:=
Click for copyable input
Out[3]=
Find the 6^(th) Fourier cosine coefficient for a quadratic polynomial:
General Fourier cosine coefficient for a piecewise function:
Fourier cosine coefficient for a Gaussian function:
Fourier cosine coefficient for a basis function:
Use a non-default setting for FourierParameters:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team