Processing math: 100%

2309 Exercises

Ex 1. What is the Fourier series for sin2t?

We could compute the Fourier coefficients directly from the formulas, but instead we use a trig identity. By the double angle formula, cos(2t)=12sin2t, so sin2t=1212cos(2t) The right hand side is a Fourier series; it happens to be finite here. That is, the Fourier series for sin2t has only two nonzero coefficients. When we regard sin2t as having period 2π, its series has Fourier coefficients a0=1 and a2=1/2.

This answer makes sense for two reasons. First, sin2t is an even function, and here all the bn's are zero. Second, we expect polynomial functions of sine and cosine to have short Fourier series.

A remark from the point of view of material to be introduced later: This function has minimal period π, so it might be more natural to speak about its Fourier series for period π. This would be the same series, but the coefficients would be indexed differently. (If we thought of this Fourier series as having period π, a0 and a1 would be the nonzero coefficients.)

Ex 2. Explain why any function F(x) is a sum of an even function and an odd function in just one way. What is the even part of ex? What is the odd part?

This is a standard question to ask, and an important method to know.

An easy way to make an even function from an arbitrary F(x) is to take the sum F(x)+F(x). (Why is this even? F(x)+F(x)=F(x)+F(x)[f(x)=f(x)])
Similarly, subtracting F(x)F(x) gives an odd function. (Check this is odd. F(x)F(x)=(F(x)F(x))[f(x)=f(x)])

Adding the two together would give 2F(x), so we go back and divide by this factor of two: F(x)=F(x)+F(x)2+F(x)F(x)2 To show that this decomposition is unique, we suppose we have another decomposition Feven(x)+Fodd(x)=F(x), where Feven(x) is even and Fodd(x) is odd.
We are assuming thatFeven(x)+Fodd(x)=F(x)=F(x)+F(x)2+F(x)F(x)2. Rearranging terms, this means that Feven(x)F(x)+F(x)2=Fodd(x)+F(x)F(x)2 The left hand side here is the sum of two even functions, so it is also even, and, similarly, the right-hand side is the sum of two odd functions, so it is odd. But then each side is simultaneously both even and odd, and has to be zero. Thus, Feven(x)=F(x)+F(x)2 and Fodd(x)=F(x)F(x)2, so the even-odd decomposition of a function is unique.

This decomposition might seem familiar from hyperbolic trig function formulas: The even part of ex is ex+ex2=coshx, and the odd part of ex is exex2=sinhx.