AoPS: Lesson 5, Class Extensions' Solutions¶
Problem 1: Compute the following:¶
(a) \((1 + 2i)(1 − 2i)\)
Use the difference of squares formula:
(b) \((3 + i)(3 − i)\)
Again, use the difference of squares formula:
(c) \((2 + 3i)(2 − 3i)\)
Apply the difference of squares:
Observation: In each case, the product of conjugates results in a real number. Specifically, the sum of the squares of the real and imaginary parts of the complex numbers yields the product.
Problem 2:¶
(a) Write \( 61 \) as a sum of two perfect squares.
We can express \( 61 \) as:
(b) Use this to write \( 61 \) as \( (a + bi)(a − bi) \) where \( a \) and \( b \) are integers.
From part (a), we can write:
Thus, \( a = 5 \) and \( b = 6 \).
Problem 3:¶
(a) Compute the product \( (1 + 2i)(4 − i) \).
Use the distributive property:
(b) Show that the product \( (1 + 2i)(4 − i)(1 − 2i)(4 + i) \) is a sum of two perfect squares.
First, simplify the two pairs:
Now multiply the results:
Since \( 85 = 9^2 + 2^2 \), this is the sum of two perfect squares.
Problem 4:¶
Show that the product \( (1 + 2i)(4 − i)(1 − 2i)(4 + i) \) is a product of two numbers, each of which is the sum of two perfect squares.
We already computed \( (1 + 2i)(1 − 2i) = 5 \) and \( (4 − i)(4 + i) = 17 \), which are both sums of two perfect squares:
Thus, the product \( (1 + 2i)(4 − i)(1 − 2i)(4 + i) \) can be expressed as the product of two sums of squares.
Problem 5:¶
(a) Write \( 13 \) as the sum of two perfect squares.
We can express \( 13 \) as:
(b) Write \( 82 \) as the sum of two perfect squares.
We can express \( 82 \) as:
(c) Write \( 13 \times 82 \) as the sum of two perfect squares.
We use the identity for the product of two sums of squares:
Thus, \( 13 \times 82 = 25^2 + 21^2 \).
Problem 6:¶
Show that \( (a^2 + b^2)(c^2 + d^2) \) is the sum of two perfect squares.
We use the identity for the product of two sums of squares:
Thus, the product of two sums of squares is itself the sum of two squares.
Problem 7:¶
(a) Find a way of writing any square of a sum of squares, \( (m^2 + n^2)^2 \), with \( m > n \), as a sum of two positive squares.
We can expand:
Thus, \( (m^2 + n^2)^2 = (m^2 − n^2)^2 + (2mn)^2 \), which is a sum of two positive squares.
(b) Find a right triangle with integer sides and a hypotenuse of length \( 13 \times 82 \).
From Problem 5(c), we know \( 13 \times 82 = 25^2 + 21^2 \). Thus, the right triangle has sides \( 21 \) and \( 25 \) with hypotenuse \( \sqrt{1066} \).