Fourier Series for f(x) = x(2∏-x)

Click For Summary

Homework Help Overview

The discussion revolves around obtaining the Fourier series for the function f(x) = x(2∏ - x) defined on the interval 0 < x < 2∏, with the condition that f(x) is periodic with period 2∏. Participants are exploring the correct application of Fourier series formulas and coefficients.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the correct formulas for the Fourier coefficients an and bn, with some questioning the integration process and the definition of ω. There is also a focus on ensuring the correct limits for integration and the implications of the periodicity of the function.

Discussion Status

The discussion is active, with participants providing corrections and clarifications regarding the formulas and integration limits. Some have shared their attempts at calculations, while others are seeking confirmation on their understanding and results.

Contextual Notes

There are indications of confusion regarding the application of Fourier series formulas for different periods, as well as the specific setup of the problem. Participants are also addressing the need to clarify the definitions and assumptions related to the Fourier coefficients.

azserendipity
Messages
10
Reaction score
0

Homework Statement


Please take into account I'm not very good at maths so I would just like to make sure that what I am doing so far is correct

Obtain the Fourier transform for:

f(x) = x(2∏-x) 0<x<2∏ f(x)=f(x+2∏)


Homework Equations



f(x) = 1/2 a0 + Ʃ {an cosnx + bn sinnx} = ao/2 + a1cosx +a2cos2x + b1sinx+b2sin2x +...

The Attempt at a Solution



an = 1/x ∫x(2∏-x)cos(nωt) dt

I've attached the rest of my working out below:
 

Attachments

  • Fourier Series.jpg
    Fourier Series.jpg
    22 KB · Views: 420
Physics news on Phys.org
Your formula for an is incorrect. You should have ##1/\pi## in front, not 1/x. What is ω equal to in this case? What about the bn coefficients?

I'm not sure exactly what you're doing with the integration. Why did you break it up into two pieces?
The second piece is definitely wrong. There's no cosine in it, for one thing.
 
Last edited:
Ah that makes more sense!

The question itself is:

Obtain the Fourier series for:

f(x)=x(2∏-x) 0<x<2∏ f(x)=f(x+2∏)

I split the integration because there was an f(x) and an f(x) so thought you were supposed to. There was also no mention of what the values for ω is and I hadn't gotten to the bn bit yet.

In the examples I have from my lecturer he has them with cosines in so I figured that this one would be the same. Please note I'm not very good at Fourier series!
 
Last edited:
Where did you get the formulas for an and bn? The definition of ##\omega## should have been given there. Show us the formula for an exactly as given (before you plug in f). Let's get all these little details straight before you dive into the problem.
 
The formulas I got the formulas for an and bn from my lecture notes. The exact formulas are written as:

Periodic functions as Fourier series

f(x)= [itex]\frac{1}{2}[/itex][itex]a{0}[/itex]+[itex]Ʃ^{∞}_{n=1}[/itex]{an cosnx + bn sinnx=[itex]\frac{a0}{2}[/itex] + a1 cosx + a2 cos2x+...+b1 sinx + b2 sin2x +...

a0=[itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x)dx ie. 2xmean value of f(x) over period

an= [itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x) * cosnx dx ie. 2x mean value of f(x)*cosnx over period

bn= [itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x) * sinnx dx ie. 2x mean value of f(x)*cosnx over period


I have also attached a printscreen of the lecturers example that I have been working off of
 

Attachments

  • fouriernotes.jpg
    fouriernotes.jpg
    13.1 KB · Views: 440
azserendipity said:
The formulas I got the formulas for an and bn from my lecture notes. The exact formulas are written as:

Periodic functions as Fourier series

f(x)= [itex]\frac{1}{2}[/itex][itex]a{0}[/itex]+[itex]Ʃ^{∞}_{n=1}[/itex]{an cosnx + bn sinnx=[itex]\frac{a0}{2}[/itex] + a1 cosx + a2 cos2x+...+b1 sinx + b2 sin2x +...
The above formula is applicable to functions with a period of ##2\pi##.

a0=[itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x)dx ie. 2xmean value of f(x) over period

an= [itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x) * cosnx dx ie. 2x mean value of f(x)*cosnx over period

bn= [itex]\frac{2}{T}[/itex][itex]\int[/itex][itex]^{T/2}_{-T/2}[/itex] f(x) * sinnx dx ie. 2x mean value of f(x)*cosnx over period
These formulas aren't quite right. It's mixing up the case where the period is ##2\pi## and the more general case of a period of T.

When the period is ##2\pi##, you have
\begin{align*}
f(x) &= \frac{a_0}{2} + \sum_{n=1}^\infty (a_n \cos nx + b_n \sin nx) \\
a_n &= \frac{1}{\pi}\int_{-\pi}^\pi f(x)\cos nx\,dx \\
b_n &= \frac{1}{\pi}\int_{-\pi}^\pi f(x)\sin nx\,dx
\end{align*}

When the period is T, you have
\begin{align*}
f(x) &= \frac{a_0}{2} + \sum_{n=1}^\infty (a_n \cos n\omega_0x + b_n \sin n\omega_0x) \\
a_n &= \frac{2}{T}\int_{-T/2}^{T/2} f(x)\cos n\omega_0x\,dx \\
b_n &= \frac{2}{T}\int_{-T/2}^{T/2} f(x)\sin n\omega_0x\,dx
\end{align*}where ##\omega_0 = 2\pi/T##. If you set ##T=2\pi## in these formulas, you'll recover the ones above.

For your particular f(x), the period is ##2\pi##, so you can use the first set of formulas.
 
Thank you so much for giving me those equations!

I have attempted them using those equations and I've attached when I've done so far.

The red circle is something that I am unsure about and everything below it is also what I want to check if it is okay?
 

Attachments

  • fourier.jpg
    fourier.jpg
    39.4 KB · Views: 427
  • fourier2.jpg
    fourier2.jpg
    21.8 KB · Views: 399
Sorry, I should have been a little more careful. The equations above assume one period of the function is defined on the interval [-T/2, T/2], but one period of f(x) in this problem is defined on [0, 2pi]. You want to use these equations instead:
\begin{align*}
f(x) &= \frac{a_0}{2} + \sum_{n=1}^\infty (a_n \cos nx + b_n \sin nx) \\
a_n &= \frac{1}{\pi}\int_0^{2\pi} f(x)\cos nx\,dx \\
b_n &= \frac{1}{\pi}\int_0^{2\pi} f(x)\sin nx\,dx
\end{align*}What the limits of the integrals are don't really matter other than they have to cover exactly one period.
 
Hi,

the answer I got for Ao was 4pi^3 / 3. I've attached a copy of the worknigs just to do a final check that I'm doing it right!

Thank you so much for helping me as well :)

Also is Fourier series similar to the complex Fourier series or would I have to use a whole new set of equations?
 

Attachments

  • fourier3.jpg
    fourier3.jpg
    30 KB · Views: 385
  • #10
Close. It should be ##4\pi^2/3##.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
3K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K