<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CloudComplex's Curious Conundrums</title>
	<atom:link href="http://cloudcomplex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloudcomplex.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 01 Jan 2010 03:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cloudcomplex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CloudComplex's Curious Conundrums</title>
		<link>http://cloudcomplex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cloudcomplex.wordpress.com/osd.xml" title="CloudComplex&#039;s Curious Conundrums" />
	<atom:link rel='hub' href='http://cloudcomplex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mental math!!!</title>
		<link>http://cloudcomplex.wordpress.com/2010/01/01/mental-math/</link>
		<comments>http://cloudcomplex.wordpress.com/2010/01/01/mental-math/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 03:14:36 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=301</guid>
		<description><![CDATA[Throughout my entire, erm, &#8220;math career,&#8221; one of my largest weaknesses has been my inability to do mental math. Many strong competitors in the olympiad scene have very strong mental math abilities. This is probably a result of speed training and such, as MathCounts is almost all speed, and even AMC and AIME probably requires [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=301&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Throughout my entire, erm, &#8220;math career,&#8221; one of my largest weaknesses has been my inability to do mental math. Many strong competitors in the olympiad scene have very strong mental math abilities. This is probably a result of speed training and such, as MathCounts is almost all speed, and even AMC and AIME probably requires fast and accurate computations. I&#8217;ve always thought that I would be fine without training myself in this aspect, but seeing as I seem to have hit a wall in improving myself, I began wondering whether or not I should focus more on it.</p>
<p>As an experiment, I took a problem from Putnam and Beyond from one of the beginning sections, and decided to work on it only in my head. No calculator, no pencil or paper. Just mental math. And this includes coming up with a finalized proof:</p>
<p><strong>Find the least positive integer n such that any set of n pairwise relatively prime integers greater than 1 and less than 2005 contains at least one prime number.</strong></p>
<p>I began by reformulating the problem into finding the greatest positive integer n such that there exists a set of n pairwise relatively prime integers in the range, none of which is a prime number.</p>
<p>I then start thinking about how we could come up with such a set of integers. None of them are prime, so each one has at least two prime factors. However, they are relatively prime, so if one of these primes shows up in one integer, it can&#8217;t show up in any of the others. Also, we can assume that each integer has at most two prime factors. If it has three or more, we can simply remove them and still have a working set, as the number will still not be prime.</p>
<p>A good way to come up with the actual number is to come up with an &#8220;intuitive&#8221; set, and work from there. I decided to start with <img src='http://s0.wp.com/latex.php?latex=2%5E2%2C+3%5E2%2C+5%5E2%2C+....%2C+43%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='2^2, 3^2, 5^2, ...., 43^2' title='2^2, 3^2, 5^2, ...., 43^2' class='latex' />. This is where some of the mental math kicks in! Mentally multiplying numbers is a very useful skill. Here, I had to find the largest prime that, when squared, is still less than 2005. So a good estimate is 41. To square it mentally, I used the following trick:</p>
<p><img src='http://s0.wp.com/latex.php?latex=41%5E2+%3D+%2840+%2B+1%29%5E2+%3D+40%5E2+%2B+2+%5Ccdot+40+%5Ccdot+1+%2B+1%5E2+%3D+1681&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='41^2 = (40 + 1)^2 = 40^2 + 2 &#92;cdot 40 &#92;cdot 1 + 1^2 = 1681' title='41^2 = (40 + 1)^2 = 40^2 + 2 &#92;cdot 40 &#92;cdot 1 + 1^2 = 1681' class='latex' /></p>
<p>Now we just keep using this method to square some more! We find that <img src='http://s0.wp.com/latex.php?latex=43%5E2+%3D+1849&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='43^2 = 1849' title='43^2 = 1849' class='latex' />, and although we can kind of guess that 47 will go over, we can still confirm that <img src='http://s0.wp.com/latex.php?latex=47%5E2+%3D+2209&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='47^2 = 2209' title='47^2 = 2209' class='latex' /></p>
<p>So now we have a set of 14 integers which works, using the 14 smallest primes. At this point, we should start thinking about whether or not we can get more.</p>
<p>Thinking about it, since <img src='http://s0.wp.com/latex.php?latex=47%5E2+%3E+2005&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='47^2 &gt; 2005' title='47^2 &gt; 2005' class='latex' />, primes that are 47 or greater must be paired with smaller primes in order to create integers within our range. However, this means that each integer in the set MUST have one of these first 14 primes! Since each prime can show up in at most one number, 14 is our achieved upper bound! </p>
<p>Going back to our original problem, any set of 15 or more relatively prime integers between 1 and 2005 must have at least one prime number!</p>
<p>This problem actually took me a day just doing it in my head. Working on it forced me to address my mental math and concentration, both of which are terrible. I&#8217;m going to continue doing this to improve my skills! Q.E.D !!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=301&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2010/01/01/mental-math/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Mmm more sequences</title>
		<link>http://cloudcomplex.wordpress.com/2009/12/08/mmm-more-sequences/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/12/08/mmm-more-sequences/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 02:44:25 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=289</guid>
		<description><![CDATA[Prove that any bounded sequence of real numbers has a convergent sub sequence. (A sub sequence is acquired from a sequence by deleting any number of entries without changing the order of the entries. I&#8217;m not sure if this solution works or not, but it&#8217;s what I came up with! Call our sequence . We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=289&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Prove that any bounded sequence of real numbers has a convergent sub sequence. (A sub sequence is acquired from a sequence by deleting any number of entries without changing the order of the entries.</strong></p>
<p>I&#8217;m not sure if this solution works or not, but it&#8217;s what I came up with!</p>
<p>Call our sequence <img src='http://s0.wp.com/latex.php?latex=x_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x_n' title='x_n' class='latex' />. We have, for some real a and b, that <img src='http://s0.wp.com/latex.php?latex=a+%3C+x_n+%3C+b&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a &lt; x_n &lt; b' title='a &lt; x_n &lt; b' class='latex' /> for all n. Let&#8217;s call the range of this sequence <img src='http://s0.wp.com/latex.php?latex=r+%3D+b+-+a&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='r = b - a' title='r = b - a' class='latex' /></p>
<p>Now, define the midpoint of our current range as <img src='http://s0.wp.com/latex.php?latex=m+%3D+%5Cfrac%7Bb%2Ba%7D%7B2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='m = &#92;frac{b+a}{2}' title='m = &#92;frac{b+a}{2}' class='latex' />. It divides our sequence <img src='http://s0.wp.com/latex.php?latex=x_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x_n' title='x_n' class='latex' /> into two parts. We can consider those less than m, and those greater than or equal to m.</p>
<p>Each half will contain either a finite or infinite amount of terms. At least one will contain an infinite amount of terms since our sequence is infinite, so pick a half that has an infinite amount of terms.</p>
<p>Now, we can continue this process. After k times, we will have an infinite subsequence <img src='http://s0.wp.com/latex.php?latex=s_x&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='s_x' title='s_x' class='latex' /> such that, for any positive integers n, m, <img src='http://s0.wp.com/latex.php?latex=%7Cs_n+-+s_m%7C+%5Cleq+%5Cfrac%7Br%7D%7B2%5Ek%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='|s_n - s_m| &#92;leq &#92;frac{r}{2^k}' title='|s_n - s_m| &#92;leq &#92;frac{r}{2^k}' class='latex' />. This means that we can always squeeze a subsequence o the sequence into a smaller and smaller range. In other words, it converges!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=289&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/12/08/mmm-more-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Sequences</title>
		<link>http://cloudcomplex.wordpress.com/2009/12/07/sequences/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/12/07/sequences/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:13:46 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=279</guid>
		<description><![CDATA[The following is a common problem for those getting started working with sequences: Find a formula for the general term of the sequence: 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, &#8230;.. where the number n occurs n times in the sequence as shown. The first step is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=279&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following is a common problem for those getting started working with sequences:</p>
<p><strong>Find a formula for the general term of the sequence:<br />
1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, &#8230;..<br />
where the number n occurs n times in the sequence as shown.</strong></p>
<p>The first step is to determine when the first occurrence of k will be. It&#8217;s not hard to show that this will be <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bn%5E2+-+n+%2B+2%7D%7B2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;frac{n^2 - n + 2}{2}' title='&#92;frac{n^2 - n + 2}{2}' class='latex' /></p>
<p>Call the first occurrence of k <img src='http://s0.wp.com/latex.php?latex=o_k&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='o_k' title='o_k' class='latex' />. Also, define our sequence as <img src='http://s0.wp.com/latex.php?latex=a_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n' title='a_n' class='latex' />. Then:</p>
<p>For all <img src='http://s0.wp.com/latex.php?latex=o_k+%5Cleq+i+%3C+o_%7Bk%2B1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='o_k &#92;leq i &lt; o_{k+1}' title='o_k &#92;leq i &lt; o_{k+1}' class='latex' /><br />
 <img src='http://s0.wp.com/latex.php?latex=a_i+%3D+k&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i = k' title='a_i = k' class='latex' /></p>
<p>or:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bn%5E2+-+n+%2B+2%7D%7B2%7D+%5Cleq+i+%3C+%5Cfrac%7Bn%5E2+%2B+n+%2B+2%7D%7B2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;frac{n^2 - n + 2}{2} &#92;leq i &lt; &#92;frac{n^2 + n + 2}{2}' title='&#92;frac{n^2 - n + 2}{2} &#92;leq i &lt; &#92;frac{n^2 + n + 2}{2}' class='latex' /></p>
<p>So we want our function for <img src='http://s0.wp.com/latex.php?latex=a_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n' title='a_n' class='latex' /> to be some sort of floor or something, such that it maps all of those numbers in the range to n. Now, we see that we can, in a way, invert this function. By this I mean, by inverting our function for <img src='http://s0.wp.com/latex.php?latex=o_k&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='o_k' title='o_k' class='latex' />. Since for all <img src='http://s0.wp.com/latex.php?latex=o_k+%5Cleq+i+%3C+o_%7Bk%2B1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='o_k &#92;leq i &lt; o_{k+1}' title='o_k &#92;leq i &lt; o_{k+1}' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=a_i+%3D+k&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i = k' title='a_i = k' class='latex' />, by inverting <img src='http://s0.wp.com/latex.php?latex=o_k&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='o_k' title='o_k' class='latex' />, it will map all of the first occurrence of each integer to the correct value, and then something weird for the other ones. By taking the floor of this, it will put it to the correct value:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bn%5E2+-+n+%2B+2%7D%7B2%7D+%3D+x&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;frac{n^2 - n + 2}{2} = x' title='&#92;frac{n^2 - n + 2}{2} = x' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=n%5E2+-+n+%2B+2+-+2x+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n^2 - n + 2 - 2x = 0' title='n^2 - n + 2 - 2x = 0' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=n+%3D+%5Cfrac%7B1%7D%7B2%7D+%2B+%5Csqrt%7B2x+-+%5Cfrac%7B7%7D%7B4%7D%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n = &#92;frac{1}{2} + &#92;sqrt{2x - &#92;frac{7}{4}}' title='n = &#92;frac{1}{2} + &#92;sqrt{2x - &#92;frac{7}{4}}' class='latex' /></p>
<p>Thus, we have:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_n+%3D%5Clfloor+++%5Cfrac%7B1%7D%7B2%7D+%2B+%5Csqrt%7B2n+-+%5Cfrac%7B7%7D%7B4%7D%7D++%5Crfloor&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n =&#92;lfloor   &#92;frac{1}{2} + &#92;sqrt{2n - &#92;frac{7}{4}}  &#92;rfloor' title='a_n =&#92;lfloor   &#92;frac{1}{2} + &#92;sqrt{2n - &#92;frac{7}{4}}  &#92;rfloor' class='latex' /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=279&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/12/07/sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>PUTNAM!!!</title>
		<link>http://cloudcomplex.wordpress.com/2009/12/07/putnam/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/12/07/putnam/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:09:08 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/2009/12/07/putnam/</guid>
		<description><![CDATA[&#8230;was an epic fail for me the other day. I only got A1 and B1. So the most I can get is a 20. T___T On the bright side, it means I&#8217;m going to be posting on here more often, because now I&#8217;m motivated to work harder!! However finals are coming up, so not until [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=278&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;was an epic fail for me the other day. I only got A1 and B1. So the most I can get is a 20. T___T</p>
<p>On the bright side, it means I&#8217;m going to be posting on here more often, because now I&#8217;m motivated to work harder!! However finals are coming up, so not until Christmas time. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=278&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/12/07/putnam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Putnam &#8211; Algebra</title>
		<link>http://cloudcomplex.wordpress.com/2009/11/20/putnam-algebra/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/11/20/putnam-algebra/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:22:26 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=260</guid>
		<description><![CDATA[Prove that there are only a finite number of possibilities for the ordered triple , where are complex numbers satisfying the simultaneous equations: and list all such triples (Putnam 1986 B2) We should start by trying to simplify this triple equality. The presence of the 2xy terms and such suggest factoring. Another obvious hint of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=260&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prove that there are only a finite number of possibilities for the ordered triple <img src='http://s0.wp.com/latex.php?latex=T%3D%28x-y%2Cy-z%2Cz-x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='T=(x-y,y-z,z-x)' title='T=(x-y,y-z,z-x)' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=x%2Cy%2Cz&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x,y,z' title='x,y,z' class='latex' /> are complex numbers satisfying the simultaneous equations:<br />
<img src='http://s0.wp.com/latex.php?latex=x%28x-1%29%2B2yz+%3D+y%28y-1%29%2B2zx+%3D+z%28z-1%29%2B2xy%2C&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x(x-1)+2yz = y(y-1)+2zx = z(z-1)+2xy,' title='x(x-1)+2yz = y(y-1)+2zx = z(z-1)+2xy,' class='latex' /><br />
and list all such triples <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='T' title='T' class='latex' /><br />
(Putnam 1986 B2)</p>
<p>We should start by trying to simplify this triple equality. The presence of the 2xy terms and such suggest factoring. Another obvious hint of factoring is that we want to show that there are finite values for the triple (x-y, y-z, z-x). This implies that for all solutions, this triple is basically the same. One obvious value for this triple is (0,0,0), when x=y=z. This implies that we&#8217;re going to factor an (x-y), (y-z), (z-x) some SOMEWHERE in some way, because eventually we&#8217;re going to want to show that (x-y) = 0, (y-z) = 0, (z-x) = 0. </p>
<p>This works out quite nicely. If we expand the product in each and subtract the squared term of each, we can factor as such (I&#8217;m not going to show it all):</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28y-z%29%5E2+%2B+x+%3D+%28z-x%29%5E2+%2B+y+%3D+%28x-y%29%5E2+%2B+z&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-z)^2 + x = (z-x)^2 + y = (x-y)^2 + z' title='(y-z)^2 + x = (z-x)^2 + y = (x-y)^2 + z' class='latex' /></p>
<p>This looks nicer, but it&#8217;s still hard to work with. So we need a new way of approaching it. What&#8217;s the most unnatural thing about this expression? The fact that we have a triple equality! This is going to be annoying to get a 0 on one side, in order to show that (x-y) and such equals 0. So what&#8217;s the best approach? Turn it into three regular equalities! If you see something that looks unnatural or difficult to work with, try turning it into something that you know how to work with.</p>
<p>The first of these equalities is:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28y-z%29%5E2+%2B+x+%3D+%28z-x%29%5E2+%2B+y&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-z)^2 + x = (z-x)^2 + y' title='(y-z)^2 + x = (z-x)^2 + y' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%28y-z%29%5E2+%2B+x+-+%28z-x%29%5E2+-+y+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-z)^2 + x - (z-x)^2 - y = 0' title='(y-z)^2 + x - (z-x)^2 - y = 0' class='latex' /></p>
<p>Using difference of squares:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28y-z%2Bz-x%29%28y-z-z%2Bx%29+%2B+x+-+y+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-z+z-x)(y-z-z+x) + x - y = 0' title='(y-z+z-x)(y-z-z+x) + x - y = 0' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%28y-x%29%28y%2Bx-2z%29+-+%28y-x%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-x)(y+x-2z) - (y-x) = 0' title='(y-x)(y+x-2z) - (y-x) = 0' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%28y-x%29%28y%2Bx-2z-1%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-x)(y+x-2z-1) = 0' title='(y-x)(y+x-2z-1) = 0' class='latex' /></p>
<p>This looks like exactly what we want! The others factor in the exact same way, such that our three equalities are:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28y-x%29%28y%2Bx-2z-1%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(y-x)(y+x-2z-1) = 0' title='(y-x)(y+x-2z-1) = 0' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%28z-y%29%28z%2By-2x-1%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(z-y)(z+y-2x-1) = 0' title='(z-y)(z+y-2x-1) = 0' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%28x-z%29%28x%2Bz-2y-1%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(x-z)(x+z-2y-1) = 0' title='(x-z)(x+z-2y-1) = 0' class='latex' /></p>
<p>(by the way, I&#8217;m really tired as I&#8217;m typing this. So if there are any typos, please let me know. o_e)</p>
<p>We can now rewrite this as:</p>
<p><img src='http://s0.wp.com/latex.php?latex=x%3Dy&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x=y' title='x=y' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=x%2By+%3D+2z+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x+y = 2z + 1' title='x+y = 2z + 1' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=y%3Dz&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='y=z' title='y=z' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=y%2Bz+%3D+2x+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='y+z = 2x + 1' title='y+z = 2x + 1' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=z%3Dx&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='z=x' title='z=x' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=z%2Bx+%3D+2y+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='z+x = 2y + 1' title='z+x = 2y + 1' class='latex' /></p>
<p>Now we have a finite amount of cases to examine! Hurrah hurrah!</p>
<p>Suppose we have x=y, y=z. This automatically implies that z=x, and thus T = (0,0,0).</p>
<p>Suppose we have x=y, y+z = 2x + 1. Substituting in the second yields:<br />
<img src='http://s0.wp.com/latex.php?latex=z+%3D+y+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='z = y + 1' title='z = y + 1' class='latex' />.<br />
Meaning T = (0, -1, 1). To confirm that the third equation is satisfied, we note that clearly z does not equal x, and that making the z = y+1 substitution satisfies the other equation.</p>
<p>Suppose we have  x+y = 2z + 1, y=z. Substituting yields x = z + 1, and thus T = (1, 0, -1). Again, this satisfies the second part of the 3rd line of equalities.</p>
<p>Suppose we have x+y = 2z + 1, y+z = 2x + 1. Adding them yields:<br />
<img src='http://s0.wp.com/latex.php?latex=x+%2B+2y+%2B+z+%3D+2x+%2B+2z+%2B+2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x + 2y + z = 2x + 2z + 2' title='x + 2y + z = 2x + 2z + 2' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=2y+%3D+x+%2B+z+%2B+2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='2y = x + z + 2' title='2y = x + z + 2' class='latex' /></p>
<p>Since this means the second part of the 3rd line of equalities cannot be true, we must have z = x. Substituting this into the first two equalities yields:</p>
<p><img src='http://s0.wp.com/latex.php?latex=z+%2B+y+%3D+2z+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='z + y = 2z + 1' title='z + y = 2z + 1' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=y+%3D+z+%2B+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='y = z + 1' title='y = z + 1' class='latex' /><br />
Thus T = (-1, 1, 0).</p>
<p>We have gone through all cases. Thus, our finite set of values for T are (0,0,0), (0, -1, 1), (1, 0, -1), and (-1, 1, 0). HURRAY OH GOD I&#8217;M SO TIRED RIGHT NOW.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=260&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/11/20/putnam-algebra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Putnam &#8211; Series and Calculus</title>
		<link>http://cloudcomplex.wordpress.com/2009/10/31/putnam-series-and-calculus/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/10/31/putnam-series-and-calculus/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 04:38:29 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=228</guid>
		<description><![CDATA[Let be a real number. For each integer , define a sequence , by the condition , , Evaluate . (Putnam 1985 A3) The RHS of the sequence recursive definition looks a lot like , so we should write it in this form: This works very nicely, as when we goto the next term, we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=228&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Let <img src='http://s0.wp.com/latex.php?latex=d&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='d' title='d' class='latex' /> be a real number. For each integer <img src='http://s0.wp.com/latex.php?latex=m+%5Cgeq+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='m &#92;geq 0' title='m &#92;geq 0' class='latex' />, define a<br />
sequence <img src='http://s0.wp.com/latex.php?latex=%5C%7Ba_m%28j%29%5C%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;{a_m(j)&#92;}' title='&#92;{a_m(j)&#92;}' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=j%3D0%2C1%2C2%2C%5Cdots&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='j=0,1,2,&#92;dots' title='j=0,1,2,&#92;dots' class='latex' /> by the condition</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%280%29+%3D+d%2F2%5Em&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(0) = d/2^m' title='a_m(0) = d/2^m' class='latex' />, </p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%28j%2B1%29+%3D+%28a_m%28j%29%29%5E2+%2B+2a_m%28j%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(j+1) = (a_m(j))^2 + 2a_m(j)' title='a_m(j+1) = (a_m(j))^2 + 2a_m(j)' class='latex' />,</p>
<p><img src='http://s0.wp.com/latex.php?latex=j+%5Cgeq+0+&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='j &#92;geq 0 ' title='j &#92;geq 0 ' class='latex' /></p>
<p>Evaluate <img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bn+%5Cto+%5Cinfty%7D+a_n%28n%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{n &#92;to &#92;infty} a_n(n)' title='&#92;lim_{n &#92;to &#92;infty} a_n(n)' class='latex' />.<br />
(Putnam 1985 A3)</strong></p>
<p>The RHS of the sequence recursive definition looks a lot like <img src='http://s0.wp.com/latex.php?latex=%28a_m%28j%29+%2B+1%29%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(a_m(j) + 1)^2' title='(a_m(j) + 1)^2' class='latex' />, so we should write it in this form:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%28j%2B1%29+%3D+%28a_m%28j%29+%2B+1%29%5E2+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(j+1) = (a_m(j) + 1)^2 - 1' title='a_m(j+1) = (a_m(j) + 1)^2 - 1' class='latex' /></p>
<p>This works very nicely, as when we goto the next term, we cancel out the 1, square, then subtract the 1 again. For the first few values of j:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%280%29+%3D+a_m%280%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(0) = a_m(0)' title='a_m(0) = a_m(0)' class='latex' />  (We&#8217;re going to leave it in that form for now)</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%281%29+%3D+%28a_m%280%29+%2B+1%29%5E2+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(1) = (a_m(0) + 1)^2 - 1' title='a_m(1) = (a_m(0) + 1)^2 - 1' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%282%29+%3D+%28a_m%280%29+%2B+1%29%5E4+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(2) = (a_m(0) + 1)^4 - 1' title='a_m(2) = (a_m(0) + 1)^4 - 1' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%283%29+%3D+%28a_m%280%29+%2B+1%29%5E8+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(3) = (a_m(0) + 1)^8 - 1' title='a_m(3) = (a_m(0) + 1)^8 - 1' class='latex' /></p>
<p>And it&#8217;s easy to show that <img src='http://s0.wp.com/latex.php?latex=a_m%28j%29+%3D+%28a_m%280%29+%2B+1%29%5E%7B2%5Ej%7D+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(j) = (a_m(0) + 1)^{2^j} - 1' title='a_m(j) = (a_m(0) + 1)^{2^j} - 1' class='latex' /></p>
<p>Thus, we have:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_m%28j%29+%3D+%28+%5Cfrac%7Bd%7D%7B2%5Em%7D+%2B+1%29%5E%7B2%5Ej%7D+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_m(j) = ( &#92;frac{d}{2^m} + 1)^{2^j} - 1' title='a_m(j) = ( &#92;frac{d}{2^m} + 1)^{2^j} - 1' class='latex' /></p>
<p>And we want to find:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bn+%5Cto+%5Cinfty%7D+a_n%28n%29+&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{n &#92;to &#92;infty} a_n(n) ' title='&#92;lim_{n &#92;to &#92;infty} a_n(n) ' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%3D+%5Clim_%7Bn+%5Cto+%5Cinfty%7D+%28+%5Cfrac%7Bd%7D%7B2%5En%7D+%2B+1%29%5E%7B2%5En%7D+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= &#92;lim_{n &#92;to &#92;infty} ( &#92;frac{d}{2^n} + 1)^{2^n} - 1' title='= &#92;lim_{n &#92;to &#92;infty} ( &#92;frac{d}{2^n} + 1)^{2^n} - 1' class='latex' /></p>
<p>We&#8217;ll focus on the part that doesn&#8217;t include the -1, as it clearly isn&#8217;t affected by the limit.</p>
<p><img src='http://s0.wp.com/latex.php?latex=%3D+%5Clim_%7Bn+%5Cto+%5Cinfty%7D+%28+%5Cfrac%7Bd%7D%7B2%5En%7D+%2B+1%29%5E%7B2%5En%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= &#92;lim_{n &#92;to &#92;infty} ( &#92;frac{d}{2^n} + 1)^{2^n}' title='= &#92;lim_{n &#92;to &#92;infty} ( &#92;frac{d}{2^n} + 1)^{2^n}' class='latex' /></p>
<p>To simplify this, we&#8217;ll let <img src='http://s0.wp.com/latex.php?latex=x_n+%3D+%5Cfrac%7B1%7D%7B2%5En%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x_n = &#92;frac{1}{2^n}' title='x_n = &#92;frac{1}{2^n}' class='latex' />, and find the limit as <img src='http://s0.wp.com/latex.php?latex=x+%5Cto+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='x &#92;to 0' title='x &#92;to 0' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bx+%5Cto+0%7D+%281+%2B+dx%29%5E%7B%5Cfrac%7B1%7D%7Bx%7D%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{x &#92;to 0} (1 + dx)^{&#92;frac{1}{x}}' title='&#92;lim_{x &#92;to 0} (1 + dx)^{&#92;frac{1}{x}}' class='latex' /></p>
<p>Call this expression <img src='http://s0.wp.com/latex.php?latex=y&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='y' title='y' class='latex' />. Then we have:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bx+%5Cto+0%7D+%5Cln%7By%7D+%3D++%5Clim_%7Bx+%5Cto+0%7D+%5Cfrac%7B%5Cln%7B%281%2Bdx%29%7D%7D%7Bx%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{x &#92;to 0} &#92;ln{y} =  &#92;lim_{x &#92;to 0} &#92;frac{&#92;ln{(1+dx)}}{x}' title='&#92;lim_{x &#92;to 0} &#92;ln{y} =  &#92;lim_{x &#92;to 0} &#92;frac{&#92;ln{(1+dx)}}{x}' class='latex' /></p>
<p>To evaluate this limit, use <a href="http://img62.imageshack.us/img62/4700/advicedog.jpg">L&#8217;Hopital&#8217;s Rule</a>:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%3D++%5Clim_%7Bx+%5Cto+0%7D+%5Cfrac%7B%5Cfrac%7Bd%7D%7B1%2Bdx%7D%7D%7B1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='=  &#92;lim_{x &#92;to 0} &#92;frac{&#92;frac{d}{1+dx}}{1}' title='=  &#92;lim_{x &#92;to 0} &#92;frac{&#92;frac{d}{1+dx}}{1}' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%3D+%5Clim_%7Bx+%5Cto+0%7D+%5Cfrac%7Bd%7D%7B1%2Bdx%7D+%3D+d&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= &#92;lim_{x &#92;to 0} &#92;frac{d}{1+dx} = d' title='= &#92;lim_{x &#92;to 0} &#92;frac{d}{1+dx} = d' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bx+%5Cto+0%7D+%5Cln%7By%7D+%3D+d&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{x &#92;to 0} &#92;ln{y} = d' title='&#92;lim_{x &#92;to 0} &#92;ln{y} = d' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bx+%5Cto+0%7D+y+%3D+e%5Ed&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;lim_{x &#92;to 0} y = e^d' title='&#92;lim_{x &#92;to 0} y = e^d' class='latex' /></p>
<p>Thus, our original limit is <img src='http://s0.wp.com/latex.php?latex=e%5Ed+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='e^d - 1' title='e^d - 1' class='latex' />. Hip hip hurrah!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=228&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/10/31/putnam-series-and-calculus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Putnam &#8211; Pigeonhole</title>
		<link>http://cloudcomplex.wordpress.com/2009/09/30/putnam-pigeonhole/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/09/30/putnam-pigeonhole/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:30:18 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=214</guid>
		<description><![CDATA[Prove that there exist integers a, b, c, none of which with absolute value greater than 1 million, such that: The words &#8220;there exist&#8221; almost immediately points toward the pigeonhole principle. The key is to realize that if we remove the absolute value, then the difference between two numbers of the form will also be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=214&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Prove that there exist integers <em>a, b, c</em>, none of which with absolute value greater than 1 million, such that:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%7Ca+%2B+b%5Csqrt%7B2%7D+%2B+c%5Csqrt%7B3%7D%7C+%3C+10%5E%7B-11%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='|a + b&#92;sqrt{2} + c&#92;sqrt{3}| &lt; 10^{-11}' title='|a + b&#92;sqrt{2} + c&#92;sqrt{3}| &lt; 10^{-11}' class='latex' /><br />
</strong></p>
<p>The words &#8220;there exist&#8221; almost immediately points toward the pigeonhole principle. The key is to realize that if we remove the absolute value, then the difference between two numbers of the form <img src='http://s0.wp.com/latex.php?latex=a+%2B+b%5Csqrt%7B2%7D+%2B+c%5Csqrt%7B3%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a + b&#92;sqrt{2} + c&#92;sqrt{3}' title='a + b&#92;sqrt{2} + c&#92;sqrt{3}' class='latex' /> will also be in this form. Thus, if we can find two numbers of this form within <img src='http://s0.wp.com/latex.php?latex=10%5E%7B-11%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='10^{-11}' title='10^{-11}' class='latex' /> of each other, or show that they exist, then we&#8217;ll be done. To keep the absolute value of 1 million condition, we will restrict our numbers to the positive integers, so that the difference of each number in our difference is bounded between -1 million and 1 million.</p>
<p>Our lower bound for such numbers is clearly 0. To develop a crude upper bound, we have that:<br />
<img src='http://s0.wp.com/latex.php?latex=a+%2B+b%5Csqrt%7B2%7D+%2B+c%5Csqrt%7B3%7D+%3C+a+%2B+2b+%2B+3c&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a + b&#92;sqrt{2} + c&#92;sqrt{3} &lt; a + 2b + 3c' title='a + b&#92;sqrt{2} + c&#92;sqrt{3} &lt; a + 2b + 3c' class='latex' /> for positive a, b, and c.</p>
<p>Thus, if we maximize a, b, and c, then our upper bound is <img src='http://s0.wp.com/latex.php?latex=10%5E6+%2B+2+%5Ccdot+10%5E6+%2B+3+%5Ccdot+10%5E6&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='10^6 + 2 &#92;cdot 10^6 + 3 &#92;cdot 10^6' title='10^6 + 2 &#92;cdot 10^6 + 3 &#92;cdot 10^6' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%3D+6+%5Ccdot+10%5E6&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= 6 &#92;cdot 10^6' title='= 6 &#92;cdot 10^6' class='latex' /></p>
<p>Since there are <img src='http://s0.wp.com/latex.php?latex=10%5E6&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='10^6' title='10^6' class='latex' /> choices for each integer, the total number of numbers is <img src='http://s0.wp.com/latex.php?latex=10%5E%7B18%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='10^{18}' title='10^{18}' class='latex' />. Now, if we divide the range of possible values into <img src='http://s0.wp.com/latex.php?latex=10%5E%7B18%7D+-+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='10^{18} - 1' title='10^{18} - 1' class='latex' /> intervals, each one is less than the following size (if we use our upper bound):</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B6+%5Ccdot+10%5E6%7D%7B10%5E%7B18%7D+-+1%7D+&amp;bg=ffffff&amp;fg=61636a&amp;s=2' alt='&#92;frac{6 &#92;cdot 10^6}{10^{18} - 1} ' title='&#92;frac{6 &#92;cdot 10^6}{10^{18} - 1} ' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%3C+%5Cfrac%7B6+%5Ccdot+10%5E6%7D%7B10%5E%7B18%7D%7D+%3D+6+%2A+10%5E%7B-12%7D+%3C+10%5E%7B-11%7D+&amp;bg=ffffff&amp;fg=61636a&amp;s=2' alt='&lt; &#92;frac{6 &#92;cdot 10^6}{10^{18}} = 6 * 10^{-12} &lt; 10^{-11} ' title='&lt; &#92;frac{6 &#92;cdot 10^6}{10^{18}} = 6 * 10^{-12} &lt; 10^{-11} ' class='latex' /></p>
<p>Thus, there will be two in the same interval! Yayayay, QED.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=214&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/09/30/putnam-pigeonhole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Cylindrical coordinates &#8211; Round 2!!</title>
		<link>http://cloudcomplex.wordpress.com/2009/09/27/cylindrical-coordinates-round-2/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/09/27/cylindrical-coordinates-round-2/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 18:14:20 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=203</guid>
		<description><![CDATA[This is just an update to an older post I made, which you can see here. In it, we reduce a Putnam problem into finding the volume of the set of all points satisfying: where . This is the equation for a torus. At the time of that post, I said that I didn&#8217;t have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=203&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is just an update to an older post I made, which you can see <a href="http://cloudcomplex.wordpress.com/2009/04/20/cylindrical-coordinates/">here</a>. In it, we reduce a Putnam problem into finding the volume of the set of all points satisfying:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28r-3%29%5E2+%2B+z%5E2+%5Cleq+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(r-3)^2 + z^2 &#92;leq 1' title='(r-3)^2 + z^2 &#92;leq 1' class='latex' /></p>
<p>where <img src='http://s0.wp.com/latex.php?latex=r%5E2+%3D+x%5E2+%2B+y%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='r^2 = x^2 + y^2' title='r^2 = x^2 + y^2' class='latex' />.</p>
<p>This is the equation for a torus. At the time of that post, I said that I didn&#8217;t have an intuitive reasoning for why that is. Now I do! Consider when z = 0, which is the xy cross section of the solid. We have:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28r-3%29%5E2+%5Cleq+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(r-3)^2 &#92;leq 1' title='(r-3)^2 &#92;leq 1' class='latex' /></p>
<p>This is the set of all points farther than 2 from the origin, but less than 4 from the origin. This is the main cross section of our torus.</p>
<p>Now, rewrite our main equation in the form:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%28r-3%29%5E2+%5Cleq+1+-+z%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(r-3)^2 &#92;leq 1 - z^2' title='(r-3)^2 &#92;leq 1 - z^2' class='latex' /></p>
<p>Consider as we decrease or increase z. There is symmetry in this, so for now we&#8217;ll just refer to the increasing. The decreasing is exactly the same. As we increase z, the RHS gets smaller and smaller, and thus, the range of possible values of r gets smaller and smaller. Suppose that for some value of Z, the RHS was equal to .001. Then r must be greater than 2.999 and less than 3.001. This leads to the reasoning that the distance from the center of the tube to the origin is 3. Also, since the LHS is strictly positive, z must be less than or equal to 1. This leads to the reasoning that the radius of the tube is 1. This leads to the definition of our torus.</p>
<p>Now, suppose you still didn&#8217;t quite know this definition. Or perhaps you figured it out during the test, but wasn&#8217;t sure if it was a well known fact or not. The intuitive reasoning offers some insights, but it&#8217;s not a proof. How else could you do the problem?</p>
<p>One way is simply by integration. Consider as we vary z, from -1, to 1. Each one defines a set of points in R^2. Thus, we can integrate the area of this set in terms of z from -1 to 1.</p>
<p>Simplifying (or should I say expanding?) the expression yields:</p>
<p><img src='http://s0.wp.com/latex.php?latex=3+-+%5Csqrt%7B1+-+z%5E2%7D+%5Cleq+r+%5Cleq+3+%2B+%5Csqrt%7B1+-+z%5E2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='3 - &#92;sqrt{1 - z^2} &#92;leq r &#92;leq 3 + &#92;sqrt{1 - z^2}' title='3 - &#92;sqrt{1 - z^2} &#92;leq r &#92;leq 3 + &#92;sqrt{1 - z^2}' class='latex' /></p>
<p>The outer radius squared is <img src='http://s0.wp.com/latex.php?latex=%283+%2B+%5Csqrt%7B1+-+z%5E2%7D%29%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(3 + &#92;sqrt{1 - z^2})^2' title='(3 + &#92;sqrt{1 - z^2})^2' class='latex' />, and the inner radius squared is <img src='http://s0.wp.com/latex.php?latex=%283+-+%5Csqrt%7B1+-+z%5E2%7D%29%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='(3 - &#92;sqrt{1 - z^2})^2' title='(3 - &#92;sqrt{1 - z^2})^2' class='latex' />. Thus, the area of the set of points, given z, is:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cpi%28%283+%2B+%5Csqrt%7B1+-+z%5E2%7D%29%5E2+-+%283+-+%5Csqrt%7B1+-+z%5E2%7D%29%5E2%29+%3D+12%5Cpi%5Csqrt%7B1+-+z%5E2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;pi((3 + &#92;sqrt{1 - z^2})^2 - (3 - &#92;sqrt{1 - z^2})^2) = 12&#92;pi&#92;sqrt{1 - z^2}' title='&#92;pi((3 + &#92;sqrt{1 - z^2})^2 - (3 - &#92;sqrt{1 - z^2})^2) = 12&#92;pi&#92;sqrt{1 - z^2}' class='latex' /></p>
<p>Where that last step comes from difference of squares.</p>
<p>Thus, integrating from -1 to 1 yields <img src='http://s0.wp.com/latex.php?latex=6%5Cpi%5E2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='6&#92;pi^2' title='6&#92;pi^2' class='latex' />, as the integral of <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B1+-+z%5E2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;sqrt{1 - z^2}' title='&#92;sqrt{1 - z^2}' class='latex' /> from -1 to 1 is <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B%5Cpi%7D%7B2%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;frac{&#92;pi}{2}' title='&#92;frac{&#92;pi}{2}' class='latex' />, since it is the area of a semi circle of radius 1.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=203&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/09/27/cylindrical-coordinates-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Olympiad &#8211; Sequences</title>
		<link>http://cloudcomplex.wordpress.com/2009/09/04/olympiad-sequences/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/09/04/olympiad-sequences/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:50:55 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=200</guid>
		<description><![CDATA[Let k be a positive integer. The sequence is defined by , and for , is the nth positive integer greater than that is congruent to n modulo k. Find in closed form. (AMO 1997) Do this by playing around with various values of k and generating the first few terms of the sequence for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=200&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Let <em>k</em> be a positive integer. The sequence <img src='http://s0.wp.com/latex.php?latex=a_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n' title='a_n' class='latex' /> is defined by <img src='http://s0.wp.com/latex.php?latex=a_1+%3D+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_1 = 1' title='a_1 = 1' class='latex' />, and for <img src='http://s0.wp.com/latex.php?latex=n+%5Cgeq+2&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n &#92;geq 2' title='n &#92;geq 2' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=a_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n' title='a_n' class='latex' /> is the <em>n</em>th positive integer greater than <img src='http://s0.wp.com/latex.php?latex=a_%7Bn-1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{n-1}' title='a_{n-1}' class='latex' /> that is congruent to <em>n</em> modulo <em>k</em>. Find <img src='http://s0.wp.com/latex.php?latex=a_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n' title='a_n' class='latex' /> in closed form.<br />
(AMO 1997)</strong></p>
<p>Do this by playing around with various values of <em>k</em> and generating the first few terms of the sequence for each:</p>
<p>k=1<br />
1, 3, 6, 10, 15</p>
<p>k=3<br />
1, 5, 12, 22, 35</p>
<p>These sequences are easy to analyze, and both seem to follow the rule:<br />
<img src='http://s0.wp.com/latex.php?latex=a_n+%3D+n+%2B+%5Cfrac%7Bn%28n-1%29%7D%7B2%7Dk&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_n = n + &#92;frac{n(n-1)}{2}k' title='a_n = n + &#92;frac{n(n-1)}{2}k' class='latex' /><br />
If you can&#8217;t see how to get this, define <img src='http://s0.wp.com/latex.php?latex=a_%7Bn%2B1%7D+%3D+a_n+%2B+g_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{n+1} = a_n + g_n' title='a_{n+1} = a_n + g_n' class='latex' />, try to come up with what <img src='http://s0.wp.com/latex.php?latex=g_n&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='g_n' title='g_n' class='latex' /> is by conjecturing the pattern will continue, etc.</p>
<p>So all that&#8217;s left is to prove this formula.</p>
<p>No matter what<em> k</em> is, <img src='http://s0.wp.com/latex.php?latex=a_1+%3D+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_1 = 1' title='a_1 = 1' class='latex' />.</p>
<p>So suppose our formula holds for <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i' title='a_i' class='latex' />. We want to show its also true for <img src='http://s0.wp.com/latex.php?latex=a_%7Bi%2B1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{i+1}' title='a_{i+1}' class='latex' />.</p>
<p>Since we have from our inductive step that <img src='http://s0.wp.com/latex.php?latex=a_i+%5Cequiv+i+%5Cpmod%7Bk%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i &#92;equiv i &#92;pmod{k}' title='a_i &#92;equiv i &#92;pmod{k}' class='latex' /> (note that this holds for our base case since <img src='http://s0.wp.com/latex.php?latex=a_1+%3D+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_1 = 1' title='a_1 = 1' class='latex' /> also follows the modulo rule of the sequence), we also have that <img src='http://s0.wp.com/latex.php?latex=a_i+%2B+1+%5Cequiv+i%2B1+%5Cpmod%7Bk%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i + 1 &#92;equiv i+1 &#92;pmod{k}' title='a_i + 1 &#92;equiv i+1 &#92;pmod{k}' class='latex' />. So this is the first number greater than <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i' title='a_i' class='latex' /> congruent to <em>i+1</em> modulo k. We want the <em>(i + 1)</em>th number. So we must add <em>k</em> to this expression <em>i</em> more times. Thus:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_%7Bi%2B1%7D+%3D+a_%7Bi%7D+%2B+1+%2B+ki&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{i+1} = a_{i} + 1 + ki' title='a_{i+1} = a_{i} + 1 + ki' class='latex' /></p>
<p>Using our inductive step, we can substitute for <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_i' title='a_i' class='latex' /> :</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_%7Bi%2B1%7D+%3D+i+%2B+%5Cfrac%7Bi%28i-1%29%7D%7B2%7Dk+%2B+1+%2B+ki&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{i+1} = i + &#92;frac{i(i-1)}{2}k + 1 + ki' title='a_{i+1} = i + &#92;frac{i(i-1)}{2}k + 1 + ki' class='latex' /></p>
<p>Interpretting that fraction as a sum:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_%7Bi%2B1%7D+%3D+i+%2B+%281+%2B+2+%2B+%5Ccdots+%2B+%28i-1%29%29k+%2B+1+%2B+ki&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{i+1} = i + (1 + 2 + &#92;cdots + (i-1))k + 1 + ki' title='a_{i+1} = i + (1 + 2 + &#92;cdots + (i-1))k + 1 + ki' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=a_%7Bi%2B1%7D+%3D+%28i%2B1%29+%2B+%281+%2B+2+%2B+%5Ccdots+%2B+i%29k+%3D+%28i%2B1%29+%2B+%5Cfrac%7Bi%28i%2B1%29%7D%7B2%7Dk&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='a_{i+1} = (i+1) + (1 + 2 + &#92;cdots + i)k = (i+1) + &#92;frac{i(i+1)}{2}k' title='a_{i+1} = (i+1) + (1 + 2 + &#92;cdots + i)k = (i+1) + &#92;frac{i(i+1)}{2}k' class='latex' /></p>
<p>QED</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=200&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/09/04/olympiad-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Putnam &#8211; Calculus</title>
		<link>http://cloudcomplex.wordpress.com/2009/08/22/putnam-calculus/</link>
		<comments>http://cloudcomplex.wordpress.com/2009/08/22/putnam-calculus/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 06:51:44 +0000</pubDate>
		<dc:creator>cloudcomplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cloudcomplex.wordpress.com/?p=182</guid>
		<description><![CDATA[Easy Putnam calculus problem from the 1980&#8242;s: Define polynomials for by , for , and for . Find, with proof, the explicit factorization of into powers of distinct primes. (Putnam 1985 &#8211; B2) Using their definition, you can start churning out the polynomials for values of n = 0, 1, 2, 3. It&#8217;s given that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=182&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Easy Putnam calculus problem from the 1980&#8242;s:</p>
<p><strong>Define polynomials <img src='http://s0.wp.com/latex.php?latex=f_n%28x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_n(x)' title='f_n(x)' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=n+%5Cgeq+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n &#92;geq 0' title='n &#92;geq 0' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=f_0%28x%29%3D1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_0(x)=1' title='f_0(x)=1' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=f_n%280%29%3D0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_n(0)=0' title='f_n(0)=0' class='latex' /><br />
for <img src='http://s0.wp.com/latex.php?latex=n+%5Cgeq+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n &#92;geq 1' title='n &#92;geq 1' class='latex' />, and</strong></p>
<p><strong><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bd%7D%7Bdx%7D+f_%7Bn%2B1%7D%28x%29+%3D+%28n%2B1%29f_n%28x%2B1%29++&amp;bg=ffffff&amp;fg=61636a&amp;s=2' alt='&#92;frac{d}{dx} f_{n+1}(x) = (n+1)f_n(x+1)  ' title='&#92;frac{d}{dx} f_{n+1}(x) = (n+1)f_n(x+1)  ' class='latex' /></strong></p>
<p><strong>for <img src='http://s0.wp.com/latex.php?latex=n+%5Cgeq+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='n &#92;geq 0' title='n &#92;geq 0' class='latex' />. Find, with proof, the explicit factorization of<br />
<img src='http://s0.wp.com/latex.php?latex=f_%7B100%7D%281%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_{100}(1)' title='f_{100}(1)' class='latex' /> into powers of distinct primes.</strong><br />
<strong>(Putnam 1985 &#8211; B2)<br />
</strong></p>
<p>Using their definition, you can start churning out the polynomials for values of n = 0, 1, 2, 3. It&#8217;s given that <img src='http://s0.wp.com/latex.php?latex=f_o%28x%29+%3D+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_o(x) = 1' title='f_o(x) = 1' class='latex' />. So we can plug this into the expression for the derivative of <img src='http://s0.wp.com/latex.php?latex=f_1%28x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_1(x)' title='f_1(x)' class='latex' />, and integrate. We are given that <img src='http://s0.wp.com/latex.php?latex=f_n%280%29+%3D+0&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_n(0) = 0' title='f_n(0) = 0' class='latex' /> for all n, implying that when we integrate, the constant term is 0. Doing this out a few times, we get:</p>
<p><img src='http://s0.wp.com/latex.php?latex=f_0%28x%29+%3D+1&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_0(x) = 1' title='f_0(x) = 1' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=f_1%28x%29+%3D+x&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_1(x) = x' title='f_1(x) = x' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=f_2%28x%29+%3D+x%5E2+%2B+2x+%3D+x%28x%2B2%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_2(x) = x^2 + 2x = x(x+2)' title='f_2(x) = x^2 + 2x = x(x+2)' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=f_3%28x%29+%3D+x%5E3+%2B+6x%5E2+%2B+9x+%3D+x%28x%2B3%29%28x%2B3%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_3(x) = x^3 + 6x^2 + 9x = x(x+3)(x+3)' title='f_3(x) = x^3 + 6x^2 + 9x = x(x+3)(x+3)' class='latex' /></p>
<p>At this point, it&#8217;s worth conjecturing that <img src='http://s0.wp.com/latex.php?latex=f_n%28x%29+%3D+x%28x%2Bn%29%5E%7Bn-1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_n(x) = x(x+n)^{n-1}' title='f_n(x) = x(x+n)^{n-1}' class='latex' /> for all n. Part of finding this is realizing that you have to factor the expressions. The biggest hints for this should be that they want the value of <img src='http://s0.wp.com/latex.php?latex=f_%7B100%7D%28x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_{100}(x)' title='f_{100}(x)' class='latex' /> factored, and the coefficients in <img src='http://s0.wp.com/latex.php?latex=f_3%28x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_3(x)' title='f_3(x)' class='latex' /> highly suggest factoring out an x and then factoring the resulting quadratic.</p>
<p>Best way to prove this would be induction. Assume that <img src='http://s0.wp.com/latex.php?latex=f_n%28x%29+%3D+x%28x%2Bn%29%5E%7Bn-1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_n(x) = x(x+n)^{n-1}' title='f_n(x) = x(x+n)^{n-1}' class='latex' /></p>
<p>From our given, we have:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bd%7D%7Bdx%7D+f_%7Bn%2B1%7D%28x%29+%3D+%28n%2B1%29%28x%2B1%29%28x%2Bn%2B1%29%5E%7Bn-1%7D++&amp;bg=ffffff&amp;fg=61636a&amp;s=2' alt='&#92;frac{d}{dx} f_{n+1}(x) = (n+1)(x+1)(x+n+1)^{n-1}  ' title='&#92;frac{d}{dx} f_{n+1}(x) = (n+1)(x+1)(x+n+1)^{n-1}  ' class='latex' /></p>
<p>The RHS isn&#8217;t particularly easy to integrate, but since we know what we want <img src='http://s0.wp.com/latex.php?latex=f_%7Bn%2B1%7D%28x%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_{n+1}(x)' title='f_{n+1}(x)' class='latex' /> to be, we can take the derivative of it and show that its equal to the LHS. Since we know that the constant term of each is 0, this will show that the integral of the RHS is equal to what we want:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bd%7D%7Bdx%7D+x%28x%2Bn%2B1%29%5En+%3D+%28x%2Bn%2B1%29%5En+%2B+x%28n%29%28x%2Bn%2B1%29%5E%7Bn-1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='&#92;frac{d}{dx} x(x+n+1)^n = (x+n+1)^n + x(n)(x+n+1)^{n-1}' title='&#92;frac{d}{dx} x(x+n+1)^n = (x+n+1)^n + x(n)(x+n+1)^{n-1}' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%3D+%28x%2Bn%2B1%29%5E%7Bn-1%7D%28x%2Bn%2B1+%2B+xn%29&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= (x+n+1)^{n-1}(x+n+1 + xn)' title='= (x+n+1)^{n-1}(x+n+1 + xn)' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%3D+%28n%2B1%29%28x%2B1%29%28x%2Bn%2B1%29%5E%7Bn-1%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='= (n+1)(x+1)(x+n+1)^{n-1}' title='= (n+1)(x+1)(x+n+1)^{n-1}' class='latex' /></p>
<p>So by induction, <img src='http://s0.wp.com/latex.php?latex=f_%7B100%7D%28x%29+%3D+x%28x%2B100%29%5E%7B99%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_{100}(x) = x(x+100)^{99}' title='f_{100}(x) = x(x+100)^{99}' class='latex' /> , and <img src='http://s0.wp.com/latex.php?latex=f_%7B100%7D%281%29+%3D+101%5E%7B99%7D&amp;bg=ffffff&amp;fg=61636a&amp;s=0' alt='f_{100}(1) = 101^{99}' title='f_{100}(1) = 101^{99}' class='latex' /></p>
<p>Btw, I highly recommend that you read Uzumaki, it&#8217;s my new favorite manga. It&#8217;s short, only 19 chapters. I read it in about a day. I highly recommend it. It&#8217;s quite creepy, and made my night.</p>
<p><a href="http://www.onemanga.com/Uzumaki/1/"><img class="alignnone size-full wp-image-192" title="Uzumaki" src="http://cloudcomplex.files.wordpress.com/2009/08/uzumaki.jpg?w=450&#038;h=666" alt="Uzumaki" width="450" height="666" /></a></p>
<p>Edit: Kay is a picky little fellow and called me out for copying that Uzumaki part from something I posted on his blog, so I might type up a more indepth Uzumaki review later to satisfy his craving for spirals.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudcomplex.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudcomplex.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudcomplex.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudcomplex.wordpress.com&amp;blog=7314574&amp;post=182&amp;subd=cloudcomplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudcomplex.wordpress.com/2009/08/22/putnam-calculus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f6277544ead66f6f7a5933d3783c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudcomplex</media:title>
		</media:content>

		<media:content url="http://cloudcomplex.files.wordpress.com/2009/08/uzumaki.jpg" medium="image">
			<media:title type="html">Uzumaki</media:title>
		</media:content>
	</item>
	</channel>
</rss>
