<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="2631">
 <title>proof of the power rule</title>
 <name>ProofOfPowerRule</name>
 <created>2002-02-24 21:19:19</created>
 <modified>2006-12-09 04:53:35</modified>
 <type>Proof</type>
<parent id="2630">power rule</parent>
 <selfproof>0</selfproof>
 <creator id="2727" name="mathcam"/>
 <author id="2760" name="yark"/>
 <author id="2522" name="alek_thiery"/>
 <author id="6" name="Logan"/>
 <classification>
	<category scheme="msc" code="26A24"/>
 </classification>
 <related>
	<object name="ProductRule"/>
	<object name="Derivative2"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\newcommand{\D}[1]{\ensuremath{\mathrm{d}#1}}
\newcommand{\DDX}{\ensuremath{\frac{\D{}}{\D{x}}}}</preamble>
 <content>The power rule can be derived by repeated application of the product rule.

\subsubsection*{Proof for all positive integers $n$}

The power rule has been shown to hold for $n = 0$ and $n = 1$.
If the power rule is known to hold for some $k &gt; 0$, then we have

\begin{eqnarray*} 
\DDX x^{k+1}
&amp; = &amp; \DDX (x\cdot x^k) \\
&amp; = &amp; x\left(\DDX x^k\right) + x^k \\
&amp; = &amp; x\cdot(kx^{k-1}) + x^k \\
&amp; = &amp; kx^k + x^k \\
&amp; = &amp; (k + 1)x^k
\end{eqnarray*}

Thus the power rule holds for all positive integers $n$.

\subsubsection*{Proof for all positive rationals $n$}

Let $y = x^{p/q}$.  We need to show

\begin{equation}
\frac{\D{y}}{\D{x}}(x^{p/q}) = \frac{p}{q}x^{p/q-1} \label{prat}
\end{equation}

The proof of this comes from implicit differentiation.

By definition, we have $y^q = x^p$.  We now take the derivative with respect to $x$ on both sides of the equality.

\begin{eqnarray*}
\DDX y^q &amp; = &amp; \DDX x^p \\ 
\frac{\D{}}{\D{y}}(y^q)\frac{\D{y}}{\D{x}} &amp; = &amp; px^{p-1} \\
qy^{q-1}\frac{\D{y}}{\D{x}} &amp; = &amp; px^{p-1} \\
\frac{\D{y}}{\D{x}} &amp; = &amp; \frac{p}{q}\frac{x^{p-1}}{y^{q-1}} \\
&amp;=&amp; \frac{p}{q}x^{p-1}y^{1-q} \\
&amp;=&amp; \frac{p}{q}x^{p-1}x^{p(1-q)/q} \\
&amp;=&amp; \frac{p}{q}x^{p-1+p/q-p} \\
&amp;=&amp; \frac{p}{q}x^{p/q-1}
\end{eqnarray*}

\subsubsection*{Proof for all positive irrationals $n$}

For positive irrationals we claim continuity due to the fact that (\ref{prat})
holds for all positive rationals, and there are positive rationals that approach any positive irrational.

\subsubsection*{Proof for negative powers $n$}

We again employ implicit differentiation.  Let $u = x$, and differentiate $u^n$ with respect to $x$ for some non-negative $n$.  We must show

\begin{equation}
\frac{\D{u^{-n}}}{\D{x}} = -nu^{-n-1} \label{neg}
\end{equation}

By definition we have $u^nu^{-n} = 1$.
We begin by taking the derivative with respect to $x$ on both sides of the equality.  By application of the product rule we get

\begin{eqnarray*}
\DDX(u^nu^{-n}) &amp; = &amp; 1 \\
u^n\frac{\D{u^{-n}}}{\D{x}} + u^{-n}\frac{\D{u^n}}{\D{x}} &amp; = &amp; 0\, \\
u^n\frac{\D{u^{-n}}}{\D{x}} + u^{-n}(nu^{n-1}) &amp; = &amp; 0\, \\
u^n\frac{\D{u^{-n}}}{\D{x}} &amp; = &amp; -nu^{-1} \\
\frac{\D{u^{-n}}}{\D{x}} &amp; = &amp; -nu^{-n-1}
\end{eqnarray*}</content>
</record>
