Rationality of Cube Roots

#hsc-maths#proofs#hard

Proof by contradiction is a cornerstone of HSC Proofs, and irrationality of roots is one of its most classic applications. This problem not only tests your ability to harness simple divisibility by 2 in part (i), but also invites you to extend the idea in part (ii) by wielding the Fundamental Theorem of Arithmetic — a technique that separates routine contradiction arguments from truly elegant ones.

Problem Statement

  • Prove that 103\sqrt[3]{10} is irrational.
  • And hence, or otherwise, prove it is not possible for both 2n3\sqrt[3]{2n} and 5n3\sqrt[3]{5n} to be rational for any positive integer nn.

Hints

  • (i) Use a proof by contradiction. Assume 103=pq\sqrt[3]{10} = \frac{p}{q} where pp and qq are coprime integers. Cube both sides and analyze the parity (divisibility by 2) of both sides to find a contradiction.
  • (ii) If both are rational, set them equal to rational fractions, cube them, and isolate nn. Equate the two expressions for nn. Apply the Fundamental Theorem of Arithmetic (specifically looking at the multiplicity of the prime factor 2 or 5) to prove the resulting equation is impossible.

Solutions

(i) Prove that 103\sqrt[3]{10} is irrational.

To prove irrationality, we start by assuming the opposite — that the cube root can be written as a fraction in lowest terms — and show this leads to an inescapable clash with simple parity.

Proof by Contradiction

Assume for the sake of contradiction that 103\sqrt[3]{10} is rational. Then it can be expressed in simplest fractional form as pq\frac{p}{q}, where p,qZ+p, q \in \mathbb{Z}^+, q0q \neq 0, and gcd(p,q)=1\gcd(p, q) = 1.

Cube both sides to remove the root, giving an integer equation:

10=p3q3p3=10q3p3=2(5q3)\begin{aligned} 10 &= \frac{p^3}{q^3} \\ p^3 &= 10q^3 \\ p^3 &= 2(5q^3) \end{aligned}

Since 5q35q^3 is an integer, p3p^3 is a multiple of 2 (it is even). The cube of an odd number is odd, so pp must also be even.
Let p=2kp = 2k for some integer kk. Substituting this back:

(2k)3=10q38k3=10q34k3=5q3\begin{aligned} (2k)^3 &= 10q^3 \\ 8k^3 &= 10q^3 \\ 4k^3 &= 5q^3 \end{aligned}

Now we inspect the new equation. The left side, 4k3=2(2k3)4k^3 = 2(2k^3), is even. Therefore, the right side, 5q35q^3, must also be even. Since 5 is odd, q3q^3 must be even, which implies qq is even.

If both pp and qq are even, they share a common factor of 2. This contradicts our initial assumption that gcd(p,q)=1\gcd(p, q) = 1. Therefore, 103\sqrt[3]{10} is irrational.

square\\square

(ii) Prove it is not possible for both 2n3\sqrt[3]{2n} and 5n3\sqrt[3]{5n} to be rational.

We again use contradiction, but now the logical engine shifts from basic parity to the uniqueness of prime factorisations. By assuming both cube roots are rational, we can derive an equation that forces two representations of the same power of 2 to disagree.

Proof by Contradiction

Assume for contradiction that for some positive integer nn, both expressions are rational. Let 2n3=ab\sqrt[3]{2n} = \frac{a}{b} and 5n3=cd\sqrt[3]{5n} = \frac{c}{d}, where a,b,c,dZ+a, b, c, d \in \mathbb{Z}^+ and the fractions are in simplest form. Cubing both equations eliminates the radicals and isolates nn:

2n=a3b3    n=a32b35n=c3d3    n=c35d3\begin{aligned} 2n = \frac{a^3}{b^3} &\implies n = \frac{a^3}{2b^3} \\ 5n = \frac{c^3}{d^3} &\implies n = \frac{c^3}{5d^3} \end{aligned}

Since both expressions represent the same nn, we equate them:

a32b3=c35d35a3d3=2b3c3\begin{aligned} \frac{a^3}{2b^3} &= \frac{c^3}{5d^3} \\ 5a^3d^3 &= 2b^3c^3 \end{aligned}

Let X=adX = ad and Y=bcY = bc, where X,YZ+X, Y \in \mathbb{Z}^+. Thus, 5X3=2Y35X^3 = 2Y^3. This is a Diophantine equation, and we can bring the full force of unique prime factorisation to bear.

By the Fundamental Theorem of Arithmetic, we analyze the prime factor 2 on both sides:

  • In X3X^3, the prime 2 appears a multiple of 3 times (say, 3k3k times). Since 5 is odd, the left side 5X35X^3 has exactly 3k3k prime factors of 2.
  • In Y3Y^3, the prime 2 appears a multiple of 3 times (say, 3m3m times). The coefficient 2 adds one more, meaning the right side 2Y32Y^3 has exactly 3m+13m + 1 prime factors of 2.

Equating the multiplicities gives 3k=3m+1    3(km)=13k = 3m + 1 \implies 3(k - m) = 1. Since kk and mm are integers, their difference cannot be 13\frac{1}{3}. This contradiction proves that both expressions cannot be rational simultaneously.

square\\square


Takeaways

  • Parity as a Filter: Part (i) demonstrates that analyzing divisibility (specifically by 2) is a highly efficient mechanism for contradiction proofs involving rational roots.
  • Fundamental Theorem of Arithmetic: Part (ii) highlights that comparing the exponents of prime factorizations across an equality is a definitive way to prove impossibility in integer equations.

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills: HSC Proofs, HSC Polys Ext 1, HSC Vectors

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About