MATH 414 Lecture 2

From Notes
Jump to navigation Jump to search

« previous | Wednesday, January 15, 2014 | next »


Inner Product

Most common example is the vector dot product:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle \vec{u}, \vec{v} \right\rangle = \vec{u} \cdot \vec{v} = \sum_i u_i \, v_i = \left| \vec{u} \right| \, \left| \vec{v} \right| \, \cos{\theta}}

Generalized Algebraic Structure

We induce a geometry on the algebraic definition

Length: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\| \vec{v} \right\| = \sqrt{\left\langle \vec{v}, \vec{v} \right\rangle}}

Angle Between: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta = \cos^{-1}{\left( \frac{\left\langle \vec{u}, \vec{v} \right\rangle}{\left\| \vec{u} \right\| \, \left\| \vec{v} \right\|} \right)}}

The most important case is where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta = \frac{\pi}{2}} , in which case and—more importantly—the vectors and are perperdicular.

Properties of the Inner Product

Positivity: unless , in which case

Conjugate Symmetry: . In the case of real numbers, the property becomes commutativity:

Homogenuity:

Linearity:

Real Spaces

for , where and , we have


Complex Spaces

for , is given by (also written ), where is the conjugate transpose of .

Example: ,

Some concrete implementations of inner products may not satisfy all properties for all members of the space. [1]


Signal Spaces

Continuous and Discrete

A signal is just measured on .

Signals and Circuits

For current (essentially our function )

We can measure voltage drop of a signal

Power at time is given by

Energy in time interval is given by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E = \int_a^b P(t) \, \mathrm{d}t = R \, \int_{a}^{b} \left| I(t) \right|^2 \,\mathrm{d}t} .

Hence Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E = \int_{a}^{b} \left| f(t) \right|^2 \,\mathrm{d}t}

Finite Energy Signals

Complex valued Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(t)} gives amplitude and phase.


Finite energy: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int_a^b \left| f(t) \right|^2 \,\mathrm{d}t < \infty} . Moreover, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int_{\infty}^{\infty} \left| f(t) \right|^2 \,\mathrm{d}t < \infty}

Signals don't need to be continuous (digital circuit signals) [2]

Continuous Signal Space

All signals with finite energy fit into a space:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L^2 = \left\{ f : \left[ a,b \right] \to \mathbb{C} \mid \int_{a}^{b} \left| f(t) \right|^2 \,\mathrm{d}t < \infty \right\}}

The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L} comes from mathematician Lebesgue (ca. 1900), and the "square" comes from the square in the integral. The reason for this name is because integral we compute is a Lebesgue integral, not a Riemann integral. [3]

We define an inner product on Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L^2} as

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle f,g \right\rangle_{L^2[a,b]} = \int_a^b f(t) \, \overline{g(t)} \,\mathrm{d}t}


Discrete Signal Space

Notation: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l^2}

By sampling the function at fixed points, we obtain a sequence Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X = \left\{ x_n \right\}_{n=-\infty}^\infty = \left( \dots, x_{-1}, x_0, x_1, \dots \right)}

Thus Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l^2 \subset L^2} .

We define our inner product by a discrete sum:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle X, Y \right\rangle_{l^2} = \sum_{n = -\infty}^\infty x_n \, \bar{y}_n}

The energy in a discrete signal is similarly given by

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{n=-\infty}^\infty \left| x_n \right|^2}


Inner Product Spaces

Schwarz's Inequality

Using axioms from definition, we arrive at

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left| \left\langle \vec{u}, \vec{v} \right\rangle \right| \le \left\| \vec{u} \right\| \, \left\| \vec{u} \right\|} , where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\| \vec{u} \right\| = \sqrt{\left\langle \vec{u}, \vec{u} \right\rangle}} represents the norm of a vector Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{u} \in V} ("LENGTH")

Triangle Inequality

Property of length:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\| \vec{u} + \vec{v} \right\| \le \left\| \vec{u} \right\| + \left\| \vec{v} \right\|} .

"The sum of the lengths any two sides of a triangle must be at least the length of the third side."

Footnotes

  1. 1700s and Black Swan
  2. static pops are just discontinuities; static noise is a bunch of discontinuities in the signal
  3. A Lebesgue integral integrates over the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y} axis instead of the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x} axis. This may sound like a dumb idea, but it's brilliant because it allows us to integrate functions that would otherwise not be integrable.