All Exams Test series for 1 year @ ₹349 only
Question

What is the modulus of the complex number \(\rm \frac {\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta},\)  where  \(\rm i = \sqrt {-1}\)  ?

This question was previously asked in
NDA 2020 GAT Previous Year Paper (06-Sep-2020)
The correct answer is

1

Finding the Modulus of a Complex Number Expression

The question asks us to find the modulus of the complex number given by the expression \(\rm \frac {\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta}\), where \(\rm i = \sqrt {-1}\).

Understanding Complex Numbers in Polar Form

A complex number \(z = x + iy\) can also be represented in polar form as \(z = r(\cos \phi + i \sin \phi)\), where \(r = |z| = \sqrt{x^2 + y^2}\) is the modulus and \(\phi\) is the argument (angle). Euler's formula states that \(e^{i\phi} = \cos \phi + i \sin \phi\).

Applying Euler's Formula

Using Euler's formula, the numerator and denominator of the given complex number can be written as:

  • Numerator: \(\cos \theta + i \sin \theta = e^{i\theta}\)
  • Denominator: \(\cos \theta - i \sin \theta\). Note that \(\cos(-\theta) = \cos \theta\) and \(\sin(-\theta) = -\sin \theta\). So, \(\cos \theta - i \sin \theta = \cos(-\theta) + i \sin(-\theta) = e^{-i\theta}\). Alternatively, the denominator is the conjugate of the numerator, and the conjugate of \(e^{i\theta}\) is \(e^{-i\theta}\).

So, the complex number can be written as:

\(z = \frac{\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta} = \frac{e^{i\theta}}{e^{-i\theta}}\)

Simplifying the Complex Number

Using the rules of exponents (\(\frac{a^m}{a^n} = a^{m-n}\)), we can simplify the expression:

\(z = e^{i\theta - (-i\theta)} = e^{i\theta + i\theta} = e^{2i\theta}\)

Converting this back to the rectangular form using Euler's formula \(e^{i\phi} = \cos \phi + i \sin \phi\) with \(\phi = 2\theta\):

\(z = \cos(2\theta) + i \sin(2\theta)\)

Calculating the Modulus

The modulus of a complex number \(z = a + ib\) is given by \(|z| = \sqrt{a^2 + b^2}\). In this case, \(a = \cos(2\theta)\) and \(b = \sin(2\theta)\). So, the modulus is:

\(|z| = |\cos(2\theta) + i \sin(2\theta)| = \sqrt{(\cos(2\theta))^2 + (\sin(2\theta))^2}\)

Using the fundamental trigonometric identity \(\cos^2 x + \sin^2 x = 1\), with \(x = 2\theta\):

\(|z| = \sqrt{\cos^2(2\theta) + \sin^2(2\theta)} = \sqrt{1} = 1\)

Alternative Method using Modulus Properties

Alternatively, we can use the property of moduli that for two complex numbers \(z_1\) and \(z_2\), \(|\frac{z_1}{z_2}| = \frac{|z_1|}{|z_2|}\), provided \(z_2 \neq 0\). In this case, \(z_1 = \cos \theta + i \sin \theta\) and \(z_2 = \cos \theta - i \sin \theta\).

Calculate the modulus of the numerator \(z_1\):

\(|z_1| = |\cos \theta + i \sin \theta| = \sqrt{\cos^2 \theta + \sin^2 \theta} = \sqrt{1} = 1\)

Calculate the modulus of the denominator \(z_2\):

\(|z_2| = |\cos \theta - i \sin \theta| = \sqrt{\cos^2 \theta + (-\sin \theta)^2} = \sqrt{\cos^2 \theta + \sin^2 \theta} = \sqrt{1} = 1\)

Now, calculate the modulus of the fraction:

\(|z| = \left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|} = \frac{1}{1} = 1\)

Both methods yield the same result.

Expression Modulus Calculation Modulus Value
\(\cos \theta + i \sin \theta\) \(\sqrt{\cos^2 \theta + \sin^2 \theta}\) 1
\(\cos \theta - i \sin \theta\) \(\sqrt{\cos^2 \theta + (-\sin \theta)^2}\) 1
\(\frac{\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta}\) \(\left|\frac{\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta}\right| = \frac{|\cos \theta + i \sin \theta|}{|\cos \theta - i \sin \theta|}\) \(\frac{1}{1} = 1\)

The modulus of the given complex number \(\rm \frac {\cos \theta + i \sin \theta}{\cos \theta - i \sin \theta}\) is 1.

Revision Table: Modulus of Complex Numbers

Concept Description Formula/Property
Modulus of \(z = x + iy\) Distance from the origin to the point (x, y) in the complex plane. \(|z| = \sqrt{x^2 + y^2}\)
Modulus of \(z = r(\cos \phi + i \sin \phi)\) The value \(r\) in the polar form. \(|z| = r\)
Modulus of \(z_1 z_2\) Modulus of the product is the product of moduli. \(|z_1 z_2| = |z_1| |z_2|\)
Modulus of \(\frac{z_1}{z_2}\) Modulus of the quotient is the quotient of moduli. \(\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}\) (if \(z_2 \neq 0\))
Modulus of \(z^n\) Modulus of power is power of modulus. \(|z^n| = |z|^n\)

Additional Information on Complex Numbers and Modulus

  • Complex Number: A number of the form \(a + ib\), where \(a\) and \(b\) are real numbers, and \(i\) is the imaginary unit with \(i^2 = -1\). \(a\) is the real part and \(b\) is the imaginary part.
  • Modulus: The modulus of a complex number represents its magnitude or distance from the origin in the complex plane. It is always a non-negative real number.
  • Argument: The argument of a complex number is the angle between the positive real axis and the line segment connecting the origin to the complex number in the complex plane.
  • Polar Form: \(z = r(\cos \phi + i \sin \phi)\), where \(r = |z|\) and \(\phi = \arg(z)\). This form is particularly useful for multiplication, division, and powers of complex numbers.
  • Euler's Formula: \(e^{i\phi} = \cos \phi + i \sin \phi\). This formula connects complex exponentials to trigonometric functions and is fundamental in understanding the polar form.
  • The modulus of \(\cos \theta + i \sin \theta\) is always 1, as it represents a complex number lying on the unit circle in the complex plane. This is because \(\cos^2 \theta + \sin^2 \theta = 1\).
Was this answer helpful?

Similar Questions

  1. What is the real part of (sin x + icos x) 3

  2. What is the modulus of z?

  3. What is angle θ such that z is purely real ?

    where n is an integer

  4. What is angle θ such that z is purely imaginary ?

    where n is an integer

  5. What is z 1+ z 2+ z 3equal to?

  6. Consider the following statements:

    1. z 1 z 2 z is purely imaginary.

    2. z 1z 2 + z 2z 3 + z 3z is purely real.

    Which of the above statements is/are correct?
  7. \(\left| {\frac{{{\rm{z}} - 4}}{{{\rm{z}} - 8}}} \right| = 1\) and  \(\left| {\frac{{\rm{z}}}{{{\rm{z}} - 2}}} \right| = \frac{3}{2}\)

    What is |z| equal to?

  8. \(\left| {\frac{{{\rm{z}} - 4}}{{{\rm{z}} - 8}}} \right| = 1\) and  \(\left| {\frac{{\rm{z}}}{{{\rm{z}} - 2}}} \right| = \frac{3}{2}\)

    What is \(\left| {\frac{{{\rm{z}} - 6}}{{{\rm{z}} + 6}}} \right|\)  equal to?

  9. If z z̅ = |z + z̅ |, where z = x + iy, i = \(\sqrt{-1}\), then the locus of z is a pair of:

  10. What is the value of \(\sqrt{12+5 i}+\sqrt{12-5 i}\) where \(i=\sqrt{-1}\) ?


Important Questions from Properties of Complex Numbers

  1. The Real part of \(z = \frac{{5 + 2i}}{{2 - 5i}} - \frac{{3 - 4i}}{{4 + 3i}} - \frac{1}{i}\) is

  2. what is the real part of (sin x + i cos x)4,  \(\rm i = \sqrt {-1}\) ?

  3. If 1, ω, ω2 are the cube roots of unity, then the value of

    (1 + ω2)(1 + ω4)(1 + ω8)(1 + ω16) is

  4. What is the real part of (sin x + icos x) 3

  5. What is the modulus of z?

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1057 Attempts
4.6(136)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App