Question
How can every function be expressed as a sum of sine and cosine waves?
Some Setup
Imagine the . Any point in this space is accessable by projecting onto the basis directions. This vector space is not structured enough. We can not measure length, angle, and similarity.
A inner product is a function that maps two vectors to a number (scalar). It must be:
- linearity Namely,
- symmetry Namely,
- positive definiteness Namely, and
From this you can get: length (norm)
Without positivity, vectors lengths could be imaginary length.
angle
Without symmetry, angles become asymmetric.
Orthogonality
Projection and general decomposition would fail.
In Hilbert space of functions, all elements are functions NOT vectors. A function is a point in an infinite-dimensional space. The inner product is the dot product. It measure how align two functions are.
Key Idea
A Fourier transform converst a signal over time into frequencies inside the signal.
is the original signal and is the frequency spectrum and is the frequency. Note that it’s the original function multipled against the term
Where does the term come from?
Requirements
Absolute Integrability ( condition)
The function must decay fast enough so the total area is finite.
Piecewise Continuity
The function must be piecewise continuous on finite intervals.
Dirichlet Conditions
- is absolutely integrable over a period.
- has a finite number of maxima and minima in any interval.
- has a finite number of discontinuities in any interval.
Relaxed Conditions
To generalize it, you can define the transform using distributions
- Tempered distributions include functions that are unbounded
Why Bother?
Recasting a function or math object into another coordinate system is a common trick to solve problems that otherwise would not be easily solvable.