Integrating for Fourier Series

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
tomeatworld
Messages
49
Reaction score
0

Homework Statement


For positive integers m and n, calculate the two integrals:

[tex]\frac{1}{L}\int^{L}_{-L}sin(\frac{n \pi x}{L})sin(\frac{m \pi x}{L})dx[/tex] and [tex]\frac{1}{L}\int^{L}_{-L}sin(\frac{n \pi x}{L})cos(\frac{m \pi x}{L})dx[/tex]

Homework Equations


[tex]\int u v' dx = [u v] - \int u' v dx[/tex]

The Attempt at a Solution


For the first one, I can't seem to get anything other than 0 for the integral (but not in the normal way). If I work through, I end with [tex]I = \frac{n^{2}}{m^{2}}I[/tex] and that makes no sense at all. Every other part of the integral I find cancels to 0 as they all include [tex]sin(\frac{n \pi x}{L}) or sin(\frac{m \pi x}{L})[/tex] which will be 0 as n and m are integers. What am I doing wrong?

Edit: I plugged the two integrals into Mathematica and found the second one to be 0, which I calculated, but the first one is not. What do I need to change in my working?
 
Last edited:
Physics news on Phys.org
You could use the relations

[tex]sinAsinB=\frac{cos(A-B)-cos(A+B)}{2}[/tex]

[tex]sinAcosB=\frac{sin(A+B)+sin(A-B)}{2}[/tex]

This will make your integration easy.
It is better to view graphically too. Try to plot multiplication of two sine waves of different frequencies ( a sin and cos wave of different frequencies also) and see graphically. You can guess their average value graphically. In fact that is the result of your integration also.