Numerical Methods at work

Disclaimer:
Permission to use, copy, and distribute this software, and It’s documentation for any non-commercial purpose is hereby granted without fee, provided: THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL Henrik Vestermark, BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Practice mental Cubic root calculation

Practice Mental Square or Cubic root Calculation: vs. 1.3
Type: Square
Cubic
5th root
Options: 1 digit
2 digits
3 digits



Answer, Result & Score
0%  100%




  • Result
  • Help

Practice Mental calculation of cubic root in your head

Click the get next test number button to randomly generate a 1, 2, or 3-digit square, cubic, or 5th power number so you can practice calculating the square, cubic, or 5th root of that number.
Email me if you encounter any problems at hve@hvks.com

There is an excellent website for mentally calculating 1-2 digit square roots at http://mindmagician.org/sqrt.aspx and for 1-2 digit cubic roots at http://mindmagician.org/cubert.aspx
Another website for mentally calculating cubic roots for 3 digits numbers can be found at http://thinkinghard.com/blog/CubeRoots.html
All these websites describe the method in detail.

 


Rate this page

Click on the stars below to rate this page

Low
High


Corrections:
22-Jul-2020vs 1.3Added a check button and also score one right digit as a 0.5 point
5-Nov-2019vs 1.2GUI Redesign and minor bugs fixed
12-Mar-2018vs 1.1Added 5throot support
21-Jun-2017vs 1.0The initial release of practice mental cubic root calculator

Mental calculation of the cubic root of a 1, 2, or 3-digit number

Mental calculation of the cubic root of a 1, 2, or 3-digit number

The Cubic root of a 3-digit number

This is very simple to do and all you need is to memorize or calculate on the fly what a single digit number raised to the power of 3 gives the cubic root of that number. Table 1, below can be used and is easy to memorize. All it takes is some practice. Table 1 Single-digit cubic root

N0123456789
N303132333435363738393
N30182764125216343512729

Example:

73=343. Reverse lookup in table 1 you get the correct answer to be 7.

The Cubic root of a 6-digit number

The Cubic root of a 6-digit number is generated by raising a 2-digit number to the power of 3. The range of digits is between 4-6 digits. You can use the knowledge to do another cool party trick that is easy to perform. Ask one in the audience to choose a random 2-digit whole number x and raise it to the power of x3. Ask for the resulting number after the operation and you can right away tell which 2-digit number was raised to the power of 3. A 2-digit number with digits a and b. (ab) can also be written as 10a+b where a and b are single-digit number. Raise it to the power of 3 you get:

 1000a3+100a23b+10a3b2+b3

The lowest possible 2-digit number is 103=1,000 and the highest possible value is 993=970,299. By looking at the number on the left of the thousand separators you can establish what single-digit number raised to the power of 3 is less or equal to the number to determine the first digit. You can also see that b3 will represent the last digit since the other component is multiplied by 10, 100, and 1000 and does not contribute to the last digit. The reason why this is working can be seen by looking at the table below showing that any single digit raised to the power of 3 all end in a unique digit from 0 to 9 where the unique single digit is underscored.

Table 2 double-digit cubic root

N0123456789
N303132333435363738393
N30182764125216343512729
MappingSameSame10-8=210-7=310-6=4SameSame10-7=310-8=2Same

We also notice by looking at the thousands that it consists of the 1000a3 plus something more (100a23b+10a3b2+b3). This information indicates that if we find the nearest number less or equal to 1000a3 then we can establish the digit a.

An example is better to show how it works.

573=185,193. Now take the thousand only (185) and find closet smaller number from the table which is 125 and 53. We now know the cubic root of the number starts with 5. Next look at the last digit of the last 3 digits (193). Which is 3 and match it up with the last digit in the 3rd Column that ends with the number 3. The number is 343 and represents 73 and now you know that the last digit must be 7 and therefore the correct answer is 57. With some practice, it goes lightning fast. A way to remember the mapping for the last digit is to say that 1, 4, 5, 6 & 9 end in the same digit and the other ends in the 10-digit.

343=39,304. The thousand part is 39 and the closest n3 less is 33=27. The first digit is then 3. Looking at the last digit 4 you know by the table that 43 ends in 4 and therefore the last digit is 4 and the result is 34 which is the answer.

I mention at the start that the number needs to be a 2-digit whole number. This is not entirely accurate. The method works just as well for any 2-digit decimal number e.g. 7.93=493.039

Notice that there are no thousand parts and therefore the number must be less than 1000. Separating the number before and after the fraction sign (instead of before and after the thousand separators) you get 493 which closest n3 number less than 493 is 73=343. The first digit is then 7. Looking at the last digit 9 and the table above 93 ends in 9 therefore the last digit is 9 and the result is then 7.9.

You can even do 2-digit fraction numbers e.g. 0.133=0.002197. Again, separating the number into two parts 002 and 197 you quickly see that the first digit is 1 and the second digit is 3 (the last digit is 7, and the corresponding number from the table which the last digit is 7 is 3) and since the result is less than 1 all digits must be fraction digit and the result is 0.13

The cubic root of a 9-digit number

The cubic root of a 9 digits number is generated by raising a 3-digit number to the power of 3 (7-9 digits result).? It gets a little bit complicated to find the 3-digit number giving the 9-digits number and requires more practice to handle it perfectly. Instead of describing the method below I will instead refer the reader to this website at http://thinkinghard.com/blog/CubeRoots.html where the Author Phillip Dorrell provides an elegant and comprehensive description of how to handle the mental calculation of the cubic root of a 9-digit number.

5th root of a 5-digit number

The fifth root of a 5-digit number. First, we look at a single-digit number with the power of 5 that can generate up to 5-digit numbers (1-5 digits).

Table 3 single digit number raised to the power of 5

N0123456789
N505152535455565758595
N501322431,0243,1257,77616,80732,76859,049

We notice that a single digit raised to the power of 5 has the same digit as the last digit making it very easy and simple to predict the fifth root of that number. Simply look at the last digit and you have the number right away.

5th root of a 10-digit number

For a 2-digit number raised to the power of you can get up to a 10-digit number (6-to-10 digits). Using the same techniques as for cubic numbers you also have an easy way to remember them.

Table 4 double-digit raised to the power of 5.

N N5 N5 Easy to Remember
00500
10105100,000100K
202053,200,0003M
3030524,300,00024M
40405102,400,000100M
50505312,500,000300M
60605777,600,000777M
707051,680,700,0001.6B
808053,276,800,0003G or 3.2B
909055,904,900,0005.9B
N0102030405060708090
N505105205305405505605705805905
N50100,0003,200,00024,300,000102,400,000312,500,000777,600,0001,680,700,0003,276,800,0005,904,900,000
Easy To Remember0100K3M24M100M300M777M1.6B3B or 3.2B5.9B

An example is better to show how it works:

575=601,692,057. Since the closed matching lower number is 300M we get the 50 range, so we can immediately say that the first digit is 5 and by just looking at the last digit 7 we also know from table 3 that the second digit is 7 so the answer is 57

Another example:

345=45,435,424. Since the closed matching lower number is 24M for the 30 range we can immediately say that the first digit is 3 and by just looking at the last digit 4 we also know from table 3 that the second digit is 4 so the answer is 34.

Have fun