Questions tagged [fourier-series]

A Fourier series is a decomposition of a periodic function as a linear combination of sines and cosines, or complex exponentials.

If $f$ is a periodic function with period $2\pi$, a Fourier series for $f$ is an expansion of the form $$ f(x) = \frac{a_0} 2 + \sum_{n = 1}^\infty a_n \cos nx + \sum_{n = 1}^\infty b_n \sin nx .$$

This decomposition is useful for solving partial differential equations, and it has important applications in the study of waves.

If $f$ is continuously differentiable, a theorem of Dirichlet states that a Fourier expansion exists where the infinite sums converge uniformly to $f$. Under the weaker assumption that $f \in L^2[0,2\pi]$, there exists a Fourier expansion where the infinite sums converge to $f$ in the $L^2$ sense.

The sines and cosines appearing in the Fourier expansion form an orthogonal basis for $L^2[0,2\pi]$. Therefore, a simple way of evaluating the $a_n$ and $b_n$ coefficients is by orthogonal projection, $$ a_n = \frac 1 \pi \int_0^{2\pi} f(x) \cos nx\ \mathrm dx, \ \ \ \ \ \ \ \ \ b_n = \frac 1 \pi \int_0^{2\pi} f(x) \sin nx\ \mathrm dx.$$

5656 questions
0
votes
1 answer

Complex Fourier Series of $|x|$

How would I write the Fourier series for $|x|$ in complex form over the interval $[-2,2]$? I have already tried writing $$|x|=\sum c_ne^{i\pi nx/2}$$ where \begin{align*}c_n&=\frac{1}{4}\int_{-2}^{2}|x|e^{-i\pi…
ant11
  • 2,033
  • 15
  • 38
0
votes
2 answers

Fourier Series - Integration

Could someone explain where I am going wrong with the following fourier series calculation please? I'm trying to compute the $A_{0}$ and $A_{n}$ coefficients for the fourier series: \begin{align} 1+0.3\cos(4\pi x) = A_{0} +…
0
votes
2 answers

Deriving fourier series using complex numbers - introduction

So this is the follow up thread to the one I asked before but you don't need to read the other one for this to make sense. If you want to, read PZZ's answer: link to the thread. So I know that there exist a basis in $L^2$ which is a set of…
Tyler Hilton
  • 2,737
0
votes
1 answer

Fourier Coefficients of a Sequence of Functions

Let $f_k$ be a sequence of Riemann integrable functions over $[0,2\pi]$ such that $$\lim_{k\rightarrow\infty}\int_0^{2\pi}|f_k-f|=0$$ for some function $f$. Let $\hat{g}(n)$ denote the $n$th Fourier coefficient of $g$. Prove that for all…
ant11
  • 2,033
  • 15
  • 38
0
votes
1 answer

Fourier coefficients.

I don't quite see how the following hold and would appreciate an explanation: (1) The Fourier coefficients of $cos(\frac{6\pi n}{N})$ are $\delta[k-3]+\delta[k+3]$ (2) $\sum_{n=0}^{N-1}\delta[n]e^{-\frac{j2\pi kn}{N}} = 1$ Where $\delta[n]$ is the…
Grtv
  • 363
  • 2
  • 10
0
votes
1 answer

Given Fourier series for $f(x)$ continuous over $[-\pi, \pi]$. find $\int_{-\pi}^\pi f(x)\cos^2(nx)dx$

I'm learning to the exam and I find this exercise in the book , and I can't think how I solve it. Given Fourier series for $f(x)$ continuous over $[-\pi, \pi]$. $$f(x) \approx \frac{a_0}{2} + \sum^\infty_{n=1}a_n\cos(nx) + b_n\sin(nx).$$ Find…
Billie
  • 3,449
0
votes
2 answers

express $a\sin(\omega t)$ as a fourier series. Is the solution $f(\omega t)=\frac{1}{2\pi}a$?

To express $a\sin(\omega t)$ as a fourier series. let, ${\omega t}=\theta$ $f(\theta)= a_{0}+\sum_{n=1}^{n=\infty}a_{n}{\cos( n\theta)}+\sum_{n=1}^{n=\infty}b_{n}{\sin(…
HOLYBIBLETHE
  • 2,770
0
votes
0 answers

Calculating and Drawing the Fourier Series

This is a question from an old exam, I'm trying to understand the key and comments provided by the examiner. First question is simply determine the Fourier series of the function $f$ defined as $1-x^2$ on $[-\pi,0)$ and as $1+x^2$ on $[0,\pi)$. I…
0
votes
3 answers

how to work out a very confusing integral

i am learning fourier series and i am stuck on an integral. So i am looking for $$a_n={1\over\pi}\int_0^{2\pi} f(x)\cos(nx)\ dx ={1\over\pi}\int_0^{2\pi} \frac{( \pi-x)^2}{4}\cos(nx)\ dx$$ $$={1\over4\pi}\int_0^{2\pi} ( \pi-x)^2\cos(nx)\ dx$$ I…
0
votes
1 answer

Fourier series of a square wave signal with a bias

Given a $f(t)$ of the kind: $$f(t)=1, \{kt_0\le t\le kt_0+\tau\}$$ $$f(t)=a,\{kt_0+\tau\le t\le (k+1)t_0\}$$ with $a\lt 1$ what is the Fouries series development of f(t)? Thanks
0
votes
1 answer

Find the Fourier series S(t) of the period 2$\pi$

Find the Fourier series S(t) of the period $2\pi$ function $f(t)=\begin{cases} -1& \text{if −$\pi$ < t < 0;}\\ \;\;1& \text{if $\:$0 < t < $\pi$;}\\ \;\;0&\text{if $t = −\pi, 0, or \;\pi$ } \end{cases}$ Use MATHEMATICA to graph partial sums $S_N(t)$…
Avinesh
  • 533
0
votes
0 answers

Fourier series expansion of a phase shifted quasi-square wave

I am trying to evaluate the trigonometric Fourier series expansions of three quasi-square waves, which are essentially the same quasi-square waveform, phase-shifted with respect to each other by multiples of $\frac{2\pi}{3}$. The three waveforms are…
MNairA
  • 1
  • 2
0
votes
2 answers

Differentiating a triangular wave

I was really stuck and tried many times to differentiate the following series, and tried to convince myself that the differential form of a triangular wave is the square wave. But I couldn't work it out as I found those sins and cos dont match…
el psy Congroo
  • 223
  • 4
  • 12
0
votes
0 answers

What is the formula for a0 in the fourier series coefficient and what is the significance of the term before?

I'm trying to understand the fourier series coefficients for trig fourier series, and I came across the general expansion written in this form. And their respective formulas, and I found an inconsistency in stuff online and what is taught by my…
Wolfking
  • 101
0
votes
0 answers

Fourier series for $f(x) = \cos(3x)$

I tried to to fourier series for $f(x) = \cos(3x)$, and I keep getting $0$ for all coeficients, $a_0$ and $a_n$. Am I missing something? Could $\cos(3x)$ be fourier series on its own?
murat
  • 1
  • 2