<?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>Engineerography Blog &#187; Uncategorized</title>
	<atom:link href="http://engineerography.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://engineerography.com</link>
	<description>Studying and writing about everyday engineering, since 2009.</description>
	<lastBuildDate>Sun, 01 May 2011 15:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Cleaning Up Litter In Space</title>
		<link>http://engineerography.com/2009/09/cleaning-up-litter-in-space/</link>
		<comments>http://engineerography.com/2009/09/cleaning-up-litter-in-space/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 13:00:15 +0000</pubDate>
		<dc:creator>Hans F.</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Litter]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[Unsolved]]></category>

		<guid isPermaLink="false">http://engineerography.com/?p=847</guid>
		<description><![CDATA[Here on Earth, we hear about the environmental problems that littering can cause. What about littering in space? The problem may not seem very important because, frankly, we don&#8217;t spend much time in space (if any) compared to on Earth. Also, space is quite a vast space, for lack of a better word, and it [...]]]></description>
			<content:encoded><![CDATA[<p>Here on Earth, we hear about the environmental problems that littering can cause. What about littering in space? The problem may not seem very important because, frankly, we don&#8217;t spend much time in space (if any) compared to on Earth. Also, space is quite a vast space, for lack of a better word, and it seems very insignificant to have some debris let loose from a spacecraft. However, the &#8220;space junk&#8221; problem is getting worse as time goes on (debris from several space vehicles does add up), and as long as nobody does anything about it, the problem has the potential to become a major hinderance to space travel and research.</p>
<div id="attachment_850" class="wp-caption aligncenter" style="width: 680px"><a href="http://en.wikipedia.org/wiki/File:Debris-GEO1280.jpg"><img class="size-large wp-image-850" title="Space Debris" src="http://engineerography.com/files/2009/09/750px-Debris-GEO1280-670x536.jpg" alt="A model of space debris populations around Earth." width="670" height="536" /></a><p class="wp-caption-text">A model of space debris populations around Earth.</p></div>
<p>What kinds of problems could debris in space cause? They travel at speeds on the order of tens of thousands of miles per hour, which means that debris of any shape, size, and form will be destructive if it collides with a satellite or space shuttle. Collisions with space debris isn&#8217;t unheard of. Also, they could delay space launches if it is known that a large cloud of debris is hovering directly over the launch pad.</p>
<p>Space debris comes from a variety of sources. Nuts and bolts could become loose and float away from spacecraft during normal operation. When rocket stages (or segments) separate in space, they release debris. Also, in-space collisions between satellites, while rare, will create large-sized debris &#8211; the same goes for intentional spacecraft destruction, such as the Chinese anti-satellite test that was conducted a few years ago. Some of these events unleashes several thousand pieces of debris, most of which are tiny (less than an inch in size) and are much more difficult to track than larger-sized debris.</p>
<p>Over the past few decades, scientists and engineers have brainstormed possible solutions to decreasing space litter. However, all of the ideas have been technologically and/or economically infeasible. This could change as time goes on, especially as technology advances and/or the cost of launching a vehicle into space decreases. One possible solution is launching a garbage-collecting spacecraft to do just that, but what to do with the collected garbage is a problem. Another solution is somehow colliding objects with the orbiting debris in an effort to reduce their energy enough so that they fall into the Earth&#8217;s atmosphere (due to gravity) and burn up, but no one has thought of a feasible means to do that.</p>
<p>(Image from <a href="http://en.wikipedia.org/wiki/Space_debris">Wikipedia</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://engineerography.com/2009/09/cleaning-up-litter-in-space/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monte Carlo Simulation: What Is It?</title>
		<link>http://engineerography.com/2009/09/monte-carlo-simulation-what-is-it/</link>
		<comments>http://engineerography.com/2009/09/monte-carlo-simulation-what-is-it/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:00:35 +0000</pubDate>
		<dc:creator>Hans F.</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Monte Carlo]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://engineerography.com/?p=831</guid>
		<description><![CDATA[Sometimes engineers and scientists are faced with a problem that is not easily solvable with an algorithm that leads to a definite answer. Perhaps the problem is very complex and has many components to it, or the inputs to the problem are not constant and could vary. When faced with a situation like this, Monte [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes engineers and scientists are faced with a problem that is not easily solvable with an algorithm that leads to a definite answer. Perhaps the problem is very complex and has many components to it, or the inputs to the problem are not constant and could vary. When faced with a situation like this, <em>Monte Carlo simulation</em> is the way to go.</p>
<p>The basic gist of how Monte Carlo simulations work is that you randomly select inputs, perform calculations on the randomly-selected inputs, and collect the outputs. This process is repeated several times (perhaps thousands, tens of thousands, or even more! As with any statistical sample, the more, the better), and in the end, all the outputs are gathered together and analyzed. To randomly select inputs, you&#8217;ll need to specify boundaries for which inputs can be selected from. A statistical model can help with this, such as a Gaussian distribution, which is a fancy term for the familiar &#8220;bell curve.&#8221; As for the aggregated outputs, statistical analysis would make sense in order to make sense of thousands of data sets. Basically, statistics is a useful tool that compliments the Monte Carlo technique. Also, generally computers are used to perform a Monte Carlo simulation due to the large number of repetitive calculations required.</p>
<p style="text-align: center;">
<div id="attachment_834" class="wp-caption aligncenter" style="width: 430px"><a href="http://en.wikipedia.org/wiki/File:Normal_approximation_to_binomial.svg"><img class="size-full wp-image-834 " title="Bell Curve" src="http://engineerography.com/files/2009/09/600px-Normal_approximation_to_binomial.svg.png" alt="This is what a bell curve looks like." width="420" height="336" /></a><p class="wp-caption-text">This is what a bell curve looks like.</p></div>
<p>Monte Carlo simulations can be used in space sciences. For example, if one wants to analyze the risk of failure of a spacecraft in orbit, one can perform a Monte Carlo simulation with random inputs for how the spacecraft begins its orbit (speed, physical orientation, etc.), since that state cannot be predetermined accurately and instead can be modeled statistically. Then, the laws of orbital mechanics can be applied to the inputs to produce outputs that can be analyzed later. A more simple example of where the Monte Carlo method is used is the classic game of Battleship. Initially, a player would randomly guess locations for where a battleship is located. After the player scores a hit, the player would follow an algorithm (guess points that are in line with the hit) to sink the battleship (the outcome).</p>
<p>(Image from Wikipedia)</p>
]]></content:encoded>
			<wfw:commentRss>http://engineerography.com/2009/09/monte-carlo-simulation-what-is-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

