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
1
vote
0 answers

Fourier Series of $sin^2(t)$

So, I know that $sin^2(t)$ is an even function so the $b_{n}$ co-efficient's are 0 and that we will only be figuring out the $a_{n}$ and the $a_{0}$ co-efficient's for the series and solving the integral. The period of $sin^2(t)$ is $\pi$ so I use…
James
  • 21
1
vote
2 answers

Under what conditions does $f(x)$ equal its Fourier Series

My question has 3 (similar) parts, and is as follows: Under what conditions does $f(x)$ equal its Fourier Series for all $x$, $-L \leq x \leq L$? Under what conditions does $f(x)$ equal its Fourier sine Series for all $x$, $0 \leq x \leq L$? Under…
1
vote
1 answer

How to find $ a_0 $ in Fourier Series

When we are trying to find $a_0$ in Fourier series we need to integrate it from $-L$ to $L$: \begin{align} f(x)&= a_0/2 + \sum_{m=1}^{\infty}a_m\cos\frac{m\pi x}{L}+\sum_{m=1}^{\infty}b_m\sin\frac{n\pi x}{L}\\ \implies…
1
vote
0 answers

Find the function which has this Fourier representation

Consider the fourier series $$\cos(\theta)+\frac{\cos (3 \theta)}{9}+\frac{\cos(5 \theta)}{25}+\cdots.$$ Find the function which has this Fourier representation. Answer: The fourier series can be written as $\sum_{n=0}^{\infty}…
MAS
  • 10,638
1
vote
1 answer

Fourier coefficients for Steklov function

I'm solving problems about Fourier series, but I cannot solve this one, could anyone give me an idea to solve it? Let $\{c_n\}$ be the Fourier coefficients of a function $f\in L_1(T,dt)$. Find the Fourier coefficients $\{c_n(h)\}$ for the (Steklov)…
1
vote
0 answers

Fourier' series with initial phase

Is it correct to add an initial phase to the Fourier's series? $$\sum_{k=-\infty}^{+\infty}{X_{k}\exp\left[j\left(2\pi kf_{0}t+\theta_{k}\right)\right]}$$ On my book there is only the following…
1
vote
0 answers

Fourier series of a fraction involving trigonometric functions

I'm trying to find the Fourier series of the following function: $$\dfrac{x \cos mx}{1-a\cos x},\ |a|<1.$$ I have discovered the following identity and tried to use it to solve the problem, but had no luck in getting the result. $$\dfrac{1-a\cos…
1
vote
2 answers

Fourier series of a sinusoidal waveform: $E=E_{0}\cos(\omega t)$ without negative half-cycles.

Statement of the problem: $a_{0}$ that I calculated is $\frac{E_{0}}{\pi}$. But I'm stuck with $a_{n}$ and $b_{n}$.
1
vote
1 answer

Periodic function bounded by cos

Suppose $f:\mathbb R\to\mathbb R$ is a smooth $2\pi$-periodic function. Consider the following statements: There exist $a,\phi\in\mathbb R$ such that $f(\theta)\geq a\cos(\theta+\phi)$ for all $\theta\in\mathbb R$. $\sum_{k=1}^n f(\theta+2\pi…
stewbasic
  • 6,131
1
vote
1 answer

LCM of time periods of a Fourier series

I was thinking something like this - in a Fourier series the period of the $n$th term where $p$ is the period of the function being considered would be at $ x = \dfrac{2p}{n}$ . If we were to take the lcms of all these time periods, we'd get to the…
Vrisk
  • 441
1
vote
0 answers

Sturm-Liouville system boundary conditions

I have a question about the various boundary conditions of a Sturm-Liouville system. I've been told that there are five different possible conditions for the system. However, can't seem to find them. Also, is there a specific condition that the…
1
vote
0 answers

Reasons not to prefer this alternative formulation of Fourier series

I was given the following formula for the Fourier series of a function with period $2\pi$: $$ \begin{align*} \hat f(x) = \frac {a_0} 2 + \sum_{n=1}^\infty a_n \cos (nx) + b_n \sin (nx) \end{align*} $$ This formula is awkward because the coefficient…
isekaijin
  • 1,765
1
vote
1 answer

Summing a Fourier series

$\text{Determine the sum of the Fourier series of $f(x)=x\sin(x)$ on $[-\pi,\pi]$ all |x| $\leq$ $\pi$}$ I found that the Fourier series was: $$1-\frac{1}{2}\cos(x)+2\sum_{n=2}^{\infty} \frac{(-1)^{n+1}}{n^2-1}\cos(nx)$$ Do I just take the average…
1
vote
1 answer

Fourier sine series for $\sin^2ax$

This answer to a related question notes that in addition to the usual Fourier expansion of $\sin^2(x)=\frac12 -\frac{\cos2x}2$ we do have the freedom to extend $\sin^2(x)$ to an odd function on $[−\pi,\pi]$ instead, in which case the Fourier series…