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

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

I want to find $c_n$ satisfying $$\sum_{n\in\mathbb Z}c_ne^{inx}=\cos(3x)$$ Noting that $\langle e^{inx},e^{-imx}\rangle=0$ for $n\neq m$ in $[0,2\pi]$, I have $$c_m\int_0^{2\pi}e^{i(m-m)x}\,dx=\int_0^{2\pi}\cos(3x)e^{-imx}\,dx$$ but the RHS…
whorl
  • 119
1
vote
2 answers

Complex Fourier coefficients for $e^{|x|}$

I'm new to Fourier expansions and transforms, and I'm not sure how to proceed with this question. I know a function f(x) can be expressed as an infinite sum of $c_ne^{in \pi x/L}$, and that $c_n = (\frac1{2L})\int_{-L}^{L}e^{-in \pi x/L}f(x)…
1
vote
1 answer

Trying to find the Fourier series of $f(x)$, where $f(x)$ is a piecewise function that includes $E\;sin(\omega\;t)$.

Here's the full function I'm trying to find the Fourier series to: $$f(x) = \left\{ \begin{array}{lr} 0 & : -\frac{\pi}{\omega}\leq t\lt 0 \\ E\;sin(\omega t) & : 0\leq t\lt \frac{\pi}{\omega} \end{array} …
John
  • 863
1
vote
3 answers

How do I find the solution to this summation after computing the following power series?

I have found that the Fourier cosine series from $({-\pi},{\pi})$ of the function $f(x)=\cosh(x)$ is $$ \frac{2\sinh({\pi})}{\pi}\left[\frac{1}{2}+ \sum_{n\: =\: 1}^{\infty}\:\ \frac{(-1)^n}{n^2+1}\cos(nx)\right]$$ How do I use this to show: $$…
sean
  • 113
1
vote
3 answers

Fourier Transform Equation

Can anyone help me by explaining how to answer the following: Determine the fourier transform of: $f(x) = e^{-4x^2-4x-1}$ thanks, Euden
Euden
  • 551
  • 1
  • 4
  • 10
1
vote
0 answers

Show that the Fourier series is $\frac{8}{\pi} \sum_{k \;odd \ge 1} \frac{sin(k \theta)}{k^3} $

Consider the odd function $f(\theta)=\theta (\pi - \theta)$, then I need to show that: $f(\theta)=\frac{8}{\pi} \sum_{k \;odd \ge 1} \frac{sin(k \theta)}{k^3}$ then I computed the Fourier coefficients and I have…
user162343
  • 3,245
1
vote
0 answers

Properties of Fourier coefficients of real valued functions

Let $\hat{f}(n)$ be the Fourier coefficients of $f:[0,2\pi]\to \mathbb{C}$ defined as $$\hat{f}(n)=\int_{0}^{2\pi}f(x)e^{-{\rm{i}}nx}\,\mathrm{d}x$$ Note $f$ is Riemann-integrable on $[0,2\pi]$. We are given $\hat{f}(n)=\overline{\hat{f}(-n)}\forall…
shadow10
  • 5,616
1
vote
1 answer

Is it possible to use a fourier series to make a sin wave with a wave length that is not in the fourier series?

This may seem backwards since a fourier series isn't typically used this way but I'm trying to prove whether or not the sum of sin and cos waves could produce a sin wave with a wave length that is not in any of the summed waves. I don't intend the…
1
vote
2 answers

Using Complex Fourier Series to Find Real Coefficients

I am about to go insane with this problem, so I really hope some kind, kind soul out there can help me. I am trying to find the complex Fourier series of the following function and interval, and then use that to find the real Fourier…
Akitirija
  • 435
1
vote
1 answer

Why do we write the first term of the Fourier cosine series as $c_{0}/2$ instead of simply $c_0$?

The Fourier cosine series of some function $f(x)$ defined over the interval $[0, L]$is written as: $$f(x) = \sum_{k = 0}^{\infty} c_k\cos(\frac{k\pi}{L} x)$$ Where $c_k$ can be determined by the orthogonality of cosine functions: $$ \int_{0}^{L}…
bzm3r
  • 2,632
1
vote
1 answer

Computing the Fourier series of $\lvert x\rvert$

I am getting very confused when trying to compute the Fourier series of $f(x) = \lvert x\rvert$, $x \in [-1/2,1/2]$. Normally I have no trouble with this because it is mindlessly integrating to get your $a_{k}$'s and $b_{k}$'s, but I realized that…
JessicaK
  • 7,655
1
vote
1 answer

Complex Fourier Series coefficient reduction.

I am trying to understand the Complex Fourier series solution for the following function, as printed on "Fundamentals of Electric Circuits" by Alexander & Sadiku: The solution printed on the solutions manual is: Please note the highlighted…
S.s.
  • 199
  • 1
  • 11
1
vote
1 answer

How do I calculate Fourier series of an $f(x)$ with discontinuities inside its period?

I need to calculate Fourier series of: $$\sin(x)- \operatorname{IntegerPart}[\sin(x)]$$ This seems just a common sine function, with its value set to 0 at its max and mins, so the period is just the same as that of $\sin(x)$. But however I take it,…
bigstones
  • 211
1
vote
1 answer

Fourier series of this aperiodic piecewise function

I am trying to get Fourier sine series for $$ f(x) = \left\{ \begin{array}{lr} 3 & : 0\le x\le 6\\ 3-x & : 6\le x \le 9 \end{array} \right. $$ So far I know that the function is aperiodic, therefore I would have to construct…
1
vote
0 answers

Find the Fourier series of the following function function

Would someone be able to help me solve this? The function $f:(0,\pi]\to\mathbb{R}$ is defined by $$f(x) = \begin{cases} x & 0 < x \le \frac\pi2 \\[5pt] 0 & \frac\pi2 < x \le \pi \end{cases}$$ Find the coefficients and evaluate the series…
RinW
  • 335
  • 6
  • 18