<?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>New Zealand Maths Olympiad Committee online &#187; Algebra</title>
	<atom:link href="http://www.mathsolympiad.org.nz/category/notes/algebra/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathsolympiad.org.nz</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 03:45:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Limits, continuity and completeness</title>
		<link>http://www.mathsolympiad.org.nz/2009/04/limits-continuity-and-completeness/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/04/limits-continuity-and-completeness/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 09:09:12 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=510</guid>
		<description><![CDATA[Occasionally, in contest problems, it helps to have a careful understanding of real numbers and real-valued functions.  But what, exactly, is a real number?  These Auckland squad training lecture notes by Heather Macbeth outline some basics. (Update, 19/4/09:  several errors fixed.)]]></description>
			<content:encoded><![CDATA[<p>Occasionally, in contest problems, it helps to have a careful understanding of real numbers and real-valued functions.  But what, exactly, is a real number?  These Auckland squad training <a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2009/04/limits.pdf">lecture notes</a> by Heather Macbeth outline some basics.</p>
<p>(Update, 19/4/09:  several errors fixed.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/04/limits-continuity-and-completeness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Polynomials, pure mathematics, Princeton Companion</title>
		<link>http://www.mathsolympiad.org.nz/2009/04/pure-mathematics-princeton-companion/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/04/pure-mathematics-princeton-companion/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 00:23:49 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=475</guid>
		<description><![CDATA[Round about sixth form one learns that every polynomial can be factorized, as a product of linear factors.  Why?  Well, here&#8217;s a polynomial, see.  It&#8217;s probably a cubic with integer coefficients &#8212; after all, most nontrivial polynomials that one encounters are.  You play with it until you discover a root, likely by looking at integer [...]]]></description>
			<content:encoded><![CDATA[<p>Round about sixth form one learns that every polynomial can be factorized, as a product of linear factors.  Why?  Well, here&#8217;s a polynomial, see.  It&#8217;s probably a cubic with integer coefficients &#8212; after all, most nontrivial polynomials that one encounters are.  You play with it until you discover a root, likely by looking at integer factors of the highest and lowest coefficients.  Then you polynomial-divide through by the linear factor which that root gives you, and get a quadratic, whose roots there&#8217;s a formula for finding.  Tada!</p>
<p>Of course, there&#8217;s a problem with this algorithm:  it depends on figuring out how to break down your polynomial into only linear and quadratic factors.</p>
<p><span id="more-475"></span></p>
<p>Perhaps you know (at least in theory) the formulae for roots of general <a href="http://en.wikipedia.org/wiki/Cubic_formula#Roots_of_a_cubic_function">cubics</a> and <a href="http://en.wikipedia.org/wiki/Quartic_function#Solving_a_quartic_equation">quartics</a>.  Then you can carry out the above algorithm even if initially you can only see how to break down your polynomial into linear, quadratic, cubic and quartic factors.  That certainly covers most of the polynomials you&#8217;ll ever encounter at school.</p>
<p>But then problems arise.  The <a href="http://pcm.tandtproductions.com/resources/samples/pcm0036.pdf">Fundamental Theorem of Algebra</a> is the aforementioned factorization theorem.  More precisely, it states that every polynomial with integer, rational, real, and, importantly, even complex coefficients has a unique decomposition into linear complex-coefficiented factors.  Its proof is one of the coolest things you&#8217;ll learn in university complex analysis.  On the other hand, Galois theory, one of the coolest things you&#8217;ll learn in university abstract algebra, shows that <a href="http://pcm.tandtproductions.com/resources/samples/pcm0195.pdf">there&#8217;s no general formula for the roots of greater-than-fourth degree polynomials</a>.  The result is the kind of paradox that logicians love to hate:  polynomials with roots that you know exist, but which you have no algorithm for constructing.</p>
<p>The two links in the paragraph above are to sample articles of the <a href="http://books.google.com/books?id=Ry1tzhh8_sEC"><em>Princeton Companion to Mathematics</em></a>, a recently-published &#8220;encyclopedia of modern pure mathematics&#8221; edited by mathematician, <a href="http://www.ams.org/featurecolumn/archive/gowers.html">Fields medallist</a>, <a href="http://www.imo-official.org/participant_r.aspx?id=11101">British 1981 IMO perfect scorer</a>, and <a href="http://gowers.wordpress.com/">blogger</a> Timothy Gowers.  More sample articles available <a href="http://pcm.tandtproductions.com/index.php">here</a> (log in with username Guest and password PCM, and click the link to Resources).  Two others which I especially like are: a quick tour of <a href="http://pcm.tandtproductions.com/resources/samples/pcm0031.pdf">fundamental definitions and structures</a> (Section Four is a great introduction to the notions of limit and continuity, which, as an Olympiad hopeful, you may well have struggled through lately); and a discussion of <a href="http://pcm.tandtproductions.com/resources/samples/pcm0176.pdf">how professional mathematicians go about problem-solving</a>.</p>
<p>Olympiad mathematics is full of beautiful ideas, which show up all the better for being restricted to within a tightly-contained syllabus.  Modern pure mathematics, as the <em>Companion</em> does an exhilarating job of showing, takes the beautiful ideas and lets them loose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/04/pure-mathematics-princeton-companion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recurrence relations</title>
		<link>http://www.mathsolympiad.org.nz/2009/01/recurrence-relations/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/01/recurrence-relations/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 04:06:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[Combinatorics]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=385</guid>
		<description><![CDATA[Some notes and problems on finding and solving recurrence relations. Read these if you&#8217;ve ever wondered how to find a formula for the Fibonacci sequence!]]></description>
			<content:encoded><![CDATA[<p>Some notes and problems on finding and solving <a href='http://www.mathsolympiad.org.nz/wp-content/uploads/2009/01/recurrence.pdf'>recurrence relations</a>. Read these if you&#8217;ve ever wondered how to find a formula for the Fibonacci sequence!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/01/recurrence-relations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symmetric polynomials</title>
		<link>http://www.mathsolympiad.org.nz/2009/01/symmetric-polynomials/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/01/symmetric-polynomials/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:56:48 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=371</guid>
		<description><![CDATA[These notes by Arkadii Slinko explain how to extract information from symmetric polynomials of a set of variables, and how to break any symmetric polynomial down into a few simple ones. The final section gives some applications to triangle geometry.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2009/01/symmetric-polynomials.pdf">These notes</a> by Arkadii Slinko explain how to extract information from symmetric polynomials of a set of variables, and how to break any symmetric polynomial down into a few simple ones. The final section gives some applications to triangle geometry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/01/symmetric-polynomials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functional equations</title>
		<link>http://www.mathsolympiad.org.nz/2009/01/functional-equations/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/01/functional-equations/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 12:36:54 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=341</guid>
		<description><![CDATA[These notes by Arkadii Slinko cover techniques &#8212; some standard, some exotic &#8212; for solving functional equations:  groups of substitutions, commutativity, the Cauchy functional equation. Solutions to some of the problems are available, and can be obtained by writing to nzmathsolymp@gmail.com.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2009/01/functional-equations.pdf">These notes</a> by Arkadii Slinko cover techniques &#8212; some standard, some exotic &#8212; for solving functional equations:  groups of substitutions, commutativity, the Cauchy functional equation.</p>
<p>Solutions to some of the problems are available, and can be obtained by writing to <a href="mailto:nzmathsolymp@gmail.com">nzmathsolymp@gmail.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/01/functional-equations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convex functions</title>
		<link>http://www.mathsolympiad.org.nz/2009/01/convex-functions/</link>
		<comments>http://www.mathsolympiad.org.nz/2009/01/convex-functions/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 08:08:46 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=260</guid>
		<description><![CDATA[Notes from Heather Macbeth&#8217;s algebra lecture at the January 2009 camp. (Updated, 12/4/2010)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2009/01/Convex-functions.pdf">Notes</a> from Heather Macbeth&#8217;s algebra lecture at the January 2009 camp.</p>
<p>(Updated, 12/4/2010)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2009/01/convex-functions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inequalities bible</title>
		<link>http://www.mathsolympiad.org.nz/2008/12/inequalities-bible/</link>
		<comments>http://www.mathsolympiad.org.nz/2008/12/inequalities-bible/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 06:28:36 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.mathsolympiad.org.nz/?p=129</guid>
		<description><![CDATA[These notes by Dr. Arkadii Slinko provide a very thorough grounding in the skills needed to solve Olympiad inequality problems. They also include a number of nice examples.]]></description>
			<content:encoded><![CDATA[<p>These <a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2008/12/inequalities.pdf">notes</a> by Dr. Arkadii Slinko provide a very thorough grounding in the skills needed to solve Olympiad inequality problems. They also include a number of nice examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2008/12/inequalities-bible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cauchy functional equation</title>
		<link>http://www.mathsolympiad.org.nz/2008/10/cauchy-functional-equation/</link>
		<comments>http://www.mathsolympiad.org.nz/2008/10/cauchy-functional-equation/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 02:13:46 +0000</pubDate>
		<dc:creator>cre8d</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://localhost/wp26/?p=32</guid>
		<description><![CDATA[Many functional equation problems can be reduced to solving a version of the Cauchy functional equation These notes by Heather Macbeth explore families of solutions to this equation, and give some Olympiad problem applications. Solutions to some of the problems are available, and can be obtained by writing to nzmathsolymp@gmail.com.]]></description>
			<content:encoded><![CDATA[<p>Many functional equation problems can be reduced to solving a version of the Cauchy functional equation</p>
<p><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2008/12/cauchyeq1.gif"><img class="alignnone size-medium wp-image-121" title="cauchyeq" src="http://www.mathsolympiad.org.nz/wp-content/uploads/2008/12/cauchyeq1.gif" alt="" width="168" height="16" /></a></p>
<p><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2009/01/cauchy-equation.pdf">These notes</a><a href="http://www.mathsolympiad.org.nz/wp-content/uploads/2008/12/cauchy.pdf"></a> by Heather Macbeth explore families of solutions to this equation, and give some Olympiad problem applications.</p>
<p>Solutions to some of the problems are available, and can be obtained by writing to <a href="mailto:nzmathsolymp@gmail.com">nzmathsolymp@gmail.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathsolympiad.org.nz/2008/10/cauchy-functional-equation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

