👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System and Simplification
Study mode

Square roots and cube roots

Introduction to Square Roots and Cube Roots

In mathematics, understanding roots is essential as they help us find numbers that, when multiplied by themselves a certain number of times, give the original number. Two of the most important roots are the square root and the cube root.

The square root of a number is a value that, when multiplied by itself (squared), gives the original number. Similarly, the cube root of a number is a value that, when multiplied by itself three times (cubed), results in the original number.

These concepts are widely used in various fields such as geometry, algebra, physics, and even in everyday problems like calculating areas, volumes, and simplifying expressions. They are also frequently tested in competitive exams, making it crucial for students to master them.

Before diving deeper, let's understand two important terms:

  • Perfect Squares: Numbers like 1, 4, 9, 16, 25, etc., which are squares of integers (1², 2², 3², 4², 5², ...).
  • Perfect Cubes: Numbers like 1, 8, 27, 64, 125, etc., which are cubes of integers (1³, 2³, 3³, 4³, 5³, ...).

For example, 25 is a perfect square because \(5 \times 5 = 25\), and 27 is a perfect cube because \(3 \times 3 \times 3 = 27\).

Square Root Definition and Properties

The square root of a number \(x\) is a number \(a\) such that:

\(a \times a = a^2 = x\)

We write the square root of \(x\) as \(\sqrt{x}\). For example, \(\sqrt{16} = 4\) because \(4 \times 4 = 16\).

It is important to note that every positive number has two square roots: one positive and one negative. However, by convention, \(\sqrt{x}\) denotes the principal square root, which is always the non-negative root.

Principal Square Root: The non-negative root of a number \(x\), denoted by \(\sqrt{x}\).

To visualize this, consider a square with side length \(a\). The area of this square is \(a^2\). If we know the area, the square root of the area gives us the side length.

Area = \(a^2\) Side length = \(a\)

Key Properties of Square Roots:

  • \(\sqrt{a \times b} = \sqrt{a} \times \sqrt{b}\) for non-negative \(a, b\)
  • \(\sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}\) where \(b eq 0\)
  • \(\sqrt{a^2} = |a|\) (the absolute value of \(a\))

Cube Root Definition and Properties

The cube root of a number \(x\) is a number \(a\) such that:

\(a \times a \times a = a^3 = x\)

We denote the cube root of \(x\) as \(\sqrt[3]{x}\). For example, \(\sqrt[3]{27} = 3\) because \(3 \times 3 \times 3 = 27\).

Unlike square roots, cube roots can be taken for both positive and negative numbers. For example, \(\sqrt[3]{-125} = -5\) because \((-5)^3 = -125\).

To visualize this, imagine a cube with side length \(a\). The volume of this cube is \(a^3\). If we know the volume, the cube root of the volume gives us the side length.

Volume = \(a^3\) Side length = \(a\)

Key Properties of Cube Roots:

  • \(\sqrt[3]{a \times b} = \sqrt[3]{a} \times \sqrt[3]{b}\)
  • \(\sqrt[3]{\frac{a}{b}} = \frac{\sqrt[3]{a}}{\sqrt[3]{b}}\) where \(b eq 0\)
  • \(\sqrt[3]{a^3} = a\) for any real number \(a\)
  • Cube roots of negative numbers are negative: \(\sqrt[3]{-a} = -\sqrt[3]{a}\)

Methods to Calculate Square Roots

Calculating square roots can be straightforward for perfect squares, but for other numbers, we use systematic methods. Here are three common methods:

1. Prime Factorization Method

Break down the number into its prime factors. Pair the same prime factors, and take one from each pair to multiply and get the square root.

Example: Find \(\sqrt{144}\).

  • Prime factors of 144: \(2 \times 2 \times 2 \times 2 \times 3 \times 3\)
  • Pairing: \((2 \times 2), (2 \times 2), (3 \times 3)\)
  • Take one from each pair: \(2 \times 2 \times 3 = 12\)
  • So, \(\sqrt{144} = 12\)

2. Long Division Method

This is a step-by-step algorithm to find the square root of any number, including large numbers and decimals, accurately.

