Computing Fourier Series for a Piecewise Function

Knissp
Messages
72
Reaction score
0

Homework Statement


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

Homework Equations


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

The Attempt at a Solution



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

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

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

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

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

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

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

=\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

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

Any ideas? Thank you.
 
Last edited:
Physics news on Phys.org
Knissp said:
B_{n}=\frac{2}{L}\int_{0}^{L/2}A\sin(\frac{2\pi x}{L})\sin(\frac{n\pi x}{L})dx

Try using a trig identity at this point.

\sin(a) \sin (b) = ?
 
Thanks, that worked perfectly!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top