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
2 answers

Integrating a Fourier series

I am trying to integrate the Fourier series of $$f(x) = x,-\pi
Leo K.
  • 35
1
vote
1 answer

Continuity and discontinuity in fourier series?

Can somebody please explain continuity and discontinuity in fourier series?
Kalaivani
0
votes
1 answer

fourier series for g(x)=x between -pi and pi

Consider the following function defined on a finite interval: $$g(x) = x, 0\leq x\leq \pi $$ (3) (a) Sketch an even periodic extension of g(x). (b) Show that the Fourier cosine series representation of g(x)…
Alp
  • 41
  • 9
0
votes
1 answer

Fourier Series Coefficient Question

In calculating the Fourier Coefficients a0, an, bn: Why are the an and bn coefficients integrated over 2 times the inverse of the period, 2(1/T) while the a0 coefficient is integrated only over one over the period, (1/T)?
Fred
  • 1
0
votes
1 answer

evaluate arithmetic sum by using fourier series

Hi I've been trying for 40 minutes to evaluate the sum of the following arithmetic series with no luck. $\sum_{n=1}^\infty \frac{sin(2k)}{k}$ I've tried to make this into a fourier series by calculating $c_k$, $b_k$ and $a_k$ but I can't figure out…
majo
  • 25
0
votes
2 answers

Doubt in Fourier Series

When we solve the equation $$\frac 2{\pi}\int_{0}^{\pi}k\sin(nx)dx;$$ after integrating it, we get $\frac {2k}{n\pi}(1-\cos n\pi)$. Why is $\cos n\pi=(-1)^n$?
0
votes
1 answer

complex fourier series with odd function

Consider the periodic and hybrid function defined as $$f(t)=x, 0\le x \le 1$$ and $$f(t)=1$$ $$1\le x\le 2$$ Attempt: I need to calculate Cn $$C_n=\frac{1}{2}\int_0^1 xe^{-in\pi x}dx+\frac{1}{2}\int_1 ^2 1.e^{-in\pi x}dx$$ After evaluating this…
Alp
  • 41
  • 9
0
votes
1 answer

Fourier series of a periodic function with infinite number of extreme points

My formula booklet in signals analysis states that a condition for the Fourier series of a periodic function $x(t)$ to exist is that one period of $x(t)$ contains a finite number of maxima and minima. Is this true, and does it mean that I can't find…
Bjorn
  • 21
0
votes
1 answer

Discrete Fourier Series

I have a series of discrete values that are periodic and I am looking to calculate the Fourier series of it. I learnt all of this in college but I can't for the life of me remember now. The discrete series is as follows…
0
votes
1 answer

When do the sine components of a Fourier series vanish?

A Fourier series is given by: $$ s_N(x) = \sum c_n \cdot e^{i \frac{2\pi n x}{P}} $$ With Euler's identity, the exponential can be converted to a sums of sines and cosines. When do the sine components of a Fourier series vanish?
user13675
  • 197
0
votes
1 answer

Shortcut to sine series using regular expansion?

If we're given the Fourier series of $e^x$ on the interval $(0,2\pi)$, I'm wondering if there's a nicer way to extract the sine series of $e^x$ on the same interval other than getting the coefficients by the integral $\int e^x sin(nx) dx$. For the…
0
votes
0 answers

Complex form fourier series of a sum of e

The heart of the problem is finding a fourier series in its complex form for: $\displaystyle\sum _{k=-\infty }^{\infty } e^{-4|t-k|}$ The form I know of is $\displaystyle\sum_{k=-\infty}^{\infty} C_ne^{ikt\omega}$ My problem is that this is not a…
SteelSoul
  • 159
0
votes
1 answer

Using orthogonality of sines to find coefficients from a given boundary condition

I'm trying to solve Laplace's equation $\nabla^2 \phi=0$ in Cartesians on $0
Iain
  • 107
0
votes
1 answer

determine the Fourier series for the following function

determine the Fourier series for the function up to n= 3 given that $$f(t) = \begin{cases}-2 & \text{ if }\quad-\pi < t < -\frac{\pi}{2}\\ 0 & \text{ if }\quad -\frac{\pi}{2} < t < 0\\ 3 & \text{ if }\quad \quad\ 0 < t < \pi\end{cases}$$ any help…
simon
  • 3
0
votes
2 answers

How to sketch a graph for fourier series

I had to find fourier series for $f(x) = x$, $-\pi < x < \pi$. I found that the Fourier series for $f$ is $$\sum_{n=1}^{\infty}(-1)^{n+1}\cdot\frac{2}{n}\cdot\sin(nx).$$ Now I have to sketch the graph on $\left[-3\pi,3\pi\right]$. How do I do this?