1. Sine and Cosine decomposition.
Suppose you are given a function on an interval, f(x):[0,1]→R. Such function f(x) can be expressed as a sum of 'sine waves' and cosine waves and constant
f(x)=a0+n=1∑∞ancos(2nπx)+bnsin(2nπx).
Can you figure out a way to determine the coefficients an and bn?
Test out your method for the following function
f(x)={100<x<1/21/2≤x≤1
find a0,a1,b1 and plot the truncated Fourier series
a0+a1cos(2πx)+b1sin(2πx).
How does this resemble your original given function?
2. Consider the following equation, for t>0,
f′(t)+f(t)=0
And suppose f(0)=1. Can you solve f(t) for t>0?
3. Consider the following equation, for t>0,
(d/dt+1)(d/dt+2)f(t)=0
And suppose f(0)=1,f′(0)=0. Can you solve f(t) for t>0?
4. Consider the following equation, for t>0,
[(d/dt)2+1]f(t)=0
And suppose f(0)=1,f′(0)=0. Can you solve f(t) for t>0?
5 (bonus, optional). Consider the following equation, for t>0,
(d/dt+1)(d/dt+1)f(t)=0
And suppose f(0)=1,f′(0)=0. Can you solve f(t) for t>0?