Evaluate: \(\left[ i^{18}+\left( \dfrac{1}{i}\right) ^{25}\right] ^{3}\)
Theory Required
- Powers of \(i\) follow a cyclic pattern of period 4: \[ i^1=i,\quad i^2=-1,\quad i^3=-i,\quad i^4=1 \]
- For any integer \(n\), \[ i^n = i^{(n \bmod 4)} \]
- Negative powers: \[ i^{-1}=\frac{1}{i}=-i \]
Solution Roadmap
- Reduce powers using modulo 4
- Simplify the expression inside brackets
- Apply algebraic expansion to cube
Solution
We evaluate \[ \left[ i^{18}+\left( \dfrac{1}{i}\right)^{25}\right]^3 \]
Reduce powers: \[ i^{18}=i^{(18 \bmod 4)}=i^2=-1 \] \[ \left(\frac{1}{i}\right)^{25}=i^{-25}=i^{(-25 \bmod 4)}=i^{-1}=-i \]
Therefore, \[ i^{18}+\left(\frac{1}{i}\right)^{25}=-1-i \]
Now cube: \[ (-1-i)^2 = 1 + 2i + i^2 = 2i \] \[ (-1-i)^3 = 2i(-1-i)= -2i -2i^2 = 2 - 2i \]
Final Answer: \(2-2i\)
Exam Significance
- Boards: Direct application of cyclic property of \(i\) (very common 2–3 mark question)
- JEE Main: Fast simplification using modulo arithmetic saves time
- JEE Advanced: Often embedded inside larger expressions or arguments
- NEET: Conceptual clarity of powers of \(i\) is frequently tested