#[Positive exponents][Exponentes positivos]#
#[If $a$ is a real number and $n$ is a positive integer, then by $a^n$ we mean the quantity][Si $a$ es un número real y $n$ es un número entero positivo, entonces $a^n$ quiere decir la cantidad]# $a \cdot a\cdot a\ \cdots \ a \qquad$ ($n$ #[times][veces]#). #[Therefore][Por lo tanto]#,
$a^1 = a$
$a^2 = a \cdot a$
$a^3 = a \cdot a \cdot a$
$a^4 = a \cdot a \cdot a \cdot a$
#[and so on.][y así sucesivamente.]# #[The number $a$ is called the
base and the number $n$ is called the
exponent.][El número $a$ se llama la
base y el número $n$ se llama el
exponente.]#
#[Examples][Ejemplos]#
#[Caution!][¡Precaución!]# #[The meaning of][El significado de]# −xn
#[A negative sign at the start of an expression indicates multiplication by $-1$. So, $-x^n$ means $(-1)x^n$ and is calculated using the standard order of operations: First take the power, and then multiply by $-1$.][Un signo negativo en el comienzo de una expresión indica la multiplicación por $-1$. Así, $-x^n$ significa $(-1)x^n$ y se puede calcularla a través del orden estándar de operaciones; Primero toma la potencia y luego multiplica por $-1$.]# #[For instance,][Por ejemplo,]#
$-3^2$ | $= (-1)3^2$ |
|
| $= (-1)9\qquad$ |
|
| $= -9. \qquad$ |
|
#[Spreadsheets and some programming languages will interpret $-3^2$ (wrongly!) as $(-3)^2 = 9,$ so be on the lookout for that when working with your spreadsheet, where you should write it as $(-1)3^2$ to prevent that from happening.][Las hojas de cálculo y algunos lenguajes de programación interpretarión $-3^2$ (¡equivocadamente!) como $(-3)^2 = 9,$ así que estes atento cuando trabajas con hojas de cálculo, donde la debes escribir como $(-1)3^2$ para evitar que suceda eso.]#
#[Some for you][Algunos para ti]#