Loading [MathJax]/jax/output/HTML-CSS/jax.js

Monday, November 25, 2013

Trigonometry and Nested Radicals

Early last month, I was chatting with one of my officemates about a curious problem I had studied in high school. I hadn't written any of the results down, so much of the discussion involved me rediscovering the results and proving them with much more powerful tools than I once possessed.

Before writing about the problem I had played around with, I want to give a brief motivation. For as long as humans have been doing mathematics, finding values of π has been deemed worthwhile (or every generation has just found it worthwhile to waste time computing digits).

One such way the Greeks (particularly Archmides) computed π was by approximating a circle by a regular polygon and letting the number of sides grow large enough so that the error between the area of the unit circle (π12) and the area of the polygon would be smaller than some fixed threshold. Usually these thresholds were picked to ensure that the first k digits were fully accurate (for some appropriate value of k).

In many introductory Calculus courses, this problem is introduced exactly when the limit is introduced and students are forced to think about the area problem in the regular polygon:
Given N sides, the area is NTN where TN is the area of each individual triangle given by one side of the polygon and the circumcenter.

Call one such triangle ΔABC and let BC be the side that is also a side of the polygon while the other sides have |AB|=|AC|=1 since the polygon is inscribed in a unit circle. The angle BAC=2πN since each of the triangles has the same internal angle and there are N of them. If we can find the perpendicular height h from AB to C, the area will be 12h|AB|=h2. But we also know that
sin(BAC)=h|AC|h=sin(2πN). Combining all of these, we can approximate π with the area:
πN2sin(2πN)=πsin(2πN)2πN. As I've shown my Math 1A students, we see that
limNπsin(2πN)2πN=πlimx0sin(x)x=π so these are indeed good approximations.

Theory is Nice, But I Thought We Were Computing Something

Unfortunately for us (and Archimedes), computing sin(2πN) is not quite as simple as dividing by N, so often special values of N were chosen. In fact, starting from N and then using 2N, the areas could be computed via a special way of averaging the previous areas. Lucky for us, such a method is equivalent to the trusty half angle identities (courtesy of Abraham De Moivre). To keep track of these polygons with a power of two as the number of sides, we call An=2n2sin(2π2n).

Starting out with the simplest polygon, the square with N=22 sides, we have
A2=2sin(π2)=2. Jumping to the octagon (no not that "The Octagon"), we have
A3=4sin(π4)=422=22. So far, the toughest thing we've had to deal with is a 45 angle and haven't yet had to lean on Abraham (himnot him) for help. The hexadecagon wants to change that:
A4=8sin(π8)=81cos(π4)2=8224=422.
To really drill home the point (and motivate my next post) we'll compute this for the 32-gon (past the point where polygons have worthwhile names):
A5=16sin(π16)=161cos(π8)2. Before, we could rely on the fact that we know that a 454590 triangle looked like, but now, we come across cos(π8), a value which we haven't seen before. Luckily, Abraham has help here as well:
cos(π8)=1+cos(π4)2=2+24=122+2 which lets us compute
A5=161122+22=822+2.

So why have I put you through all this? If we wave our hands like a magician, we can see this pattern continues and for the general n
An=2n222+2++2
where there are n3 nested radicals with the sign and only one minus sign at the beginning.

This motivates us to study two questions, what is the limiting behavior of such a nested radical:
2+s12+s2 as the signs s1,s2, takes values in {1,1}. Recasting in terms of the discussion above, we want to know how close we are to π as we increase the number of sides.

When I was in high school, I just loved to nerd out on any and all math problems, so I studied this just for fun. Having heard about the unfathomable brain of Ramanujan and the fun work he had done with infinitely nested radicals, I wanted to examine which sequences of signs (s1,s2,) produced an infinite radical that converged and what the convergence behavior was.

I'm fairly certain my original questions came from an Illinois Council of Teachers of Mathematics (ICTM) contest problem along the lines of
Find the value of the infinite nested radical 2+2+ or maybe the slightly more difficult Find the value of the infinite nested radical 22+22+. Armed with my TI-83, I set out to do some hardcore programming and figure it out. It took me around a month of off-and-on tinkering. This second time around as a mathematical grown-up, it took me the first half of a plane ride from SFO to Dallas.

In the next few weeks/months, I hope to write a few blog posts, including math, proofs and some real code on what answers I came up with and what other questions I have.

Tuesday, September 10, 2013

Calculating a Greatest Common Divisor with Dirichlet's Help

Having just left Google and started my PhD in Applied Mathematics at Berkeley, I thought it might be appropriate to write some (more) math-related blog posts. Many of these posts, I jotted down on napkins and various other places on the web and just haven't had time to post until now.

For today, I'm posting a result which was somewhat fun to figure out with/for one of my buddies from Michigan Math. I'd also like to point out that he is absolutely kicking ass at Brown.

While trying to determine if
J(Bn)Tor(Q)?=Z/2Z where J(Bn) is the Jacobian of the curve Bn given by y2=(x+2)fn(x) where fn denotes ffn times and f(x)=x22.

