<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>The Math Factor Podcast &#187; paradoxes</title>
	<atom:link href="http://mathfactor.uark.edu/category/the-mathfactor-podcast/paradoxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathfactor.uark.edu</link>
	<description>The Math Factor Podcast Site</description>
	<lastBuildDate>Sun, 22 Nov 2009 07:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>strauss@uark.edu ()</managingEditor>
		<webMaster>strauss@uark.edu()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>The Math Factor Podcast Site</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>strauss@uark.edu</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://mathfactor.uark.edu/mathfactor/podcastImage.jpg" />
		<image>
			<url></url>
			<title>The Math Factor Podcast</title>
			<link>http://mathfactor.uark.edu</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Morris: World of Britain 2: Proof and Paradox</title>
		<link>http://mathfactor.uark.edu/2009/07/morris-world-of-britain-2-proof-and-paradox/</link>
		<comments>http://mathfactor.uark.edu/2009/07/morris-world-of-britain-2-proof-and-paradox/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:54:02 +0000</pubDate>
		<dc:creator>Stephen Morris</dc:creator>
				<category><![CDATA[Follow Up]]></category>
		<category><![CDATA[Morris]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=646</guid>
		<description><![CDATA[In working out the proof for&#160;World of Britain&#160;I came across a paradox. &#160;Maybe smarter Math Factorites can help me out?&#160;&#160;My sanity could depend on it.
In the puzzle you have five different tasks.&#160; On each day one of these tasks is given at random.&#160; How long do you expect it to take to get all five [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a href="http://www.flickr.com/photos/patrickhoff/380789609/"><img class="alignleft size-full wp-image-665" title="paradox-clock" src="http://mathfactor.uark.edu/wp-content/uploads/paradox-clock.jpg" alt="paradox-clock" width="180" height="180" /></a>In working out the proof for&nbsp;<a href="http://mathfactor.uark.edu/2009/05/27/world-of-britain/">World of Britain</a>&nbsp;I came across a paradox. &nbsp;Maybe smarter Math Factorites can help me out?<span>&nbsp;&nbsp;</span>My sanity could depend on it.</p>
<p class="MsoNormal">In the puzzle you have five different tasks.<span>&nbsp; </span>On each day one of these tasks is given at random.<span>&nbsp; </span>How long do you expect it to take to get all five tasks?</p>
<p class="MsoNormal">First consider a simple case.<span>&nbsp; </span>Suppose some event has a probability, p, of happening on any one day.<span>&nbsp; </span>Let’s say that E(p) is the expected number of days we have to wait for the event to happen.<span>&nbsp; </span>For example if p=1 then the event is guaranteed to happen every day and so E(p)=1.</p>
<p class="MsoNormal">How can we calculate E(p)?<span>&nbsp; </span></p>
<p><span><span id="more-646"></span></span></p>
<p class="MsoNormal">Andy does an experiment.<span>&nbsp; </span>He will wait for the event to happen and record how many days it took.<span>&nbsp; </span>He will do this several times, for long enough to ensure that he gets an answer that is as accurate as he needs.<span>&nbsp; </span>He will keep going for N days in total.<span>&nbsp; </span>Afterwards he will take the average of all of his wait times to get an estimate for E(p).</p>
<p class="MsoNormal">The average he calculates is the total of all the wait times divided by the number of occurrences of the event.<span>&nbsp; </span>But we can estimate both of these values and therefore estimate his value for E(p).<span>&nbsp; </span>The total of all of the wait times is going to be about N.<span>&nbsp; </span>Since the event has a probability of p of occurring on any particular day the number of occurrences will be about p times N.</p>
<p class="MsoNormal">So Andy&#8217;s average will be about N/(pN) which will be about 1/p.</p>
<p class="MsoNormal">We can make N as large as we like to make this result as accurate as we like.<span>&nbsp; </span>So we can confidently say that E(p) = 1/p.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Let&#8217;s get back to our puzzle about tasks. &nbsp;We need to wait for the first task, then the second, then the third and so on. &nbsp;When there are t tasks left then the chance of getting a new one is t/5. &nbsp;</p>
<p class="MsoNormal">So the total waiting time is</p>
<p class="MsoNormal">&nbsp;&nbsp; &nbsp;E(5/5) + E(4/5) + E(3/5) + E(2/5) + E(1/5) = 5/5 + 5/4 + 5/3 + 5/2 + 5/1</p>
<p class="MsoNormal">&nbsp;&nbsp; &nbsp; &nbsp; = 5(1/5 + 1/4 + 1/3 + 1/2 + 1) =&nbsp;11 <sup>5</sup>/<sub>12</sub> = 11.4166666&#8230; days</p>
<p class="MsoNormal">You may recognise the<a href="http://mathfactor.uark.edu/2008/08/follow-up-the-harmonic-series/"> harmonic series</a>!</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">So that&#8217;s the <strong>proof</strong>, now where&#8217;s the <strong>paradox</strong>?</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Bob&nbsp;visits Andy when he is able and waits with him until the event occurs.<span>&nbsp; </span>Of course Andy may well have been waiting for some time.</p>
<p class="MsoNormal">If Bob turns up just after the event has happened then he will wait for the same time as Andy.<span>&nbsp; </span>If he turns up just before the event he will wait for one day.<span>&nbsp; </span>On average he will wait for about half the time that Andy does.</p>
<p class="MsoNormal">When the event occurs Bob disappears and comes back when he is next able to.</p>
<p class="MsoNormal">At the end of the experiment Bob averages all of his wait times to get an estimate for E(p).<span>&nbsp; </span>He gets an answer which is half of Andy’s!</p>
<p class="MsoNormal">That is the <strong>paradox</strong>!</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Now Carol thinks she understands what is going on here.<span>&nbsp; </span>The problem is that Andy is distorting his results by always starting the clock straight after an event has occurred.<span>&nbsp; </span>That guarantees him to get the longest possible wait times.</p>
<p class="MsoNormal">She thinks the only way to get an accurate answer is to look at the wait time starting from each of the N days and then average these N wait times.</p>
<p class="MsoNormal">To calculate this she needs to make an assumption.<span>&nbsp; </span>She knows that the event occurs every 1/p days on average.<span>&nbsp; </span>She assumes they happen regularly every 1/p days.</p>
<p class="MsoNormal"><span>&nbsp;</span>Let’s say they happen every n days where n = 1/p.<span>&nbsp; </span>Remember Andy’s value for E(p) is 1/p = n.<span>&nbsp; </span>Bob’s value is half that, so about n/2.<span>&nbsp; </span></p>
<p class="MsoNormal">The wait time will vary between 1 and n.<span>&nbsp; </span>The average wait time will be n(n+1)/2n = (n+1)/2.</p>
<p class="MsoNormal">So Carols estimate for E(p) is about n/2 whereas Andy’s was 1/p = n.<span>&nbsp; </span>So Carol is agreeing with Bob.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I can tell you that Andy had the right value and that the logic I used for Bob and Carol was flawed.<span>&nbsp; </span></p>
<p class="MsoNormal">Can you see where?</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2009/07/morris-world-of-britain-2-proof-and-paradox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FV. Singmastery!</title>
		<link>http://mathfactor.uark.edu/2009/06/fv-singmastery/</link>
		<comments>http://mathfactor.uark.edu/2009/06/fv-singmastery/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 06:02:11 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[guests]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=689</guid>
		<description><![CDATA[David Singmaster, Puzzler Extraordinaire, early master of the Rubik&#8217;s Cube, poser of the Singmaster Conjecture, etc, etc, engages in some wordplay.
]]></description>
			<content:encoded><![CDATA[<p>David Singmaster, Puzzler Extraordinaire, early master of the Rubik&#8217;s Cube, poser of the Singmaster Conjecture, etc, etc, engages in some wordplay.</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2009/06/fv-singmastery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/689/0/152%20Singmastery%20_Math_Factor_2009_06_03.mp3" length="11155859" type="audio/mpeg"/>
<itunes:duration>11:34</itunes:duration>
		<itunes:subtitle>David Singmaster, Puzzler Extraordinaire, early master of the Rubik's Cube, poser of the Singmaster Conjecture, etc, etc, engages in some wordplay. </itunes:subtitle>
		<itunes:summary>David Singmaster, Puzzler Extraordinaire, early master of the Rubik's Cube, poser of the Singmaster Conjecture, etc, etc, engages in some wordplay.</itunes:summary>
		<itunes:keywords>The,Mathcast,,guests,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>Q &amp; A: When Two Spheres Touch&#8230;</title>
		<link>http://mathfactor.uark.edu/2009/01/q-a-when-two-spheres-touch/</link>
		<comments>http://mathfactor.uark.edu/2009/01/q-a-when-two-spheres-touch/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 06:18:34 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=362</guid>
		<description><![CDATA[Chris S. writes:
I was wondering what is the theoretical &#8216;area&#8217; of contact between two spheres in contact with each other. I was unfortunately not able to locate much (if any) information on this. After some thought into this I&#8217;ve realised that the spheres would meet at a single &#8216;point&#8217; however what would the area of [...]]]></description>
			<content:encoded><![CDATA[<p>Chris S. writes:</p>
<blockquote><p>I was wondering what is the theoretical &#8216;area&#8217; of contact between two spheres in contact with each other. I was unfortunately not able to locate much (if any) information on this. After some thought into this I&#8217;ve realised that the spheres would meet at a single &#8216;point&#8217; however what would the area of this &#8216;point&#8217; be? The only source related to this claimed the area of contact, the point, has no area. How can a point have no area? If the spheres touch, musn&#8217;t there be an area shared between them? Even if only one atom?</p></blockquote>
<p>Hi, the issue here is that there is a vast difference<em> </em>between <em>physical</em>, real things and the <em>mathematical</em> ideas that model them.</p>
<p>Real, mathematical spheres don&#8217;t exist, plain and simple! Never could, even as a region of space&#8212; space itself has a granularity (apparently) at a scale of about 10^-33 meters. There simply cannot exist a perfectly spherical region in physical space, much less a perfectly spherical body.</p>
<p>But as an abstraction, the idea of a sphere is very useful: lots of things, quite evidently, are spherical for all practical purposes.</p>
<p>For that matter, &#8220;points&#8221; don&#8217;t exist either, and are also a mathematical abstraction. (So, too, is &#8220;area&#8221;. Real things are rough, bumpy and not at all like continuous surfaces, on a fine enough scale) But again, these _ideas_ are very good at getting at something important about lots and lots of physical things, and so have proved useful.</p>
<p>Tangent spheres do indeed meet in a single point, which has no area.</p>
<p>Spherical things meet in some other, messier way.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2009/01/q-a-when-two-spheres-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow Up: The Harmonic Series</title>
		<link>http://mathfactor.uark.edu/2008/08/follow-up-the-harmonic-series/</link>
		<comments>http://mathfactor.uark.edu/2008/08/follow-up-the-harmonic-series/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 19:18:18 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[Follow Up]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[infinity]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=245</guid>
		<description><![CDATA[That the worm falls off the end of the rope depends on the fact that the incredible
 harmonic series 
1 + 1/2 + 1/3 + 1/4 + . . . 
diverges to infinity, growing as large as you please!

 If you try adding terms up on a calculator, this scarcely seems possible! By the time [...]]]></description>
			<content:encoded><![CDATA[<p>That the worm falls off the end of the rope depends on the fact that the incredible<br />
 harmonic series </p>
<p>1 + 1/2 + 1/3 + 1/4 + . . . <br />
diverges to infinity, growing as large as you please!</p>
<p><span id="more-245"></span></p>
<p> If you try adding terms up on a calculator, this scarcely seems possible! By the time you have added the hundredth term, you will have a reached only a whopping 5.187&#8230; (and each new term will be less than .01).</p>
<p>After adding up a <i> million</i> terms, you will have made it only to about 14.39272672&#8230; &#8212; and each new term will be less than .000001. Does the series <i> really </i> diverge?</p>
<p>The eighteenth century mathematician <a href="http://en.wikipedia.org/wiki/Jacob_Bernoulli">Jacob Bernoulli</a> gave a very elegant proof that it does:</p>
<p>1/2 is at least 1/2</p>
<p>1/3 + 1/4 is at least 1/4 + 1/4 = 1/2</p>
<p>1/5 + 1/6 + 1/7 + 1/8 is at least 1/8 + 1/8 + 1/8 + 1/8 = 1/2</p>
<p>1/9 + . . . + 1/16 is at least 8 x 1/16 = 1/2</p>
<p>etc. So the result of adding up the first 2<sup>n</sup> terms 1/2 + 1/3 + . . . + 1/2<sup>n</sup> is at least n/2, and in particular, can be as large as we please.</p>
<p>But this <i> does </i> take a long time to get anywhere. To add up to, say, 100, Bernoulli&#8217;s proof shows us that  2<sup>198</sup> (about 4&#215;10<sup>59</sup>) terms will suffice. But maybe this is more than we actually need.</p>
<hr />
<p>A basic fact from calculus is that the area under the curve y = 1/x, from x = 1 to x = N is exactly ln N.</p>
<p align = "center"><img src="http://mathfactor.uark.edu/images/harmonic1.jpg"/></p>
<p>Now the area of a box 1 unit wide and 1/n units tall is 1/n, and boxes of width 1 and heights 1, 1/2, 1/3, . . . altogether have area 1 + 1/2 + 1/3 . . .</p>
<p> Here we see that these boxes can be arranged to show that </p>
<p>1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 > ln 8</p>
<p align = "center"><img src="http://mathfactor.uark.edu/images/harmonicA.jpg"/>
</p>
<p>Shifting the boxes over, we see that</p>
<p>1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 < ln 8</p>
</p>
<p align = "center"><img src="http://mathfactor.uark.edu/images/harmonic2.jpg"/></p>
<p>This gives us a much better bound on the harmonic series. Generally,  we have that </p>
<p>1 + 1/2 + . . . + 1/n is between ln (n+1) and (ln n) + 1. </p>
<p>So to be sure that the series sums to at least 100, we can be sure that e<sup>100-1</sup> (about 2.7&#215;10<sup>43</sup>) terms will suffice!</p>
<hr /> The great <a href = "http://en.wikipedia.org/wiki/Euler">Leonhard Euler</a> proved that in fact, in the long run, 1 + . . . + 1/n tends to be exactly ln n plus a constant; Euler&#8217;s constant, usually denoted by &gamma; (gamma), is about .577215664901&#8230;</p>
<p>So the sum of the first million terms is about (ln 1,000,000) + &gamma;,  and if we want to sum to 100, we need to have n such that ln n + &gamma; is greater than 100; in other words, e<sup> (100 &#8211; &gamma;)</sup> (about 1.5&#215;10<sup>43</sup>) terms will do.</p>
<hr />
<p><small> The series &Sigma; 1/(n ln n) diverges even more slowly still, taking about e^e^n terms to sum to n (!!) The series &Sigma; 1/(n (ln n) (ln ln n)) takes e^e^e^n terms to sum to n. Etc!!</small></p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/08/follow-up-the-harmonic-series/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>EG. The Colossal Book of Short Puzzles and Problems</title>
		<link>http://mathfactor.uark.edu/2008/08/eg-the-colossal-book-of-short-puzzles-and-problems/</link>
		<comments>http://mathfactor.uark.edu/2008/08/eg-the-colossal-book-of-short-puzzles-and-problems/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 17:47:00 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[Topology and geometry]]></category>
		<category><![CDATA[guests]]></category>
		<category><![CDATA[infinity]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[math puzzles]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[paradoxes]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[Dana Richards]]></category>
		<category><![CDATA[Gardner]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=244</guid>
		<description><![CDATA[
 
Dana Richards, editor of The Colossal Book of Short Puzzles and Problems discusses the amazing Martin Gardner and his legacy!
]]></description>
			<content:encoded><![CDATA[<p></p>
<p align = "center"><a href = "http://www.amazon.com/Colossal-Book-Short-Puzzles-Problems/dp/0393061140/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1218562498&#038;sr=8-1"> <img src = "http://mathfactor.uark.edu/images/mg.jpg"/></a></p>
<p>Dana Richards, editor of <a href = "http://www.amazon.com/Colossal-Book-Short-Puzzles-Problems/dp/0393061140/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1218562498&#038;sr=8-1">The Colossal Book of Short Puzzles and Problems</a> discusses the amazing Martin Gardner and his legacy!</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/08/eg-the-colossal-book-of-short-puzzles-and-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/244/0/111%20The%20Colossal%20Book%20of%20Short%20Puzzles%20and%20Problems%20_Math_Factor_2008_08_12.mp3" length="10416289" type="audio/mpeg"/>
<itunes:duration>6:10</itunes:duration>
		<itunes:subtitle>Dana Richards, editor of The Colossal Book of Short Puzzles and Problems discusses the amazing Martin Gardner and his legacy!
 </itunes:subtitle>
		<itunes:summary>Dana Richards, editor of The Colossal Book of Short Puzzles and Problems discusses the amazing Martin Gardner and his legacy!
</itunes:summary>
		<itunes:keywords>Favorites,,The,Mathcast,,Topology,and,geometry,,guests,,infinity,,logic,,math,puzzles,,numbers,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>EC. Skyrocketing Functions!</title>
		<link>http://mathfactor.uark.edu/2008/07/ec-skyrocketing-functions/</link>
		<comments>http://mathfactor.uark.edu/2008/07/ec-skyrocketing-functions/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:59:17 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/2008/07/01/ec-skyrocketing-functions/</guid>
		<description><![CDATA[
Faster than an exponential! More powerful than double factorials!! The Busy Beaver Function tops anything that could ever be computed&#8211; and we mean  ever 
]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Faster than an exponential! More powerful than double factorials!! The Busy Beaver Function tops anything that could ever be computed&#8211; and we mean <i> ever </i></p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/07/ec-skyrocketing-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/238/0/107%20Skyrocketing%20functions%20_Math_Factor_2008_06_29.mp3" length="10393676" type="audio/mpeg"/>
<itunes:duration>8:37</itunes:duration>
		<itunes:subtitle>Faster than an exponential! More powerful than double factorials!! The Busy Beaver Function tops anything that could ever be computed-- and we mean  ever ...</itunes:subtitle>
		<itunes:summary>Faster than an exponential! More powerful than double factorials!! The Busy Beaver Function tops anything that could ever be computed-- and we mean  ever 
</itunes:summary>
		<itunes:keywords>The,Mathcast,,logic,,numbers,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>EA. The Limits of Computation</title>
		<link>http://mathfactor.uark.edu/2008/06/ea-the-limits-of-computation/</link>
		<comments>http://mathfactor.uark.edu/2008/06/ea-the-limits-of-computation/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 19:14:15 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/?p=236</guid>
		<description><![CDATA[One of the great discoveries of the twentieth century is that mathematics can describe the limits of mathematical thought! We&#8217;ll discuss some of these ideas from time to time in coming weeks. In this segment, we consider Alan Turing&#8217;s insightful question:
Can the answer to any mathematical question be computed?

We&#8217;ve also prepared a  more comprehensive, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great discoveries of the twentieth century is that mathematics can describe the limits of mathematical thought! We&#8217;ll discuss some of these ideas from time to time in coming weeks. In this segment, we consider Alan Turing&#8217;s insightful question:</p>
<p><i>Can the answer to any mathematical question be computed?</i></p>
<p><span id="more-236"></span></p>
<p>We&#8217;ve also prepared a <a href="http://mathfactor.uark.edu/downloads/computation_draft.pdf"> more comprehensive, much more subtle discussion</a> here. </p>
<p><small><i> Of course we misspoke in the podcast when we said that Goldbach conjectured that </i> every<i> even number is the sum of two primes &emdash; 2 itself is not!</i><br />
</small></p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/06/ea-the-limits-of-computation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/236/0/105%20The%20Limits%20of%20Computation%20_Math_Factor_2008_06_12.mp3" length="1" type="audio/mpeg"/>
<itunes:duration>00:01:01</itunes:duration>
		<itunes:subtitle>One of the great discoveries of the twentieth century is that mathematics can describe the limits of mathematical thought! We'll discuss some of these ideas ...</itunes:subtitle>
		<itunes:summary>One of the great discoveries of the twentieth century is that mathematics can describe the limits of mathematical thought! We'll discuss some of these ideas from time to time in coming weeks. In this segment, we consider Alan Turing's insightful question:
Can the answer to any mathematical question be computed?

We've also prepared a  more comprehensive, much more subtle discussion here. 
 Of course we misspoke in the podcast when we said that Goldbach conjectured that  every even number is the sum of two primes emdash; 2 itself is not!

</itunes:summary>
		<itunes:keywords>The,Mathcast,,logic,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>Follow Up: Smullyan&#8217;s Paradoxes!</title>
		<link>http://mathfactor.uark.edu/2008/04/follow-up-smullyans-paradoxes/</link>
		<comments>http://mathfactor.uark.edu/2008/04/follow-up-smullyans-paradoxes/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:20:32 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[Follow Up]]></category>
		<category><![CDATA[guests]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/2008/04/17/follow-up-smullyans-paradoxes/</guid>
		<description><![CDATA[We present a recording of Raymond Smullyan&#8217;s lecture at the Gathering for Gardner, March 30, 2008; Newcomb&#8217;s paradox really is a stumper.
]]></description>
			<content:encoded><![CDATA[<p>We present a recording of Raymond Smullyan&#8217;s lecture at the Gathering for Gardner, March 30, 2008; Newcomb&#8217;s paradox really is a stumper.</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/04/follow-up-smullyans-paradoxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/228/0/Raymond%20Smullyan_2008_03_30.mp3" length="23244199" type="audio/mpeg"/>
<itunes:duration>13:50</itunes:duration>
		<itunes:subtitle>We present a recording of Raymond Smullyan's lecture at the Gathering for Gardner, March 30, 2008; Newcomb's paradox really is a stumper.
 </itunes:subtitle>
		<itunes:summary>We present a recording of Raymond Smullyan's lecture at the Gathering for Gardner, March 30, 2008; Newcomb's paradox really is a stumper.
</itunes:summary>
		<itunes:keywords>Follow,Up,,guests,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>DT. Speaking of Self-reference</title>
		<link>http://mathfactor.uark.edu/2008/04/dt-speaking-of-self-reference/</link>
		<comments>http://mathfactor.uark.edu/2008/04/dt-speaking-of-self-reference/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 12:12:09 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[guests]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[math puzzles]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/2008/04/14/dt-speaking-of-self-reference/</guid>
		<description><![CDATA[We catch up with Raymond Smullyan, author of  many fantastic books on logic, puzzles and paradoxes at this year&#8217;s Gathering for Gardner!
]]></description>
			<content:encoded><![CDATA[<p>We catch up with <a href='http://en.wikipedia.org/wiki/Raymond_Smullyan'>Raymond Smullyan</a>, author of <a href='http://www.amazon.com/s/ref=nb_ss_gw/102-2878998-0969722?url=search-alias%3Dstripbooks&#038;field-keywords=smullyan&#038;x=0&#038;y=0'> many fantastic books on logic, puzzles and paradoxes</a> at this year&#8217;s Gathering for Gardner!</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/04/dt-speaking-of-self-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/227/0/98%20Speaking%20of%20Self%20Reference%20_Math_Factor_2008_04_12.mp3" length="6010180" type="audio/mpeg"/>
<itunes:duration>6:12</itunes:duration>
		<itunes:subtitle>We catch up with Raymond Smullyan, author of  many fantastic books on logic, puzzles and paradoxes at this year's Gathering for Gardner! </itunes:subtitle>
		<itunes:summary>We catch up with Raymond Smullyan, author of  many fantastic books on logic, puzzles and paradoxes at this year's Gathering for Gardner!</itunes:summary>
		<itunes:keywords>The,Mathcast,,guests,,logic,,math,puzzles,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>DQ. We Are Not Liars</title>
		<link>http://mathfactor.uark.edu/2008/03/dq-we-are-not-liars/</link>
		<comments>http://mathfactor.uark.edu/2008/03/dq-we-are-not-liars/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 02:37:20 +0000</pubDate>
		<dc:creator>strauss</dc:creator>
				<category><![CDATA[Mathfactor Events]]></category>
		<category><![CDATA[The Mathcast]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[guests]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[math puzzles]]></category>
		<category><![CDATA[paradoxes]]></category>

		<guid isPermaLink="false">http://mathfactor.uark.edu/2008/03/26/dq-we-are-not-liars/</guid>
		<description><![CDATA[We discuss, among other things, whether all mathematicians are liars.
Send us your favorite paradoxes of this kind and we&#8217;ll report back on April 15.
]]></description>
			<content:encoded><![CDATA[<p>We discuss, among other things, whether all mathematicians are liars.</p>
<p>Send us your favorite paradoxes of this kind and we&#8217;ll report back on April 15.</p>
]]></content:encoded>
			<wfw:commentRss>http://mathfactor.uark.edu/2008/03/dq-we-are-not-liars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://mathfactor.uark.edu/podpress_trac/feed/224/0/95%20Liars%20_Math_Factor_2008_03_26.mp3" length="5465969" type="audio/mpeg"/>
<itunes:duration>5:38</itunes:duration>
		<itunes:subtitle>We discuss, among other things, whether all mathematicians are liars.
Send us your favorite paradoxes of this kind and we'll report back on April 15.
 </itunes:subtitle>
		<itunes:summary>We discuss, among other things, whether all mathematicians are liars.
Send us your favorite paradoxes of this kind and we'll report back on April 15.
</itunes:summary>
		<itunes:keywords>Mathfactor,Events,,The,Mathcast,,answers,,guests,,logic,,math,puzzles,,paradoxes</itunes:keywords>
		<itunes:author>strauss@uark.edu</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
	</channel>
</rss>
