<?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>Orange County Digital Arts</title>
	<atom:link href="http://ocdigitalarts.com/blogs/feed" rel="self" type="application/rss+xml" />
	<link>http://ocdigitalarts.com/blogs/</link>
	<description>Helping with all Your Technical Needs!</description>
	<lastBuildDate>Sat, 26 Jun 2010 04:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Great WordPress Sites</title>
		<link>http://ocdigitalarts.com/blogs/great-wordpress-sites/</link>
		<comments>http://ocdigitalarts.com/blogs/great-wordpress-sites/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 23:19:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://ocdigitalarts.com/blogs/great-wordpress-sites/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<a href="http://digwp.com/" target="_blank">http://digwp.com/</a>

<a href="http://www.wprecipes.com/" target="_blank">http://www.wprecipes.com/</a>

<a href="http://wpengineer.com/" target="_blank">http://wpengineer.com/</a>

<a href="http://wptavern.com/" target="_blank">http://wptavern.com/</a>]]></content:encoded>
			<wfw:commentRss>http://ocdigitalarts.com/blogs/great-wordpress-sites/?feed=</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden Ratio</title>
		<link>http://ocdigitalarts.com/blogs/golden-ratio/</link>
		<comments>http://ocdigitalarts.com/blogs/golden-ratio/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 23:12:46 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ocdigitalarts.com/blogs/golden-ratio/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<h1>Golden Ratio</h1>
<table border="0" width="540" align="center">
<tbody>
<tr>
<td><img src="http://www.mathsisfun.com/numbers/images/phi.gif" alt="" width="97" height="121" /></td>
<td>The golden ratio <em>(symbol is the Greek letter "phi" shown at left)</em> is a special number approximately equal to 1.618

It appears many times in geometry, art, architecture and other areas.</td>
</tr>
</tbody>
</table>
<h2>The Idea Behind It</h2>
<table border="0" width="100%">
<tbody>
<tr>
<td width="487">If you divide a line into two parts so that:
<div class="beach">
<table border="0" width="307">
<tbody>
<tr>
<td>
<div>the longer part divided by the smaller part</div></td>
</tr>
<tr>
<td>
<div><strong><em>is also equal to </em></strong></div></td>
</tr>
<tr>
<td>
<div>the whole length divided by the longer part</div></td>
</tr>
</tbody>
</table>
</div>
then you will have the golden ratio.</td>
<td width="43"><img src="http://www.mathsisfun.com/numbers/images/golden-section.gif" alt="" width="330" height="175" /></td>
</tr>
</tbody>
</table>
<h2>Guessing It</h2>
There is only one value that would make a/b equal to (a+b)/a. Let us try out some possibilities to see if we can discover it:
<table border="0" width="540">
<tbody>
<tr>
<td colspan="2"><strong>Let us try a=7 and b=3, so a+b=10:</strong></td>
</tr>
<tr>
<td width="86"></td>
<td width="444">7/3 = <strong>2.333...</strong>, but 10/7 = <strong>1.429...</strong>, <em>so that won't work</em></td>
</tr>
<tr>
<td width="86"></td>
<td width="444"></td>
</tr>
<tr>
<td colspan="2"><strong>Let us try a=6 and b=4, so a+b=10:</strong></td>
</tr>
<tr>
<td width="86"></td>
<td width="444">6/4 = <strong>1.5</strong>, but 10/6 = <strong>1.666...</strong>, <em>closer but not there yet! </em></td>
</tr>
<tr>
<td width="86"></td>
<td width="444"></td>
</tr>
<tr>
<td colspan="2"><strong>Let us try a=6.18 and b=3.82, so a+b=10:</strong></td>
</tr>
<tr>
<td width="86"></td>
<td width="444">6.18/3.82 = <strong>1.6178...</strong>, and 10/6.18 = <strong>1.6181...</strong>, <em>getting very close! </em></td>
</tr>
</tbody>
</table>
In fact  the value is:

<strong>1.61803398874989484820... </strong>(keeps going, without any pattern)

