Friday 28 August 2009

SPLITTING FTA FUNCTIONS (I)

The Fundamental Theorem of Arithmetic (FTA) grants every natural number, $latex n>1$, a unique factorization of the form:

$latex \displaystyle n=p_1^{\alpha_1}p_2^{\alpha_2}...p_{\omega(n)}^{\alpha_{\omega(n)}} = \prod_{i=1}^{\omega(n)} p_i^{\alpha_i}$

Where $latex \omega(n)$ is the number of distinct prime factors of n.

The arithmetical functions can be evaluated once the factorization of $latex n$ is known, (although there are many of them that can be calculated without factorization)

In fact, the only way to "express some arithmetical property of $latex n$" is that the function, must be dependant on the primes, $latex p_i$ and (or) on the coefficients, $latex \alpha_i$

So the arithmetical functions can be classified, in a psychedelic and unorthodox way of course, in:

1) Functions that depend only on coefficients.

2) Functions that depend only on primes.

3) Functions that depend both on primes and coefficients.

This classification, mathematically speaking, seems to be useless, but it is only an alternative to the alphabetical order, when it comes to deal with this topic.


References:

[1]-D. Joyner, R. Kreminski, J. Turisco @ Applied Abstract Algebra The Fundamental Theorem of Arithmetic
[2]-Arithmetic Function @ Wikipedia Arithmetic Function
[3]-Prime Factor @ Wikipedia Prime Factor

Thursday 27 August 2009

COROLLARY TO EULER´S COROLLARY



It is sure that, after a very short fraction of a second, the first time Euler saw (despite he was one-eyed and partially blind) Gauss´s Gamma Function Multiplication Formula:

$latex \displaystyle \prod _{k=0}^{n-1} \Gamma \left(\frac{k}{n}+z\right)=(2 \pi )^{\frac{n-1}{2}} n^{\frac{1}{2}-n z}\Gamma (n z)$

Euler tested the expresion with $latex \displaystyle z=\frac{1}{n}$ to get his corollary:

$latex \displaystyle \prod _{k=1}^{n-1} \Gamma \left(\frac{k}{n}\right)=\frac{(2 \pi )^{\frac{n-1}{2}}}{\sqrt{n}}$

Or maybe was Gauss who generalized, Legendre´s Gamma Duplication Formula with Euler´s ideas, I haven´t found anything about the real history.

Anyway, if we multiply Euler´s corollary by the Gamma Formula with $latex \displaystyle z=1$, and if we practice the "good habit" of multiplying things by $latex 1$:

$latex \displaystyle \Gamma \left(\frac{n}{n}\right)=\Gamma(1)=\Gamma \left(\frac{2n}{n}\right)=\Gamma(2)=1$

Then we get:

$latex \displaystyle \prod_{k=1}^{2n} \Gamma \left(\frac{k}{n}\right)=\frac{(2 \pi )^{n-1}}{n^n}\Gamma(n)$

References:

[1]-Xavier Gourdon and Pascal Sebah, Introduction to the Gamma Function
[2]-Gamma Function @ Wikipedia Gamma Function

Sunday 16 August 2009

CURIOUS SERIES-001

Curious Series 001

There´s a very common finite series, that use to be, at the begining on every book:

$latex \displaystyle S_{n}(z)=\sum _{k=0}^n z^k =\frac{z^{n+1}-1}{z-1}$

Where $latex z$ can be real or complex.

There is a, very well known, particular case of this series where $latex z=2$:

$latex \displaystyle S_{n-1}(2)=\sum _{k=0}^{n-1} 2^{k} =2^{n}-1=M_n$

$latex \displaystyle M_n$ are the Mersenne Numbers, and due to this sum, is easy to see that the Mersenne numbers consist of all 1s in base-2 (they are base 2 repunits)

But this entry is about another particular case of this finite sum:

$latex \displaystyle S_{n}(\textbf{i})=\sum _{k=0}^{n} \textbf{i}^k$

