🏠 首页 CHAPTER 1 · FACTORS AND MULTIPLES 1.4

1.4

Square Roots and Cube Roots

💡 记忆要点:完美平方数 = 每个质因数次幂都是偶数;完美立方数 = 每个质因数次幂都是3 的倍数;既是平方又是立方 = 每个次幂都是 6 的倍数

ASquare Roots

Recall that $3 \times 3 = 3^2$ when expressed in index notation. '3²' is read as '3 squared'. Since $3^2 = 9$, 9 is called the square of 3. We also say that 3 is the positive square root of 9 and it is denoted by $\sqrt{9} = 3$.

Similarly, we write

$2^2 = 2 \times 2 = 4$   and   $\sqrt{4} = \sqrt{2^2} = 2$
$4^2 = 4 \times 4 = 16$   and   $\sqrt{16} = \sqrt{4^2} = 4$
$5^2 = 5 \times 5 = 25$   and   $\sqrt{25} = \sqrt{5^2} = 5$

The numbers 1, 4, 9, 16, 25, ... are perfect squares or square numbers. We can find the square root of a perfect square by using prime factorisation.

A number whose square root is a whole number is called a perfect square.
📖 WORKED EXAMPLE 13

Express 144 as the product of its prime factors in index notation. Hence find $\sqrt{144}$.

Analysis

144 is a perfect square — it can be expressed as the product of two identical numbers, or two identical groups of prime factors.

Solution

Express 144 as the product of its prime factors:
  $144 = 2 \times 2 \times 2 \times 2 \times 3 \times 3 = 2^4 \times 3^2$

Split the prime factors into two equal groups:

$144 = (2 \times 2 \times 3) \times (2 \times 2 \times 3)$
    $= (2^2 \times 3) \times (2^2 \times 3)$

✍️ Write the RHS as the square of a number.

× = ²

Here, the boxed expression equals $2^2 \times 3$.

Take the square root:

$\therefore \sqrt{144} = \sqrt{(2^2 \times 3)^2} = 2^2 \times 3 = \mathbf{12}$

NOTE: 'RHS' means 'right-hand side' (等式右边).
THINK2
  1. Look at the index of each prime factor of 144 and the square root of 144. What can you say about the index of each prime factor of any perfect square and that of its square root?

    自评:
✏️ TRY IT YOURSELF 13

Express 484 as the product of its prime factors in index notation. Hence find $\sqrt{484}$.

📖 WORKED EXAMPLE 14

The area of a square is 1521 cm². Find the length of a side of the square by using prime factorisation.

Solution

By prime factorisation, $1521 = 3 \times 3 \times 13 \times 13$
Area of a square = Length × Length
Length $= \sqrt{\text{Area}}$
    $= \sqrt{3 \times 3 \times 13 \times 13}$
    $= \sqrt{(3 \times 13)^2}$
    $= 3 \times 13$
    $= 39$ cm

The length of a side of the square is 39 cm.

1521 cm²
?
✏️ TRY IT YOURSELF 14

The area of a square is 7225 cm². Find the length of a side using prime factorisation.

📖 WORKED EXAMPLE 15

Given a number $n$ such that $40 \times n$ is a perfect square, find the smallest possible integer value of $n$.

Analysis

In order to make $40 \times n$ a perfect square, one value of $n$ can be 40. That is, $(40 \times \mathbf{40})$ is a perfect square. There are other values of $n$ that can make $40 \times n$ a perfect square.