The digits just keep on going, with no pattern. In fact the Golden Ratio is known to be an <a href="../irrational-numbers.html">Irrational Number</a>, and I will tell you more about it later.
<h2>Calculating It</h2>
You can calculate it yourself by starting with any number and following these steps:
<ul>
	<li>A) divide 1 by your number (1/number)</li>
	<li>B)  add 1</li>
	<li>C) that is your new number, start again at A</li>
</ul>
With a calculator, just keep pressing "1/x", "+", "1", "=", around and around. I started with 2 and got this:
<table border="0" width="540" align="center">
<tbody>
<tr align="center">
<th width="100">Number</th>
<th width="200">1/Number</th>
<th width="200">Add 1</th>
</tr>
<tr align="center">
<td width="100">2</td>
<td width="200">1/2=0.5</td>
<td width="200">0.5+1=1.5</td>
</tr>
<tr align="center">
<td width="100">1.5</td>
<td width="200">1/1.5 = 0.666...</td>
<td width="200">0.666... + 1 = 1.666...</td>
</tr>
<tr align="center">
<td width="100">1.666...</td>
<td width="200">1/1.666... = 0.6</td>
<td width="200">0.6 + 1 = 1.6</td>
</tr>
<tr align="center">
<td width="100">1.6</td>
<td width="200">1/1.6 = 0.625</td>
<td width="200">0.625 + 1 = 1.625</td>
</tr>
<tr align="center">
<td width="100">1.625</td>
<td width="200">1/1.625 = 0.6154...</td>
<td width="200">0.6154... + 1 = 1.6154...</td>
</tr>
<tr align="center">
<td width="100">1.6154...</td>
<td width="200"></td>
<td width="200"></td>
</tr>
</tbody>
</table>
It is getting closer and closer!

But it would take a long time to get there, however there are better ways and it can be calculated to thousands of decimal places quite quickly.
<h2>Drawing It</h2>
<table border="0" width="653">
<tbody>
<tr>
<td width="367">Here is one way to draw a rectangle with the Golden Ratio:
<ul>
	<li>Draw a square (of size "1")</li>
	<li>Place a dot half way along one side</li>
	<li>Draw a line from that point to an opposite corner (it will be √5/2 in length)</li>
	<li>Turn that line so that it runs along the square's side</li>
</ul>
Then you can extend the square to be a rectangle with the Golden Ratio.</td>
<td width="276"><img src="http://www.mathsisfun.com/numbers/images/golden-ratio-construct.gif" alt="" width="279" height="228" /></td>
</tr>
</tbody>
</table>
<h2>The Formula</h2>
Looking at the rectangle we just drew, you can see that there is a simple formula for it. If one side is <strong>1</strong>, the other side will be:

<img src="http://www.mathsisfun.com/numbers/images/golden-ratio-formula.png" alt="" width="195" height="44" />

The square root of 5 is approximately 2.236068, so The Golden Ratio is approximately (1+2.236068)/2 = 3.236068/2 = 1.618034. This is an easy way to calculate it when you need it.
<h2>Beauty</h2>
<table border="0">
<tbody>
<tr>
<td><img src="http://www.mathsisfun.com/numbers/images/golden-rectangle.gif" alt="" width="166" height="131" /></td>
<td>Some artists and architects believe the Golden Ratio makes the most pleasing and beautiful shape.

This rectangle has been made using the Golden Ratio, Looks like a typical frame for a painting, doesn't it?</td>
</tr>
</tbody>
</table>
Do <strong>you</strong> think it is the "most pleasing rectangle"? Maybe you do or don't, that is up to you!
<table border="0">
<tbody>
<tr>
<td align="right">Many buildings and works of art have the Golden Ratio in them,

such as the Parthenon in Greece.

but it is not known if it was designed that way.</td>
<td><img src="http://www.mathsisfun.com/numbers/images/parthenon-golden-ratio.jpg" alt="" width="325" height="201" /></td>
</tr>
</tbody>
</table>
<h2>Fibonacci Sequence</h2>
And here is a surprise. If you take any two successive <em>(one after the other)</em> <a href="http://www.mathsisfun.com/numbers/fibonacci-sequence.html">Fibonacci Numbers</a>, their ratio is very close to the Golden Ratio. In fact, the bigger the pair of Fibonacci Numbers, the closer the approximation.

