Sign In
Think about the definition of a square root and a cubic root. How can you extend these definitions to define a general nth root?
See solution.
Furthermore, since 2^3=8, we can say that 2 is the cube root of 8, and we can think about the cube root as the operation that will undo the cubing of a number. sqrt(8) = sqrt(2^3) = 2 Note that we used the number 3 as an index in the radical sign to differ the cube root from the square root. Following the same way of thinking, in general, if a number a, when raised to the power n, equals a number b, this is b=a^n, and we can say that a is a nth root of b. sqrt(b) = sqrt(a^n) = a In other words, to calculate the nth root of b, which we denote as sqrt(b), we need to find the number a such that a^n=b.