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

<record version="8" id="748">
 <title>cube root</title>
 <name>CubeRoot</name>
 <created>2001-11-10 17:27:50</created>
 <modified>2006-06-21 09:28:02</modified>
 <type>Definition</type>
 <creator id="40" name="Daume"/>
 <author id="40" name="Daume"/>
 <author id="66" name="wberry"/>
 <classification>
	<category scheme="msc" code="11-00"/>
 </classification>
 <related>
	<object name="NthRoot"/>
	<object name="SquareRoot"/>
	<object name="RationalNumber"/>
	<object name="IrrationalNumber"/>
	<object name="RealNumber"/>
	<object name="ComplexNumber"/>
	<object name="CubeOfANumber"/>
 </related>
 <keywords>
	<term>cube root</term>
	<term>root</term>
	<term>arithmetic operator</term>
	<term>operator</term>
 </keywords>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{xypic}</preamble>
 <content>\PMlinkescapeword{properties}

The cube root of a real number $x$, written as $\sqrt[3]{x}$, is the real number $y$ such that $y^3 = x$.
Equivalently, $\sqrt[3]{x}^3 = x$.  Or, $\sqrt[3]{x}\sqrt[3]{x}\sqrt[3]{x} = x$. The cube root notation is actually an alternative to exponentiation.  That is, $\sqrt[3]{x} = x^\frac{1}{3}$.  

\textbf{Properties:}
\begin{itemize}
\item The cube root operation of an exponentiation has the following property:  $\sqrt[3]{x^n} = \sqrt[3]{x}^n$.
\item The cube root operation is distributive for multiplication and division, but not for addition and subtraction. That is, $\sqrt[3]{xy} = \sqrt[3]{x} \sqrt[3]{y}$, and $\sqrt[3]{\frac{x}{y}} = \frac{\sqrt[3]{x}}{\sqrt[3]{y}}$.

\item  However, in general, the cube root operation is not distributive for addition and substraction.  That is, $\sqrt[3]{x + y} \not= \sqrt[3]{x} + \sqrt[3]{y}$ and $\sqrt[3]{x - y} \not= \sqrt[3]{x} - \sqrt[3]{y}$.

\item The cube root is a special case of the general nth root.

\item The cube root is a continuous mapping from $\mathbb{R} \to \mathbb{R}$.

\item The cube root function from $\mathbb{R} \to \mathbb{R}$ defined as $f(x)=\sqrt[3]{x}$ is an odd function.

\end{itemize}

\textbf{Examples:}
\begin{enumerate}
\item $\sqrt[3]{-8} = -2$ because $(-2)^3 = (-2) \times (-2) \times (-2) = -8$.
\item $\sqrt[3]{x^3 + 3x^2 + 3x + 1} = x + 1$ because
$(x + 1)^3 = (x + 1)(x + 1)(x + 1) = (x^2 + 2x + 1)(x + 1) = x^3 + 3x^2 + 3x + 1$.
\item $\sqrt[3]{x^{3}y^{3}} = xy$ because
$(xy)^3 = xy \times xy \times xy = x^{3}y^{3}$.
\item $\sqrt[3]{\frac{8}{125}} = \frac{2}{5}$ because $(\frac{2}{5})^3 = \frac{2^3}{5^3} = \frac{8}{125}$.
\end{enumerate}</content>
</record>
