How would I determine $\left(\frac{9}{16}\right)^{\frac{3}{2}}$? I've never encountered an exponent that was a fraction, or a least never without a calculator. What steps would I take to simplify this?
-
1Here's the relevant Wikipedia page. – Zev Chonoles Jul 02 '13 at 02:17
-
http://math.stackexchange.com/questions/132703/what-does-2x-really-mean-when-x-is-not-an-integer – Dan Jul 02 '13 at 02:24
2 Answers
Recall a few of the properties of exponents:
$$\large a^{bc} = (a^b)^c\tag{1}$$ $$\large\left(\dfrac ab\right)^c = \frac{a^{\,c}}{b^{\,c}}\tag{2}$$ And for exponents of the form $\frac 1n$ where $n$ is a non-zero integer, for any non-negative $a$, or for all $a$ provided $n$ is odd, then $$\large a^{1/n} = \sqrt[\Large n]a \tag{3}$$ Using these properties:
$$\begin{align} \left(\frac 9{16}\right)^{3/2} & = \left(\left(\frac 9{16}\right)^{1/2}\right)^3 \tag{1} \\ \\ & = \left(\frac{(9)^{1/2}}{(16)^{1/2}}\right)^3 \tag{2}\\ \\ & = \left(\frac{\sqrt 9}{\sqrt{16}}\right)^3 \tag{3} \\ \\ & = \left(\frac 34\right)^3 = \frac{27}{64}\tag{evaluate}\end{align}$$

- 209,954
Hint: Notice that: $$ \left( \dfrac{9}{16} \right)^{\frac{3}{2}} = \left(\left( \dfrac{3}{4} \right)^2\right)^{\frac{3}{2}}= \left( \dfrac{3}{4} \right)^{2 \cdot \frac{3}{2}}= \left( \dfrac{3}{4} \right)^{3} $$

- 41,576