Susanne217
- 311
- 0
Homework Statement
If I have the standard sign function defined on R is the corresponding Fourier series the standard Fourier series with plus/minus in front respectively?
The discussion centers on finding the Fourier series for the sign function defined as f(x) = 1 for x > 0 and f(x) = -1 for x < 0, over the interval [-π, π]. Participants clarify that a Fourier series can only be defined for this function when the domain is restricted to a finite interval. The relevant formulas for calculating Fourier coefficients are provided, specifically for odd functions, where b_k = (2/π) ∫[0, π] sin(kx) dx. The final steps involve evaluating these integrals to derive the Fourier series.
PREREQUISITESMathematicians, engineering students, and anyone interested in signal processing or harmonic analysis will benefit from this discussion on Fourier series and the sign function.
jbunniii said:Can you write down exactly what you mean by "standard sign function"? To me, it means
f(x) = \left\{\begin{array}{ll}1, & \textrm{if }x > 0 \\<br /> -1, & \textrm{if }x < 0 \end{array}\right.
and f(0) is typically defined as either 0 or 1, though its value doesn't make any difference with regard to Fourier series.
There is no Fourier series defined for this function unless you restrict the domain to a finite interval. And the series will depend on which interval you choose.
jbunniii said:Can you write down the formula for finding the Fourier coefficients of f(x), and then try plugging in this particular f(x), so we can see how far you are able to get on your own?
jbunniii said:Yes, let's work with that. Your function is clearly odd, so use the formula for b_k. (By the way, there's a typo in your formula for f(x): surely n_k should be b_k.)
Now plug in f(x) for this particular function. What is n in this case?
jbunniii said:No, n is the (one-sided) interval over which the function is defined.
Your function is defined on [-\pi, \pi], so n = \pi.
The formula for b_k tells you to integrate only over [0,\pi]. Your function is equal to ONE over that entire interval, so you simply end up with
b_k = 2 \int_{0}^{\pi} sin(kx) dx
You don't have to worry about the negative half of the function, because this formula for b_k assumes that the function is odd.
There is a more general formula for Fourier coefficients which does not assume that the function is even OR odd:
a_k = \int_{-\pi}^{\pi} f(x) \cos(kx) dx
b_k = \int_{-\pi}^{\pi} f(x) \sin(kx) dx
Note that in the special case where f(x) is odd, a_k = 0 (can you see why?), and the formula for b_k can be simplified as follows:
\begin{align*}b_k &= \int_{-\pi}^{\pi} f(x) \sin(kx) dx \\<br /> &= \int_{-\pi}^0 f(x) \sin(kx) dx + \int_{0}^{\pi} f(x) \sin(kx) dx \\<br /> &= 2 \int_{0}^{\pi} f(x) \sin(kx) dx \end{align*}
which matches the formula you are using. Thus if the function is odd, this simplified formula allows you to integrate only over the positive half, [0,\pi].
LCKurtz said:Hey Susanne217, I have missed you in your other thread:
https://www.physicsforums.com/showthread.php?p=2371059#post2371059
Just when I thought we were getting close, you disappeared. Did you get that problem solved?
Susanne217 said:Is says find the Fourier series
f(x) = sign(x) where x \in ]-\pi,\pi[
But since my interval is finite. How do I then go about finding the Fourier series for that f(x)??
ramsey2879 said:Did you mean "sign" or --sine--?
Susanne217 said:Hi I had some family troubles so I didn't get arround to finishing it.
I did the intermediate calculations for the b_k but how was suppose to compare that result to find the some for the second series that I didn't?
Is it some obvious theorem that I overlooked maybe? Compare two series?
Susanne217 said:So basically my Fourier series for the sign function over the finite is with that b_k above?