Roots

Concept

Cube Root

The cube root of a number a is a number that, when multiplied by itself three times, equals a. For example, 2 is the cube root of 8. 2 * 2 * 2 = 8 ⇒ sqrt(8) = 2 Cube roots and raising a number to the third power are operations that undo each other.

sqrt(a^3) = a and (sqrt(a))^3=a

Unlike square roots, cube roots can yield negative results. This is because the product of three negative factors is negative. ( - 2)( - 2)( - 2)=- 8 ⇒ sqrt(-8) = -2

Extra

Cube Root of Fractions and Decimal Numbers
Separate from the integers, the cube roots of fractions can be calculated by taking cube roots of the numerator and denominator separately. Consider the following example. 8/125=2^3/5^3 ⇒ sqrt(8/125)=2/5 The cube roots of decimal numbers can be calculated by writing them in the fraction form, calculating the cube roots of the numerator and denominator separately. Consider the following example. 0.027=27/1000=3^3/10^3 [0.5em] ⇓ sqrt(27/1000)=3/10=0.3

Exercises
Edit Lesson