Computing Fourier Series for a Piecewise Function

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
2 replies · 2K views
Knissp
Messages
72
Reaction score
0

Homework Statement


Find the Fourier series for [tex]y(x)=\begin{cases}<br /> A\sin(\frac{2\pi x}{L}) & 0\leq x\leq\frac{L}{2}\\<br /> 0 & \frac{L}{2}\leq x\leq L\end{cases}[/tex]

Homework Equations


[tex]B_{n}=\frac{2}{L}\int_{0}^{L}y(x)\sin(\frac{n\pi x}{L})dx[/tex]

The Attempt at a Solution



[tex]B_{n}=\frac{2}{L}\int_{0}^{L/2}A\sin(\frac{2\pi x}{L})\sin(\frac{n\pi x}{L})dx[/tex]

[tex]=\frac{2}{L}\int_{0}^{\frac{L}{2}}A\sin(\frac{\pi x}{L/2})\sin(\frac{(n/2)\pi x}{L/2})dx[/tex]

[tex]=\frac{1}{p}\int_{0}^{p}A\sin(\frac{\pi x}{p})\sin(\frac{\frac{n}{2}\pi x}{p})dx[/tex]

[tex]=\begin{cases}<br /> 0 & \frac{n}{2}=1\\<br /> \frac{A}{2} & \frac{n}{2}\in\mathbb{Z}\text{ and }\frac{n}{2}\neq1\end{cases}[/tex]

So this takes care of the even values of n, but I'm not sure what to do when n is odd.

[tex]=\frac{1}{p}\int_{0}^{p}A\sin(\frac{\pi x}{p})\sin(\frac{(\frac{2k+1}{2})\pi x}{p})dx[/tex]

[tex]=\frac{1}{p}\int_{0}^{p}A\sin(\frac{\pi x}{p})\sin(\frac{(k\pi x+\frac{1}{2}\pi x}{p})dx[/tex]

[tex]=\frac{1}{p}\int_{0}^{p}A\sin(\frac{\pi x}{p})[\sin(\frac{k\pi x}{p})\cos(\frac{\frac{1}{2}\pi x}{p})+\cos(\frac{k\pi x}{p})\sin(\frac{\frac{1}{2}\pi x}{p})]dx[/tex]

I'm not really sure if this is going anywhere. The final answer should be [tex]B_{n}=\frac{4A(-1)^{\frac{n+1}{2}}}{\pi(n^{2}-4)}[/tex], where n is odd.

Any ideas? Thank you.
 
Last edited:
Physics news on Phys.org
Thanks, that worked perfectly!