<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www1.chapman.edu/~jipsen/mathml/pmathml.xsl"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www1.chapman.edu/~jipsen/mathml/xhtml1-transitional.dtd" [
<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [-->
  <!ENTITY Ropf             "&#x0211D;" >
  <!ENTITY Element          "&#x02208;" >
  <!ENTITY InvisibleComma   "&#x0200B;" >
  <!ENTITY vellip           "&#x022EE;" >
  <!ENTITY InvisibleTimes   "&#x02062;" >
  <!ENTITY ThickSpace       "&#x02009;&#x0200A;&#x0200A;" >
  <!ENTITY ctdot            "&#x022EF;" >
  <!ENTITY ApplyFunction    "&#x02061;" >
  <!ENTITY midast           "&#x0002A;" >
  <!ENTITY ThinSpace        "&#x02009;" >
  <!ENTITY Zopf             "&#x02124;" >
  <!ENTITY Nopf             "&#x02115;" >
  <!ENTITY Exists           "&#x02203;" >
  <!ENTITY ForAll           "&#x02200;" >
  <!ENTITY Implies          "&#x021D2;" >
  <!ENTITY Vee              "&#x022C1;" >
  <!ENTITY xvee             "&#x022C1;" >
  <!ENTITY varnothing       "&#x02205;" >
  <!ENTITY emptyv           "&#x02205;" >
  <!ENTITY VerticalBar      "&#x02223;" >
  <!ENTITY mid              "&#x02223;" >
  <!ENTITY bigcup           "&#x022C3;" >
  <!ENTITY xcup             "&#x022C3;" >
  <!ENTITY nleq             "&#x02270;&#x020E5;" >
  <!ENTITY nle              "&#x02270;" >
  <!ENTITY bigwedge         "&#x022C0;" >
  <!ENTITY xwedge           "&#x022C0;" >
  <!ENTITY ZeroWidthSpace   "&#x0200B;" >
  <!ENTITY LeftAngleBracket "&#x02329;" >
  <!ENTITY RightAngleBracket "&#x0232A;" >
  <!ENTITY check            "&#x02713;" >
  <!ENTITY dd               "&#x02146;" >
  
]>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:mml="http://www.w3.org/1998/Math/MathML">
<head>
<script type="text/javascript" src="../TP/TextPuzzles2.js"/>
<style type="text/css">
math {color: red}
a {cursor: pointer; cursor: hand;}
</style>
</head>
<body onload="initPuzzlePieces()">
<p>
   <strong>Examples of using the differentiation rules</strong>:
</p>
<p>
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mfrac>
        <mml:mo form="prefix">&dd;</mml:mo>
        <mml:mrow>
          <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
          <mml:mi>x</mml:mi>
        </mml:mrow>
      </mml:mfrac>
      <mml:mrow>
        <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
        <mml:mrow>
          <mml:mrow>
            <mml:mn>3</mml:mn>
            <mml:mo>&InvisibleTimes;</mml:mo>
            <mml:msup>
              <mml:mi>x</mml:mi>
              <mml:mn>2</mml:mn>
            </mml:msup>
          </mml:mrow>
          <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
          <mml:msqrt>
            <mml:mi>x</mml:mi>
          </mml:msqrt>
        </mml:mrow>
        <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mfrac>
            <mml:mo form="prefix">&dd;</mml:mo>
            <mml:mrow>
              <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
              <mml:mi>x</mml:mi>
            </mml:mrow>
          </mml:mfrac>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mn>3</mml:mn>
              <mml:mo>&InvisibleTimes;</mml:mo>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>2</mml:mn>
              </mml:msup>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mfrac>
            <mml:mo form="prefix">&dd;</mml:mo>
            <mml:mrow>
              <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
              <mml:mi>x</mml:mi>
            </mml:mrow>
          </mml:mfrac>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:msqrt>
              <mml:mi>x</mml:mi>
            </mml:msqrt>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
   by the sum rule
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mn>3</mml:mn>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mfrac>
              <mml:mo form="prefix">&dd;</mml:mo>
              <mml:mrow>
                <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
                <mml:mi>x</mml:mi>
              </mml:mrow>
            </mml:mfrac>
            <mml:mrow>
              <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>2</mml:mn>
              </mml:msup>
              <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
            </mml:mrow>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mfrac>
            <mml:mo form="prefix">&dd;</mml:mo>
            <mml:mrow>
              <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
              <mml:mi>x</mml:mi>
            </mml:mrow>
          </mml:mfrac>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:msup>
              <mml:mi>x</mml:mi>
              <mml:mfrac>
                <mml:mn>1</mml:mn>
                <mml:mn>2</mml:mn>
              </mml:mfrac>
            </mml:msup>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
   by the constant multiple rule and rewriting
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:msqrt>
      </mml:msqrt>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mrow>
            <mml:mn>3</mml:mn>
            <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&sdot;</mml:mo>
            <mml:mn>2</mml:mn>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mi>x</mml:mi>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mfrac>
            <mml:mn>1</mml:mn>
            <mml:mn>2</mml:mn>
          </mml:mfrac>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:msup>
            <mml:mi>x</mml:mi>
            <mml:mrow>
              <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
              <mml:mfrac>
                <mml:mn>1</mml:mn>
                <mml:mn>2</mml:mn>
              </mml:mfrac>
            </mml:mrow>
          </mml:msup>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
   by the power rule
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mn>6</mml:mn>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mi>x</mml:mi>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mfrac>
          <mml:mn>1</mml:mn>
          <mml:mrow>
            <mml:mn>2</mml:mn>
            <mml:mo>&InvisibleTimes;</mml:mo>
            <mml:msqrt>
              <mml:mi>x</mml:mi>
            </mml:msqrt>
          </mml:mrow>
        </mml:mfrac>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   Although we could expand the next function, it is easier to use the product
   rule:
</p>
<p>
   <span class="vspace" style="height:1pt"></span>
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mfrac>
        <mml:mo form="prefix">&dd;</mml:mo>
        <mml:mrow>
          <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
          <mml:mi>x</mml:mi>
        </mml:mrow>
      </mml:mfrac>
      <mml:mrow>
        <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:msup>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mroot>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:mroot>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>7</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
            <mml:mrow>
              <mml:mfrac>
                <mml:mo form="prefix">&dd;</mml:mo>
                <mml:mrow>
                  <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
                  <mml:mi>x</mml:mi>
                </mml:mrow>
              </mml:mfrac>
              <mml:mrow>
                <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
                <mml:mrow>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mn>3</mml:mn>
                  </mml:msup>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
                  <mml:mi>x</mml:mi>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                  <mml:mn>1</mml:mn>
                </mml:mrow>
                <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
              </mml:mrow>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mroot>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:mroot>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>7</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
            <mml:mrow>
              <mml:mfrac>
                <mml:mo form="prefix">&dd;</mml:mo>
                <mml:mrow>
                  <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
                  <mml:mi>x</mml:mi>
                </mml:mrow>
              </mml:mfrac>
              <mml:mrow>
                <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
                <mml:mrow>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mfrac>
                      <mml:mn>1</mml:mn>
                      <mml:mn>3</mml:mn>
                    </mml:mfrac>
                  </mml:msup>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                  <mml:mi>x</mml:mi>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
                  <mml:mn>7</mml:mn>
                </mml:mrow>
                <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
              </mml:mrow>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:msup>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mrow>
                <mml:mn>3</mml:mn>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mn>2</mml:mn>
                </mml:msup>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>1</mml:mn>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>0</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mroot>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:mroot>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>7</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mrow>
                <mml:mfrac>
                  <mml:mn>1</mml:mn>
                  <mml:mn>3</mml:mn>
                </mml:mfrac>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mrow>
                    <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                    <mml:mfrac>
                      <mml:mn>2</mml:mn>
                      <mml:mn>3</mml:mn>
                    </mml:mfrac>
                  </mml:mrow>
                </mml:msup>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>0</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:msup>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mrow>
                <mml:mn>3</mml:mn>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mn>2</mml:mn>
                </mml:msup>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mroot>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:mroot>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mn>7</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
        <mml:mrow>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:mrow>
                <mml:mfrac>
                  <mml:mn>1</mml:mn>
                  <mml:mn>3</mml:mn>
                </mml:mfrac>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mrow>
                    <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                    <mml:mfrac>
                      <mml:mn>2</mml:mn>
                      <mml:mn>3</mml:mn>
                    </mml:mfrac>
                  </mml:mrow>
                </mml:msup>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
          <mml:mo>&InvisibleTimes;</mml:mo>
          <mml:mrow>
            <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
            <mml:mrow>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mn>3</mml:mn>
              </mml:msup>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mi>x</mml:mi>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
              <mml:mn>1</mml:mn>
            </mml:mrow>
            <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
          </mml:mrow>
        </mml:mrow>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   There is not much to be gained from expanding the expression above, so this is
   an acceptable answer.
</p>
<p>
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mfrac>
        <mml:mo form="prefix">&dd;</mml:mo>
        <mml:mrow>
          <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
          <mml:mi>x</mml:mi>
        </mml:mrow>
      </mml:mfrac>
      <mml:mrow>
        <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
        <mml:mrow>
          <mml:mstyle displaystyle="true" scriptlevel="0">
            <mml:mfrac>
              <mml:msup>
                <mml:mi>x</mml:mi>
                <mml:mi>&pi;</mml:mi>
              </mml:msup>
              <mml:mrow>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mrow>
                    <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                    <mml:mn>7</mml:mn>
                  </mml:mrow>
                </mml:msup>
                <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mn>7</mml:mn>
                </mml:msup>
              </mml:mrow>
            </mml:mfrac>
          </mml:mstyle>
        </mml:mrow>
        <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mstyle displaystyle="true" scriptlevel="0">
          <mml:mfrac>
            <mml:mrow>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                  <mml:mrow>
                    <mml:mfrac>
                      <mml:mo form="prefix">&dd;</mml:mo>
                      <mml:mrow>
                        <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
                        <mml:mi>x</mml:mi>
                      </mml:mrow>
                    </mml:mfrac>
                    <mml:mrow>
                      <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
                      <mml:msup>
                        <mml:mi>x</mml:mi>
                        <mml:mi>&pi;</mml:mi>
                      </mml:msup>
                      <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
                </mml:mrow>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:mrow>
                  <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>x</mml:mi>
                      <mml:mrow>
                        <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                        <mml:mn>7</mml:mn>
                      </mml:mrow>
                    </mml:msup>
                    <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                    <mml:msup>
                      <mml:mi>x</mml:mi>
                      <mml:mn>7</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                  <mml:mrow>
                    <mml:mfrac>
                      <mml:mo form="prefix">&dd;</mml:mo>
                      <mml:mrow>
                        <mml:mo form="prefix" rspace="0em">&dd;</mml:mo>
                        <mml:mi>x</mml:mi>
                      </mml:mrow>
                    </mml:mfrac>
                    <mml:mrow>
                      <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>x</mml:mi>
                          <mml:mrow>
                            <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                            <mml:mn>7</mml:mn>
                          </mml:mrow>
                        </mml:msup>
                        <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                        <mml:msup>
                          <mml:mi>x</mml:mi>
                          <mml:mn>7</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
                </mml:mrow>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mi>&pi;</mml:mi>
                </mml:msup>
              </mml:mrow>
            </mml:mrow>
            <mml:msup>
              <mml:mrow>
                <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                <mml:mrow>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mrow>
                      <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                      <mml:mn>7</mml:mn>
                    </mml:mrow>
                  </mml:msup>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mn>7</mml:mn>
                  </mml:msup>
                </mml:mrow>
                <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msup>
          </mml:mfrac>
        </mml:mstyle>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   <span class="TP">
   <mml:math><mml:mrow>
  <mml:mstyle displaystyle="false" scriptlevel="0" mathcolor="red" mathbackground="transparent">
    <mml:mrow>
      <mml:mo form="infix" lspace="thickmathspace" rspace="0.277778em">=</mml:mo>
      <mml:mrow>
        <mml:mstyle displaystyle="true" scriptlevel="0">
          <mml:mfrac>
            <mml:mrow>
              <mml:mrow>
                <mml:mi>&pi;</mml:mi>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mrow>
                    <mml:mi>&pi;</mml:mi>
                    <mml:mo form="infix" lspace="0.000000em" rspace="0.000000em">&minus;</mml:mo>
                    <mml:mn>1</mml:mn>
                  </mml:mrow>
                </mml:msup>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:mrow>
                  <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>x</mml:mi>
                      <mml:mrow>
                        <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                        <mml:mn>7</mml:mn>
                      </mml:mrow>
                    </mml:msup>
                    <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                    <mml:msup>
                      <mml:mi>x</mml:mi>
                      <mml:mn>7</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">&minus;</mml:mo>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo form="prefix" fence="true" stretchy="false">(</mml:mo>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mrow>
                        <mml:mo form="prefix" lspace="0.222222em" rspace="0em">&minus;</mml:mo>
                        <mml:mn>7</mml:mn>
                      </mml:mrow>
                      <mml:mo>&InvisibleTimes;</mml:mo>
                      <mml:msup>
                        <mml:mi>x</mml:mi>
                        <mml:mrow>
                          <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                          <mml:mn>8</mml:mn>
                        </mml:mrow>
                      </mml:msup>
                    </mml:mrow>
                    <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                    <mml:mrow>
                      <mml:mn>7</mml:mn>
                      <mml:mo>&InvisibleTimes;</mml:mo>
                      <mml:msup>
                        <mml:mi>x</mml:mi>
                        <mml:mn>6</mml:mn>
                      </mml:msup>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo form="postfix" fence="true" stretchy="false">)</mml:mo>
                </mml:mrow>
                <mml:mo>&InvisibleTimes;</mml:mo>
                <mml:msup>
                  <mml:mi>x</mml:mi>
                  <mml:mi>&pi;</mml:mi>
                </mml:msup>
              </mml:mrow>
            </mml:mrow>
            <mml:msup>
              <mml:mrow>
                <mml:mo form="prefix" fence="true" stretchy="true" symmetric="true" lspace="thinmathspace">(</mml:mo>
                <mml:mrow>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mrow>
                      <mml:mo form="prefix" lspace="mediummathspace" rspace="0em">&minus;</mml:mo>
                      <mml:mn>7</mml:mn>
                    </mml:mrow>
                  </mml:msup>
                  <mml:mo form="infix" lspace="0.222222em" rspace="0.222222em">+</mml:mo>
                  <mml:msup>
                    <mml:mi>x</mml:mi>
                    <mml:mn>7</mml:mn>
                  </mml:msup>
                </mml:mrow>
                <mml:mo form="postfix" fence="true" stretchy="true" symmetric="true" rspace="thinmathspace">)</mml:mo>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msup>
          </mml:mfrac>
        </mml:mstyle>
      </mml:mrow>
    </mml:mrow>
  </mml:mstyle>
</mml:mrow>
</mml:math></span>
</p>
<p>
   Again, since we are only trying to find the derivative, there is no need to do
   any further simplification.
</p>
<!-- The next lines of text are copied from the file htmlout.cfg, and can be modified there -->
<!--small>This document created by Scientific Notebook 4.1.</small-->

</body>
</html>
