Skip to main content
Back to Complex Numbers
JEE Main 2024
Complex Numbers
Complex Numbers
Easy

Question

If (1+i1i)m2=(1+i1i)n3=1{\left( {{{1 + i} \over {1 - i}}} \right)^{{m \over 2}}} = {\left( {{{1 + i} \over {1 - i}}} \right)^{{n \over 3}}} = 1, (m, n \in N) then the greatest common divisor of the least values of m and n is _______ .

Answer: 1

Solution

Key Concepts and Formulas

  • Complex Conjugate: The complex conjugate of a+bia + bi is abia - bi. Multiplying a complex number by its conjugate results in a real number: (a+bi)(abi)=a2+b2(a + bi)(a - bi) = a^2 + b^2.
  • Powers of i: The powers of the imaginary unit ii cycle through four values: i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1. Thus, ik=1i^k = 1 if and only if kk is a multiple of 4, i.e., k=4pk = 4p for some integer pp.
  • Greatest Common Divisor (GCD): The largest positive integer that divides two or more integers without a remainder.

Step-by-Step Solution

Step 1: Simplify the Base Expression

We simplify the expression 1+i1i\frac{1+i}{1-i} by multiplying the numerator and denominator by the complex conjugate of the denominator, which is 1+i1+i. This eliminates the imaginary part from the denominator.

1+i1i=(1+i)(1+i)(1i)(1+i)\frac{1+i}{1-i} = \frac{(1+i)(1+i)}{(1-i)(1+i)}

Expanding the numerator and denominator:

  • Numerator: (1+i)(1+i)=1+2i+i2=1+2i1=2i(1+i)(1+i) = 1 + 2i + i^2 = 1 + 2i - 1 = 2i
  • Denominator: (1i)(1+i)=1i2=1(1)=2(1-i)(1+i) = 1 - i^2 = 1 - (-1) = 2

Substituting back into the fraction:

2i2=i\frac{2i}{2} = i

Why this step? Simplifying the base is crucial for making the problem tractable. It transforms a complex fraction into the simple imaginary unit, ii.

Step 2: Substitute the Simplified Base into the Original Equation

Now that we have 1+i1i=i\frac{1+i}{1-i} = i, we substitute this into the given equation:

(1+i1i)m2=(1+i1i)n3=1{\left( {{{1 + i} \over {1 - i}}} \right)^{{m \over 2}}} = {\left( {{{1 + i} \over {1 - i}}} \right)^{{n \over 3}}} = 1

becomes

(i)m/2=1and(i)n/3=1(i)^{m/2} = 1 \quad \text{and} \quad (i)^{n/3} = 1

Why this step? This substitution simplifies the problem, allowing us to focus on the exponents of ii.

Step 3: Solve for the Least Values of m and n

Since ik=1i^k = 1 if and only if kk is a multiple of 4, we require m2\frac{m}{2} and n3\frac{n}{3} to be multiples of 4.

For mm: We have m2=4k1\frac{m}{2} = 4k_1, where k1k_1 is a positive integer (since mNm \in N). Solving for mm:

m=8k1m = 8k_1

To find the least value of mm, we take k1=1k_1 = 1:

mleast=8(1)=8m_{\text{least}} = 8(1) = 8

For nn: We have n3=4k2\frac{n}{3} = 4k_2, where k2k_2 is a positive integer. Solving for nn:

n=12k2n = 12k_2

To find the least value of nn, we take k2=1k_2 = 1:

nleast=12(1)=12n_{\text{least}} = 12(1) = 12

Why this step? This step uses the cyclical property of ii to establish the conditions for mm and nn. Finding the least values ensures we satisfy the problem's constraints.

Step 4: Calculate the Greatest Common Divisor (GCD)

We need to find the GCD of the least values of mm and nn, which are 8 and 12, respectively.

Listing the divisors:

  • Divisors of 8: {1, 2, 4, 8}
  • Divisors of 12: {1, 2, 3, 4, 6, 12}

The greatest common divisor is 4.

Alternatively, using prime factorization:

  • 8=238 = 2^3
  • 12=22×312 = 2^2 \times 3

The GCD is the product of the lowest powers of their common prime factors: 22=42^2 = 4.

GCD(8,12)=4GCD(8, 12) = 4

Why this step? This is the final calculation required by the problem statement.

Common Mistakes & Tips

  • Tip: Memorize the simplification 1+i1i=i\frac{1+i}{1-i} = i and 1i1+i=i\frac{1-i}{1+i} = -i to save time.
  • Mistake: Forgetting that mm and nn are natural numbers, so the constants k1k_1 and k2k_2 must be positive integers (not zero).
  • Mistake: Confusing the powers of ii. Remember i4=1i^4 = 1, not i2=1i^2 = 1.

Summary

We simplified the complex fraction to ii, then used the property that ik=1i^k = 1 when kk is a multiple of 4 to find the least values of mm and nn. We found m=8m = 8 and n=12n = 12, and then calculated their greatest common divisor, which is 4.

The final answer is 4\boxed{4}.

Practice More Complex Numbers Questions

View All Questions