Linked Questions

1 vote
0 answers
80 views

Both a power series and a Fourier series can be used to approximate a function. How do you use these differently?
marimo's user avatar
  • 677
24 votes
3 answers
7k views

I've understood Taylor series as being the representation of a "transcendental" function, using power functions with coefficents represented by appropriate derivatives. (Or maybe it is the MacLauren ...
Tom Au's user avatar
  • 2,500
27 votes
2 answers
14k views

Taylor series expansion of function, $f$, is a vector in the vector space with basis: $\{(x-a)^0, (x-a)^1, (x-a)^3, \ldots, (x-a)^n, \ldots\}$. This vector space has a countably infinite dimension. ...
عاطف چودھری's user avatar
15 votes
3 answers
5k views

Both the Laplace transform and the Fourier transform in some sense decode the "spectrum" of a function. The Laplace transform gives a power-series decomposition whereas the Fourier transform gives a ...
isomorphismes's user avatar
4 votes
1 answer
1k views

I'm taking my first real analysis course and I'm trying to get a better feel about analytic functions. My understanding is that an analytic function is one which can be written as a power series. My ...
N.G.'s user avatar
  • 83
2 votes
2 answers
599 views

Suppose I have a function $f$ defined on the unit circle. Under what conditions can I define a new function $g$ defined on a subset of the complex plane containing the unit disk such that $f = g$ on ...
H_R's user avatar
  • 521
1 vote
2 answers
383 views

Let $f : \mathbb C\rightarrow \mathbb C$ be an analytic function : $f(z)= \sum a_n z^n$ It holds that $$a_n z^n= \frac{1}{2 \pi}\int_{-\pi}^{\pi}f(ze^{it})e^{-int}dt$$ and $$\sum_{n=0}^{\infty}|...
Gabriel Romon's user avatar
-2 votes
1 answer
294 views

Assume we have two fourier series $$f(x) = A_0 + \sum_{i=1}^{N}\alpha_i\cos(2ix)$$ $$g(x) = A_0 - \sum_{i=1}^{N}\alpha_i\cos(2ix)$$ Obviously there are many realtions between those functions (the same ...
Gevorg Hmayakyan's user avatar
1 vote
1 answer
355 views

I am stuck on how to calculate the value of the following sum: $\sum_{n=0}^\infty \frac{(-1)^n}{2n+1}$ I am aware that you need to find the corresponding function whose Fourier series is represented ...
Newbie1000's user avatar
2 votes
0 answers
200 views

I am not a Mathematician - am just a software developer though I did some "Math" back in the day as part of my undergrad studies millions of years ago. Recently I had to revisit Fourier analysis of ...
ARV's user avatar
  • 121
1 vote
1 answer
116 views

What kind of information is available in a Fourier series expansion of a real analytic function that is not (readily) available in a power series? When would one know to work with one over the other?
Elle Najt's user avatar
  • 21.7k
1 vote
0 answers
99 views

Assume I have some function $t\to f(t)$ that is well behaved enough to have a Fourier Transform $w\to \mathcal F\{f(t)\}(w)$ as well as a power series expansion $$p(t) = \sum_{k\in \mathbb Z^+} c_kt^k$...
mathreadler's user avatar
  • 26.7k
1 vote
1 answer
75 views

I was just trying to make something out from $$f(z)=u(z)+iv(z)$$ so what I did is the following: $$f(z)=u(z)+iv(z)=\sum_n c_nz^n=\sum_nc_nr^ne^{in\theta}=\sum_nc_nr^n(\cos(n\theta)+i\sin(n\theta))$$ ...
Himanshu's user avatar
  • 548