Fourier series convergence test

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
JamesGoh
Messages
140
Reaction score
0

Homework Statement



A function f(x) is given as follows

f(x) = 0, , -pi <= x <= pi/2
f(x) = x -pi/2 , pi/2 < x <= pi

determine if it's Fourier series (given below)

[itex]F(x)=\pi/16 + (1/\pi)\sum=[ (1/n^{2})(cos(n\pi) - cos(n\pi/2))cos(nx) <br /> - (1/(2n^{2}))( n\pi cos(n\pi) + 2sin(n\pi/2) )sin(nx) ][/itex]

for n= 1 to infinity


converges to it for the case of x = pi/2

Homework Equations



F(x) = 0.5*[f(x+) + f(x-) ]


The Attempt at a Solution



see pdf attachment
 

Attachments

Physics news on Phys.org
Your work is kind of hard to follow, but it looks like you incorrectly got rid of the cosine terms. You have

[tex]F(x)=\frac{\pi}{16} + \frac{1}{\pi}\sum_{n=1}^\infty \frac{\cos n\pi -\cos \frac{n\pi}{2}}{n^2} \cos nx - \frac{1}{\pi}\sum_{n=1}^\infty \frac{n\pi \cos n\pi + 2\sin \frac{n\pi}{2}}{2n^2}\sin nx[/tex]

You can simplify it a bit by noting that [itex]\cos n\pi = (-1)^n[/itex]. Next, when [itex]x=\pi/2[/itex], the values of cos nx and sin nx depend on whether n is odd or even. Use those facts to get the series for [itex]F(\pi/2)[/itex].
 
Last edited: