Omni Calculator logo

Root Calculator

Created by Maciej Kowalski, PhD candidate
Reviewed by Bogna Szyk and Jack Bowater
Last updated: Jan 18, 2024


Welcome to the root calculator, where we'll go through the theory and practice of how to calculate the nth root of a number, also called the nth radical, together.

We'll start with a quick explanation of what a root is in math and give some easy examples that you might have already seen, like the square root of 2, square root of 3, or the cube root of 4. But what if it's the fourth root that you'd like to find? The previous ones were fairly simple, but what is, say, the 4th root of 81? No worries, we'll show you soon enough!

Sit back, relax, and enjoy the ride through the world of radicals!

What is a root in math?

We all know multiplication, right? Like 12×4=4812 \times 4 = 48? If we want to multiply the same number a few times, then we can write it in a simplified form:

12×12×12×12×12=125\small12\times12\times12\times12\times12=12^5

Where the small 55 is called the exponent and means how many copies of the big number (in this case, 1212) we take. We also call this operation taking the 55-th power of 1212. You can explore this mathematical operation at Omni's exponent calculator.

A root is the opposite operation. To connect it to the biological meaning, when we look at a grown tree, we see its leaves and trunk, but it is all built upon its roots. And the story is very similar with numbers: when we see the number 125125, then taking its root will show us the tiny grain that it grew out of. In this example, it will show us that the seed is 55 because 53=1255^3 = 125.

Formally, the nthn^{\mathrm{th}} root of a number aa is the number bb, such that:

bn=a\small b^n = a

For instance, let's take a closer look at what is the square root of some number. Suppose that you're digging a swimming pool in your backyard. You'd like it to be as long as it is wide and, all in all, cover an area of 256256 square feet. How can you figure out how long the sides should be? That's right – by calculating the radical! In this case, it should be the square root of the area, i.e., the square root of 256256.

And what is the square root of that number? Well, let's see how we can find it and how to calculate the square root in general.

How to calculate the square root

Sometimes calculating the root in math may resemble a guessing game. But it's not the same as rolling dice with your eyes closed, and guess what you'll get. It's more of a calculated guess. After all, once we know that 34=813^4 = 81, we can safely say that the 4th4^{\mathrm{th}} root of 8181 is 33. But we have to know that first.

So what can we do if we forget our handy table of the first one hundred numbers and their first few powers at home? Is it a lost cause? Fortunately, no. Not entirely, but we'll come back to this in a second.

As an example, we'll show how to calculate the square root of 7272. Our main tool here will be prime factorization, i.e., splitting 7272 into its smallest pieces possible.

In the prime factorization procedure, we take a number (in our case, 7272) and find the smallest prime number that divides it. Recall that a prime number is an integer that has only two divisors: 11 and itself. It's fairly easy to see that for us, it will be 22 since:

722=36\small \frac{72}{2} = 36

The next step is to find the smallest prime number of the result of the division of the number by the prime number, i.e., the number 3636. If we continue this until we reach 11, we'll get the following primes: 22, 22, 22, 33, 33. This is the prime factorization of 7272, and it means that:

72=2×2×2×3×3\small72 = 2 \times 2 \times2 \times3 \times3

Is something not clear about prime factorization? No worries, it's a pretty interesting mathematical problem, sometimes hard to solve, even for computers! You can learn more (almost everything) about it at Omni's prime factorization calculator.

Now, if we find pairs among the same numbers, we'll see that we have a couple of 22's, a couple of 33's, and a single 22 is left. This allows us to write the square radical of 7272 as:

72=2×2×2×3×3=22×32×2=2×3×2=62\small\begin{split} \sqrt{72}& = \sqrt{2\times2\times2\times3\times3} \\[.3em] &= \sqrt{2^2\times3^2\times2} \\[.3em] &= 2\times3 \times\sqrt{2} = 6\sqrt{2} \end{split}

A keen eye will observe that the only numbers that stay under the root are exactly the loners that didn't find a pair.

But what about the 22? What is the square root of 22? Well, that's what the "not entirely" was all about. The square root of 22, the square root of 33, or any other prime number takes us back to a guessing game. Fortunately, we can use our root calculator to figure out that 21.4142\sqrt{2} \approx 1.4142, which gives us:

