0
$\begingroup$

It appears that i'm not quite sure anymore how to write roots as exponents, and how to work with them. I know $\sqrt[3]{a}$ is written $a^{\frac{1}{3}}$, but I don't know how to handle them in things like fractures ($\frac{a^{\frac{1}{3}}}{a}$ appears to be $\frac{1}{a^\frac{2}{3}}$), or what to think of when seeing something like $a^\frac{2}{3}$

It would be nice if you could give me a brief, but as complete as possible description on this :)

thank you.

  • 0
    @KevinCarlson: You can typeset a non-square root with `\sqrt[n]{a^m}`.2012-09-26

2 Answers 2

2

$\frac{a^{1/3}}{a}=a^{1/3-1}=a^{-2/3}=(a^{2/3})^{-1}=\frac{1}{a^{2/3}}$

Hope this helps!

  • 1
    Exactly as Kevin Carlson says :)2012-09-26
1

In general, you have $x^{\frac{a}{b}}=(\sqrt[b]{x})^{a}$ for positive integers $a,b\in\mathbb{N}$ and $x\geq0$.

  • 0
    i wasn't (even) aware of the fact that $\sqrt[b]{x^a} = \sqrt[b]{x}^a$... jeez i really got a problem with my basics x.x2012-09-26