Find the minimum natural value of n such that ( 1 + i 2 i ) n is a positive integer.
Can you solve this question without using Euler's Identity or De Moivres Theorem?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: De Moivre's Theorem
f ( n ) = ( 1 + i 2 i ) n = ( ( 1 + i ) ( 1 − i ) 2 i ( 1 − i ) ) n = ( 2 2 i ( 1 − i ) ) n = ( i + 1 ) n = ( 2 ( 2 1 + 2 i ) ) n = ( 2 ( cos 4 π + i sin 4 π ) ) n = 2 2 n ( cos 4 n π + i sin 4 n π ) By De Moivres theorem
We note that 2 2 n is a natural number when n is even and cos 4 n π + i sin 4 n π = 1 when 4 n π = 2 k π , where k ∈ N , ⟹ n = 8 k , therefore, the smallest n = 8 .
Use Euler formula: e^(ix) = cos x + i sin x, then〖(2i/(1+i))〗^n = 〖((2e^(i π/2))/(√2e^(i π/4) ))〗^n = 2^(n/2) e^(i*n π/4) . So the minimum value of n such that 〖(2i/(1+i))〗^n is a positive integer is : n=8
Problem Loading...
Note Loading...
Set Loading...
( 1 + i 2 i ) n
= ( 1 + i 1 + 2 i − 1 ) n
= ( 1 + i 1 2 + 2 ⋅ 1 ⋅ i + i 2 ) n
= ( 1 + i ( 1 + i ) 2 ) n
= ( 1 + i ) n
= [ ( 1 + i ) 2 ] 2 n
= ( 2 i ) 2 n
= 2 2 n ⋅ i 2 n
Clearly, for 2 n / 2 to be a natural number, its minimum natural power must be 1 . Therefore n has to be atleast an even number.
Secondly, the minimum power for i to be positive is 4 . Therefore 2 n m i n = 4 ⟹ n m i n = 8 , which is even and hence satisfies the previous condition.
Question Source: R. D. Sharma - Mathematics (Class XI) - Complex Numbers - MCQs - Pg. No. 13.64 - Q. No. 13