72=626×1.4142=8.4852\small\begin{split} \sqrt{72}&=6\sqrt{2}\approx6\times1.4142\\ &=8.4852 \end{split}

In essence, when we're asked "what is the square root of...,", we should first do prime factorization to break down the problem, and if (as above) we're left with some small digit in the end, we just have to use a tool like the root calculator to find it.

"But what about higher radicals? What if I need, e.g., the fourth root of a number?" Well, how convenient of you to ask! That is precisely the problem we'll deal with in the next section.

🙋 For a more exhaustive description of this operation, visit Omni's square root calculator!

Cube root, fourth root, n-th root

Recall how you wanted to dig a swimming pool in the first section. Now suppose that you'd like the whole thing to be a cube that holds 1,7281,728 cubic feet of water. (Don't ask us why. Perhaps anything above is taxed differently?)

How can you find the side of such a pool? Yup – by calculating the cube root of the number (that's where the name cubic root comes from). It will tell us that the length should be:

17283=12 ft\small \sqrt[3]{1728} = 12\ \mathrm{ft}

But how did we get there? Fortunately, the main tool here is the same: prime factorization. If we apply the procedure to 17281728 we'll get that:

1728 ⁣= ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣3 ⁣× ⁣3 ⁣× ⁣3\small 1728\!=\!2\!\times\!2\!\times\!2\!\times\!2\!\times\!2\!\times\!2\!\times\!3\!\times\!3\!\times\!3

Now comes the thing that's different – instead of pairs, we group the numbers into triples. That's what the small 33 in the root symbol suggests – we need third powers. Note that the square roots are, in fact, radicals of order 22, but we don't write the 22 because... Well, if we don't have to do it from one type of root, it might as well be the simplest one. That's just convention and tradition. Think of it as a mathematical equivalent of roasting a turkey for Thanksgiving.

Anyway, coming back to our problem, the grouping allows us to write:

17283= ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣2 ⁣× ⁣3 ⁣× ⁣3 ⁣× ⁣33=23×23×333=2×2×3=12\small\begin{split} &\sqrt[3]{1728} \\[.3em] &= \!\sqrt[3]{2\!\times\!2\!\times\!2\!\times\!2\!\times\!2\!\times\!2\!\times\!3\!\times\!3\!\times\!3} \\[.3em] &= \sqrt[3]{2^3\times2^3\times3^3}\\[.3em] & = 2\times2\times3=12 \end{split}

If we go higher with the order of the radical, the same rule applies. When calculating the fourth root, we group the primes into quadruples. Like if you need the 4th4^{\mathrm{th}} root of 8181, you first observe that:

81=3×3×3×3\small81=3\times3\times3\times3

So we have four 33's. This means that the 4th4^{\mathrm{th}} root of 8181 is equal to 33. And if we need the nth root, we take groups of nn elements. And, if anything is left after the factorization, we just find it with some external tool like our root calculator.

Alright, after all this time reading through the theory, it's high time we look at a real-life example, and see the root calculator in action, don't you think?

🙋 As for the square root, we have a tool entirely dedicated to the cube root: the cube root calculator!

Example: using the root calculator

Congratulations, it's a boy! Now that you've become a parent, you decide to start early and save some money for when he goes to college. You choose to take a good slice of your savings and leave it in the bank for the next eighteen years so that the amount grows together with your kid.

Suppose that you've managed to put away a solid $8, ⁣000\text\textdollar8,\!000 (call this quantity start\mathrm{start}). Unfortunately, somehow you forgot the interest rate on the investment, but what's done is done. The amount at the end will be as much of a surprise to you as it is to your son.

Time passes, years go by, and finally, it's time to gift your kid the money that you saved. You call the bank, and it turns out that there's $12, ⁣477.27\text\textdollar12,\!477.27 in the account (we'll call this variable end\mathrm{end}). Not too bad, is it? It seems like you'll be able to make your son's dreams come true.

But, just for yourself, just out of sheer curiosity, can we calculate the interest rate from the numbers we have?

Sure we can, and the root calculator will help us!

Assume that the interest was added to the account at the end of each year and that the money was not taxed at all (yeah, we know we're going a bit far-fetched right there). Then the amount we get in the end is described by the formula:

end ⁣= ⁣start×(1+interest rate)18\small\mathrm{end}\! =\! \mathrm{start}\times(1 + \mathrm{interest\ rate})^{18}

Where the 18th18^{\mathrm{th}} power comes from the eighteen years that the money spent in the bank: this is the formula you can meet at the simple interest calculator. In our case, this translates to:

$12, ⁣477.27=$8, ⁣000×(1+interest rate)18\small \begin{split} &\text\textdollar12,\!477.27\\ &= \text\textdollar8,\!000 \times (1 + \mathrm{interest\ rate})^{18} \end{split}

If we divide both sides by $8, ⁣000\text\textdollar8,\!000, we'll get that:

$12, ⁣477.27$8, ⁣000=(1+interest rate)18\small\frac{\text\textdollar12,\!477.27}{\text\textdollar8,\!000} = (1 + \mathrm{interest\ rate})^{18}

Or after an approximation:

1.5597=(1+interest rate)18\small1.5597=(1+\mathrm{interest\ rate})^{18}

So if we have the 18th18\mathrm{th} power on the right, we need to find the 18th18\mathrm{th} radical of the number on the left. Now, this is something slightly more complicated than the square root of 33, isn't it?

We turn to our root calculator. In there, we have two numbers: aa and nn. When we look at the symbolic picture in there, we see that nn is the order of the root, so we input n=18n = 18. In turn, aa is the number under the radical, so we take a=1.5597a = 1.5597. This makes the root calculator spit out the answer to be:

1+interest rate=1.025\small 1+\mathrm{interest\ rate} =1.025

If we translate the decimal into percentages, we obtain:

interest rate=0.025=2.5%\small\mathrm{interest\ rate} = 0.025=2.5\%

It seems fairly small, but oh, how it grew in eighteen years!

Alright, curiosity satisfied, time to go back to the birthday cake. Let's just hope that your son will make good use of the money and keep to his studies.

FAQ

How do I find the square root without a calculator?

One method of estimating square roots is called the Babylonian method. Start with a guess of the square root and divide the original number by your guess. Then, take an average of your guess and the result of the division. Continue until you obtain the required precision.

For example, to find the square root of 2:

  1. Start with a guess of 1.5.
  2. Divide 2 by 1.5, which is 1.3333.
  3. Find the average of 1.5 and 1.3333, which is 1.4167.
  4. Repeat steps 2 and 3 until the result settles down to the required accuracy.

How do I find the cube root on a calculator?

To find the cube root of a number on a regular calculator, enter the number and then press the ∛x button. On a scientific graphing calculator, press the ∛ button and then enter the number.

To find higher roots on a regular calculator, enter the order of the root, press the y√x button, and then finally the number. The steps are the same on a scientific calculator, though the button might be labeled x√.

How do I calculate a square root in Excel?

To calculate the square root of a number in Excel or Google Sheets, use the SQRT() function. For example, to calculate the square root of a number in cell A1, enter the formula =SQRT(A1).

What is the square root of 64?

Eight. That's because if we multiply 8 by itself, the result is 64. Taking the square root of a number means finding the number that when multiplied by itself returns the original number.

In the case of the number 64, because its square root is a whole number, 64 is called a perfect square number. This is because it can be represented by arranging 64 items into a square with a side length of 8 items.

Maciej Kowalski, PhD candidate
The nth root of a.
a
n
Result
Check out 75 similar arithmetic calculators ➗
Absolute changeAbsolute valueAdding and subtracting fractions… 72 more
People also viewed…

Column space

The column space calculator will quickly give you the dimension and generators of the column space corresponding to a given matrix of size up to 4x4.

Gram-Schmidt

The Gram-Schmidt calculator is a quick and easy-to-use tool that uses the orthogonalization process to find the orthonormal basis of the space spanned by your vectors.

Lost socks

Socks Loss Index estimates the chance of losing a sock in the laundry.

Secretary problem (Valentine's day)

Use the dating theory calculator to enhance your chances of picking the best lifetime partner.