For example, $40 \times \mathbf{n} = 40 \times \mathbf{\color{#c0327a}{40 \times 2 \times 2}} = (40 \times 2) \times (40 \times 2)$. (Here $n = 40 \times 2 \times 2 = 160$.)

Is 40 the smallest possible value of $n$? How can we find out?

We can express 40 as the product of its prime factors to see if we can find a smaller value of $n$ such that $40 \times n$ is a perfect square. This is because we cannot express $n$ as the product of its prime factors directly.

Solution

$40 \times n = 2 \times 2 \times 2 \times 5 \times n$
    $= 2 \times 2 \times 5 \times 2 \times n$
    $= (2 \times 2 \times 5) \times (2 \times n)$

Hence to find the smallest positive integer value of $n$ where $40 \times n$ is a perfect square, $(2 \times 2 \times 5)$ and $(2 \times n)$ must be identical.

$40 \times \mathbf{n} = (2 \times 2 \times 5) \times (2 \times \mathbf{\color{#c0327a}{2 \times 5}})$
$\therefore n = 2 \times 5 = \mathbf{10}$

Verify: $40 \times 10 = 400 = 20^2$ ✓

THINK2
  1. (1) What are some other values of $n$ that can make $40 \times n$ a perfect square?
    (2) Are you convinced that the smallest value of $n$ is $2 \times 5$ to make $40 \times n$ a perfect square? Explain.

    自评:
✏️ TRY IT YOURSELF 15

Given a number $k$ such that $24 \times k$ is a perfect square, find the smallest possible integer value of $k$.

BCube Roots

Recall that $2 \times 2 \times 2 = 2^3$ when expressed in index notation. '2³' is read as '2 cubed'. Since $2^3 = 8$, 8 is called the cube of 2. We also say that 2 is the cube root of 8 and it is denoted by $\sqrt[3]{8} = 2$.

Similarly,

$1^3 = 1 \times 1 \times 1 = 1$   and   $\sqrt[3]{1} = \sqrt[3]{1^3} = 1$
$3^3 = 3 \times 3 \times 3 = 27$   and   $\sqrt[3]{27} = \sqrt[3]{3^3} = 3$
$4^3 = 4 \times 4 \times 4 = 64$   and   $\sqrt[3]{64} = \sqrt[3]{4^3} = 4$

The numbers 1, 8, 27, 64, ... are called perfect cubes or cube numbers.

A number whose cube root is a whole number is called a perfect cube.
📖 WORKED EXAMPLE 16

Find the cube root of 216 using prime factorisation.

Solution

Express 216 as the product of its prime factors:
  $216 = 2 \times 2 \times 2 \times 3 \times 3 \times 3 = 2^3 \times 3^3$

Split into three equal groups:

$216 = (2 \times 3) \times (2 \times 3) \times (2 \times 3)$

✍️ Write the RHS as the cube of a number.

× × = ³

Here, the boxed expression equals $2 \times 3$.

Take the cube root:

$\therefore \sqrt[3]{216} = \sqrt[3]{(2 \times 3)^3} = 2 \times 3 = \mathbf{6}$

THINK2
  1. The prime factorisation of a number is $2^6 \times 3^{12} \times 5^{36}$.
    (a) Is the number a perfect cube? Why?
    (b) Is the number a perfect square? Why?
    (c) For a number that is both a perfect square AND a perfect cube, what can you conclude about the index of each prime factor?

    自评:
✏️ TRY IT YOURSELF 16

Find the cube root of 1728 using prime factorisation.

📖 WORKED EXAMPLE 17

Given a number $m$ such that $540 \times m$ is a perfect cube, find the smallest possible integer value of $m$.

Analysis

We can express 540 as the product of its prime factors to see if we can find a smaller value of $m$ such that $540 \times m$ can be expressed as three identical groups of prime factors.

Solution

$540 = 2^2 \times 3^3 \times 5$

$540 \times m = 2 \times 2 \times 3 \times 3 \times 3 \times 5 \times m$
             $= (2 \times 3 \times 5) \times (2 \times 3 \times 3 \times m)$

Hence to find the smallest positive integer value of $m$ where $540 \times m$ is a perfect cube, the second group must equal $(2 \times 3 \times 5)^2$ when combined with the first group:

$2 \times 3 \times 3 \times m = (2 \times 3 \times 5) \times (2 \times 3 \times 5)$

$\therefore m = 2 \times 5 \times 5 = \mathbf{50}$
(算法: $\dfrac{(2\cdot 3\cdot 5)^2}{2\cdot 3^2} = \dfrac{2^2\cdot 3^2\cdot 5^2}{2\cdot 3^2} = 2 \cdot 5^2 = 50$)

Verify: $540 \times 50 = 27\,000 = 30^3$ ✓

THINK2
  1. (1) Are you convinced that the smallest value of $m$ is $2 \times 5 \times 5$ to make $540 \times m$ a perfect cube? Explain.
    (2) What do you notice about the index of the prime factors of $540 \times m$ when $m = 50$?

    自评:
✏️ TRY IT YOURSELF 17

Given a number $k$ such that $600 \times k$ is a perfect cube, find the smallest possible integer value of $k$.

📝 PRACTICE EXERCISE 1.4
BASIC MASTERY
  1. Find the values of these square roots using prime factorisation.

    (a) $\sqrt{36}$ =

    (b) $\sqrt{121}$ =

    (c) $\sqrt{196}$ =

    (d) $\sqrt{256}$ =

    (e) $\sqrt{441}$ =

    (f) $\sqrt{676}$ =

  2. Find the values of these cube roots using prime factorisation.

    (a) $\sqrt[3]{343}$ =

    (b) $\sqrt[3]{512}$ =

    (c) $\sqrt[3]{729}$ =

    (d) $\sqrt[3]{1331}$ =

    (e) $\sqrt[3]{4096}$ =

    (f) $\sqrt[3]{8000}$ =

INTERMEDIATE
  1. Find the positive square roots in index notation.

    (a) $\sqrt{5^4 \times 7^2}$ =

    (b) $\sqrt{2^6 \times 11^{10}}$ =

  2. Find the cube roots in index notation.

    (a) $\sqrt[3]{2^3 \times 19^6}$ =

    (b) $\sqrt[3]{3^{12} \times 5^9}$ =

  3. (a) Find the HCF of 63 and 117.

    (b) Find the positive square root of the HCF in (a).

  4. Find the cube root of the LCM of 24 and 108.

  5. (a) Find the cube of $2^4 \times 5^2$.

    (b) Find the positive square root of the result in (a). Leave answer in index notation.

  6. (a) Find the square of $7^6 \times 19^3$.

    (b) Find the cube root of the result in (a). Leave answer in index notation.

ADVANCED
  1. The area of a square tin plate is 7056 cm². Find the length of a side of the plate.

  2. The volume of a glass cube is 2197 cm³. Find the length of a side of the cube.

  3. The area of a square frame is 2601 cm². Find the perimeter of the frame.

  4. (a) Find the prime factorisation of 129 600 in index notation.

    (b) The speed of a bullet is $\sqrt{129\,600}$ m/s. Express the speed in index notation.

  5. A piece of wire is cut and bent to form the frame of a cube. If the volume of the cube is 10 648 cm³, find

    (a) the length of a side of the cube,

    (b) the length of the wire used (12 edges).

  6. It is given that 6 is a factor of 5◇32, where ◇ represents a missing digit.

    (a) Find all possible values of ◇.

    (b) If 5◇32 is a perfect cube, find

        (i) the value represented by ◇:   (ii) the cube root of the number:

    (c) Study all the possible numbers 5◇32 in (a). State two common properties.

    自评:
  7. Given a number $n$ such that $2160 \times n$ is a perfect square, find the smallest possible integer value of $n$.

  8. Given a number $m$ such that $36 \times m$ is a perfect cube, find the smallest possible integer value of $m$.

  9. What is the greatest perfect square that is a factor of 1575?

  10. Find the smallest value of $n$ such that $600 \times n$ is both a perfect square AND a perfect cube.

章末概念检查 · Concept Checkpoints

5 道封闭题,自动判分。本章 4 节都已完成——这些题进入跨章节复习池,第 2 章学习前会重新弹出巩固。

📚
本节英文术语 · Vocabulary
前往词汇模块练习本节核心数学术语