<?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/"
	>

<channel>
	<title>ScienceBlogs &#187; Physical Science</title>
	<atom:link href="http://scienceblogs.com/channel/physical-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://scienceblogs.com</link>
	<description>Where the world turns to talk about science.</description>
	<lastBuildDate>Tue, 21 May 2013 01:24:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2-alpha</generator>
		<item>
		<title>Progress on the Twin Primes Conjecture [EvolutionBlog]</title>
		<link>http://scienceblogs.com/evolutionblog/2013/05/24/progress-on-the-twin-primes-conjecture/</link>
		<comments>http://scienceblogs.com/evolutionblog/2013/05/24/progress-on-the-twin-primes-conjecture/#comments</comments>
		<pubDate>Fri, 24 May 2013 07:44:09 +0000</pubDate>
		<dc:creator>jrosenhouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/evolutionblog/?p=1751</guid>
		<description><![CDATA[Number theory is chock-full of easily stated problems that are very difficult to solve. One such is the twin primes conjecture, which asserts simply that there are infinitely many twin primes. I&#8217;ll assume you know what a prime number is. Twin primes are primes that differ by exactly two, such as 3 and 5, 5&#8230;]]></description>
				<content:encoded><![CDATA[<p>Number theory is chock-full of easily stated problems that are very difficult to solve.   One such is the twin primes conjecture, which asserts simply that there are infinitely many twin primes.  I&#8217;ll assume you know what a prime number is.  Twin primes are primes that differ by exactly two, such as 3 and 5, 5 and 7, 11 and 13, 17 and 19, or 101 and 103.</p>
<p>Of course, everyone knows there are infinitely many primes.  If you have not seen it before, here&#8217;s one easy way to prove that fact.  We assume for a contradiction that there are only finitely many primes, let&#8217;s say <i>k</i> of them.  Then we can make a list:<br />
<center><br />
<img src="//s0.wp.com/latex.php?latex=p_1%2C+p_2%2C+p_3%2C+%5Cldots%2C+p_k&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="p_1, p_2, p_3, &#92;ldots, p_k" title="p_1, p_2, p_3, &#92;ldots, p_k" class="latex" /><br />
</center><br />
of all the primes.  But now we can define a number <i>N</i> by multiplying all of these numbers together and adding one.  That is, we have:<br />
<center><br />
<img src="//s0.wp.com/latex.php?latex=N%3Dp_1p_2p_3+%5Ccdots+p_k%2B1&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="N=p_1p_2p_3 &#92;cdots p_k+1" title="N=p_1p_2p_3 &#92;cdots p_k+1" class="latex" /><br />
</center><br />
But we know that <i>N</i> must be divisible by some prime number, since every number has at least one prime factor.  (Of course, the number <i>N</i> might itself be prime, but that&#8217;s OK, since every number is a factor of itself.)</p>
<p>We now ask, what prime number divides <i>N</i>?  It cannot be any of the primes on our list, since <i>N</i> leaves a remainder of 1 when divided by any of those primes.  The only possible conclusion is that there must be a prime number that is not on the list.  This contradicts our assumption that our list was complete.  It follows that no finite list can possibly contain all the primes, and therefore there are infinitely many prime numbers.</p>
<p>There is also a clever trick for showing that there are arbitrarily long sequences of non-prime numbers.  Recall that if <i>n</i> is a positive integer, then by <i>n!</i>, read &ldquo;<i>n</i> factorial&rdquo;, we mean the product of all the integers from 1 to <i>n</i>.  For example, we have<br />
<center><br />
<img src="//s0.wp.com/latex.php?latex=6%21%3D6+%5Ctimes+5+%5Ctimes+4+%5Ctimes+3+%5Ctimes+2+%5Ctimes+1%3D720&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="6!=6 &#92;times 5 &#92;times 4 &#92;times 3 &#92;times 2 &#92;times 1=720" title="6!=6 &#92;times 5 &#92;times 4 &#92;times 3 &#92;times 2 &#92;times 1=720" class="latex" /><br />
</center><br />
Notice that 6! is a multiple of the numbers 2, 3, 4, 5 and 6.  I can use this fact to produce a sequence of five consecutive non-prime numbers, namely 722, 723, 724, 725 and 726.  722 is a multiple of 2, 723 is a multiple of 3, 724 is a multiple of 4, 725 is a multiple of 5 and 726 is a multiple of 6.  Do you see the point?  If you want <i>n</i> consecutive non-prime numbers, just consider the sequence:<br />
<center><br />
<img src="//s0.wp.com/latex.php?latex=%28n%2B1%29%21%2B2%2C%5C+%28n%2B1%29%21%2B3%2C+%5C+%28n%2B1%29%21%2B4%2C+%5Cldots%2C+%28n%2B1%29%21%2Bn%2C+%5C+%28n%2B1%29%21%2B%28n%2B1%29&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="(n+1)!+2,&#92; (n+1)!+3, &#92; (n+1)!+4, &#92;ldots, (n+1)!+n, &#92; (n+1)!+(n+1)" title="(n+1)!+2,&#92; (n+1)!+3, &#92; (n+1)!+4, &#92;ldots, (n+1)!+n, &#92; (n+1)!+(n+1)" class="latex" /><br />
</center><br />
The first number is divisible by 2, the next is divisible by 3, the next is divisible by 4, and so on until the last number, which is a multiple of <i>n+1</i>.  Clever!</p>
<p>So, there are infinitely prime numbers, but also arbitrarily long gaps between primes.  There is also the prime number theorem, which tells us that for very large values of <i>x</i>, the number of primes smaller than <i>x</i> is closely approximated by<br />
<center><br />
<img src="//s0.wp.com/latex.php?latex=%5Cdfrac%7Bx%7D%7B%5Cln+x%7D&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="&#92;dfrac{x}{&#92;ln x}" title="&#92;dfrac{x}{&#92;ln x}" class="latex" /><br />
</center><br />
(A more precise statement of the theorem can be found <a href="http://en.wikipedia.org/wiki/Prime_number_theorem">here</a>.)</p>
<p>None of this really tells us much about twin primes, alas.  But we do now know that there is some finite number with the property that there are infinitely many pairs of primes by differ by no more than that number:</p>
<blockquote><p>
On April 17, a paper arrived in the inbox of <i>Annals of Mathematics</i>, one of the discipline&#8217;s preeminent journals. Written by a mathematician virtually unknown to the experts in his field &#8212; a 50-something lecturer at the University of New Hampshire named Yitang Zhang &#8212; the paper claimed to have taken a huge step forward in understanding one of mathematics&#8217; oldest problems, the twin primes conjecture.</p>
<p>Editors of prominent mathematics journals are used to fielding grandiose claims from obscure authors, but this paper was different. Written with crystalline clarity and a total command of the topic’s current state of the art, it was evidently a serious piece of work, and the Annals editors decided to put it on the fast track.</p>
<p>Just three weeks later &#8212; a blink of an eye compared to the usual pace of mathematics journals &#8212; Zhang received the referee report on his paper.</p>
<p>&ldquo;The main results are of the first rank,&rdquo; one of the referees wrote. The author had proved &ldquo;a landmark theorem in the distribution of prime numbers.&rdquo;
</p></blockquote>
<p>What is that finite number?  According to the conjecture, that number should be two.  Here&#8217;s what Zhang achieved:</p>
<blockquote><p>
His paper shows that there is some number N smaller than 70 million such that there are infinitely many pairs of primes that differ by N. No matter how far you go into the deserts of the truly gargantuan prime numbers &#8212; no matter how sparse the primes become &#8212; you will keep finding prime pairs that differ by less than 70 million.
</p></blockquote>
<p>70 million might seem pretty far from 2.  What you have to remember, though, is that the difference between 2 and 70 million pales in comparison to the difference between 70 million and infinity.  So Zhang&#8217;s theorem is definitely a big deal!</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/evolutionblog/2013/05/24/progress-on-the-twin-primes-conjecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is dark energy? [Starts With A Bang]</title>
		<link>http://scienceblogs.com/startswithabang/2013/05/23/what-is-dark-energy-2/</link>
		<comments>http://scienceblogs.com/startswithabang/2013/05/23/what-is-dark-energy-2/#comments</comments>
		<pubDate>Fri, 24 May 2013 00:39:00 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[crustacean]]></category>
		<category><![CDATA[Quantum Computing]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[CMB]]></category>
		<category><![CDATA[cosmological constant]]></category>
		<category><![CDATA[dark energy]]></category>
		<category><![CDATA[Dark Matter]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[LSS]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[supernovae]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/startswithabang/?p=28103</guid>
		<description><![CDATA[“Because dark energy makes up about 70 percent of the content of the universe, it dominates over the matter content. That means dark energy will govern expansion and, ultimately, determine the fate of the universe.” -Eric Linder It&#8217;s been a while since we&#8217;ve spoken about dark energy, and we were just talking about Einstein&#8217;s greatest&#8230;]]></description>
				<content:encoded><![CDATA[<blockquote><p>“Because dark energy makes up about 70 percent of the content of the universe, it dominates over the matter content. That means dark energy will govern expansion and, ultimately, determine the fate of the universe.” -<em>Eric Linder</em></p></blockquote>
<p>It&#8217;s been a while since we&#8217;ve spoken about <a href="http://scienceblogs.com/startswithabang/category/dark-energy/">dark energy</a>, and we were just talking about <a href="http://scienceblogs.com/startswithabang/2013/05/17/einsteins-greatest-blunder-was-really-a-blunder/">Einstein&#8217;s greatest blunder</a>, so let&#8217;s just dive right in.</p>
<div id="attachment_28106" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/hudf_hst_big.jpeg"><img class="size-medium wp-image-28106" alt="Image credit: S. Beckwith &amp; the HUDF Working Group (STScI), HST, ESA, NASA." src="http://scienceblogs.com/startswithabang/files/2013/05/hudf_hst_big-600x749.jpeg" width="600" height="749" /></a><p class="wp-caption-text">Image credit: S. Beckwith &amp; the HUDF Working Group (STScI), HST, ESA, NASA.</p></div>
<p>This is our observable Universe, as unveiled by the Hubble Space Telescope. With hundreds of billions of galaxies stretched out some 41 billion light years in all directions, finding out about what our Universe was like in the distant past, the recent past, and what it&#8217;s like today is limited only by our willingness to look. In particular, there are three great sets of observations that tell us ever so much about the Universe on the largest scales.</p>
<div id="attachment_28105" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/galcap.jpg"><img class="size-medium wp-image-28105" alt="Image credit: Northern Galactic Cap from the SDSS-III release, via http://www.sdss3.org/." src="http://scienceblogs.com/startswithabang/files/2013/05/galcap-600x349.jpg" width="600" height="349" /></a><p class="wp-caption-text">Image credit: Northern Galactic Cap from the SDSS-III release, via http://www.sdss3.org/.</p></div>
<p><strong>1.) The way galaxies cluster together on the largest scales</strong>. By looking at huge, tremendous surveys of galaxies, we can see how the visible matter in the Universe has clustered, clumped, and grouped together, as well as where it <em>hasn&#8217;t</em>, and has left us great cosmic voids. By putting various ingredients into a model Universe governed by General Relativity, we can also simulate how structure should form in our Universe. Where the simulations and the observations match up, that tells us what&#8217;s in our Universe.</p>
<div id="attachment_28104" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/735681main_pia16873-43_946-710.jpeg"><img class="size-medium wp-image-28104" alt="Image credit: ESA and the Planck Collaboration." src="http://scienceblogs.com/startswithabang/files/2013/05/735681main_pia16873-43_946-710-600x450.jpeg" width="600" height="450" /></a><p class="wp-caption-text">Image credit: ESA and the Planck Collaboration.</p></div>
<p><strong>2.) The temperature fluctuations in the cosmic microwave background</strong>. By looking at <a href="http://scienceblogs.com/startswithabang/2013/03/21/what-the-entire-universe-is-made-of-thanks-to-planck/">the temperature fluctuations &#8212; the hot-and-cold spots &#8212; in the CMB</a>, we can know what the Universe looked like in terms of overdensities, underdensities, and how they&#8217;re clustered with respect to one another all the way back at a time when the Universe was just some 380,000 years old! Because the light has had to travel for nearly the entire 13.8 billion years that the Universe has been around (it&#8217;s been traveling for 99.997% of the Universe&#8217;s history), we can find out information about what the Universe was like back then, but <em>also</em> how it&#8217;s expanded since then. This pattern of fluctuations also tells us what the various combinations of ingredients are in our Universe.</p>
<div id="attachment_28107" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Union08hubblebindiagramSlide.png"><img class="size-medium wp-image-28107" alt="Image credit: Kowalski et al., Ap.J., 2008." src="http://scienceblogs.com/startswithabang/files/2013/05/Union08hubblebindiagramSlide-600x473.png" width="600" height="473" /></a><p class="wp-caption-text">Image credit: Kowalski et al., Ap.J., 2008.</p></div>
<p><strong>3.) Direct observations of well-understood objects at various distances/redshifts in the Universe</strong>. Everything from variable stars to properties of galaxies to distant supernovae help us get a handle on this, the <a href="http://scienceblogs.com/startswithabang/2013/04/24/how-far-away-is-stuff/">cosmic distance ladder</a>. This tells us how the Universe has been expanding since as far back as we can measure until the present day.</p>
<p>When these three data sets are combined &#8212; and we can combine others, too, but these three are the <em>best</em> data sets we have &#8212; they tell us that there&#8217;s matter in the Universe, about 31-32% of the Universe is matter (most of which is dark matter), and that there&#8217;s another type of energy, <strong>dark energy</strong>, that makes up the rest.</p>
<div id="attachment_28108" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Lambda_Matter.jpeg"><img class="size-medium wp-image-28108" alt="Image credit: Planck Collaboration: P. A. R. Ade et al., 2013, A&amp;A Preprint; annotations by me." src="http://scienceblogs.com/startswithabang/files/2013/05/Lambda_Matter-600x215.jpeg" width="600" height="215" /></a><p class="wp-caption-text">Image credit: Planck Collaboration: P. A. R. Ade et al., 2013, A&amp;A Preprint; annotations by me.</p></div>
<p>So, you ask, just <em>what is</em> dark energy, and how do we know?</p>
<p>In principle &#8212; and by in principle, I mean in General Relativity &#8212; matter, energy, topological defects, and pretty much anything else that you throw into your Universe is going to affect how your Universe expands because of two properties inherent to it: it&#8217;s <strong>energy density</strong> and its <strong>pressure</strong>.</p>
<div id="attachment_28109" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/expanding1.jpeg"><img class="size-medium wp-image-28109" alt="Image credit: Large Synoptic Survey Telescope, NSF, DOE, and AURA." src="http://scienceblogs.com/startswithabang/files/2013/05/expanding1-600x438.jpeg" width="600" height="438" /></a><p class="wp-caption-text">Image credit: Large Synoptic Survey Telescope, NSF, DOE, and AURA.</p></div>
<p>Because of the way the Universe is observed to expand, and because of the known way that matter (yes, even dark matter, according to General Relativity) behaves, we can infer something about the energy density <em>and</em> pressure of dark energy. In particular, we know that dark energy&#8217;s pressure is <strong>negative</strong>, and that it&#8217;s <i>quite</i> negative.</p>
<p>In General Relativity, we can relate the pressure of any component of the Universe to its energy density by the simple equation:</p>
<p style="text-align: center;"><i>ρ </i>= w P / c<sup>2</sup>,</p>
<p style="text-align: left;">where <i>ρ</i> is the energy density, P is the pressure, c is the speed of light, and w is <strong>just some number</strong>.</p>
<div id="attachment_28110" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/image001.jpeg"><img class="size-medium wp-image-28110" alt="Image credit: A.V. Vikhlinin, R.A. Burenin, A.A. Voevodkin, M.N. Pavlinsky." src="http://scienceblogs.com/startswithabang/files/2013/05/image001-600x572.jpeg" width="600" height="572" /></a><p class="wp-caption-text">Image credit: A.V. Vikhlinin, R.A. Burenin, A.A. Voevodkin, M.N. Pavlinsky.</p></div>
<p style="text-align: left;">According to the best data we have right now, <strong>w</strong> is equal to <strong>-1</strong>. Now, as time goes on, we hope to constrain it better; we can say it&#8217;s probably about -1.00 ± 0.08 right now, which is pretty good.</p>
<p style="text-align: left;">Now, here&#8217;s the thing: in <strong>theory</strong>, the pressure of different things in cosmology goes in increments of 1/3. For example:</p>
<ul>
<li><span class="Apple-style-span" style="line-height: 13px;">Radiation has w = +1/3, like photons and ultra-relativistic matter.</span></li>
<li>Matter, both normal and dark matter, has w = 0, or is virtually pressure-free.</li>
<li>Cosmic strings, or 1-dimensional topological defects, have w = -1/3. This is the border between what would cause a Universe to accelerate (more negative than this) or not.</li>
<li>Domain walls, or 2-dimensional topological defects, have w = -2/3.</li>
<li>A cosmological constant (or textures, a 3-d defect) has w = -1.</li>
</ul>
<p>Those are the easy possibilities.</p>
<div id="attachment_28111" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/future_universe.jpeg"><img class="size-medium wp-image-28111" alt="Image credit: NASA / CXC, via http://chandra.harvard.edu/." src="http://scienceblogs.com/startswithabang/files/2013/05/future_universe-600x463.jpeg" width="600" height="463" /></a><p class="wp-caption-text">Image credit: NASA / CXC, via http://chandra.harvard.edu/.</p></div>
<p>But dark energy could <em>also</em> be something weird. It could be a field, whose relationship between pressure and energy density changes over time. It could be coupled to something we don&#8217;t understand. It could be really, really weird, and our measurements of w = -1, to the best we can see, could only be what the Universe is <em>so far</em>.</p>
<p>So we&#8217;ve attempted to look for a change in w over time. We&#8217;ve attempted to look for departures from w = -1. We&#8217;ve attempted to look at different models and their signatures.</p>
<p>Know what we&#8217;ve found?</p>
<div id="attachment_28112" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/22-17.jpeg"><img class="size-medium wp-image-28112" alt="Image credit: Pearson / Addison-Wesley." src="http://scienceblogs.com/startswithabang/files/2013/05/22-17-600x495.jpeg" width="600" height="495" /></a><p class="wp-caption-text">Image credit: Pearson / Addison-Wesley.</p></div>
<p>The farther back into the past we look, the more and more consistent everything appears to be with the <strong>cosmological constant</strong> option.</p>
<p>The cosmological constant option has the theoretical bonus of being:</p>
<ul>
<li>easily explained,</li>
<li>inevitable (in that it must exist, even though its value could be 0),</li>
<li>and requires no new physics beyond the standard model/GR to explain.</li>
</ul>
<p>We&#8217;re going to keep exploring different variants of dark energy, quintessence, scalar field-driven dark energy, etc., of course. But theoretically, there&#8217;s no motivation unless we see <em>some</em> sort of evidence that tells us that dark energy is something more (or other) than a simple cosmological constant. And trust me, <strong>we&#8217;re looking</strong>.</p>
<div id="attachment_28113" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/wbsc.jpeg"><img class="size-medium wp-image-28113" alt="Image credit: LSST and many others, via http://www.lsst.org/lsst/science/scientist_dark_energy." src="http://scienceblogs.com/startswithabang/files/2013/05/wbsc-600x561.jpeg" width="600" height="561" /></a><p class="wp-caption-text">Image credit: LSST and others, via http://www.lsst.org/lsst/science/scientist_dark_energy.</p></div>
<p>This doesn&#8217;t mean dark energy <em>is</em> a cosmological constant, it just means that this is the best working hypothesis until evidence suggesting otherwise comes along, and such evidence does not exist today. That&#8217;s the best we&#8217;ve got, so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/startswithabang/2013/05/23/what-is-dark-energy-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysteries of the Simulated Pendulum [Uncertain Principles]</title>
		<link>http://scienceblogs.com/principles/2013/05/23/mysteries-of-the-simulated-pendulum/</link>
		<comments>http://scienceblogs.com/principles/2013/05/23/mysteries-of-the-simulated-pendulum/#comments</comments>
		<pubDate>Thu, 23 May 2013 13:39:24 +0000</pubDate>
		<dc:creator>Chad Orzel</dc:creator>
				<category><![CDATA[Popular Culture]]></category>
		<category><![CDATA[Tonga]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/principles/?p=7960</guid>
		<description><![CDATA[Last week, I spent a bunch of time using VPython to simulate a simple pendulum, which was a fun way to fritter away several hours (yes, I&#8217;m a great big nerd), and led to some fun physics. I had a little more time to kill, so I did one of the things I mentioned as&#8230;]]></description>
				<content:encoded><![CDATA[<p>Last week, I spent a bunch of time <a href="http://scienceblogs.com/principles/2013/05/16/simulating-a-pendulum/">using VPython to simulate a simple pendulum</a>, which was a fun way to fritter away several hours (yes, I&#8217;m a great big nerd), and led to some fun physics. I had a little more time to kill, so I did one of the things I mentioned as a possible follow-on, which turned out to be kind of baffling, in a good way.</p>
<p>Last week&#8217;s post was written very quickly, and thus ended up a little more jargon-y than I usually shoot for, so let me try to set the stage a little better for this one. the physical system I&#8217;m talking about is just a simple pendulum, a mass on the end of a string swinging back and forth. The idealized version of this is very simple mathematically, and gives a very regular oscillation at a frequency that just depends on the length (which is why old clocks contain pendulums). When you dig into the details, though, there&#8217;s some rich physics involved in terms of forces, because the force the string needs to exert varies over the course of the swing, getting bigger toward the bottom and smaller out at the ends (this is why, if you have small kids or are just a kid at heart and thus spend time on swingsets, you feel &#8220;heavier&#8221; at the bottom of the arc of a playground swing, and lighter out at the turning point).</p>
<p>What I did in the simulation was rather than using physics to figure out the force needed to make the bob swing back and forth in advance, I treated the &#8220;string&#8221; on the simulated pendulum as if it were a spring, with a force that increases as it gets &#8220;stretched.&#8221; There&#8217;s a nice simple mathematical form for this, characterized by a number called the &#8220;spring constant,&#8221; and the bigger that constant is, the bigger the force you get for a given stretch.</p>
<p>This is nice because it saves me having to code equations into VPython, and also because it is, in some ways, an accurate representation of what actually happens. If you make a pendulum out of a ball and a bit of string, the string doesn&#8217;t know how to solve physics equations. It supplies the appropriate force by stretching a small amount and exerting a force in response. The string you typically use to make a pendulum doesn&#8217;t stretch very much, so it looks very close to the &#8220;ideal&#8221; case where the equations are easy to solve, namely a string that doesn&#8217;t stretch at all. And, in fact, my toy computer model does exactly that when you make the spring constant big. Physics works, hooray.</p>
<p>Of course, having put together the code with an arbitrary spring constant, the fun part is sticking in parameters that aren&#8217;t very close to the &#8220;ideal&#8221; case, to see what happens. In this case, the spring stretches substantially as the pendulum swings, and the path it follows makes nifty patterns&#8211; kind of a braided look in the post from last week, or the cartoon mustache kind of thing on the left in the &#8220;featured image&#8221; at the top of this post (RSS readers, click through). That happens because I&#8217;m lazy, and didn&#8217;t want to work out the details of the starting conditions, so I just imagined that the spring-string was unstretched when it was released, because that&#8217;s easy to do.</p>
<p>When that happens, you get two things going on: a back-and-forth motion that&#8217;s the &#8220;normal&#8221; pendulum track, and an in-and-out motion characteristic of a spring. You can sort of see what&#8217;s going on in that left-hand image above, which is a spring with a small (25 N/m) spring constant released from an unstretched position. Right as it&#8217;s let go on the right side of the swing, it falls more or less straight down, with the spring stretching a lot. As the stretch gets big enough, it pulls the bob gets pulled back in, and the combination of the sideways pendulum motion and the inward spring motion flattens out the bottom of the arc, then makes the upturn at the left end, whereupon the whole thing reverses itself.</p>
<p>Of course, this isn&#8217;t the only possibility, and in fact, it happens only because I was lazy. If I started the spring with some stretch, though, the force it provided would be bigger sooner, and the oscillation would look more like a &#8220;normal&#8221; pendulum. This is what you see on the right above: I found a value of the stretch for which this looks much simpler, and the spring hardly stretches at all.</p>
<p>Now, there are two ways to do find this proper prestretch value: brute force trial and error, or using physics. What I did was a combination of the two, and that&#8217;s the baffling part. I <em>tried</em> to use physics to estimate the starting stretch, but ended up being way wrong, and finding the actual value by trial and error.</p>
<p>So, what&#8217;s the physics guess? Well, the simple treatment of a pendulum has the string not stretch at all, which means that the initial force along the string must be big enough to counter the portion of the pull of gravity that tends to stretch the string. This leaves just the sideways component, and drives the regular oscillation. The value of that radial component of gravity is easy to calculate, and turns out to be the weight of the bob multiplied by the cosine of the release angle.</p>
<p>Of course, for the simulated pendulum to work right, the string needs to stretch a <em>little</em>, so as to allow for the increasing force you need to make the thing work. So, I reasoned correctly that the appropriate stretch wouldn&#8217;t be exactly the stretch needed to cancel the stretching part of gravity, but something a little smaller. I had no idea what the exact value should be, though, and didn&#8217;t see an easy way to calculate it, so what I did was to stick in an arbitrary factor in front of that extra force when calculating the stretch. So, the pre-stretch of the spring in the simulation is given by the weight times the cosine of the angle times an arbitrary factor. I varied the arbitrary factor and looked for the value that gave the minimum amplitude of the oscillation&#8211; that is, the track that looked most like a &#8220;normal&#8221; pendulum.</p>
<p>So, I did this for a bunch of different factors and a bunch of different spring constants, and like a good physicist, I made a graph:</p>
<div id="attachment_7963" class="wp-caption aligncenter" style="width: 510px"><a href="http://scienceblogs.com/principles/files/2013/05/pendulum_amplitude.png"><img src="http://scienceblogs.com/principles/files/2013/05/pendulum_amplitude.png" alt="Radial oscillation amplitude vs. pre-stretch factor, for various simulated pendula." width="500" height="372" class="size-full wp-image-7963" /></a><p class="wp-caption-text">Radial oscillation amplitude vs. pre-stretch factor, for various simulated pendula.</p></div>
<p>This plots the amplitude of the in-and-out oscillation on the vertical axis, and the arbitrary factor on the horizontal axis. And it&#8217;s totally bizarre.</p>
<p>For one thing, my initial assumption had been that the factor should be a number less than one&#8211; the &#8220;ideal&#8221; value that would keep the spring from stretching in the first instant of the swing would leave it too short to provide the needed force in the next instant, leading to a big oscillation. I figured that the correct value would end up being a bit smaller than that&#8211; say, 75% of the &#8220;ideal&#8221;&#8211;allowing some spring stretch and keeping everything nice.</p>
<p>What you see from the graph, though, is that the correct value turns out to be substantially bigger than that&#8211; of the five spring constants I tested, the smallest value is around 2.4&#8211; that is, 240% of the &#8220;ideal&#8221; value. My initial thought was that this was just a numerical error on my part, but I don&#8217;t see where I made a mistake.</p>
<p>And there&#8217;s another reason to think that this isn&#8217;t just a coding screw-up in my definition of the starting point, which is that the value depends on the spring constant in a complicated way. If I had just managed to get the force wrong by a factor of 2.5, you would expect that factor to be the same for each different spring, but the five spring constants I tried give different values for the factor needed to get the smallest amplitude. I can graph that, too, and it looks like this:</p>
<div id="attachment_7964" class="wp-caption aligncenter" style="width: 510px"><a href="http://scienceblogs.com/principles/files/2013/05/pendulum_factor.png"><img src="http://scienceblogs.com/principles/files/2013/05/pendulum_factor.png" alt="Pre-stretch factor for minimum amplitude vs. spring constant." width="500" height="370" class="size-full wp-image-7964" /></a><p class="wp-caption-text">Pre-stretch factor for minimum amplitude vs. spring constant.</p></div>
<p>The factor gets bigger as you increase the spring constant, though it seems to reach some maximum value a bit below 5. I have no idea what causes that, though. Which is why I didn&#8217;t bother to fit a function to those points, because I don&#8217;t even know what I should guess as the appropriate form.</p>
<p>The other weird thing about the first graph is an aesthetic point&#8211; all the data points fall on V-shaped curves. On either side of the minimum value, the points are beautifully linear&#8211; in fact, that&#8217;s how I got the data for the second graph: I fit straight lines to the data to either side of the minimum, and calculated the point where those lines crossed. (I could find the uncertainty in that value, but there&#8217;s a limit to how much math I&#8217;m willing to do for a blog post, and anyway, they&#8217;re close to the by-hand optimized values for the 100 N/m and 400 N/m cases, where I just plugged in factors until I found the minimum amplitude to four decimal places.) That&#8217;s kind of a weird shape, though, in terms of physics graphs. You don&#8217;t see a lot of natural phenomena that have that kind of pointy shape to them&#8211; a parabola, or some other kind of smooth curve would be more &#8220;normal.&#8221; You kind of need to be a physicist to be bothered by that, but it&#8217;s definitely a thing that jumped out at me.</p>
<p>So, anyway, I&#8217;m baffled by this. It&#8217;s very robust, in that I get the same basic behavior even if I make changes to the simulation code, but also very odd. I&#8217;m also not at all sure how to go about calculating the right answers. The easiest way to do it would probably involve a Lagrangian, but even there, I suspect you wouldn&#8217;t get an analytical solution, but would need to do some numerical solving of equations. Which might or might not be more reliable than my crude modeling of the situation.</p>
<p>If I were going to teach intermediate classical mechanics at any time in the near future, this might be a great way to re-learn all that Lagrangian stuff that I forgot from my undergrad classical mechanics courses. It&#8217;ll be at least six years before I do that, though, so I&#8217;m not likely to put in the effort (then again, I&#8217;ve spent umpteen hours screwing around with VPython, so&#8230;). I might also be able to dig up somebody else&#8217;s solution&#8211; the pendulum is, after all, a very important physical system, and I&#8217;m sure it&#8217;s been studied in detail by lots of people&#8211; but I have too much else to do to go in for a long literature search. Thus, this blog post, where I&#8217;ll just throw this out there for people to either recognize, or calculate themselves, or point out the embarrassing flaw in my whole approach to this question.</p>
<p>In the absence of a better conclusion, then, let me just say again that this is a nice demonstration of how rich the physics of even very simple and well-studied systems can be. And also, what an enormous dork I am, spending hours and hours playing around with this to no concrete purpose&#8230;</p>
<p><strong>UPDATE:</strong> The ScienceBlogs uploader rejects the code &#8220;for security reasons,&#8221; but here&#8217;s a <a href="https://dl.dropboxusercontent.com/u/10277736/pendulum_code.txt">Dropbox link to the poorly documented VPython program</a> I used to do these simulations. </p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/principles/2013/05/23/mysteries-of-the-simulated-pendulum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ball State Kerfuffle [EvolutionBlog]</title>
		<link>http://scienceblogs.com/evolutionblog/2013/05/22/the-ball-state-kerfuffle/</link>
		<comments>http://scienceblogs.com/evolutionblog/2013/05/22/the-ball-state-kerfuffle/#comments</comments>
		<pubDate>Wed, 22 May 2013 09:05:36 +0000</pubDate>
		<dc:creator>jrosenhouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/evolutionblog/?p=1747</guid>
		<description><![CDATA[Eric Hedin, an assistant professor of physics at Ball State University, has come under fire for an honors course called, &#8220;Boundaries of Science.&#8221; The problem: the course appears to be little more than thinly veiled Christian evangelism. From The USA Today: &#8220;BSU appears to offer a class that preaches religion, yet gives students honors science&#8230;]]></description>
				<content:encoded><![CDATA[<p>Eric Hedin, an assistant professor of physics at Ball State University, has come under fire for an honors course called, &ldquo;Boundaries of Science.&rdquo;  The problem: the course appears to be little more than thinly veiled Christian evangelism.  <a href="http://www.usatoday.com/story/news/nation/2013/05/21/ball-state-professor-creationism-science-class/2345511/">From <i>The USA Today</i></a>:</p>
<blockquote><p>
&ldquo;BSU appears to offer a class that preaches religion, yet gives students honors science credit,&rdqu; foundation attorney Andrew Seidel wrote to Gora. &ldquo;BSU appears to have a class with a non-biologist undermining genuine science and scholarship of the Ball State biology department by teaching creationism, a religious belief &#8230; masquerading as science.&rdqu;</p>
<p>Hedin and department chair Tom Robertson declined to comment to The Star Press.</p>
<p>But Provost Terry King, a chemical engineer and the university&#8217;s chief academic officer, said, &ldquo;Faculty own the curriculum. In large part, it&#8217;s a faculty matter. But we have to ensure that our teaching is appropriate. All I have so far is a complaint from an outside person. We have not had any internal complaints. But we do take this very seriously and will look into it.&rdquo;</p>
<p>He added that the class is an elective course and not part of the core curriculum.</p>
<p>&ldquo;All the books are by creationists, IDers (intelligent designers), or people who try to show that science gives evidence for God,&rdquo; evolutionary biologist Jerry Coyne, a professor at the University of Chicago, told The Star Press, referring to the bibliography for Hedin&#8217;s course. &ldquo;There are no straight science books.&rdquo;</p>
<p>It appears Hedin &ldquo;presents a non-view of science in a science class,&rdquo; said Coyne, author of the book <i>Why Evolution is True.</i></p>
<p>&ldquo;The students are being duped. It&#8217;s straight theology with no alternatives. It&#8217;s a straight Christian intelligent design/creationist view of the world, which is wrong. It&#8217;s not science. It&#8217;s not that it&#8217;s not science, it&#8217;s science that has been discredited. It&#8217;s like saying the Holocaust didn&#8217;t happen.&rdquo;
</p></blockquote>
<p>Especially interesting is the response of some of the other faculty, as quoted in the article:</p>
<blockquote><p>
He suspects Hedin is &ldquo;asking people to think a little broader, outside the box, which causes controversy. It&#8217;s funny.&rdquo;</p>
<p>Ruth Howes, a retired professor from the department who now lives in Santa Fe, said, &ldquo;The people I know in the department are very straightforward thinkers. I don&#8217;t think they mean to preach to anybody, except possibly F = ma (one of Newton&#8217;s laws of motion).&rdquo;</p>
<p>Hedin replaced Howes when she retired.</p>
<p>&ldquo;It is the university&#8217;s job to help students understand viewpoints that differ from their own,&rdquo; Howes said. &ldquo;Students are not expected to totally agree with these viewpoints, but they are expected to understand them. I think that is probably what professor Hedin is trying to do, and I would expect the university to back this effort thoroughly. For example, if I were teaching a class on Islam, I would not expect students to convert to Islam, but I would expect them to understand the basic tenants that Muslims believe.&rdquo;
</p></blockquote>
<p>These explanations are not credible in the face of <a href="http://whyevolutionistrue.wordpress.com/2013/05/21/local-paper-reports-on-ball-state-creationism-class-ball-state-weasels-citizens-support-teaching-creationism/">the reading list</a> for the course:</p>
<blockquote><p>
Behe, Michael, <i>Darwin’s Black Box</i> (1998).</p>
<p>Brush, Nigel, <i>The Limitations of Scientific Truth.  Why Science Can’t Answer Life’s Ultimate Questions,</i> (2005).</p>
<p>Collins, Francis, <i>The Language of God, A Scientist Presents Evidence for Belief,</i> (2007).</p>
<p>Consolmagno, Guy, <i>God’s Mechanics,</i> (2008).</p>
<p>Davies, Paul, <i>The Goldilocks Enigma: Why is the Universe Just Right for Life?</i> (2006).</p>
<p>Davies, Paul, <i>The Mind of God.  The Scientific Basis for a Rational World</i>, 1992.</p>
<p>Davies, Paul, <i>The 5th Miracle</i> (1999).</p>
<p>Dembski, William A. &ldquo;Intelligent Design as a Theory of Information&rdquo;</p>
<p>Dubay, Thomas, &ldquo;The Evidential Power of Beauty.  Science and Theology Meet&rdquo;, 1999.</p>
<p>Flew, Antony, <i>There is a God: How the World’s Most Notorious Atheist Changed His Mind,</i> (2008).</p>
<p>Gange, Robert  &ldquo;Origins and Destiny&rdquo; (1985). Online: http://www.ccel.us/gange.toc.html</p>
<p>Giberson, Karl W. and Collins, Francis S. <i>The Language of Science and Faith: Straight Answers to Genuine Questions,</i> (2011).</p>
<p>Gingerich, Owen, <i>God’s Universe</i> (2006).</p>
<p>Gonzalez, Guillermo  <i>The Privileged Planet</i>  (2004).</p>
<p>Lennox, John, <i>God’s Undertaker: Has Science Buried God?</i> (2007).</p>
<p>Lennox, John, <i>God and Stephen Hawking: Whose Design is it Anyway?</i> (2011).</p>
<p>Lewis, C. S., <i>Miracles,</i> (1947).</p>
<p>Malone, John, <i>Unsolved Mysteries of Science,</i> (2001).</p>
<p>Meyer, Stephen C., &ldquo;The Origin of Biological Information and the Higher Taxonomic Categories&rdquo;, Proc. of the Biological Society of Washington, 117, 213 (2004).</p>
<p>Meyer, Stephen C., <i>Signature in the Cell: DNA and the Evidence for Intelligent Design</i> (2010)</p>
<p>Penfield, Wilder, <i>The Mystery of the Mind</i> (1975).</p>
<p>Penrose, Roger, <i>The Road to Reality: A Complete Guide to the Laws of the Universe</i>, (2005).</p>
<p>Polkinghorne, John  and Beale, Nicholas, <i>Questions of Truth: Fifty-one Responses to Questions About God, Science, and Belief,</i> (2009).</p>
<p>Quastler, Henry &ldquo;The Emergence of Biological Organization&rdquo; (1964).</p>
<p>Ross, Hugh  <i>The Creator and the Cosmos</i>  (2001).</p>
<p>Ross, Hugh  <i>Why the Universe is the Way it is</i> (2008).</p>
<p>http://www.reasons.org (Extensive materials on reasons for faith and science).</p>
<p>Ross and Rana, &ldquo;Origins of Life&rdquo; (2004).</p>
<p>Schroeder, Gerald L., <i>The Hidden Face of God.  Science Reveals the Ultimate Truth</i>, 2001.</p>
<p>Seeds, Michael A., <i>Astronomy:  The Solar System and Beyond</i>, 3rd Ed. (2003).</p>
<p>Spetner, Lee, <i>Not by Chance</i> (1996).</p>
<p>Strobel, Lee, <i>The Case for a Creator.  A Journalist Investigates Scientific Evidence that Points Toward God</i>, 2004.</p>
<p>Von Baeyer, Hans Christian, <i>Information: The New Language of Science,</i> (2003).
</p></blockquote>
<p>Sorry, but that reading list has nothing to do with expanding students&#8217; horizons.  That&#8217;s just straight up Christian evangelism.  There&#8217;s  no attempt at balance, and there&#8217;s very little in the way of straight science.  Worse, several of the entries on that list are outright garbage.  Lee Spetner&#8217;s book <i>Not By Chance</i>, for example, is just one of those sleazy creationist tomes that has no place in any serious science course, regardless of the religious viewpoint of the professor.  If you know rudimentary probability theory and a smidgeon of biology, it should be obvious within a few pages that Spetner hasn&#8217;t the faintest idea what he&#8217;s talking about.  Similar criticisms could be leveled at anything by Lee Strobel, Hugh Ross, or Gerald Schroeder.  Including these books in any course related to science is the equivalent of reading books by Ann Coulter in a political science class.  </p>
<p>For that matter, if a political science professor based his course reading list on Ann Coulter, Glenn Beck, Mark Levin, and Sean Hannity, that would be prima facie evidence that it was not a serious course at all.  But Hedin&#8217;s reading list is little better.</p>
<p>To seal the deal, the article reports on some student comments about the course:</p>
<blockquote><p>
Some of the students who have taken Hedin&#8217;s class have reported on Rate My Professor that he is a very nice guy who &ldquo;constantly talks religion,&rdquo; has &ldquo;an extremely Christian bias and does not believe in evolution,&rdquo; and who is &ldquo;constantly bringing religion into class,&rdquo; Seidel complained to Gora.
</p></blockquote>
<p>The right is constantly going-on about left-wing indoctrination in college courses.  You can be sure that they would go ballistic over a professor who constantly talks about atheism or who is constantly criticizing religion in class.  Well, there&#8217;s plenty of right-wing indoctrination as well.  There are unprofessional people on both sides who are willing to use their classrooms as their own personal soapboxes.</p>
<p>A professor can make clear his own viewpoint without being dogmatic and one-sided.  If I were teaching a course about the religious implications of evolution, I would not try to hide my skepticism about the possibility of reconciling Christianity and evolution.  But I would also be sure to include readings from the best writers on the other side, and I would treat their views respectfully in class discussions.  I would consider it irresponsible to do anything else.  The extremely one-sided nature of Hedin&#8217;s reading list is very troubling, as his inclusion of cranks and crackpots.</p>
<p>Jerry Coyne has been covering this extensively, and he has argued that, since Ball State is a public university, this course represents a first amendment violation.  I&#8217;m pretty sure he&#8217;s wrong about that.  Professors at public universities are not agents of the state in the same way that public high school teachers are.  But I don&#8217;t really know this area of the law.  Is there no point at which the first amendment comes into play?  What if I conducted my class like a Pentecostal preacher and graded my students based on their ability to convince me they had come to Jesus?  That would certainly be unprofessional, but it would specifically violate the first amendment?  Would it matter if the course were required or not?  If anyone knows of any court cases on this point I&#8217;d love to hear about them.</p>
<p>It also makes me queasy to have outsiders tell college professors what they can and cannot do in the classroom.  As bad as this course appears to be, trying to shut him down would be even worse.  When the creationists start arguing that it&#8217;s a first amendment violation for a biology department to teach about evolution, we want them to be laughed at.  I think it&#8217;s better just to glare at him in faculty meetings, and let him teach his course.</p>
<p>But I do think it would be perfectly reasonable to take this seriously during annual reviews and tenure evaluations.  If the course is as bad as it appears, then his behavior is at least arguably unethical.  I would want to take a good hard look at what sort of assignments he assigns and how they are graded, for example.  Academic freedom counts for a lot, but at some point your department gets to say that it does not approve of your activities.  </p>
<p>I would feel the same way about any professor who was constantly pushing atheism in a science class.  College professors are given quite a lot of latitude, and they have considerable power over their students.  It is incumbent on us to be responsible in our use of that power.  Our job is to educate, not indoctrinate.  That doesn&#8217;t mean completely suppressing our own views and opinions, but it does often mean giving respectful treatment of views different from our own.</p>
<p>Frankly, I don&#8217;t understand professors who preach and indoctrinate on class.  In my math courses it&#8217;s all I can do to get the students to do the problems right.  Who has time to worry about anything else?</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/evolutionblog/2013/05/22/the-ball-state-kerfuffle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The E-Cat is back, and people are still falling for it! [Starts With A Bang]</title>
		<link>http://scienceblogs.com/startswithabang/2013/05/21/the-e-cat-is-back-and-people-are-still-falling-for-it/</link>
		<comments>http://scienceblogs.com/startswithabang/2013/05/21/the-e-cat-is-back-and-people-are-still-falling-for-it/#comments</comments>
		<pubDate>Wed, 22 May 2013 01:05:57 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[andrea rossi]]></category>
		<category><![CDATA[cold fusion]]></category>
		<category><![CDATA[e-cat]]></category>
		<category><![CDATA[ecat]]></category>
		<category><![CDATA[energy catalyzer]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[scientific fraud]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/startswithabang/?p=28086</guid>
		<description><![CDATA[&#8220;Science literacy is a vaccine against the charlatans of the world that would exploit your ignorance.&#8221; -Neil deGrasse Tyson Well, I guess it&#8217;s that season again. The charlatan who claims to have invented a cold fusion device &#8212; the same device whose flaws were exposed here two years ago &#8212; has just held an &#8220;independent&#8230;]]></description>
				<content:encoded><![CDATA[<blockquote><p>&#8220;Science literacy is a vaccine against the charlatans of the world that would exploit your ignorance.&#8221; -<em>Neil deGrasse Tyson</em></p></blockquote>
<p>Well, I guess it&#8217;s that season again. The <a href="http://scienceblogs.com/startswithabang/2011/11/25/cold-fusion-is-it-possible-is/">charlatan</a> who claims to have <a href="http://scienceblogs.com/startswithabang/2011/11/25/cold-fusion-is-it-possible-is/">invented a cold fusion device</a> &#8212; the same device whose <a href="http://scienceblogs.com/startswithabang/2011/12/05/the-nuclear-physics-of-why-we/">flaws were exposed here two years ago</a> &#8212; has just held an &#8220;independent test&#8221; of his device, and there&#8217;s now <a href="http://arxiv.org/abs/1305.3913v2">a physics paper out</a> claiming that this device works, and must be powered by some type of nuclear reaction!</p>
<div id="attachment_28087" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/ColdFusion.jpg"><img class="size-medium wp-image-28087" alt="Image credit: G. Levi et al., you can get the whole paper here: http://arxiv.org/pdf/1305.3913v2.pdf." src="http://scienceblogs.com/startswithabang/files/2013/05/ColdFusion-600x561.jpg" width="600" height="561" /></a><p class="wp-caption-text">Image credit: G. Levi et al.; get the whole paper here: http://arxiv.org/pdf/1305.3913v2.pdf.</p></div>
<p>Well.</p>
<p>Look, let&#8217;s get a few things out into the open first. <strong>If</strong> there is a cold fusion device that actually works, that can harness the power of nuclear fusion to create energy, <strong>it would change the world</strong>. We would &#8212; <a href="http://scienceblogs.com/startswithabang/2013/04/17/missions-to-mars-and-nuclear-fusion/">as I&#8217;ve written recently</a> &#8212; have a virtually limitless source of clean and cheap energy, and would not only be able to travel to Mars, but to any other world in our Solar System. We could even, <em>literally</em>, reach for the stars!</p>
<div id="attachment_28088" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Mars_07_1.jpeg"><img class="size-medium wp-image-28088" alt="Image credit: OeWF (Katja Zanella-Kux)." src="http://scienceblogs.com/startswithabang/files/2013/05/Mars_07_1-600x399.jpeg" width="600" height="399" /></a><p class="wp-caption-text">Image credit: OeWF (Katja Zanella-Kux), via http://www.wired.co.uk/.</p></div>
<p>But it&#8217;s not enough to just simply think about how wonderful it would be if it were true, <em>especially</em> because whether cold fusion can even physically happen in our Universe is currently an open scientific question. (The evidence <em>so far</em> says no, but that doesn&#8217;t mean it isn&#8217;t possible in principle!)</p>
<p>What we <strong>must</strong> do, when confronted with a claim that&#8217;s this extraordinary &#8212; that we have a device, at low-temperature, with neutral atoms, <strong>fusing atomic nuclei</strong> &#8212; is demand evidence that shows this is really true, and that we aren&#8217;t falling victim to some elaborate ruse.</p>
<div id="attachment_28089" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Piltdownpainting.jpeg"><img class="size-medium wp-image-28089" alt="Image credit: John Cooke, of &quot;Piltdown Man&quot;, one of history's most elaborate scientific hoaxes." src="http://scienceblogs.com/startswithabang/files/2013/05/Piltdownpainting-600x480.jpeg" width="600" height="480" /></a><p class="wp-caption-text">Image credit: John Cooke, of &#8220;Piltdown Man&#8221;, one of history&#8217;s most elaborate scientific hoaxes.</p></div>
<p>What we need, if we want to take this claim seriously, is solid, <em>incontrovertible</em> evidence that what&#8217;s being claimed is what&#8217;s actually happening. Because one of the most important responsibilities that science has to society is to protect it from frauds, hucksters, shysters and con artists who would defraud you out of your money, time, and trust with their cheap trickery and chicanery.</p>
<div id="attachment_28090" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Rossi_Essen_Kullander_Carlo1.jpeg"><img class="size-medium wp-image-28090" alt="Image credit: Rossi, Kullander, Essen and the e-Cat, retrieved from energydigital.com." src="http://scienceblogs.com/startswithabang/files/2013/05/Rossi_Essen_Kullander_Carlo1-600x329.jpeg" width="600" height="329" /></a><p class="wp-caption-text">Image credit: Rossi, Kullander, Essen and the e-Cat, retrieved from energydigital.com.</p></div>
<p>I&#8217;m taking it for granted that the vast majority of you <em>don&#8217;t</em> have the required expertise to tell whether this is legitimate, or whether this is an example of someone trying to swindle you (and all of us) into investing in something that&#8217;s meritless. But a lot of normally smart people are getting very excited about this, including:</p>
<ul>
<li><span class="Apple-style-span" style="line-height: 13px;">Sebastian Anthony over at <a href="http://www.extremetech.com/extreme/156393-cold-fusion-reactor-independently-verified-has-10000-times-the-energy-density-of-gas">ExtremeTech</a>,</span></li>
<li>Francie Diep over at <a href="http://www.popsci.com/science/article/2013-05/cold-fusion-machine-gets-third-party-verification-inventor-says">Popular Science</a>,</li>
<li><a href="https://twitter.com/quistuipater">Mark Gibbs</a> over at <a href="http://www.forbes.com/sites/markgibbs/2013/05/20/finally-independent-testing-of-rossis-e-cat-cold-fusion-device-maybe-the-world-will-change-after-all/?utm_content=bufferb3c56&amp;utm_source=buffer&amp;utm_medium=twitter&amp;utm_campaign=Buffer">Forbes</a>, and shockingly,</li>
<li>Tommaso Dorigo of <a href="http://www.science20.com/quantum_diaries_survivor/cold_fusion_real-112511">Quantum Diaries</a>.</li>
</ul>
<p>So we&#8217;ve got to ask, is this test the real deal, or is it <a href="http://motls.blogspot.com/2013/05/tommaso-dorigo-impressed-by-cold-fusion.html">nothing more than crackpottery</a>, as Lubos Motl says?</p>
<div id="attachment_28091" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/fusion1.jpg"><img class="size-medium wp-image-28091" alt="Image credit: from the Nov. 12, 2012 testing of the E-Cat, via G. Levi et al." src="http://scienceblogs.com/startswithabang/files/2013/05/fusion1-600x354.jpg" width="600" height="354" /></a><p class="wp-caption-text">Image credit: from the Nov. 12, 2012 testing of the E-Cat, via G. Levi et al.</p></div>
<p>Let&#8217;s answer the following question: What would it take to convince a <em>reasonable</em> observer that you&#8217;ve got a controlled nuclear reaction going on here?</p>
<p>There are a few ways we could do it:</p>
<ol>
<li><span class="Apple-style-span" style="line-height: 13px;">Allow a thorough examination of the reactants before the reaction takes place, and another of the products after the reaction, and show that nuclear transmutation has in fact taken place.</span></li>
<li>Start the device operating by whatever means you want, then disconnect all external power to it, and allow it to run, outputting energy for a sufficiently long time in a self-sustaining mode, until it&#8217;s put out a sufficient amount of energy to rule out any conventional (i.e., chemical) energy sources.</li>
<li>Place a gamma-ray detector around the device. Given the lack of shielding and the energies involved in nuclear reactions, gamma-rays should be copious and easy to detect.</li>
<li>Accurately monitor the power drawn from all sources to the device at all times, while also monitoring the energy output from the device at all times. If the total energy output is in sufficient excess to the total energy input to rule out any conventional (i.e., chemical) energy sources, that would also be sufficient.</li>
</ol>
<p>Fair enough? These all sound reasonable to me, and I would accept any independent test of these three methods as enough evidence to pique my interest. Let&#8217;s see what the claims are.</p>
<div id="attachment_28092" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/eCat.jpg"><img class="size-medium wp-image-28092" alt="Image credit: G. Levi et al." src="http://scienceblogs.com/startswithabang/files/2013/05/eCat-600x89.jpg" width="600" height="89" /></a><p class="wp-caption-text">Image credit: G. Levi et al.</p></div>
<p>So they&#8217;re again claiming that this is nickel + hydrogen fusion, which should result in copper. Now, it&#8217;s important to know, <a href="http://scienceblogs.com/startswithabang/2011/12/05/the-nuclear-physics-of-why-we/">the last time this was claimed</a>, the nickel that was analyzed was found to contain the isotopic ratios of normal nickel mined on Earth, while the copper (10% of the product) was found to contain the isotopic ratios of copper found naturally on Earth, <strong>not</strong> the ratio you&#8217;d expect to find copper in if nuclear fusion had occurred! (Since only Nickel-62 and Nickel-64 can fuse with hydrogen into copper, it&#8217;d be impossible to get a 10% copper product in any case!)</p>
<div id="attachment_28093" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/graph.jpeg"><img class="size-full wp-image-28093" alt="Image generated using the free graphing software at nces.ed.gov." src="http://scienceblogs.com/startswithabang/files/2013/05/graph.jpeg" width="600" height="463" /></a><p class="wp-caption-text">Image generated using the free graphing software at nces.ed.gov.</p></div>
<p>For this test, Rossi disallowed the examination of either the reactants or the products, claiming that it would reveal his secret catalyst. So option 1 wasn&#8217;t available.</p>
<p>Rossi <em>also</em> refused to unplug the machine while it was operating! Now, Peter Thieberger (who co-wrote <a href="http://scienceblogs.com/startswithabang/2011/12/05/the-nuclear-physics-of-why-we/">this post</a> with me, and who is a <a href="http://inspirehep.net/author/P.Thieberger.1/">respected nuclear/particle physicist</a>) has demonstrated just how easy it would be to keep power flowing to a device in such a way to fool an ammeter, which is a device for measuring electrical current. In other words, it would show that no current was flowing when one actually was!</p>
<div id="attachment_28094" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Power-Magic-1.jpeg"><img class="size-medium wp-image-28094" alt="Image credit: Peter Thieberger." src="http://scienceblogs.com/startswithabang/files/2013/05/Power-Magic-1-600x515.jpeg" width="600" height="515" /></a><p class="wp-caption-text">Image credit: Peter Thieberger.</p></div>
<p>So option 2 wasn&#8217;t available, either; there could&#8217;ve been more power continuously supplied to this setup than was accounted for.</p>
<p>There was also no attempt made to measure gamma-rays, so option 3 didn&#8217;t happen. Reading the paper, Rossi left the machine plugged in at all times, and hid a great many details during this independent test. Such as:</p>
<blockquote><p>&#8220;&#8230; the E-Cat HT was already running when the test began&#8230;&#8221;</p>
<p>&#8220;&#8230;it was not possible to inspect the inside of the control box&#8230;&#8221;</p></blockquote>
<p>So, what did this team actually do?</p>
<div id="attachment_28095" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/videotest.jpg"><img class="size-medium wp-image-28095" alt="Image credit: Figure 6, from G. Levi et al." src="http://scienceblogs.com/startswithabang/files/2013/05/videotest-600x367.jpg" width="600" height="367" /></a><p class="wp-caption-text">Image credit: Figure 6, from G. Levi et al.</p></div>
<p>They measured the tube, from a distance, with an infrared camera, to determine its temperature over time. They claim to have set up radiation detectors at a distance to look for high energy photons, but do not include those results. (They <em>say</em> that the results are available upon request. If you get them, please post them in the comments!)</p>
<p>They claim that the input power is well-measured and comes out to an average of 360 Watts, over a timespan of around four days. They provide no data for this, they simply claim it. What can you do; are they telling the truth, are they telling the truth as best as they know it, or something else? Without the data, how can you know?</p>
<div id="attachment_28096" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Itshot.jpg"><img class="size-medium wp-image-28096" alt="Image credit: Figure 14 from G. Levi et al." src="http://scienceblogs.com/startswithabang/files/2013/05/Itshot-600x317.jpg" width="600" height="317" /></a><p class="wp-caption-text">Image credit: Figure 14 from G. Levi et al.</p></div>
<p>Well, the short of it is, it got very hot and stayed very hot &#8212; about three-to-seven times hotter than you&#8217;d expect based on 360 W of continuous power &#8212; for the entire time that it ran.</p>
<p>And then, when you get all the way to page 20, you find this red flag:</p>
<blockquote><p>During the coil ON states, the instantaneous power absorbed by the E-Cat HT2 and the control box together was visible on the PCE-830 LCD display. This value, with some fluctuations in time, remained in any case within a range of 910-930 W. By checking the video image relevant to the PCE-830 LCD display, we were also able to estimate the length of the ON/OFF intervals: with reference to the entire duration of the test, the resistor coils were on for about 35% of the time, and off for the remaining 65%.</p></blockquote>
<p>So&#8230; it <em>wasn&#8217;t</em> a continuous 360 Watts, but rather there was a switching between on/off states, where it was drew over 900 W of power for about a third of the time, and then far less for the other two-thirds. They also only approximate, rather than measure (or provide data for) the amount of power drawn.</p>
<p>Then they claim the following:</p>
<div id="attachment_28097" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/nuclear.jpg"><img class="size-medium wp-image-28097" alt="Image credit: page 22 of G. Levi et al." src="http://scienceblogs.com/startswithabang/files/2013/05/nuclear-600x183.jpg" width="600" height="183" /></a><p class="wp-caption-text">Image credit: page 22 of G. Levi et al.</p></div>
<p>Okay, look.</p>
<p>I&#8217;m done pretending that this is science, or that the &#8220;data&#8221; presented here is scientifically valid. If this were an undergraduate science experiment, I&#8217;d give the kids an F, and have them see me. There&#8217;s <strong>no valid information</strong> contained here, just the assumption of success, the reliance on supplied data, and ballpark estimates that appear to be supplied &#8220;from the manufacturer.&#8221;</p>
<p><strong>This is not a valid way to do science <em>at</em><em> all</em></strong>. And this is certainly not even close to meeting the criteria required for <em>extraordinary evidence</em> to back up such an extraordinary claim.</p>
<div id="attachment_28098" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/scivspseudosci3.jpeg"><img class="size-medium wp-image-28098" alt="Image credit: Hemant Mehta of the Friendly Atheist blog." src="http://scienceblogs.com/startswithabang/files/2013/05/scivspseudosci3-600x453.jpeg" width="600" height="453" /></a><p class="wp-caption-text">Image credit: Hemant Mehta of the Friendly Atheist blog.</p></div>
<p>I &#8212; for once &#8212; will also encourage you to <a href="http://motls.blogspot.com/2013/05/tommaso-dorigo-impressed-by-cold-fusion.html">read Lubos&#8217; take on this</a>, because he seems to be the only person other than me who recognizes what awful pretend-science this is.</p>
<p>I&#8217;m not trying to rain on your parade, I&#8217;m not trying to poo-poo things we don&#8217;t have a full understanding of, and I&#8217;m not even trying to convince you that cold fusion is impossible. I&#8217;m trying to get you to recognize that <strong>there are standards of evidence</strong> you must hold these claims to, and that <a href="http://arxiv.org/pdf/1305.3913v2.pdf">this crappy, crackpot paper</a> has failed to meet them, and has failed egregiously.</p>
<p>But if you test it scientifically, then we&#8217;ll talk. <em>Not</em> before. Until then, you&#8217;re just preying on people who don&#8217;t know enough physics to see through your ruse, and I&#8217;ll be here to speak up against it, and call shenanigans.</p>
<div id="attachment_28099" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/Shenanigans.png"><img class="size-medium wp-image-28099" alt="Image credit: from Ebaumsworld; bonus points if you recognize the source." src="http://scienceblogs.com/startswithabang/files/2013/05/Shenanigans-600x480.png" width="600" height="480" /></a><p class="wp-caption-text">Image credit: from Ebaumsworld; bonus points if you recognize the source.</p></div>
<p><strong>Shenanigans</strong>, bitches. Now you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/startswithabang/2013/05/21/the-e-cat-is-back-and-people-are-still-falling-for-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Physicists and the Under-rating of Experiments [Uncertain Principles]</title>
		<link>http://scienceblogs.com/principles/2013/05/21/american-physicists-and-the-under-rating-of-experiments/</link>
		<comments>http://scienceblogs.com/principles/2013/05/21/american-physicists-and-the-under-rating-of-experiments/#comments</comments>
		<pubDate>Tue, 21 May 2013 15:39:39 +0000</pubDate>
		<dc:creator>Chad Orzel</dc:creator>
				<category><![CDATA[academic adventures]]></category>
		<category><![CDATA[crabs]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/principles/?p=7955</guid>
		<description><![CDATA[At Scientific American&#8217;s blog network, Ashutosh Jogalekar muses about the &#8220;greatest American physicist&#8221;, eventually voting for Josiah Willard Gibbs, one of the pioneers of statistical mechanics. As both times I took StatMech (as an undergrad and in grad school), it was at 8:30 in the morning, I retain almost no memory of the subject, and&#8230;]]></description>
				<content:encoded><![CDATA[<p>At Scientific American&#8217;s blog network, <a href="http://blogs.scientificamerican.com/the-curious-wavefunction/2013/05/16/whos-the-greatest-american-physicist-in-history/">Ashutosh Jogalekar muses about the &#8220;greatest American physicist&#8221;</a>, eventually voting for Josiah Willard Gibbs, one of the pioneers of statistical mechanics. As both times I took StatMech (as an undergrad and in grad school), it was at 8:30 in the morning, I retain almost no memory of the subject, and will bow to greater experience in assessing Gibbs&#8217;s importance.</p>
<p>I do, however, want to take issue with one thing in the post. When assessing the historical place of American physics, he writes:</p>
<blockquote>
<p>Here’s my personal list for the title of greatest American physicist in history, in no particular order: Joseph Henry, J. Willard Gibbs, Albert Michelson, Robert Millikan, Robert Oppenheimer, Richard Feynman, Murray Gell-Mann, Julian Schwinger, Ernest Lawrence, Edward Witten, John Bardeen, John Slater, John Wheeler and Steven Weinberg. I am sure I am leaving someone out but I suspect other lists would be similar in length. It’s pretty obvious that this list pales in comparison with an equivalent list of European physicists which would include names like Einstein, Dirac, Rutherford, Bohr, Pauli and Heisenberg; and this is just if we include twentieth-century physicists. Not only are the European physicists greater in number but their ideas are also more foundational; as brilliant as the American physicists are, almost none of them made a contribution comparable in importance to the exclusion principle or general relativity. [...]</p>
<p>More importantly though, the sparse list of great homegrown American physicists makes two things clear. Firstly, that America is truly a land of immigrants; it’s only by including foreign-born physicists like Fermi, Bethe, Einstein, Chandrasekhar, Wigner, Yang and Ulam can the list of American physicists even start to compete with the European list. Secondly and even more importantly, the selection demonstrates that even in 2013, physics in America is a very young science compared to European physics. Consider that even into the 1920s or so, the Physical Review which is now regarded as the top physics journal in the world was considered a backwater publication, if not a joke in Europe (Rhodes, 1987). Until the 1930s American physicists had to go to Cambridge, Gottingen and Copenhagen to study at the frontiers of physics.</p>
</blockquote>
<p>I would argue that there&#8217;s a word missing near the end of that last sentence, namely &#8220;theoretical.&#8221; It&#8217;s absolutely true that American theorists like Oppenheimer studied in Europe in order to learn from the quantum pioneers, but I would say that even by the 1930&#8242;s, American <em>experimental</em> physics was nearly equal to that in Europe. Michelson, Millikan, Lawrence are a trio to put up against anyone Europe has to offer in that same time period (Thomson and Rutherford are the big names on that side of the pond), and you can throw in people like Compton and Davisson and Germer as well. Depending on whether you count cosmology as part of physics, you could probably get Hubble into the mix on the American side, as well.</p>
<p>Now, it&#8217;s true that they didn&#8217;t contribute &#8220;foundational&#8221; ideas to physics, which tends to see them pushed somewhat down the list of &#8220;greats,&#8221; but I think that&#8217;s a mistake. Yeah, the exclusion principle and general relativity are great ideas, but big ideas are meaningless unless you can measure them, and Americans were essential to that process. Einstein famously proposed a revolutionary particle theory of light to explain the photoelectric effect, but it was Millikan&#8217;s measurements (which grudgingly confirmed the photon model) that forced people to take it seriously, and Compton&#8217;s gamma-ray scattering experiments helped seal the deal.</p>
<p>This is, of course, a personal obsession with me, but I think it&#8217;s essential to remember that theory and experiment go hand in hand. Revolutionary theories arise because they&#8217;re needed to explain experimental results, and they&#8217;re ultimately accepted because they&#8217;re found to agree with further measurement. Experiments get downplayed because they&#8217;re full of fiddly technical details and harder to explain and interpret, but they&#8217;re absolutely essential, and the US was pulling its weight in experimental physics even before top theorists started fleeing fascist regimes. (This is prompted in part by a bunch of recent reading on the history of 20th century physics, where even some big European names grudgingly admit that the Americans were good experimenters&#8230;)</p>
<p>So, while Europe is still ahead, I think it&#8217;s a somewhat closer thing than Jogalekar suggests, when you properly weight the two facets.</p>
<p>As for the general question of who was the greatest American physicist, I&#8217;d probably cast my vote for <a href="http://en.wikipedia.org/wiki/John_Bardeen">John Bardeen</a>, who is, after all, the only person to share two Nobel Prizes in Physics. He&#8217;s the &#8220;B&#8221; in the &#8220;BCS&#8221; theory of superconductivity, but more importantly helped invent the transistor. It&#8217;s hard to think of anyone whose contributions to physics had a bigger influence on the way we live today, and if that&#8217;s not greatness, I&#8217;m not sure what is.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/principles/2013/05/21/american-physicists-and-the-under-rating-of-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Lesson in Applied Probability [EvolutionBlog]</title>
		<link>http://scienceblogs.com/evolutionblog/2013/05/21/a-lesson-in-applied-probability/</link>
		<comments>http://scienceblogs.com/evolutionblog/2013/05/21/a-lesson-in-applied-probability/#comments</comments>
		<pubDate>Tue, 21 May 2013 07:50:40 +0000</pubDate>
		<dc:creator>jrosenhouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/evolutionblog/?p=1744</guid>
		<description><![CDATA[Nate Silver provides the antidote to some dubious statistical reasoning on the part of certain conservatives. He was replying in particular to this column from Peggy Noonan. A column, mind you, that opens with, &#8220;We are in the midst of the worst Washington scandal since Watergate.&#8221; Goodness! Then she presents evidence like this: The second&#8230;]]></description>
				<content:encoded><![CDATA[<p>Nate Silver <a href="http://fivethirtyeight.blogs.nytimes.com/2013/05/17/new-audit-allegations-show-flawed-statistical-thinking/?nl=todaysheadlines&#038;emc=edit_th_20130518">provides the antidote</a> to some dubious statistical reasoning on the part of certain conservatives.  He was replying in particular <a href="http://online.wsj.com/article/SB10001424127887323582904578487460479247792.html">to this column</a> from Peggy Noonan.  A column, mind you, that opens with, &ldquo;We are in the midst of the worst Washington scandal since Watergate.&rdquo;  Goodness!  Then she presents evidence like this:</p>
<blockquote><p>
The second part of the scandal is the auditing of political activists who have opposed the administration. The Journal&#8217;s Kim Strassel reported an Idaho businessman named Frank VanderSloot, who&#8217;d donated more than a million dollars to groups supporting Mitt Romney. He found himself last June, for the first time in 30 years, the target of IRS auditors. His wife and his business were also soon audited. Hal Scherz, a Georgia physician, also came to the government&#8217;s attention. He told ABC News: &ldquo;It is odd that nothing changed on my tax return and I was never audited until I publicly criticized ObamaCare.&rdquo;</p>
<p>Franklin Graham, son of Billy, told Politico he believes his father was targeted. A conservative Catholic academic who has written for these pages faced questions about her meager freelance writing income. Many of these stories will come out, but not as many as there are. People are not only afraid of being audited, they&#8217;re afraid of saying they were audited.
</p></blockquote>
<p>Anecdotes.  Powerful stuff.  But Silver brings the bucket of cold water:</p>
<blockquote><p>
Ms. Noonan is surely correct that many conservative taxpayers were audited. In fact, based on some simple math that I’ll present in a moment, it’s likely that hundreds of thousands of Mitt Romney voters were selected for an audit in 2012.</p>
<p>However, it’s also likely that hundreds of thousands of Mr. Obama’s supporters were audited. Although the percentage of taxpayers who are audited is relatively low &#8212; about 1 percent &#8212; the number of taxpayers in the United States is so large that this still yields well more than a million audits every year, across the political spectrum.
</p></blockquote>
<p>That&#8217;s just the beginning.  The details come later.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/evolutionblog/2013/05/21/a-lesson-in-applied-probability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASA Astrobiology Roadmap 5: Planetary Conditions for Life [Dynamics of Cats]</title>
		<link>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-5-planetary-conditions-for-life/</link>
		<comments>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-5-planetary-conditions-for-life/#comments</comments>
		<pubDate>Mon, 20 May 2013 19:30:13 +0000</pubDate>
		<dc:creator>Steinn Sigurðsson</dc:creator>
				<category><![CDATA[parasite]]></category>
		<category><![CDATA[Astrobiology]]></category>
		<category><![CDATA[exoplanets]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[planets]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/catdynamics/?p=3236</guid>
		<description><![CDATA[The final session in the online discussion of the NASA Astrobiology Roadmap is today from 4-5 pm eastern. Go to Astrobiology Future to sign in to the live web chat. Questions and comments will be taken both from call-ins and from written questions. The online discussion will be moderated by Dr Francis McCubbin from UNM,&#8230;]]></description>
				<content:encoded><![CDATA[<p>The final session in the online discussion of the NASA Astrobiology Roadmap is today from 4-5 pm eastern.</p>
<p>Go to <A HREF="https://astrobiologyfuture.org">Astrobiology Future</A> to sign in to the live web chat.  Questions and comments will be taken both from call-ins and from written questions. </p>
<p>The online discussion will be moderated by Dr Francis McCubbin from UNM, Dr Sean Raymond from Laboratoire d&#8217;Astrophysique de Bordeaux, and yours truly&#8230; </p>
<p>The live session will, as with the other Roadmap sessions, be followed by a week long opportunity to input questions, ideas and topics for discussion at <A HREF="https://astrobiologyfuture.org/forum">The Astrobiology Future Forum</A>.</p>
<ul>The four questions identified to kick-off the discussion are:</p>
<li>Is life a chemical consequence of thermodynamics or did it emerge in spite of thermodynamics?
</li>
<li>Will we ever be able to uniquely identify fossils of microorganisms in the rock record of another planet given the absence of biologically exclusive chemical and morphologic signatures?
</li>
<li>Organic molecules can be produced a wide variety of inorganic chemical processes, what geologic conditions are needed to promote the concentration and complexification of organics towards abiogenesis?
</li>
<p><img src="http://astrobiology2.arc.nasa.gov/image.php/hollingerfig2.jpg.jpg?image=/images/704.jpg&#038;width=950http://" width="509" height="238" class="alignnone" /></p>
<li>What factors determine the amount of water delivered to planets in a star&#8217;s habitable zone and the availability of that water for participation in chemical reactions?
</li>
<div id="attachment_3239" class="wp-caption aligncenter" style="width: 310px"><a href="http://scienceblogs.com/catdynamics/files/2013/05/Sean-Avi-Steinn.jpg"><img src="http://scienceblogs.com/catdynamics/files/2013/05/Sean-Avi-Steinn-300x196.jpg" alt="Water delivery to the inner planets for different planetary system configurations: Raymond, Mandell &amp; Sigurdsson" width="300" height="196" class="size-medium wp-image-3239" /></a><p class="wp-caption-text">Water delivery to the inner planets for different planetary system configurations: Raymond, Mandell &#038; Sigurdsson</p></div>
</ul>
<p>As I have noted before, it is critically important that the community in general, and junior researchers in particular, provide input, questions and ideas.<br />
If you don&#8217;t, I&#8217;ll decide your research priorities for you.<br />
So there!</p>
<div id="attachment_3237" class="wp-caption aligncenter" style="width: 310px"><a href="http://scienceblogs.com/catdynamics/files/2013/05/inner_jovian_w-bio_small.jpg"><img src="http://scienceblogs.com/catdynamics/files/2013/05/inner_jovian_w-bio_small-300x225.jpg" alt="Giant Intelligent Squid!" width="300" height="225" class="size-medium wp-image-3237" /></a><p class="wp-caption-text">Giant Intelligent Squid!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-5-planetary-conditions-for-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASA Astrobiology Roadmap 4: Early Evolution of Life and the Biosphere [Dynamics of Cats]</title>
		<link>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-4-early-evolution-of-life-and-the-biosphere/</link>
		<comments>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-4-early-evolution-of-life-and-the-biosphere/#comments</comments>
		<pubDate>Mon, 20 May 2013 19:07:37 +0000</pubDate>
		<dc:creator>Steinn Sigurðsson</dc:creator>
				<category><![CDATA[parasite]]></category>
		<category><![CDATA[Astrobiology]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/catdynamics/?p=3234</guid>
		<description><![CDATA[Astrobiology Future The NASA online discussion session on the Astrobiology Roadmap continues this week. This morning there was a web chat on &#8220;Early Evolution of Life and the Biosphere&#8221;, which is being followed up by an ongoing online discussion on the questions posed and soliciting ideas for priorities in research direction. The questions being discussed&#8230;]]></description>
				<content:encoded><![CDATA[<p><A HREF="https://astrobiologyfuture.org">Astrobiology Future</A></p>
<p>The NASA online discussion session on the Astrobiology Roadmap continues this week. </p>
<p>This morning there was a web chat on &#8220;Early Evolution of Life and the Biosphere&#8221;, which is being followed up by an ongoing online discussion on the questions posed and soliciting ideas for priorities in research direction.</p>
<p>The questions being discussed are:</p>
<ul>
<li>How has the exponential growth in our discovery and understanding of exoplanets impacted the kinds of questions and information we extract from the early Earth record?
</li>
<li>Are there problems you think are vital to understanding the early evolution of life and the biosphere that have not yet been articulated by NASA?
</li>
<li>What types of approaches are needed to answer mechanistic questions about the early evolution of life and the biosphere, and which specific approaches are most helpful for particular types of questions?
</li>
</ul>
<p>It is critical that there be community input to these discussions.<br />
The questions posed and ideas suggested will be factored into the current and immediate discussion on the future priorities for research in Astrobiology.<br />
It is particularly important the junior researchers provide their perspective on what are the interesting and important questions do explore.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/catdynamics/2013/05/20/nasa-astrobiology-roadmap-4-early-evolution-of-life-and-the-biosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Messier Monday: A Hyper-Smooth Globular Cluster, M5 [Starts With A Bang]</title>
		<link>http://scienceblogs.com/startswithabang/2013/05/20/messier-monday-a-hyper-smooth-globular-cluster-m5/</link>
		<comments>http://scienceblogs.com/startswithabang/2013/05/20/messier-monday-a-hyper-smooth-globular-cluster-m5/#comments</comments>
		<pubDate>Mon, 20 May 2013 19:24:27 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[Alice shares...]]></category>
		<category><![CDATA[cephalopod]]></category>
		<category><![CDATA[globular]]></category>
		<category><![CDATA[globular cluster]]></category>
		<category><![CDATA[m5]]></category>
		<category><![CDATA[messier]]></category>
		<category><![CDATA[messier 5]]></category>
		<category><![CDATA[messier monday]]></category>
		<category><![CDATA[monday]]></category>
		<category><![CDATA[smooth]]></category>

		<guid isPermaLink="false">http://scienceblogs.com/startswithabang/?p=28064</guid>
		<description><![CDATA[“The Milky Way is nothing else but a mass of innumerable stars planted together in clusters.” -Galileo Galilei Welcome back to another Messier Monday here on Starts With a Bang! With 110 deep-sky objects making it up, the Messier Catalogue is the first comprehensive, accurate catalogue of faint (but not too faint) fixtures in the night sky. Each object&#8230;]]></description>
				<content:encoded><![CDATA[<blockquote><p>“The Milky Way is nothing else but a mass of innumerable stars planted together in clusters.” -<em>Galileo Galilei</em></p></blockquote>
<p>Welcome back to another <a href="http://scienceblogs.com/startswithabang/?s=messier+monday">Messier Monday</a> here on <a href="http://scienceblogs.com/startswithabang/">Starts With a Bang</a>! With 110 deep-sky objects making it up, the Messier Catalogue is the first comprehensive, accurate catalogue of faint (but not <em>too</em> faint) fixtures in the night sky. Each object tells its own unique tale, and is visible to amateur and professional skywatchers alike with even the simplest of equipment. Many of these objects were discovered by Charles Messier himself (or his assistant, Pierre Méchain), while others go all the way back to antiquity!</p>
<div id="attachment_28065" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/110Ms_M5.jpg"><img class="size-medium wp-image-28065" alt="Image credit: SEDS compilation of all 110 Messier objects, via http://messier.seds.org/." src="http://scienceblogs.com/startswithabang/files/2013/05/110Ms_M5-600x497.jpg" width="600" height="497" /></a><p class="wp-caption-text">Image credit: SEDS compilation of all 110 Messier objects, via http://messier.seds.org/.</p></div>
<p>Today, we&#8217;re taking a look at just <a href="http://messier.seds.org/m/m005.html">the fifth object</a> in his catalogue, the globular cluster <a href="http://en.wikipedia.org/wiki/Messier_5">Messier 5</a>. Discovered in 1702 by Gottfried Kirch and Maria Margarethe, it&#8217;s a collection of some 100,000 stars contained within a radius of around 100 light years, like all globular clusters. However, Messier 5 is unlike the majority of globulars for a number of reasons, which you can marvel at every time you take a look at it. Here&#8217;s how to easily find this wonder of the night sky.</p>
<div id="attachment_28066" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/M5_far.jpeg"><img class="size-medium wp-image-28066" alt="Image credit: Me, using the free software Stellarium, via http://stellarium.org/." src="http://scienceblogs.com/startswithabang/files/2013/05/M5_far-600x375.jpeg" width="600" height="375" /></a><p class="wp-caption-text">Image credit: Me, using the free software Stellarium, via http://stellarium.org/.</p></div>
<p>The brightest star in the northern hemisphere, <a href="https://en.wikipedia.org/wiki/Arcturus">Arcturus</a>, is one of the easiest to find: just follow the &#8220;arc&#8221; of the Big Dipper&#8217;s handle and you can&#8217;t miss this orange giant! You can &#8220;speed on&#8221; to <a href="http://en.wikipedia.org/wiki/Spica">Spica</a>, a bright blue star, and find yellowish Saturn just a few degrees away for the rest of the year. But if you look to the left of Arcturus and Spica, you&#8217;ll find a fainter but still bright star called <a href="http://en.wikipedia.org/wiki/Alpha_Serpentis">Unukalhai</a> (or α Serpentis), the brightest star in the constellation of <a href="http://en.wikipedia.org/wiki/Serpens">Serpens</a>.</p>
<p>If you look back towards Spica a few degrees, you&#8217;ll see the faint, naked-eye star <a href="http://www.astrostudio.org/xhip.php?hip=74975">5 Serpentis</a>, and if you train your binoculars or telescope on that star, you can&#8217;t miss <a href="http://messier.seds.org/m/m005.html">Messier 5</a>, less than half-a-degree away.</p>
<div id="attachment_28067" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/M5_near.jpeg"><img class="size-medium wp-image-28067" alt="Image credit: Me, using Stellarium." src="http://scienceblogs.com/startswithabang/files/2013/05/M5_near-600x375.jpeg" width="600" height="375" /></a><p class="wp-caption-text">Image credit: Me, using Stellarium.</p></div>
<p>Being a globular cluster, M5 looks like a dense, fuzzy ball that&#8217;s brighter towards the center and gradually fainter the farther you move away from the core. Like most globulars, it&#8217;s very old &#8212; more than 10 billion years for certain and possibly up to 13 billion, as dated from its <a href="http://messier.seds.org/xtra/leos/M5f4.html">Hertzsprung-Russell diagram</a> &#8212; and metal-poor, with its stars containing less than 10% of the elements heavier than hydrogen and helium that the Sun has.</p>
<div id="attachment_28069" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/7225661946_ec7bde6a23_h.jpeg"><img class="size-medium wp-image-28069" alt="Image credit: Eduardo Mariño, via his flickr photostream." src="http://scienceblogs.com/startswithabang/files/2013/05/7225661946_ec7bde6a23_h-600x400.jpeg" width="600" height="400" /></a><p class="wp-caption-text">Image credit: Eduardo Mariño, via his flickr photostream.</p></div>
<p>But <em>un</em>like most globulars, there are virtually no bright stars in M5; the brightest star in there is only of magnitude 12.2, meaning that (realistically) you need at least a 6&#8243; (15 cm) telescope to actually tell that this fuzzball is made of stars! <a href="http://messier.seds.org/xtra/history/m-cat.html#M5">Messier himself</a> wrote that it&#8217;s a round nebula that doesn&#8217;t contain any stars, which is exactly what I see <a href="http://scienceblogs.com/startswithabang/2012/04/28/weekend-diversion-discover-the/">with my own equipment</a>.</p>
<p>But even many casual amateurs have far better equipment than Messier did in the latter-half of the 18<sup>th</sup> Century.</p>
<div id="attachment_28070" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/976157-M5Glob30sec29May06WiredASA1600.jpeg"><img class="size-medium wp-image-28070" alt="Image credit: Cloudy Nights member 2020BC, via Charlie Hein of http://www.cloudynights.com/." src="http://scienceblogs.com/startswithabang/files/2013/05/976157-M5Glob30sec29May06WiredASA1600-600x450.jpeg" width="600" height="450" /></a><p class="wp-caption-text">Image credit: CN member 2020BC, via Charlie Hein of http://www.cloudynights.com/.</p></div>
<p>There are a number of features that make this globular cluster really stand out:</p>
<ol>
<li><span class="Apple-style-span" style="line-height: 13px;">It&#8217;s very close (20&#8242; to be precise) to a naked-eye star, something that&#8217;s true for only a small minority of deep-sky objects,</span></li>
<li>It&#8217;s got a very dense nucleus where individual stars become very difficult to resolve, and yet <em>also</em> is a very extended globular cluster, with a radius approaching 200 light-years,</li>
<li>And, as you may have already been able to tell (but it&#8217;s abundantly clear in the image below), this cluster is <em>ellipsoidal</em>, rather than spherical!</li>
</ol>
<p>See for yourself!</p>
<div id="attachment_28071" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/M5-LRGB2_898x688.jpeg"><img class="size-medium wp-image-28071" alt="Image credit: Robert (Bob) J. Vanderbei of Princeton University." src="http://scienceblogs.com/startswithabang/files/2013/05/M5-LRGB2_898x688-600x459.jpeg" width="600" height="459" /></a><p class="wp-caption-text">Image credit: Robert (Bob) J. Vanderbei of Princeton University.</p></div>
<p>Because this globular cluster is &#8212; like most globulars &#8212; so old, the very bright blue stars you can see are blue stragglers, or stars that were created relatively recently from the merger of smaller stars, and the bright yellow/orange stars are Sun-like stars that have evolved into giant stars, something that will be our star&#8217;s fate when it&#8217;s as old as Messier 5 is now!</p>
<p>But what you might not realize is that this globular cluster is full of a special class of low-mass variable stars known as RR Lyrae stars. What you see actually depends <em>slightly</em> on <a href="http://www.princeton.edu/~rvdb/images/NJP/m5.html">when you look</a>!</p>
<div id="attachment_28072" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/m5-LRGB.gif"><img class="size-medium wp-image-28072" alt="Image credit: Robert (Bob) J. Vanderbei of Princeton University, once again." src="http://scienceblogs.com/startswithabang/files/2013/05/m5-LRGB.gif" width="600" height="423" /></a><p class="wp-caption-text">Image credit: Robert (Bob) J. Vanderbei of Princeton University, once again.</p></div>
<p>With at least 105 known variable stars in it, Messier 5 is one of the most prolific globular clusters in this sense! It&#8217;s also one of the larger ones, with some estimates of the total number of stars in M5 reaching 500,000! (This makes sense, since one out of every few thousand stars is known to be a variable-type star.) It&#8217;s located a distance of 25,000 light-years away, moving away from us at about 52 km/sec.</p>
<div id="attachment_28073" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/M5-20090524-crop.jpeg"><img class="size-medium wp-image-28073" alt="Image credit: © 2006 - 2012 by Siegfried Kohlert of http://www.astroimages.de/." src="http://scienceblogs.com/startswithabang/files/2013/05/M5-20090524-crop-600x399.jpeg" width="600" height="399" /></a><p class="wp-caption-text">Image credit: © 2006 &#8211; 2012 by Siegfried Kohlert of http://www.astroimages.de/.</p></div>
<p>The closer you can look into the core, the higher the concentration of blue stars becomes. This is a relatively common feature in globular clusters, as mergers and mass-transfer becomes more common in the densest regions of a cluster. This <a href="http://skycenter.arizona.edu/news/m5apod">beautiful image by Adam Block</a> really showcases just what&#8217;s going on in terms of star color and how it changes with radius.</p>
<div id="attachment_28075" class="wp-caption aligncenter" style="width: 610px"><a href="http://skycenter.arizona.edu/sites/skycenter.arizona.edu/files/m5.jpg"><img class="size-medium wp-image-28075" alt="Image credit: Adam Block, Mt. Lemmon SkyCenter, University of Arizona." src="http://scienceblogs.com/startswithabang/files/2013/05/m5s-600x467.jpeg" width="600" height="467" /></a><p class="wp-caption-text">Image credit: Adam Block, Mt. Lemmon SkyCenter, University of Arizona.</p></div>
<p>As always, however, the best image of the core of this globular cluster comes from <a href="http://www.spacetelescope.org/images/potw1118a/">the Hubble Space Telescope</a>, whose resolving power is really unparalleled when it comes to separating out individual stars in dense, distant regions. The central core here is only <strong>6 light-years</strong> in diameter, or just 50 arc-<em>seconds</em> across as seen from our point-of-view.</p>
<div id="attachment_28076" class="wp-caption aligncenter" style="width: 610px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/1024px-Messier_5_Hubble_WikiSky.jpeg"><img class="size-medium wp-image-28076" alt="Image credit: ESA / Hubble &amp; NASA." src="http://scienceblogs.com/startswithabang/files/2013/05/1024px-Messier_5_Hubble_WikiSky-600x600.jpeg" width="600" height="600" /></a><p class="wp-caption-text">Image credit: ESA / Hubble &amp; NASA.</p></div>
<p>Because I&#8217;m a sucker for it, let&#8217;s take a full-resolution trip through the inner core of Messier 5, just to show you how spectacularly (and how <em>quickly</em>) the star density rises-and-falls as you pass through the very central region!</p>
<div id="attachment_28077" class="wp-caption aligncenter" style="width: 612px"><a href="http://scienceblogs.com/startswithabang/files/2013/05/star_density.jpg"><img class="size-full wp-image-28077" alt="Image credit: ESA / Hubble &amp; NASA." src="http://scienceblogs.com/startswithabang/files/2013/05/star_density.jpg" width="602" height="3152" /></a><p class="wp-caption-text">Image credit: ESA / Hubble &amp; NASA.</p></div>
<p>Remember, there are <a href="http://messier.seds.org/glob.html#Messier">29 globular clusters</a> in Messier&#8217;s catalogue and some 200 total in the halo of our galaxy, but each one is a unique collection of ancient stars with its own history, and I&#8217;m pleased to get to share this one with you today, on <a href="http://scienceblogs.com/startswithabang/?s=messier+monday">Messier Monday</a>!</p>
<p>Including <a href="http://scienceblogs.com/startswithabang/2013/05/20/messier-monday-a-hyper-smooth-globular-cluster-m5/">today&#8217;s entry</a>, we&#8217;ve taken a look at the following Messier objects:</p>
<ul>
<li><a href="http://scienceblogs.com/startswithabang/2012/10/22/messier-monday-the-crab-nebula-m1/">M1, The Crab Nebula</a>: October 22, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/05/20/messier-monday-a-hyper-smooth-globular-cluster-m5/">M5, A Hyper-Smooth Globular Cluster</a>: May 20, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/11/05/messier-monday-the-lagoon-nebula-m8/">M8, The Lagoon Nebula</a>: November 5, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/12/31/messier-monday-the-great-globular-cluster-in-hercules-m13/">M13, The Great Globular Cluster in Hercules</a>: December 31, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/11/12/messier-monday-an-ancient-globular-cluster-m15/">M15, An Ancient Globular Cluster</a>: November 12, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/05/06/messier-monday-the-youngest-star-forming-region-the-trifid-nebula-m20/">M20, The Youngest Star-Forming Region, The Trifid Nebula</a>: May 6, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/04/08/messier-monday-a-dusty-open-cluster-for-everyone-m25/">M25, A Dusty Open Cluster for Everyone</a>: April 8, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/11/26/messier-monday-a-straggling-globular-cluster-m30/">M30, A Straggling Globular Cluster</a>: November 26, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/02/25/messier-monday-the-triangulum-galaxy-m33/">M33, The Triangulum Galaxy</a>: February 25, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/12/03/messier-monday-a-rich-open-star-cluster-m37/">M37, A Rich Open Star Cluster</a>: December 3, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/04/29/messier-monday-a-real-life-pi-in-the-sky-cluster-m38/">M38, A Real-Life Pi-in-the-Sky Cluster</a>: April 29, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/04/01/messier-monday-messiers-greatest-mistake-m40/">M40, Messier’s Greatest Mistake</a>: April 1, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/01/07/messier-monday-the-dog-stars-secret-neighbor-m41/">M41, The Dog Star’s Secret Neighbor</a>: January 7, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/12/24/messier-monday-the-beehive-cluster-praesepe-m44/">M44, The Beehive Cluster / Praesepe</a>: December 24, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/10/29/messier-monday-the-pleiades-m45/">M45, The Pleiades</a>: October 29, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/02/11/messier-monday-a-lost-and-found-star-cluster-m48/">M48, A Lost-and-Found Star Cluster</a>: February 11, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/04/15/messier-monday-the-whirlpool-galaxy-m51/">M51, The Whirlpool Galaxy</a>: April 15th, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/03/04/messier-monday-a-star-cluster-on-the-bubble-m52/">M52, A Star Cluster on the Bubble</a>: March 4, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/02/18/messier-monday-the-most-northern-galactic-globular-m53/">M53, The Most Northern Galactic Globular</a>: February 18, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/02/04/messier-monday-the-gateway-galaxy-to-virgo-m60/">M60, The Gateway Galaxy to Virgo</a>: February 4, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/03/25/messier-monday-the-first-messier-supernova-of-2013-m65/">M65, The First Messier Supernova of 2013</a>: March 25, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/01/14/messier-monday-messiers-oldest-open-cluster-m67/">M67, Messier’s Oldest Open Cluster</a>: January 14, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/03/18/messier-monday-a-diffuse-distant-globular-at-the-end-of-the-marathon-m72/">M72, A Diffuse, Distant Globular at the End-of-the-Marathon</a>: March 18, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/03/11/messier-monday-the-phantom-galaxy-at-the-beginning-of-the-marathon-m74/">M74, The Phantom Galaxy at the Beginning-of-the-Marathon</a>: March 11, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/12/10/messier-monday-a-reflection-nebula-m78/">M78, A Reflection Nebula</a>: December 10, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/11/19/messier-monday-bodes-galaxy-m81/">M81, Bode’s Galaxy</a>: November 19, 2012</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/05/13/messier-monday-the-cigar-galaxy-m82/">M82, The Cigar Galaxy</a>: May 13, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/01/21/messier-monday-the-southern-pinwheel-galaxy-m83/">M83, The Southern Pinwheel Galaxy</a>, January 21, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/04/22/messier-monday-the-second-greatest-globular-in-hercules-m92/">M92, The Second Greatest Globular in Hercules</a>, April 22, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2013/01/28/messier-monday-the-owl-nebula-m97/">M97, The Owl Nebula</a>, January 28, 2013</li>
<li><a href="http://scienceblogs.com/startswithabang/2012/12/17/messier-monday-a-great-galactic-controversy-m102/">M102, A Great Galactic Controversy</a>: December 17, 2012</li>
</ul>
<p>Come back next week, where we&#8217;ll take a look at one of the rare &#8220;late additions&#8221; to Messier&#8217;s catalogue and explore another one of these deep-sky wonders, only here on Messier Monday!</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceblogs.com/startswithabang/2013/05/20/messier-monday-a-hyper-smooth-globular-cluster-m5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>