Question:medium

What is the value of \( i^{4k+2} \) where \( k \) is an integer?

Show Hint

Memorize the power cycle of \(i\): \(i,-1,-i,1\). The pattern repeats every 4 powers, making higher powers easy to simplify.
Updated On: Jun 18, 2026
  • \(1 \)
  • \(-1 \)
  • \(i \)
  • \(-i \)
Show Solution

The Correct Option is B

Solution and Explanation

Concept: Powers of i repeat every four: i¹=i, i²=–1, i³=–i, i⁴=1. For any integer k, i⁴ᵏ = 1.

Step 1: Decompose the exponent.

i^(4k+2) = i⁴ᵏ × i² = 1 × (–1) = –1.

Final Answer:
–1 (option B).
Was this answer helpful?
0