<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7038</id>
  <path>/www/nrich/html/content/id/7038/</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;ul id=&quot;buttonBar&quot;&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/5876&amp;amp;part=&quot;&gt;Try this next&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://en.wikipedia.org/wiki/Numerical_analysis&quot;&gt;Read all about it&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;https://nrich.maths.org/discus/messages/27/27.html?1274115048&quot;&gt;Ask NRICH&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;https://nrich.maths.org/discus/messages/27/27.html?1289816146&quot;&gt;Ask NRICH&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/277&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/7040&amp;amp;part=solution&quot;&gt;Last week's solution&lt;/a&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
  &lt;div&gt;
    &lt;br /&gt;
Find a solution to this equation to 1 dp.&lt;br /&gt;
    &lt;br /&gt;
$$2x^3+34 x^2+567x +8901=0$$&lt;br /&gt;
    &lt;br /&gt;
Are there any others?&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;
Numerical solution of equations forms an important part of real-world mathematics and mathematics applied to science, where equations are often too complex to be solved exactly. Mathematicians have developed many advanced techniques for the numerical solution and exploration of equations.&lt;/div&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;
Any sensible numerical method will lead to a solution
$-16.3(2)$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In particular, an interval-halving method is efficient and
simple to implement. You can make it a little quicker by choosing a
sensible starting point: note that any solution would have to be
negative, since all of the coefficients are positive;
another moment of inspection will also show that the solution
must lie between $-10$ and $-100$, giving you a sensible starting
point for a computation.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
To determine whether there are any other solutions, note that the
expression is a cubic and will therefore have either $1$ or $3$
real solutions. &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
To explore the properties of the cubic $y=2x^3+34x^2+567x+8901$,
look at the turning points. Differentiating, we find that&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
\frac{dy}{dx} = 6x^2+68x+567&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
The discriminiant of this quadratic is $68^2-4\times 6 \times
567 = -8984$. Since this is negative, there are no turning points
and the cubic consequently only has $1$ real solution.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&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;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;This problem draws together ideas of numerical solution of
equations and calculus typically found at the start of a post-16
course.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</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;
Any sensible numerical method will lead to a solution
$-16.3(2)$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In particular, an interval-halving method is efficient and
simple to implement. You can make it a little quicker by choosing a
sensible starting point: note that any solution would have to be
negative, since all of the coefficients are positive;
another moment of inspection will also show that the solution
must lie between $-10$ and $-100$, giving you a sensible starting
point for a computation.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
To determine whether there are any other solutions, note that the
expression is a cubic and will therefore have either $1$ or $3$
real solutions. &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
To explore the properties of the cubic $y=2x^3+34x^2+567x+8901$,
look at the turning points. Differentiating, we find that&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
\frac{dy}{dx} = 6x^2+68x+567&lt;br&gt;&lt;/br&gt;
$$&lt;br&gt;&lt;/br&gt;
The discriminiant of this quadratic is $68^2-4\times 6 \times
567 = -8984$. Since this is negative, there are no turning points
and the cubic consequently only has $1$ real solution.&lt;br&gt;&lt;/br&gt;
 &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 10: Solve me!</title>
  <description>A weekly challenge: these are shorter problems aimed at Post-16
students or enthusiastic younger students.</description>
  <spec_group>Admin
    <specifier>Stage 5 - Core Mapping</specifier>
  </spec_group>
  <spec_group>Stage 5 Core Mapping Document
    <specifier>Numerical Methods A2</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>DisplayCabinet</specifier>
  </spec_group>
</resource>