<?xml version="1.0" encoding="ISO-8859-1" ?>
  <resource>
  <id>337</id>
  <path>/www/nrich/html/content/00/11/15plus4/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;p&gt;Given any two polynomials in a single variable it is always possible to eliminate the variable and obtain a formula showing the relationship between the two polynomials.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$$\begin{eqnarray} a(n) &amp;amp;= &amp;amp;1 + 2 + 3 + ... + n \\ b(n) &amp;amp;= &amp;amp;1^2 + 2^2 + 3^2 + ... + n^2\\ c(n) &amp;amp;= &amp;amp;1^3 + 2^3 + 3^3 + ... + n^3. \end{eqnarray}$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
It is well known that $c(n) = a(n)^2$ . What are the relationships between $a(n)$ and $b(n)$ and between $b(n)$ and $c(n)$?&lt;/p&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Jim sent in this solution, using the ideas
from our hints.&lt;/span&gt; &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$a(n)=1+2+\ldots+n=\frac{n(n+1)}{2}$&lt;br&gt;&lt;/br&gt;
$b(n)=1^2+2^2+\ldots+n^2=\frac{n(n+1)(2n+1)}{6}$&lt;br&gt;&lt;/br&gt;
$c(n)=1^3+2^3+\ldots+n^3=\frac{n^2(n+1)^2}{4}$&lt;br&gt;&lt;/br&gt;
It's obvious that $c=a^2$, from this.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Also, $2a=n^2+n$, so, solving the quadratic (and using the fact
that $n&amp;gt; 0$), we get $n=\frac{-1+\sqrt{1+8a}}{2}$. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Now substitute this for $n$ in $b$, to get
$b=\frac{n(n+1)(2n+1)}{6}=\frac{a}{3}\times(2n+1)=\frac{a}{3}\times\sqrt{1+
8a}$. So $3b=a\sqrt{1+8a}$, so $9b^2=a^2+8a^3$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Now we can combine these two expressions: $9b^2=c+8c\sqrt{c}$, so
$8c\sqrt{c}= 9b^2-c$, so $64c^3=81b^4-18b^2c+c^2$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
(It's easy to check that the expressions above in terms of $n$ do
work in this!)&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;p&gt;&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
Here you need to start with $$\begin{eqnarray} a(n) &amp;amp;= &amp;amp;1 +
2 + 3 + ... + n &amp;amp;= &amp;amp; {1\over 2}n(n+1)\\ b(n) &amp;amp;=
&amp;amp;1^2 + 2^2 + 3^2 + ... + n^2 &amp;amp;= &amp;amp; {1\over 6}n(n+1)(2n +
1)\\ c(n) &amp;amp;= &amp;amp;1^3 + 2^3 + 3^3 + ... + n^3 &amp;amp;= &amp;amp;
{1\over 4}n^2(n+1)^2. \end{eqnarray}$$  
&lt;p&gt;These are well known results found in many text books and you
will find proofs in some problems on this website. See &lt;a href=&quot;../public/viewer.php?obj_id=325&quot;&gt;Picture Story&lt;/a&gt; and &lt;a href=&quot;../public/viewer.php?obj_id=329&quot;&gt;Natural
Sum.&lt;/a&gt;&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML/>
  <end_user_role>2</end_user_role>
  <difficulty>4</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>More Polynomial Equations</title>
  <description>Find relationships between the polynomials a, b and c which are
polynomials in n giving the sums of the first n natural numbers,
squares and cubes respectively.</description>
  <spec_group>Advanced Algebra
    <specifier>Summation of series</specifier>
  </spec_group>
  <spec_group>Advanced Algebra
    <specifier>Relations</specifier>
  </spec_group>
  <spec_group>Advanced Algebra
    <specifier>Polynomials</specifier>
  </spec_group>
  <spec_group>Algebra
    <specifier>Manipulating algebraic expressions/formulae</specifier>
  </spec_group>
</resource>