Steps include pairing digits from right to left, finding the largest divisor, subtracting, and bringing down pairs repeatedly.

graph TD    A[Start] --> B[Pair digits from right to left]    B --> C[Find largest number whose square ≤ first pair]    C --> D[Subtract square from first pair]    D --> E[Bring down next pair]    E --> F[Double current root and find next digit]    F --> G[Repeat until all pairs processed]    G --> H[Result is the square root]

3. Estimation and Approximation

For numbers that are not perfect squares, estimate the square root by finding the nearest perfect squares and interpolating.

Example: To estimate \(\sqrt{50}\), note that \(7^2 = 49\) and \(8^2 = 64\). Since 50 is just above 49, \(\sqrt{50}\) is slightly more than 7.

Methods to Calculate Cube Roots

Calculating cube roots can also be done using prime factorization and estimation.

1. Prime Factorization Method

Express the number as a product of prime factors. Group the factors in triplets, and multiply one from each triplet to get the cube root.

Example: Find \(\sqrt[3]{216}\).

  • Prime factors: \(2 \times 2 \times 2 \times 3 \times 3 \times 3\)
  • Group in triplets: \((2 \times 2 \times 2), (3 \times 3 \times 3)\)
  • Take one from each triplet: \(2 \times 3 = 6\)
  • So, \(\sqrt[3]{216} = 6\)

2. Estimation Method

Find the nearest perfect cubes and estimate accordingly.

Example: To estimate \(\sqrt[3]{50}\), note \(3^3 = 27\) and \(4^3 = 64\). Since 50 is between 27 and 64, \(\sqrt[3]{50}\) is between 3 and 4, closer to 3.7.

3. Cube Roots of Negative Numbers

Since cube roots of negative numbers are negative, first find the cube root of the positive number and then add a negative sign.

Example: \(\sqrt[3]{-125} = -\sqrt[3]{125} = -5\).

Worked Examples

Example 1: Square Root of 2025 Medium
Find the square root of 2025 using the long division method.

Step 1: Pair the digits from right: 20 | 25

Step 2: Find the largest number whose square is ≤ 20. That is 4, since \(4^2 = 16\).

Step 3: Subtract 16 from 20, remainder = 4.

Step 4: Bring down the next pair (25), making 425.

Step 5: Double the current root (4), giving 8. Find a digit \(x\) such that \(8x \times x \leq 425\).

Try \(x=5\): \(85 \times 5 = 425\) exactly.

Step 6: Subtract 425 from 425, remainder 0.

Step 7: The root is 45.

Answer: \(\sqrt{2025} = 45\)

Example 2: Estimating the Square Root of 50 Easy
Estimate \(\sqrt{50}\) using nearby perfect squares.

Step 1: Identify perfect squares near 50: \(7^2 = 49\) and \(8^2 = 64\).

Step 2: Since 50 is just 1 more than 49, \(\sqrt{50}\) is slightly more than 7.

Step 3: Approximate difference: \(\frac{50 - 49}{64 - 49} = \frac{1}{15} \approx 0.067\).

Step 4: Estimate \(\sqrt{50} \approx 7 + 0.067 = 7.067\).

Answer: \(\sqrt{50} \approx 7.07\)

Example 3: Cube Root of 2744 Medium
Find the cube root of 2744 using prime factorization.

Step 1: Prime factorize 2744.

Divide by 2 repeatedly:

  • 2744 / 2 = 1372
  • 1372 / 2 = 686
  • 686 / 2 = 343

Now factor 343:

  • 343 / 7 = 49
  • 49 / 7 = 7
  • 7 / 7 = 1

So, prime factors: \(2 \times 2 \times 2 \times 7 \times 7 \times 7\)

Step 2: Group prime factors in triplets:

  • \((2 \times 2 \times 2)\)
  • \((7 \times 7 \times 7)\)

Step 3: Take one from each triplet and multiply: \(2 \times 7 = 14\)

Answer: \(\sqrt[3]{2744} = 14\)

Example 4: Cube Root of a Negative Number: \(\sqrt[3]{-125}\) Easy
Calculate the cube root of \(-125\).