Now, his and my interests diverged some time ago, so I can't appreciate what steps took him from this to the problem I got to help with. However, he was able to show (trivially maybe?) that this was equivalent to showing that
gcd(52n+1,132n+1,,p2n+1,)=2(1) where the n in the exponents is the same as that in Bn and where the values we are using in our greatest common divisor (e.g. 5,13 and p above) are all of the primes p5mod8.

My buddy, being sadistic and for some reason angry with me, passed me along the stronger statement:
gcd(52n+1,132n+1)=2(2) which I of course struggled with and tried to beat down with tricks like 52+122=132. After a few days of this struggle, he confessed that he was trying to ruin my life and told me about the weaker version (1).

When he sent me the email informing me of this, I read it at 8am, drove down to Santa Clara for PyCon and by the time I arrived at 8:45am I had figured the weaker case (1) out. This felt much better than the days of struggle and made me want to write about my victory (which I'm doing now). Though, before we actually demonstrate the weaker fact (1)  I will admit that I am not in fact tall. Instead I stood on the shoulders of Dirichlet and called myself tall. Everything else is bookkeeping.

Let's Start the Math

First, if n=0, we see trivially that
gcd(520+1,1320+1)=gcd(6,14)=2 and all the remaining terms are divisible by 2 hence the gcd over all the primes must be 2.

Now, if n>0, we will show that 2 divides our gcd, but 4 does not and that no odd prime can divide this gcd. First, for 2, note that
p2n+1(±1)2n+12mod4 since our primes are odd. Thus they are all divisible by 2 and none by 4.

Now assume some odd prime p divides all of the quantities in question. We'll show no such p can exist by contradiction.

In much the same way we showed the gcd wasn't divisible by 4, we seek to find a contradiction in some modulus. But since we are starting with p2n+10modp, if we can find some such p with p1modp, then we'd have our contradiction from
0p2n+112n+12modp which can't occur since p is an odd prime.

With this in mind, along with a subsequence of the arithmetic progression {5,13,21,29,}, it seems that using Dirichlet's theorem on arithmetic progressions may be a good strategy. However, this sequence only tells us about the residue modulo 8, but we also want to know about the residue modulo p. Naturally, we look for a subsequence in
Z/8Z×Z/pZ corresponding to the residue pair (5mod8,1modp). Due to the Chinese remainder theorem this corresponds to a unique residue modulo 8p.

Since this residue r has r1modp, we must have
r{1,1+p,1+2p,,1+7p}. But since 1+kpr5mod8, we have kp4mod8 and k4(p)1mod8 since p is odd and invertible mod 8. But this also means its inverse is odd, hence k4(2k+1)4mod8. Thus we have 1+4pZ/8pZ corresponding to our residue pair. Thus every element in the arithmetic progression S={(1+4p)+(8p)k}k=0 is congruent to 1+4pmod8p and hence 5mod8 and 1modp.

What's more, since 5(Z/8Z)× and 1(Z/pZ)×, we have 1+4p(Z/8pZ)× (again by the Chinese remainder theorem). Thus the arithmetic progression S satisfies the hypothesis of Dirichlet's theorem. Hence there must at least one prime p occurring in the progression (since there are infinitely many). But that also means p occurs in {5,13,29,37,} hence we've reached our desired contradiction. RAA.

Now What?

We still don't know if the strong version (2)
gcd(52n+1,132n+1,,p2n+1,)=2 By similar arguments as above, if any odd prime p divides this gcd, then we have
52n1modp hence there is an element of order 2n+1. This means the order of the multiplicative group φ(p)=p1 is divisible by 2n+1. Beyond that, who knows? We're still thinking about it (but only passively, more important things to do).

Sunday, August 18, 2013

Some Fibonacci Fun with Primes

I haven't written in way too long and just wanted to post this fun little proof.

Assertion: Let Fn be the nth Fibonacci number defined by Fn=Fn1+Fn2, F0=0,F1=1. Show that for an odd prime p5, we have p divides Fp21.

Proof: We do this by working inside Fp instead of working in R. The recurrence is given by

(1110)(Fn1Fn2)=(Fn1+Fn2Fn1)=(FnFn1) and in general
(1110)n(10)=(1110)n(F1F0)=(Fn+1Fn) The matrix A=(1110) has characteristic polynomial
χA(t)=(1t)(0t)(1)(1)=t2t1 If this polynomial has distinct roots, then A is diagonalizable (this is sufficient, but not necessary). Assuming the converse we have χA(t)=(tα)2 for some αFp; we can assume αFp since 2α=1 is the coefficient of t, which means α=21 (we are fine with this since p odd means that 21 exists). In order for this to be a root of χA, we must have
04χA(21)4(22211)1245modp. Since p5 is prime, this is not possible, hence we reached a contradiction and χA does not have a repeated root.

Thus we may write χA(t)=(tα)(tβ) for α,βFp2 (it's possible that χA is irreducible over Fp, but due to degree considerations it must split completely over Fp2). Using this, we may write

A=P(α00β)P1 for some PGL2(Fp2) and so

Ap21=P(α00β)p21P1=P(αp2100βp21)P1 Since χA(0)=0010 we know α and β are nonzero, hence αp21=βp21=1Fp2. Thus Ap21=PI2P1=I2 and so

(FpFp21)=(1110)p21(10)=I2(10)=(10) so we have Fp21=0 in Fp as desired.