Madhadron:UnitCircleDeformed

From OpenWetWare
Jump to navigationJump to search

The distance between two points [math]\displaystyle{ \textbf{x}=(x_1,x_2,\dots,x_n) }[/math] and [math]\displaystyle{ \textbf{y}=(y_1,y_2,\dots,y_n) }[/math] in the classical Euclidean sense is

[math]\displaystyle{ \| x - y \| = \sqrt{(x_1 - y_1)^2 + (x_2 - y_2)^2 + \dots + (x_n - y_n)^2} }[/math]

However, other measures are possible. On a grid (say, the distance to get from place to place in New York City), the distance is the lateral distance, since you can't go on diagonals:

[math]\displaystyle{ \| x - y \| = |x_1 - y_1| + \dots + |x_n - y_n| }[/math]

We can dream up scenarios in which we take the cube of each term, and the cube root overall, or any other power that we care to choose. We'll generalize, and define the [math]\displaystyle{ p }[/math]-norm of a vector [math]\displaystyle{ \mathbf{x} }[/math] to be

[math]\displaystyle{ \|x\|_p = (|x_1|^p + \dots + |x_n|^p)^{\frac{1}{p}} }[/math]

After you play with this for a while, you might ask, "what does the unit circle look like for some [math]\displaystyle{ p }[/math]"? We'll explore this in two dimensions where it's easy to see. Nothing new happens in higher dimensions.

[math]\displaystyle{ p=2 }[/math] is our usual norm, and the unit circle is our usual circle. If we go to [math]\displaystyle{ p=1 }[/math], our grid norm above, then we are plotting the equation [math]\displaystyle{ |x_1| + |x_2| = 1 }[/math] which is just four line segments connecting the points (1,0), (0,1), (-1,0), and (0,-1). Here is a plot of the unit circles for [math]\displaystyle{ p=1,2,3,4 }[/math]:

To see the more general behavior, note that we can take the norm of a fixed vector [math]\displaystyle{ x }[/math] as a function of [math]\displaystyle{ p }[/math]. If we fix [math]\displaystyle{ x=(1,0) }[/math], or any of the other points on the axes, then the norm doesn't vary with [math]\displaystyle{ p }[/math]. It's always 1. If we go at forty five degrees between the axes ([math]\displaystyle{ x=(\frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}) }[/math]), then we have

[math]\displaystyle{ \begin{matrix} \|x\|_p & = & (\frac{1}{\sqrt{2}^p} + \frac{1}{\sqrt{2}^p})^{\frac{1}{p}} \\ & = & (2\frac{1}{2^{\frac{p}{2}}})^{\frac{1}{p}} \\ & = & (2^{1-\frac{p}{2}})^{\frac{1}{p}} \\ & = & 2^{(\frac{1}{p}-\frac{1}{2})} \end{matrix} }[/math]

Here is a plot of the function:

Remember, we have here a fixed vector: its value goes down, so in order to get a length of 1, we have to put in a longer vector. The unit circle thus heads steadily towards a square.

The limiting case is the [math]\displaystyle{ \infty }[/math]-norm, which is simply defined as [math]\displaystyle{ \|\mathbf{x}\|_\infty = \stackrel{max}{i=1,\dots,n} |x_i| }[/math], the largest component of the vector. A few moments thought show that the unit circle is simply the square centered at the origin with side length two, and all sides parallel to the axes.

Given these insights into the unit circle, we can actually use this to get another characteristic of a vector. How much does it lie on the axes? Are only two of its components in this basis important? Three?

To measure this, consider our vector [math]\displaystyle{ \mathbf{x} }[/math]. Take

[math]\displaystyle{ -\frac{d\|\mathbf{x}\|_p}{dp}|_{p=1} }[/math]

What is this horrible object? Consider a simple case, where [math]\displaystyle{ \mathbf{x} }[/math] has [math]\displaystyle{ k }[/math] components which are 1 and [math]\displaystyle{ n-k }[/math] components which are 0. Then

[math]\displaystyle{ \begin{matrix} - \frac{d\|\mathbf{x}\|_p}{dp} & = & -\frac{d}{dp} k^{\frac{1}{p}} \\ & = & \frac{1}{p} k^{\frac{1}{p}} \log k^{\frac{1}{p}} \end{matrix} }[/math]

When we evaluate this at [math]\displaystyle{ p=1 }[/math], we get [math]\displaystyle{ -\frac{d\|\mathbf{x}\|_p}{dp}|_{p=1} = k\log k }[/math], which is at least monotonic in [math]\displaystyle{ k }[/math], and gives us an estimate of the number of components.

I was led to this weirdness by looking simple and suitable random variables to use in the Lockless-Ranganathan Formalism, to whit, how do you measure the amount of variation in a given nucleotide?

\end{document}