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

<record version="24" id="9992">
 <title>table of derivatives</title>
 <name>TableOfDerivatives</name>
 <created>2007-10-12 12:08:15</created>
 <modified>2008-05-15 13:02:10</modified>
 <type>Feature</type>
<parent id="2975">derivative</parent>
 <creator id="3771" name="CWoo"/>
 <author id="2872" name="pahio"/>
 <author id="1863" name="Wkbj79"/>
 <author id="3771" name="CWoo"/>
 <author id="10146" name="rm50"/>
 <classification>
	<category scheme="msc" code="26A24"/>
 </classification>
 <related>
	<object name="IntegralTables"/>
	<object name="Derivative2"/>
	<object name="GeneralFormulasForIntegration"/>
 </related>
 <preamble>\usepackage{amssymb,amscd}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathrsfs}
\usepackage{tabls}

% used for TeXing text within eps files
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
\usepackage{xypic}
\usepackage{pst-plot}
\usepackage{psfrag}

% define commands here
\newtheorem{prop}{Proposition}
\newtheorem{thm}{Theorem}
\newtheorem{ex}{Example}
\newcommand{\real}{\mathbb{R}}
\newcommand{\ints}{\mathbb{Z}}
\newcommand{\pdiff}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\mpdiff}[3]{\frac{\partial^#1 #2}{\partial #3^#1}}
\newcommand{\sech}{\operatorname{sech}}
\newcommand{\csch}{\operatorname{csch}}
\newcommand{\arsinh}{\operatorname{arsinh}}
\newcommand{\arcosh}{\operatorname{arcosh}}
\newcommand{\artanh}{\operatorname{artanh}}
\newcommand{\arcoth}{\operatorname{arcoth}}</preamble>
 <content>\PMlinkescapeword{mode}
\PMlinkescapeword{open}
\PMlinkescapeword{line}
\PMlinkescapeword{lines}
\PMlinkescapeword{code}
\PMlinkescapeword{section}
Below are some tables of some real-valued functions and their corresponding derivatives:

\subsubsection*{Basic rules}

\begin{center}
\begin{tabular}{|c|c|}
\hline
$f(x)$ &amp; $\displaystyle{\frac{df(x)}{dx}} = f'(x)$ \\
\hline\hline
$f(x) + g(x)$ &amp; $f'(x)+g'(x)$ \\
\hline
$f(x)g(x)$ &amp; $f'(x)g(x)+f(x)g'(x)$ \\
\hline
$\displaystyle \frac{f(x)}{g(x)},\, g\neq 0$ &amp; $\displaystyle \frac{f'(x)g(x)-f(x)g'(x)}{g(x)^2}$ \\
\hline
$f(g(x))$&amp;$f'(g(x))g'(x)$ \\
\hline
$f^{-1}(x)$&amp; $\displaystyle{\frac{1}{f'(f^{-1}(x))}}$ \\
\hline
% add your function here &amp; add its derivative here \\
% \hline 
\end{tabular}
\end{center}

\subsubsection*{\PMlinkname{Polynomials}{Polynomial} and powers}

\begin{center}
\begin{tabular}{|c|c|c|}
\hline
$f(x)$ &amp; $f'(x)$ &amp; applicable domain \\
\hline\hline
$c\in \mathbb{R}$ &amp; 0 &amp; $x\in \mathbb{R}$ \\
\hline
$x^r$ &amp; $rx^{r-1}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\sqrt{x}$ &amp; $\displaystyle\frac{1}{2\sqrt{x}}$ &amp; $x&gt;0$ \\
\hline
$|x|$ &amp; $\displaystyle\frac{x}{|x|}=\frac{|x|}{x}$ &amp; $x\ne 0$ \\
\hline
% add your function here &amp; add its derivative here &amp; specify where f is differentiable \\
% \hline 
\end{tabular}
\end{center}

\subsubsection*{Exponential and logarithmic functions}

\begin{center}
\begin{tabular}{|c|c|c|}
\hline
$f(x)$ &amp; $f'(x)$ &amp; applicable domain \\
\hline\hline
$\exp(x)=e^x$ &amp; $\exp(x)=e^x$ &amp; $x\in \mathbb{R}$ \\
\hline
$a^x$ &amp; $a^x\ln{a}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\ln x$ &amp; $\displaystyle{\frac{1}{x}}$ &amp; $x&gt;0$ \\
\hline
$x^x$ &amp; $x^x(1+\ln x)$ &amp; $x&gt;0$ \\
\hline
% add your function here &amp; add its derivative here &amp; specify where f is differentiable \\
% \hline 
\end{tabular}
\end{center}

\subsubsection*{\PMlinkname{Trigonometric functions}{Trigonometry}}

\begin{center}
\begin{tabular}{|c|c|c|}
\hline
$f(x)$ &amp; $f'(x)$ &amp; applicable domain \\
\hline\hline
$\sin{x}$ &amp; $\cos{x}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\cos{x}$ &amp; $-\sin{x}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\tan{x}$ &amp; $\sec^2{x}$ &amp; $x\ne n\pi+\displaystyle{\frac{\pi}{2}},\, n\in \mathbb{Z}$  \\
\hline
$\cot{x}$ &amp; $-\csc^2{x}$ &amp; $x\ne n\pi,\, n\in \mathbb{Z}$ \\
\hline
$\sec{x}$ &amp; $\sec{x}\tan{x}$ &amp; $x\ne n\pi+\displaystyle{\frac{\pi}{2}},\, n\in \mathbb{Z}$ \\
\hline
$\csc{x}$ &amp; $-\csc{x}\cot{x}$ &amp; $x\ne n\pi,\, n\in \mathbb{Z}$ \\
\hline
$\arcsin{x}$ &amp; $\displaystyle\frac{1}{\sqrt{1-x^2}}$ &amp; $|x|&lt;1$ \\
\hline
$\arccos{x}$ &amp; $\displaystyle-\frac{1}{\sqrt{1-x^2}}$ &amp; $|x|&lt;1$ \\
\hline
$\arctan{x}$ &amp; $\displaystyle\frac{1}{1+x^2}$ &amp; $x\in \mathbb{R}$ \\
\hline
% add your function here &amp; add its derivative here &amp; specify where f is differentiable \\
% \hline 
\end{tabular}
\end{center}

\subsubsection*{\PMlinkname{Hyperbolic functions}{HyperbolicFunctions}}

\begin{center}
\begin{tabular}{|c|c|c|}
\hline
$f(x)$ &amp; $f'(x)$ &amp; applicable domain \\
\hline\hline
$\sinh{x}$ &amp; $\cosh{x}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\cosh{x}$ &amp; $\sinh{x}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\tanh{x}$ &amp; $\sech^2{x}$ &amp; $x\in \mathbb{R}$ \\
\hline 
$\coth{x}$ &amp; $-\csch^2{x}$ &amp; $x\ne 0$ \\
\hline
$\sech{x}$ &amp; $-\sech{x}\tanh{x}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\csch{x}$ &amp; $-\csch{x}\coth{x}$ &amp; $x\ne 0$ \\
\hline
$\arsinh{x}$ &amp; $\displaystyle\frac{1}{\sqrt{x^2\!+\!1}}$ &amp; $x\ne 0$ \\
\hline
$\arcosh{x}$ &amp; $\displaystyle\frac{1}{\sqrt{x^2\!-\!1}}$ &amp; $|x|&gt;1$ \\
\hline
$\artanh{x}$ &amp; $\displaystyle\frac{1}{1\!-\!x^2}$ &amp; $-1 &lt; x &lt; 1$ \\
\hline
$\arcoth{x}$ &amp; $\displaystyle\frac{1}{1\!-\!x^2}$ &amp; $|x| &gt; 1$ \\
\hline
% add your function here &amp; add its derivative here &amp; specify where f is differentiable \\
% \hline 
\end{tabular}
\end{center}

\subsubsection*{Other functions} (see error function, logarithmic integral, sine integral)

\begin{center}
\begin{tabular}{|c|c|c|}
\hline
$f(x)$ &amp; $f'(x)$ &amp; applicable domain \\
\hline\hline
$\mbox{Erf}\,x\,$ &amp; $\displaystyle\frac{2}{\sqrt{\pi}}e^{-x^2}$ &amp; $x\in \mathbb{R}$ \\
\hline
$\mbox{Li}\,x$ &amp; $\displaystyle\frac{1}{\ln{x}}$ &amp; $x &gt; 1$ \\
\hline
$\mbox{Si}\,x$ &amp; $\displaystyle\mbox{sinc}\,x$ &amp; $x \in \mathbb{R}$ \\
\hline
\end{tabular}
\end{center}




\textbf{Instructions on how to add a function and its derivative}.  Open the entry in edit mode.  Using the appropriate table for your function (or make a new table if applicable), make a copy of the two lines of comment (starting with \%) in the code (within the tabular environment) and paste it immediately before the comment.  For functions outside of the ``Basic rules'' section, include the appropriate domain.  Uncomment the lines (take out the \% symbols) after completing.  Preview before saving the entry.</content>
</record>
