<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7066</id>
  <path>/www/nrich/html/content/id/7066/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-03-15T09:38:41</last_published>
  <indexXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;ul id=&quot;buttonBar&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/791&amp;amp;part=&quot;&gt;Warm-up problem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/6428&amp;amp;part=&quot;&gt;Try this next&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nrich.maths.org/discus/messages/27/27.html&quot;&gt;Ask NRICH&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/1422&amp;amp;part=&quot;&gt;Read all about it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/7058&amp;amp;part=http://nrich.maths.org/7058&amp;amp;part=solution&quot;&gt;Last week&amp;#39;s solution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;br&gt;&lt;/br&gt;
A certain cubic polynomial $y=f(x)$ cuts the $x$-axis at  the three points $x=10, 100$ and $1000$. Is this enough information to determine the location of its point of inflection (note that this is not necessarily a stationary point of inflection)? If so, where is this point; if not, why not?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Construct a cubic polynomial which cuts the $x$-axis at $x=10, 100$ and its point of inflection. How many such polynomials are there?&lt;br&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;div class=&quot;framework&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Did you know ... ?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Polynomials have many fascinating properties. A key result of university mathematics is the Fundamental Theorem of Algebra which states that any polynomial of degree $n$ $p(z)= a_nz^n+a_{n-1}z^{n-1}+\dots+a_0$, with $a_n\neq 0$, has precisely $n$, possibly repeated, complex number solutions.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
A polynomial $f(x)$ has a factor $(x-a)$ if and only
if $f(a)=0$. &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Thus, a polynomial cutting the $x$-axis at $10, 100, 1000$ has
factors $(x-10)(x-100)(x-1000)$. This defines a cubic polynomial up
to a multiplicative factor.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Thus&lt;br&gt;&lt;/br&gt;
$$f(x) = A(x-10)(x-100)(x-1000) = A\left(x^3 -(10+100+1000)x^2 + ..
\right)\,,$$&lt;br&gt;&lt;/br&gt;
for some constant $A$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Now, a point of inflection necessarily has $f''(x) = 0$. Only the
$x^3$ and $x^2$ terms of a cubic polynomial contributes to its
second derivative, so there is no need to expand the polynomial in
full to see that &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(x) = 6Ax-2220A&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
This is zero at the single point $x = \frac{2220}{6} = 370$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Therefore the point of inflection for the cubic is at $x=370$,
regardless of the choice of $A$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
For the second part, the polynomial must take the form&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f(x) = A(x-10)(x-100)(x-a)\quad \mbox{for a constant } a \mbox{
where} \quad f''(a)=0&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
So, we need to take the second derivative to work out the
constraints on $a$. I will keep the form of the factors and use the
chain rule to make life simple, although you could expand the
brackets first if you wish&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(x) = 2A\left((x-10)+(x-100)+(x-a)\right)&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
So, &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(a) = 2A(2a-110)=0&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Since $A$ cannot be zero for a cubic polynomial, we must have
$a=55$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
The polynomial must therefore be of the form&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f(x) = A(x-10)(x-55)(x-100)&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Alternative, quick, method for
second part&lt;/span&gt;:&lt;br&gt;&lt;/br&gt;
 From the first part of the question I noticed a
generalisation that the point of inflection of a cubic is found at
one third of the sum of the roots $r_1+r_2+r_3$. If one of the
roots is the point of inflection then&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
r_1+a+r_2 = 3a&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Thus, the point of inflection which is a root is found at one-half
of the sum of the other two roots.&lt;br&gt;&lt;/br&gt;
Thus, in our special case,&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
a = \frac{1}{2}(10+100) = 55, \mbox{ as before}.&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Isn't maths great!&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML/>
  <clueXML/>
  <canonXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
A polynomial $f(x)$ has a factor $(x-a)$ if and only
if $f(a)=0$. &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Thus, a polynomial cutting the $x$-axis at $10, 100, 1000$ has
factors $(x-10)(x-100)(x-1000)$. This defines a cubic polynomial up
to a multiplicative factor.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Thus&lt;br&gt;&lt;/br&gt;
$$f(x) = A(x-10)(x-100)(x-1000) = A\left(x^3 -(10+100+1000)x^2 + ..
\right)\,,$$&lt;br&gt;&lt;/br&gt;
for some constant $A$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Now, a point of inflection necessarily has $f''(x) = 0$. Only the
$x^3$ and $x^2$ terms of a cubic polynomial contributes to its
second derivative, so there is no need to expand the polynomial in
full to see that &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(x) = 6Ax-2220A&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
This is zero at the single point $x = \frac{2220}{6} = 370$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Therefore the point of inflection for the cubic is at $x=370$,
regardless of the choice of $A$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
For the second part, the polynomial must take the form&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f(x) = A(x-10)(x-100)(x-a)\quad \mbox{for a constant } a \mbox{
where} \quad f''(a)=0&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
So, we need to take the second derivative to work out the
constraints on $a$. I will keep the form of the factors and use the
chain rule to make life simple, although you could expand the
brackets first if you wish&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(x) = 2A\left((x-10)+(x-100)+(x-a)\right)&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
So, &lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f''(a) = 2A(2a-110)=0&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Since $A$ cannot be zero for a cubic polynomial, we must have
$a=55$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
The polynomial must therefore be of the form&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
f(x) = A(x-10)(x-55)(x-100)&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Alternative, quick, method for
second part&lt;/span&gt;:&lt;br&gt;&lt;/br&gt;
 From the first part of the question I noticed a
generalisation that the point of inflection of a cubic is found at
one third of the sum of the roots $r_1+r_2+r_3$. If one of the
roots is the point of inflection then&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
r_1+a+r_2 = 3a&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Thus, the point of inflection which is a root is found at one-half
of the sum of the other two roots.&lt;br&gt;&lt;/br&gt;
Thus, in our special case,&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
a = \frac{1}{2}(10+100) = 55, \mbox{ as before}.&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
Isn't maths great!&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Weekly Challenge 27: Cubic roots</title>
  <description>Find the location of the point of inflection of this cubic.</description>
  <spec_group>Collections
    <specifier>Weekly Challenge</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Stage 5 - Core Mapping</specifier>
  </spec_group>
  <spec_group>Stage 5 Core Mapping Document
    <specifier>Algebra and Functions AS</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>DisplayCabinet</specifier>
  </spec_group>
</resource>