FourierTrigSeries[expr,t,n]
gives the n
-order Fourier trigonometric series expansion of expr in t.
FourierTrigSeries[expr,{t1,t2,…},{n1,n2,…}]
gives the multidimensional Fourier trigonometric series of expr.
FourierTrigSeries
FourierTrigSeries[expr,t,n]
gives the n
-order Fourier trigonometric series expansion of expr in t.
FourierTrigSeries[expr,{t1,t2,…},{n1,n2,…}]
gives the multidimensional Fourier trigonometric series of expr.
Details and Options
- The n
-order Fourier trigonometric series of
is by default defined to be
with
and
. - The following options can be given:
-
Assumptions $Assumptions assumptions on parameters FourierParameters {1,1} parameters to define Fourier trig series GenerateConditions False whether to generate results that involve conditions on parameters - With the setting FourierParameters->{a,b} the following series is returned:
with
and
.
Examples
open all close allBasic Examples (2)
Find the 5
-order Fourier trigonometric series of t:
FourierTrigSeries[t, t, 5]Plot[%, {t, -3π, 3π}]Find the 3
-order bivariate Fourier trigonometric series approximation to
:
FourierTrigSeries[x ^ 2 y, {x, y}, {3, 3}]Plot3D[%, {x, -Pi, Pi}, {y, -Pi, Pi}]Scope (4)
Find the Fourier trigonometric series of an exponential function:
FourierTrigSeries[E ^ (-t), t, 3]Fourier trigonometric series for a Gaussian function:
FourierTrigSeries[E ^ (-t ^ 2), t, 2]Fourier trigonometric series for Abs:
FourierTrigSeries[Abs[t], t, 2]Plot[{%, Abs[t]}, {t, -Pi, Pi}]The Fourier trigonometric series for a basis function has only one term:
FourierTrigSeries[Cos[3 t], t, 5]FourierTrigSeries[Sin[3 t], t, 5]Options (1)
FourierParameters (1)
Use a nondefault setting for FourierParameters:
FourierTrigSeries[E ^ (-Abs[t]), t, 2, FourierParameters -> {1, -2π}]See Also
FourierSeries FourierSinSeries FourierCosSeries Fourier FourierTransform Integrate
Function Repository: NFourierTrigSeries TrigApproximateList
Related Guides
History
Text
Wolfram Research (2008), FourierTrigSeries, Wolfram Language function, https://reference.wolfram.com/language/ref/FourierTrigSeries.html.
CMS
Wolfram Language. 2008. "FourierTrigSeries." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FourierTrigSeries.html.
APA
Wolfram Language. (2008). FourierTrigSeries. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FourierTrigSeries.html
BibTeX
@misc{reference.wolfram_2026_fouriertrigseries, author="Wolfram Research", title="{FourierTrigSeries}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/FourierTrigSeries.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_fouriertrigseries, organization={Wolfram Research}, title={FourierTrigSeries}, year={2008}, url={https://reference.wolfram.com/language/ref/FourierTrigSeries.html}, note=[Accessed: 13-June-2026]}