Let us try a few:
<table border="0" align="center">
<tbody>
<tr>
<th width="50">
<div>A</div></th>
<th width="50">
<div>B</div></th>
<th width="20"></th>
<th width="100">B/A</th>
</tr>
<tr>
<td width="50">
<div>2</div></td>
<td width="50">
<div>3</div></td>
<td width="20"></td>
<td width="100">1.5</td>
</tr>
<tr>
<td width="50">
<div>3</div></td>
<td width="50">
<div>5</div></td>
<td width="20"></td>
<td width="100">1.666666666...</td>
</tr>
<tr>
<td width="50">
<div>5</div></td>
<td width="50">
<div>8</div></td>
<td width="20"></td>
<td width="100">1.6</td>
</tr>
<tr>
<td width="50">
<div>8</div></td>
<td width="50">
<div>13</div></td>
<td width="20"></td>
<td width="100">1.625</td>
</tr>
<tr>
<td width="50" height="14">
<div>...</div></td>
<td width="50" height="14">
<div>...</div></td>
<td width="20" height="14"></td>
<td width="100" height="14">...</td>
</tr>
<tr>
<td width="50">
<div>144</div></td>
<td width="50">
<div>233</div></td>
<td width="20"></td>
<td width="100">1.618055556...</td>
</tr>
<tr>
<td width="50">
<div>233</div></td>
<td width="50">
<div>377</div></td>
<td width="20"></td>
<td width="100">1.618025751...</td>
</tr>
<tr>
<td width="50" height="14">
<div>...</div></td>
<td width="50" height="14">
<div>...</div></td>
<td width="20" height="14"></td>
<td width="100" height="14">...</td>
</tr>
</tbody>
</table>
This also works if you pick two <strong>random</strong> whole numbers to begin the sequence, such as 192 and 16 (you would get the sequence <em>192, 16, 208, 224, 432, 656, 1088, 1744, 2832, 4576, 7408, 11984, 19392, 31376, ...</em>):
<table border="0" align="center">
<tbody>
<tr>
<th width="50">
<div>A</div></th>
<th width="50">
<div>B</div></th>
<th width="20"></th>
<th width="100">
<div>B / A</div></th>
</tr>
<tr>
<td width="50">
<div><strong>192</strong></div></td>
<td width="50">
<div><strong>16</strong></div></td>
<td width="20"></td>
<td width="100">0.08333333...</td>
</tr>
<tr>
<td width="50">
<div>16</div></td>
<td width="50">
<div>208</div></td>
<td width="20"></td>
<td width="100">13</td>
</tr>
<tr>
<td width="50">
<div>208</div></td>
<td width="50">
<div>224</div></td>
<td width="20"></td>
<td width="100">1.07692308...</td>
</tr>
<tr>
<td width="50">
<div>224</div></td>
<td width="50">
<div>432</div></td>
<td width="20"></td>
<td width="100">1.92857143...</td>
</tr>
<tr>
<td width="50" height="14">
<div>...</div></td>
<td width="50" height="14">
<div>...</div></td>
<td width="20" height="14"></td>
<td width="100" height="14">...</td>
</tr>
<tr>
<td width="50">
<div>7408</div></td>
<td width="50">
<div>11984</div></td>
<td width="20"></td>
<td width="100">1.61771058...</td>
</tr>
<tr>
<td width="50">
<div>11984</div></td>
<td width="50">
<div>19392</div></td>
<td width="20"></td>
<td width="100">1.61815754...</td>
</tr>
<tr>
<td width="50" height="14">
<div>...</div></td>
<td width="50" height="14">
<div>...</div></td>
<td width="20" height="14"></td>
<td width="100" height="14">...</td>
</tr>
</tbody>
</table>
<h2>The Most Irrational ...</h2>
The Golden Ratio is the <strong>most</strong> <a href="http://www.mathsisfun.com/irrational-numbers.html">irrational number</a>. Here is why ...
<table border="0" width="520" align="center">
<tbody>
<tr>
<td colspan="2">One of the special  properties of  the Golden Ratio is that it can be defined in terms of itself, like this:</td>
</tr>
<tr>
<td width="165" align="right"><img src="http://www.mathsisfun.com/images/style/right-arrow.gif" alt="" width="46" height="46" /></td>
<td width="345"><img src="http://www.mathsisfun.com/numbers/images/phi-1p1onphi.png" alt="" width="112" height="23" /></td>
</tr>
<tr>
<td width="165"></td>
<td width="345"><em>(In numbers: 1.61803... = 1 + 1/1.61803...)</em></td>
</tr>
<tr>
<td width="165"></td>
<td width="345"></td>
</tr>
<tr>
<td colspan="2">That can be expanded into this fraction that goes on for ever (called a <em>"continued fraction"</em>):</td>
</tr>
<tr>
<td width="165" align="right"><img src="http://www.mathsisfun.com/images/style/right-arrow.gif" alt="" width="46" height="46" /></td>
<td width="345"><img src="http://www.mathsisfun.com/numbers/images/phi-continued-fraction.png" alt="" width="161" height="56" /></td>
</tr>
</tbody>
</table>
<p class="large">So, it neatly slips in between simple  fractions.</p>
Whereas many other  irrational numbers are reasonably close to rational numbers (for example Pi = 3.141592654... is pretty close to 22/7 = 3.1428571...)
<h2>Other Names</h2>
The Golden Ratio is also sometimes called the  <strong>golden section</strong>,  <strong>golden mean</strong>, <strong>golden number</strong>,  <strong>divine proportion</strong>, <strong>divine section</strong> and <strong>golden proportion</strong>.
<div class="related"><a href="http://www.mathsisfun.com/numbers/nature-golden-ratio-fibonacci.html">Nature and The Golden Ratio</a> <a href="http://www.mathsisfun.com/numbers/fibonacci-sequence.html">Fibonacci Sequence</a> <a href="http://www.mathsisfun.com/geometry/pentagram.html">Pentagram</a> <a href="../geometry/index.html">Geometry Index</a></div>]]></content:encoded>
			<wfw:commentRss>http://ocdigitalarts.com/blogs/great-wordpress-sites/?feed=</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philip Zimbardo on &quot;The Secret Powers of Time&quot;</title>
		<link>http://ocdigitalarts.com/blogs/philip-zimbardo-on-the-secret-powers-of-time/</link>
		<comments>http://ocdigitalarts.com/blogs/philip-zimbardo-on-the-secret-powers-of-time/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 12:59:52 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Kewl Stuff]]></category>

		<guid isPermaLink="false">http://ocdigitalarts.com/blogs/philip-zimbardo-on-the-secret-powers-of-time/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<a href="http://www.youtube.com/watch?v=A3oIiH7BLmg&amp;feature=player_embedded" target="_blank">http://www.youtube.com/watch?v=A3oIiH7BLmg&amp;feature=player_embedded</a>]]></content:encoded>
			<wfw:commentRss>http://ocdigitalarts.com/blogs/great-wordpress-sites/?feed=</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KEWL STUFF - A Well Done Scientific Hoax Called Water Marbles</title>
		<link>http://ocdigitalarts.com/blogs/hello-world/</link>
		<comments>http://ocdigitalarts.com/blogs/hello-world/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 02:02:30 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Kewl Stuff]]></category>

		<category><![CDATA[Water Marbles]]></category>

		<guid isPermaLink="false">http://ocdigitalarts.com/blogs/hello-world/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<a title="Water Marbles" href="http://www.chemspider.com/blog/a-well-done-scientific-hoax-called-water-marbles.html" target="_blank">http://www.chemspider.com/blog/a-well-done-scientific-hoax-called-water-marbles.html</a>]]></content:encoded>
			<wfw:commentRss>http://ocdigitalarts.com/blogs/great-wordpress-sites/?feed=</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