Where: $latex \textbf{i}=\sqrt{-1}$, is the complex unit.

$latex \displaystyle S_{n}( \textbf{i} ) =\frac{1}{2}(1+\textbf{i}) \left(1-\textbf{i}^{n+1}\right)$

This sum shows periodical behaviour with a period of $latex 4$, and its values changes from one vertex to another in a square of side equal to $latex 1$, if we plot them in the complex plane:

$latex \displaystyle S_{n}( \textbf{i} )=\{1,1+\textbf{i},\textbf{i},0,1,1+\textbf{i},\textbf{i},...\}$

$latex \displaystyle S_{n}(\textbf{i})=1\;$ if $latex \;n\equiv 0\;mod\;4$

$latex \displaystyle S_{n}(\textbf{i})=1+\textbf{i}\;$ if $latex \;n\equiv 1\;mod\;4$

$latex \displaystyle S_{n}(\textbf{i})=\textbf{i}\;$ if $latex \;n\equiv 2\;mod\;4$

$latex \displaystyle S_{n}(\textbf{i})=0\;$ if $latex \;n\equiv 3\;mod\;4$

If we take a look at the real part of the complex number $latex S_{n}(\textbf{i})$:

$latex \displaystyle Re\bigg(\sum _{k=0}^{n} \textbf{i}^k\bigg)=\{1,1,0,0,1,1,0,0,...\}$

Then we had just found the sequence A133872 from OEIS, and then we can construct another expressions for this sequence, and also for the problem series:

$latex \displaystyle A133872(n)=Re\bigg(\sum _{k=0}^{n} \textbf{i}^k\bigg)$

$latex \displaystyle A133872(n)=\frac{1}{2}\bigg(\sum _{k=0}^{n} \textbf{i}^k + \sum _{k=0}^{n} \textbf{i}^{-k}\bigg)$

$latex \displaystyle A133872(n)=\frac{1}{2}+\frac{1}{2} \text{cos}\left(\frac{n \pi }{2}\right)+\frac{1}{2} \text{sin}\left(\frac{n \pi }{2}\right)$

Then, if we expand to trigonometrical functions $latex S_{n}( \textbf{i} )$:

$latex \displaystyle S_{n}( \textbf{i} ) =\left(\frac{1}{2}+\frac{1}{2} \text{cos}\left(\frac{n \pi }{2}\right)+\frac{1}{2} \text{sin}\left(\frac{n \pi }{2}\right)\right) + \textbf{i} \left( \frac{1}{2}-\frac{1}{2} \text{cos}\left(\frac{n \pi }{2}\right)+\frac{1}{2} \text{sin}\left(\frac{n \pi }{2}\right)\right)$

And finally using the information inside OEIS:

$latex \displaystyle S_{n}( \textbf{i} )= \text{mod}\left(\bigg\lfloor\frac{n+2}{2}\bigg\rfloor,2\right)+ \textbf{i}\cdot \text{mod}\left(\bigg\lfloor\frac{n+1}{2}\bigg\rfloor,2\right)\cdot \textbf{i}$


References:[1]-A133872-Period 4: repeat 1,1,0,0. The On-Line Encyclopedia of Integer Sequences!


Sunday 9 August 2009

SUMMERTIME CHANGES


Now that the Fish are jumpin' and the cotton is high: the $latex \LaTeX$ code renderer this blog was using, is not working in the same way it was.

I´ve discovered today, that some older posts with tables and floor function symbols, are not been displayed properly. As far as I know, the server from http://yourequations.com/ has exceeded its files quota, and they have made some changes that are causing this kind of problems.

So I´ve added a new script that provides very good quality $latex \LaTeX$ rendering:

http://www.watchmath.com

with the added advantage that the code is easier to be included inside any page.

I´ve also updated my Mathematica´s version from 5.2 to 6.0 with some files I´ve found "somewhere" on the internet.