Question 201402
If the problem is to simplify {{{(root(3, -64c^15))/(root(3, x^15))}}} then there are some key ideas we need to do this:<ol><li>An understanding of what roots are (discussed below)</li><li>The properties of exponents<ul><li>{{{(x^y)^z=x^(y*z)}}}</li><li>{{{x^y*x^z=x^(y+z)}}}</li><li>{{{(x^y)/(x^z)=x^(y-z)}}}</li></ul><li>The properties of roots:<ul><li>{{{root(n, x*y) = root(n, x) * root(n, y)}}}</li><li>{{{root(n, (x/y)) = (root(n, x))/(root(n, y))}}}</li></ul></ol>
Using the first property of roots above we can separate the numerator into two roots:
{{{((root(3, -64)*root(3, c^15)))/(root(3, x^15))}}}
Now we can simplify each of these three roots separately. To do so we need to understand what cube (or cubic) roots represent. Cube roots represent the number or expression which can be cubed and result in the expression within the radical.
So {{{root(3,1)}}} stands for the number or expression which you can cube and get 1. Since {{{(1^3) = 1}}} {{{root(3, 1) = 1}}}. Since {{{2^3 = 8}}} {{{root(3, 8) = 2}}}. Since {{{(x)^3 = x^3}}} {{{root(3, x^3) = x}}}. Similarly {{{root(3, (x+y)^3) = x+y}}}.
So to simplify our three roots we have to answer the following questions:<ul><li>What cubed results in -64?</li><li>What cubed results in {{{c^15}}}?</li><li>What cubed results in {{{x^15}}}?</li></ul>
The first one just requires a little trial and error (or familiarity with the first few perfect cubes) to find that {{{(-4)^3 = -64}}}. Therefore {{{root(3, -64)= -4}}}.
The other two roots can be found if we understand the first property of exponents above: {{{(x^y)^z = x^(y*z)}}}. When we want to cube something then z would be 3: {{{(x^y)^3=x^(y*3)=x^(3y)}}}. To find out what to cube to get {{{x^15}}} we need to solve the equation 3y=15. So y = 5. Therefore {{{(x^5)^3=x^(5*3)=x^15}}}. So {{{root(3, x^15)=x^5}}}. Similarly {{{root(3, c^15)=c^5}}}.
We now have the three cube roots we need. Substituting these values into the fraction:
{{{((root(3, -64)*root(3, c^15)))/(root(3, x^15))}}}
we get
{{{((-4)*(c^5))/(x^5)}}}
or
{{{(-4c^5)/(x^5)}}}