Question:

If $n \in \mathbb{Z}$, then the expression $\frac{2^n}{(1-i)^{2n}} + \frac{(1+i)^{2n}}{2^n}$ is equal to:

Show Hint

Remember that $(1+i)^2 = 2i$ and $(1-i)^2 = -2i$. These are very common shortcuts in complex number problems.
Updated On: May 16, 2026
  • $2i^n$
  • 0
  • $2^{n+1}$
  • $i^n$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation


Step 1: Concept

Simplify the complex terms $(1-i)^2$ and $(1+i)^2$ first.

Step 2: Meaning

$(1-i)^2 = 1 - 2i + i^2 = 1 - 2i - 1 = -2i$
$(1+i)^2 = 1 + 2i + i^2 = 1 + 2i - 1 = 2i$

Step 3: Analysis

Substitute these into the expression:
$\frac{2^n}{(-2i)^n} + \frac{(2i)^n}{2^n} = \frac{2^n}{(-2)^n i^n} + \frac{2^n i^n}{2^n}$
$= \frac{1}{(-i)^n} + i^n$
Since $\frac{1}{-i} = i$, then $(\frac{1}{-i})^n = i^n$.
So, $i^n + i^n = 2i^n$.

Step 4: Conclusion

The expression simplifies to $2i^n$. Final Answer: (A)
Was this answer helpful?
0
0