AoPS - Lession 5 Solutions¶
Problem 1¶
Problem Statement:
Compute \(i+i^2+i^3+\cdots+i^{2016}+i^{2017}\).
Solution Approach:¶
To compute the sum \( i + i^2 + i^3 + \cdots + i^{2016} + i^{2017} \), we can start by observing the powers of the imaginary unit \( i \). The powers of \( i \) cycle every four terms:
- \( i^1 = i \)
- \( i^2 = -1 \)
- \( i^3 = -i \)
- \( i^4 = 1 \)
- \( i^5 = i \) (and the cycle repeats)
This means that the series \( i + i^2 + i^3 + i^4 + \ldots \) can be grouped into cycles of four. Let's analyze the sum more closely.
Step 1: Identify the number of complete cycles¶
The total number of terms from \( i^1 \) to \( i^{2017} \) is \( 2017 \).
Since the powers of \( i \) repeat every 4 terms, we can calculate the number of complete cycles of 4 within 2017 terms:
1.1 Not Convinced?¶
Let's look into how the patterns is discovered:
1.1.1 Understanding the Powers of \( i \)¶
-
Definition: The imaginary unit \( i \) is defined as \( i = \sqrt{-1} \).
-
Calculating the First Few Powers:
- \( i^1 = i \) (the first power)
- \( i^2 = -1 \) (the second power)
- \( i^3 = -i \) (the third power)
-
\( i^4 = 1 \) (the fourth power)
-
Continuing Beyond \( i^4 \):
- \( i^5 = i^4 \cdot i = 1 \cdot i = i \)
- \( i^6 = i^5 \cdot i = i \cdot i = -1 \)
- \( i^7 = i^6 \cdot i = -1 \cdot i = -i \)
- \( i^8 = i^7 \cdot i = -i \cdot i = 1 \)
1.1.2 Observing the Pattern¶
From the calculations above, we can see that the powers of \( i \) repeat every four steps:
Then it starts over:
1.1.3 Complete Cycles¶
Now let's summarize what we have learned about the pattern of powers of \( i \):
- Cycle: Every four terms, the values cycle back to the beginning.
- Cycle Pattern: \( i, -1, -i, 1 \)
1.1.4 Grouping the Terms¶
When we want to calculate \( i + i^2 + i^3 + \cdots + i^{2016} + i^{2017} \):
-
Count of Terms: There are \( 2017 \) terms total.
-
Complete Cycles: Since the cycle repeats every 4 terms, we find how many complete cycles fit into \( 2017 \):
- \( 2017 \div 4 = 504\) complete cycles with a remainder of \( 1 \).
1.1.5 Sum of Each Cycle¶
Let's sum the values in one complete cycle:
Breaking it down:
- Combine the imaginary parts: \( i + (-i) = 0 \)
- Combine the real parts: \( -1 + 1 = 0 \)
So, each complete cycle sums to:
1.1.6 Final Calculation¶
- Total from Complete Cycles: \( 504 \text{ cycles} \times 0 = 0 \)
- Adding Remaining Term: The remaining term is \( i^1 = i \).
1.1.7 Final Resolution¶
Therefore, the total sum is:
So, the answer to the sum \( i + i^2 + i^3 + \cdots + i^{2016} + i^{2017} \) is:
Step 2: Calculate the remainder¶
Next, we find the remainder when \( 2017 \) is divided by \( 4 \):
This means we have \( 504 \) complete cycles of \( (i + i^2 + i^3 + i^4) \) and an additional \( i^1 \) from the leftover terms.
Step 3: Sum of one complete cycle¶
Now, let's calculate the sum of one complete cycle:
Grouping the real and imaginary parts:
So the sum of each complete cycle is \( 0 \).
Step 4: Total sum calculation¶
Since each of the \( 504 \) complete cycles sums to \( 0 \), the contribution from these cycles is:
Now, we also need to include the remaining term \( i^1 \):
Conclusion¶
Thus, the final result of the sum \( i + i^2 + i^3 + \cdots + i^{2016} + i^{2017} \) is:
Problem 2¶
Problem Statement:
Find a complex number \(z\) such that the real part and imaginary part of \(z\) are both integers, and such that $$z\overline z = 89. $$Express your answer in the form \(a+bi\), where \(a\) and \(b\) are integers. Only enter one answer.
To find a complex number \( z = a + bi \) where both \( a \) and \( b \) are integers, and the condition \( z \overline{z} = 89 \) holds, we start by using the property of the modulus of a complex number:
Given that \( z \overline{z} = 89 \), we have:
Next, we need to find integer pairs \( (a, b) \) such that their squares sum to 89. We can list the perfect squares less than or equal to 89:
Now, we can find pairs \( (a^2, b^2) \) that add up to 89:
- If \( a = 0 \): \( b^2 = 89 \) (not a perfect square)
- If \( a = 1 \): \( b^2 = 89 - 1 = 88 \) (not a perfect square)
- If \( a = 2 \): \( b^2 = 89 - 4 = 85 \) (not a perfect square)
- If \( a = 3 \): \( b^2 = 89 - 9 = 80 \) (not a perfect square)
- If \( a = 4 \): \( b^2 = 89 - 16 = 73 \) (not a perfect square)
- If \( a = 5 \): \( b^2 = 89 - 25 = 64 \) → \( b = 8 \) (valid)
- If \( a = 6 \): \( b^2 = 89 - 36 = 53 \) (not a perfect square)
- If \( a = 7 \): \( b^2 = 89 - 49 = 40 \) (not a perfect square)
- If \( a = 8 \): \( b^2 = 89 - 64 = 25 \) → \( b = 5 \) (valid)
- If \( a = 9 \): \( b^2 = 89 - 81 = 8 \) (not a perfect square)
Valid Pairs¶
From the calculations above, we found the following valid pairs:
- \( (a, b) = (5, 8) \)
- \( (a, b) = (8, 5) \)
Forming the Complex Numbers¶
This gives us two complex numbers:
- \( z = 5 + 8i \)
- \( z = 8 + 5i \)
Final Answer¶
Either of these will satisfy the conditions. We can express the answer as:
or equivalently,
If only one answer is requested, we can stick with \( 5 + 8i \).
Problem 3¶
Problem Statment:¶
We are tasked with computing \( \frac{-47 + 69i}{7 + 6i} \), where \( i = \sqrt{-1} \). The goal is to express the result in the form \( a + bi \), where \( a \) and \( b \) are real numbers.
Step 1: Multiply the numerator and denominator by the conjugate of the denominator¶
To eliminate the imaginary part in the denominator, we multiply both the numerator and denominator by the complex conjugate of the denominator. The conjugate of \( 7 + 6i \) is \( 7 - 6i \).
Step 2: Simplify the denominator¶
Recall that \( (a + bi)(a - bi) = a^2 - b^2i^2 = a^2 + b^2 \), because \( i^2 = -1 \).
Thus, the denominator simplifies to \( 85 \).
Step 3: Expand the numerator¶
We now expand the product in the numerator:
Simplifying each term:
Now, combine the real and imaginary parts:
Thus, the numerator simplifies to:
Step 4: Divide by the denominator¶
We now divide both the real and imaginary parts of the numerator by the denominator \( 85 \):
Final Answer:¶
The expression \( \frac{-47 + 69i}{7 + 6i} \) simplifies to \( 1 + 9i \). Therefore, the result is:
Problem 4¶
Problem Statment:¶
Find all complex numbers \(z\) satisfying the equation \(\frac{z+1}{z-1} = i.\).
Solution Approach:¶
To solve the equation
we can start by cross-multiplying to eliminate the fraction:
Next, we distribute \( i \) on the right side:
Now, we can rearrange the equation to get all terms involving \( z \) on one side:
Factoring out \( z \) from the left side gives:
Next, we can isolate \( z \):
To simplify this expression, we multiply the numerator and denominator by the conjugate of the denominator:
Calculating the denominator first:
Now, calculate the numerator:
Putting it all together, we have:
Conclusion¶
Thus, the complex number \( z \) that satisfies the equation is:
Problem 5¶
Problem Statment:¶
Compute \((2i-6)(5+i)\), where \(i^2=-1\).
Express your answer in the form \(a+bi\), where \(a\) and \(b\) are real numbers.
Solution Approach:¶
To compute the product \((2i - 6)(5 + i)\), we can use the distributive property (also known as the FOIL method for binomials):
Now we will calculate each term separately:
First term:
Second term:
Third term:
Fourth term:
Now, we combine all these results:
Next, we can combine the like terms (real and imaginary parts):
- Real part:
- Imaginary part:
Putting it all together, we have:
Final Answer¶
Thus, the result of the computation is:
Problem 6¶
Problem Statment:¶
Compute \((5+3i)(5-3i)\).
Express your answer in the form \(a+bi\), where \(a\) and \(b\) are real numbers.
Solution Approach:¶
To express \(\frac{2+i}{4+i}\) in the form \(a + bi\), we can multiply the numerator and the denominator by the conjugate of the denominator. The conjugate of \(4 + i\) is \(4 - i\).
Step 1: Multiply by the Conjugate¶
Step 2: Calculate the Denominator¶
The denominator is:
Step 3: Calculate the Numerator¶
Now, let's calculate the numerator:
Calculating each term:
- \(2 \cdot 4 = 8\)
- \(2 \cdot (-i) = -2i\)
- \(i \cdot 4 = 4i\)
- \(i \cdot (-i) = -i^2 = -(-1) = 1\)
Now, combine these results:
Step 4: Combine the Results¶
Now we can put the numerator and denominator together:
Final Answer¶
Thus, in the form \(a + bi\), we have:
Therefore, the answer is:
Problem 7¶
Problem Statment:¶
Express \(\frac{2+i}{4+i}\) in the form \(a+bi\), where \(a\) and \(b\) are real numbers.
Solution Approach:¶
To express \(\frac{2+i}{4+i}\) in the form \(a + bi\), we will multiply the numerator and denominator by the conjugate of the denominator, which is \(4 - i\).
Step 1: Multiply by the Conjugate¶
Step 2: Calculate the Denominator¶
The denominator is:
Step 3: Calculate the Numerator¶
Now, let's calculate the numerator:
Calculating each term:
- \(2 \cdot 4 = 8\)
- \(2 \cdot (-i) = -2i\)
- \(i \cdot 4 = 4i\)
- \(i \cdot (-i) = -i^2 = -(-1) = 1\)
Now, combine these results:
Step 4: Combine the Results¶
Now we can put the numerator and denominator together:
Final Answer¶
Thus, in the form \(a + bi\), we have:
Therefore, the answer is:
Problem 8¶
Problem Statment:¶
Find the value of \((1+i)^{16}\).
Solution Approach:¶
To find the value of \((1+i)^{16}\), we can start by expressing \(1+i\) in polar form.
Step 1: Calculate the Modulus and Argument¶
- Modulus:
- Argument:
So, we can express \(1+i\) in polar form as:
Step 2: Use De Moivre's Theorem¶
Now, using De Moivre's Theorem, we can calculate \((1+i)^{16}\):
Calculating each part:
- Modulus:
- Argument:
Since \(4\pi\) corresponds to a full rotation, we can simplify the trigonometric functions:
Step 3: Combine the Results¶
Putting it all together, we have:
Final Answer¶
Thus, the value of \((1+i)^{16}\) is:
Problem 9¶
Problem Statment:¶
Simplify \((1+i)^{2016}-(1-i)^{2016}\).
Solution Approach #1¶
Step 1: Recognize the Binomial Form¶
We can use the Binomial Theorem to expand \((1+i)^{n}\) and \((1-i)^{n}\):
Step 2: Compute Each Expansion¶
- Expansion of \((1+i)^{2016}\):
Using the Binomial Theorem:
- Expansion of \((1-i)^{2016}\):
Similarly,
Step 3: Combine the Expansions¶
Now, we want to find:
This can be written as:
Step 4: Combine the Sums¶
We can combine these sums:
Step 5: Evaluate the Expression¶
The term \(1 - (-1)^k\) behaves differently based on whether \(k\) is even or odd:
- If \(k\) is even, \(1 - (-1)^k = 1 - 1 = 0\).
- If \(k\) is odd, \(1 - (-1)^k = 1 + 1 = 2\).
Thus, only the odd terms survive in the sum:
Step 6: Simplifying Further¶
We can factor out the 2:
Step 7: Recognizing the Pattern¶
Since \(2016\) is even, we can recognize that for every odd \(k\), the sum will include all the odd-indexed terms, which results in a cancellation of positive and negative components.
Ultimately, the odd terms add up to 0 because they are symmetric, just as we saw when we examined the polar forms earlier.
Conclusion¶
Thus:
Final Answer¶
The final result remains:
This method uses algebraic concepts and avoids complex numbers' trigonometric properties, making it accessible using basic algebra techniques.
Solution Approach #2, Advanced:¶
To simplify \((1+i)^{2016} - (1-i)^{2016}\), we can use the polar form of the complex numbers \(1+i\) and \(1-i\).
Step 1: Convert to Polar Form¶
- For \(1+i\):
- Modulus:
- Argument:
- Therefore:
- For \(1-i\):
- Modulus:
- Argument:
- Therefore:
Step 2: Use De Moivre's Theorem¶
Now we can express both \( (1+i)^{2016} \) and \( (1-i)^{2016} \):
- For \( (1+i)^{2016} \):
- For \( (1-i)^{2016} \):
Step 3: Calculate the Modulus¶
Both moduli are the same:
Step 4: Calculate the Arguments¶
Now, we calculate the arguments:
- For \((1+i)^{2016}\):
- For \((1-i)^{2016}\):
Since \(504\pi\) is an integer multiple of \(2\pi\), we have:
and for \(-504\pi\):
Step 5: Putting it Together¶
Now we can write:
Final Calculation¶
Now we subtract:
Final Answer¶
Thus, the result is:
Problem 10¶
Problem Statment:¶
Compute the product\(\((1-3i)(1-2i)(1-i)(1+i)(1+2i)(1+3i).\)\)
Solution Approach:¶
To compute the product
we can group the terms strategically and use the fact that \((1 - ai)(1 + ai) = 1 + a^2\) for complex numbers.
Step 1: Grouping Terms¶
We can group the factors into pairs:
Step 2: Calculate Each Pair¶
- First Pair:
- Second Pair:
- Third Pair:
Step 3: Multiply the Results¶
Now we multiply the results of the three pairs together:
Final Answer¶
Thus, the value of the product is
Problem 11 - Beast Problem¶
Problem Statment:¶
Express \(\frac 1{1+\frac 1{1-\frac 1{1+i}}}\) in the form \(a+bi\), where \(a\) and \(b\) are real numbers.
In case you have trouble reading that, here's the same expression written with the other type of fraction notation: \(1/\Big(1+1/\big(1-1/(1+i)\big)\Big)\).
Solution Approach:¶
To express \(\frac{1}{1+\frac{1}{1-\frac{1}{1+i}}}\) in the form \(a + bi\), we will work from the innermost fraction outward.
Step 1: Simplify the Innermost Fraction¶
First, simplify \(\frac{1}{1+i}\):
Step 2: Substitute and Simplify the Next Fraction¶
Now substitute \(\frac{1}{1+i}\) into \(1 - \frac{1}{1+i}\):
Step 3: Simplify the Next Fraction¶
Now, we find \(\frac{1}{1 - \frac{1}{1+i}}\):
Step 4: Substitute Back¶
Now substitute \(1 - \frac{1}{1+i}\) into \(1 + \frac{1}{1 - \frac{1}{1+i}}\):
Step 5: Find the Final Fraction¶
Now, we find \(\frac{1}{2 - i}\):
Final Result¶
Thus, the expression \(\frac{1}{1+\frac{1}{1-\frac{1}{1+i}}}\) in the form \(a + bi\) is: