Finding the Fourier Series of E(t)

Trenthan
Messages
50
Reaction score
0

Homework Statement


{ 0 -pi < t < 0
E(t) =
{ sin(t) 0 < t < pi

Find the Fourier series
w = 1, T = 2pi, L = pi
a0 = 1/(2L) integral(-L to L) f(t) dt
an = 1/(L) integral(-L to L) f(t)cos(nwt)dt n = 1,2,3...
bn = 1/(L) integral(-L to L) f(t)sin(nwt)dt n = 1,2,3...

The Attempt at a Solution


now I am able to find a0 but cannot find an. I am stuck at integrating

an = (1/pi)*integral(0 to pi) sin(t)cos(nt) dt ***

because of the "n" in the "cos" i cannot find the integral, first glance i though integration by parts but that just swaps the sin and cos's around. Than I've looked at the double angle rules and since "n" changes i figured i couldn't apply either since n = 1,2,3... etc

Any idea where to go in order to integrate it ?***
bn is the same problem once i figure out how to integrate it, it should work out nicely

Thanks in advance TRENT
 
Physics news on Phys.org
\sin x\cos y=\frac12\biggl(\sin(x+y)+\sin(x-y)\biggr)
 
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