Step 1: Recognize that cube root of a negative number is negative of cube root of its positive counterpart.

Step 2: Find \(\sqrt[3]{125}\).

Since \(5 \times 5 \times 5 = 125\), \(\sqrt[3]{125} = 5\).

Step 3: Therefore, \(\sqrt[3]{-125} = -5\).

Answer: \(\sqrt[3]{-125} = -5\)

Example 5: Simplifying \(\sqrt{50} + \sqrt{18}\) Hard
Simplify the expression \(\sqrt{50} + \sqrt{18}\) by breaking down into prime factors.

Step 1: Prime factorize inside the roots.

  • \(50 = 25 \times 2 = 5^2 \times 2\)
  • \(18 = 9 \times 2 = 3^2 \times 2\)

Step 2: Use property \(\sqrt{a \times b} = \sqrt{a} \times \sqrt{b}\).

  • \(\sqrt{50} = \sqrt{25 \times 2} = \sqrt{25} \times \sqrt{2} = 5\sqrt{2}\)
  • \(\sqrt{18} = \sqrt{9 \times 2} = \sqrt{9} \times \sqrt{2} = 3\sqrt{2}\)

Step 3: Add the simplified terms.

\(5\sqrt{2} + 3\sqrt{2} = (5 + 3) \sqrt{2} = 8\sqrt{2}\)

Answer: \(\sqrt{50} + \sqrt{18} = 8\sqrt{2}\)

Formula Bank

Square Root of a Product
\[\sqrt{a \times b} = \sqrt{a} \times \sqrt{b}\]
where: \(a, b\) are non-negative real numbers
Square Root of a Quotient
\[\sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}\]
where: \(a, b\) are non-negative real numbers, \(b eq 0\)
Cube Root of a Product
\[\sqrt[3]{a \times b} = \sqrt[3]{a} \times \sqrt[3]{b}\]
where: \(a, b\) are real numbers
Cube Root of a Quotient
\[\sqrt[3]{\frac{a}{b}} = \frac{\sqrt[3]{a}}{\sqrt[3]{b}}\]
where: \(a, b\) are real numbers, \(b eq 0\)
Square Root of a Square
\[\sqrt{a^2} = |a|\]
where: \(a\) is a real number
Cube Root of a Cube
\[\sqrt[3]{a^3} = a\]
where: \(a\) is a real number

Tips & Tricks

Tip: Memorize squares and cubes of numbers from 1 to 20.

When to use: Quickly identify perfect squares and cubes during calculations.

Tip: Use prime factorization to simplify square roots and cube roots.

When to use: Simplifying roots of large or complex numbers.

Tip: Estimate roots by finding the nearest perfect squares or cubes.

When to use: When exact roots are not perfect squares or cubes, and an approximate answer is acceptable.

Tip: For cube roots of negative numbers, find the cube root of the positive value and then add a negative sign.

When to use: Calculating cube roots of negative numbers.

Tip: Break down complex root expressions into products or quotients before simplifying.

When to use: Simplifying expressions involving multiple roots.

Common Mistakes to Avoid

❌ Assuming \(\sqrt{a + b} = \sqrt{a} + \sqrt{b}\)
✓ Remember, square root of a sum is NOT the sum of square roots.
Why: This misunderstanding leads to incorrect simplifications and wrong answers.
❌ Ignoring absolute value when simplifying \(\sqrt{a^2}\)
✓ Use \(\sqrt{a^2} = |a|\), which is always non-negative.
Why: Square roots represent principal (non-negative) roots, so the sign matters.
❌ Taking cube root of a negative number incorrectly as positive
✓ Cube root of a negative number is negative of the cube root of its positive counterpart.
Why: Unlike square roots, cube roots of negative numbers are real and negative.
❌ Incorrect pairing of digits in the long division method for square roots
✓ Always pair digits from right to left in groups of two starting from the decimal point.
Why: Incorrect pairing leads to wrong divisor and remainder calculations, resulting in errors.
❌ Using decimal approximations too early without simplification
✓ Simplify roots as much as possible before estimating decimal values.
Why: Early approximation can cause loss of accuracy and confusion in further calculations.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Square roots and cube roots · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.