Logo
Published on

Evenness Equivalence for x and x Squared

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Prove that xx is even if and only if x2x^2 is even (for integer xx).


Hints

This is a biconditional (iff) statement requiring two proofs:

  • Direction 1: If xx is even, then x2x^2 is even (direct proof).
  • Direction 2: If x2x^2 is even, then xx is even (try contrapositive: if xx is odd, then x2x^2 is odd).

Solutions

Direction 1 (\Rightarrow): If xx is even, then x2x^2 is even.

Assume xx is even. Then x=2kx = 2k for some integer kk.

Therefore:

x2=(2k)2=4k2=2(2k2)x^2 = (2k)^2 = 4k^2 = 2(2k^2)

Since 2k22k^2 is an integer, x2x^2 is even by definition.

Direction 2 (\Leftarrow): If x2x^2 is even, then xx is even.

We prove the contrapositive: If xx is odd, then x2x^2 is odd.

Assume xx is odd. Then x=2k+1x = 2k + 1 for some integer kk.

Therefore:

x2=(2k+1)2=4k2+4k+1=2(2k2+2k)+1\begin{aligned} x^2 &= (2k+1)^2 \\ &= 4k^2 + 4k + 1 \\ &= 2(2k^2 + 2k) + 1 \end{aligned}

Since 2k2+2k2k^2 + 2k is an integer, x2x^2 is odd by definition.

By contrapositive, if x2x^2 is even, then xx must be even.

Conclusion: Both directions proven, so xx is even     \iff x2x^2 is even. \blacksquare

Note: This result is fundamental in many irrationality proofs (e.g., 2\sqrt{2} is irrational). If pp is an odd prime and px2p|x^2, then pxp|x.


Takeaways

  • Reconstruct the full proof from the hint and the solution outline, and justify every transformation explicitly.
  • Check edge cases and verify where each assumption is used in the argument.

Further Readings

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


Connect with me

If you're eager for more HSC Maths insights, be sure to check out my Instagram. For deeper dives and regular tips, join my GitHub. Let's tackle these challenging math problems together! You can also catch my daily math content on YouTube - HSC Maths Extension 1+2.