Sarkari RiseLogin

Algebra Complex Numbers Class 11 Questions for AGNIVEER VAYU

Free, AI-curated practice for the Algebra Complex Numbers Class 11 section of AGNIVEER VAYU. We have 20+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — AGNIVEER VAYU mockAll AGNIVEER VAYU resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
Complex numbers appear in 2-3 questions in AGNIVEER_VAYU Maths (out of ~25 total). Expect basic operations, modulus-argument form, De Moivre's theorem, and roots of complex numbers. This topic bridges pure algebra and trigonometry—high-frequency in aviation-related physics problems too. Weightage: ~8-12% of Maths paper.

What is a Complex Number?

A complex number is written as z = a + ib, where a is the real part and b is the imaginary part. The letter i (or j in engineering) represents the imaginary unit, defined as i^2 = -1. Think of it as a 2D number: the real axis is horizontal (like normal numbers), and the imaginary axis is vertical. Every complex number has a unique position on this 2D plane, called the Argand diagram.

  • Standard form: z = a + ib (a, b are real numbers)
  • i^2 = -1, i^3 = -i, i^4 = 1 (powers of i repeat every 4)
  • Conjugate of z = a + ib is z* = a - ib (flip the sign of imaginary part)
  • z + z* = 2a (real part), z - z* = 2ib (imaginary part)
  • Argand diagram: horizontal axis = real, vertical axis = imaginary

Operations on Complex Numbers

Addition and subtraction are straightforward: add/subtract real parts and imaginary parts separately. Multiplication requires FOIL (First, Outer, Inner, Last) and remembering i^2 = -1. Division is trickier—multiply numerator and denominator by the conjugate of the denominator to eliminate i from the bottom.

  • Addition: (a+ib) + (c+id) = (a+c) + i(b+d)
  • Subtraction: (a+ib) - (c+id) = (a-c) + i(b-d)
  • Multiplication: (a+ib)(c+id) = (ac-bd) + i(ad+bc) [use FOIL, remember i^2=-1]
  • Division: multiply top and bottom by conjugate of denominator
  • z * z* = |z|^2 (product of complex number and its conjugate = square of modulus)
Key formulas
Multiplication
(a+ib)(c+id) = (ac-bd) + i(ad+bc)
When: When multiplying two complex numbers in rectangular form
Division
(a+ib)/(c+id) = [(a+ib)(c-id)] / [(c+id)(c-id)] = [(ac+bd) + i(bc-ad)] / (c^2+d^2)
When: When dividing complex numbers; multiply by conjugate of denominator
Worked examples

Multiply: (2+3i)(1+2i) = 2(1) + 2(2i) + 3i(1) + 3i(2i) = 2 + 4i + 3i + 6i^2 = 2 + 7i - 6 = -4 + 7i

Divide: (1+2i)/(1-i) = (1+2i)(1+i) / (1-i)(1+i) = (1+i+2i+2i^2) / (1-i^2) = (1+3i-2) / 2 = (-1+3i)/2

Modulus and Argument (Polar Form)

The modulus |z| is the distance from the origin to the point z on the Argand diagram—like the length of a vector. The argument arg(z) is the angle the line makes with the positive real axis, measured counterclockwise. Together, they give the polar form: z = r(cos(theta) + i*sin(theta)), where r = |z| and theta = arg(z). This form is powerful for multiplication and powers.

  • Modulus: |z| = |a+ib| = sqrt(a^2 + b^2)
  • Argument: arg(z) = arctan(b/a), but watch the quadrant (use ASTC rule)
  • Polar form: z = r(cos(theta) + i*sin(theta)) = r*cis(theta)
  • Euler form: z = r*e^(i*theta) [most compact]
  • |z1*z2| = |z1|*|z2| and arg(z1*z2) = arg(z1) + arg(z2)
Key formulas
Modulus
|z| = sqrt(a^2 + b^2)
When: Finding distance of complex number from origin
Argument
arg(z) = arctan(b/a) [adjust for quadrant]
When: Finding angle with positive real axis; use ASTC to pick correct quadrant
Polar to Rectangular
z = r*cos(theta) + i*r*sin(theta)
When: Converting from polar form r*cis(theta) back to a+ib
Worked examples

Find modulus and argument of z = 1 + i: |z| = sqrt(1^2 + 1^2) = sqrt(2). arg(z) = arctan(1/1) = 45 degrees = pi/4 radians. Polar form: sqrt(2)*cis(pi/4)

Find modulus and argument of z = -1 + i: |z| = sqrt(1+1) = sqrt(2). arg(z) = arctan(1/-1) = 135 degrees = 3pi/4 (second quadrant, not 45 degrees!)

De Moivre's Theorem and Powers

De Moivre's theorem is a shortcut for raising complex numbers to powers. Instead of multiplying (a+ib) by itself n times, convert to polar form, raise the modulus to power n, and multiply the argument by n. This is much faster. The theorem also helps find nth roots of complex numbers.

  • De Moivre's theorem: [r*cis(theta)]^n = r^n*cis(n*theta)
  • For roots: the nth roots of z = r*cis(theta) are r^(1/n)*cis[(theta + 2*pi*k)/n], where k = 0, 1, 2, ..., n-1
  • Always get exactly n distinct nth roots (some may be complex, some real)
  • Roots are evenly spaced around a circle of radius r^(1/n)
  • Use De Moivre for powers and roots; use rectangular form for addition/subtraction
Key formulas
De Moivre's Theorem
[r*cis(theta)]^n = r^n*cis(n*theta)
When: Raising a complex number to an integer power; much faster than repeated multiplication
nth Roots
z^(1/n) = r^(1/n)*cis[(theta + 2*pi*k)/n], k = 0,1,...,n-1
When: Finding all n distinct nth roots of a complex number
Worked examples

Find (1+i)^10: Convert to polar: 1+i = sqrt(2)*cis(pi/4). Apply De Moivre: [sqrt(2)]^10 * cis(10*pi/4) = 2^5 * cis(5pi/2) = 32*cis(pi/2) = 32i

Find cube roots of 8: 8 = 8*cis(0). Roots: 2*cis(0), 2*cis(2pi/3), 2*cis(4pi/3) = 2, -1+i*sqrt(3), -1-i*sqrt(3)

Solving Equations with Complex Numbers

Quadratic equations with real coefficients that have negative discriminant yield complex conjugate roots. Use the quadratic formula as usual, but the square root of a negative number becomes imaginary. Higher-degree polynomials may have multiple complex roots; remember that complex roots of real polynomials always come in conjugate pairs.

  • Quadratic formula works for complex roots: x = [-b ± sqrt(b^2-4ac)] / 2a
  • If discriminant < 0, roots are complex conjugates: a ± ib form
  • For real polynomials, complex roots always appear in conjugate pairs
  • Sum of roots = -b/a, product of roots = c/a (Vieta's formulas still hold)
  • Check answers by substituting back into original equation
Key formulas
Quadratic Formula
x = [-b ± sqrt(b^2-4ac)] / 2a
When: Solving ax^2 + bx + c = 0; works even if discriminant is negative
Worked examples

Solve x^2 + 2x + 5 = 0: Discriminant = 4 - 20 = -16. x = [-2 ± sqrt(-16)] / 2 = [-2 ± 4i] / 2 = -1 ± 2i

Solve x^2 - 4x + 13 = 0: Discriminant = 16 - 52 = -36. x = [4 ± 6i] / 2 = 2 ± 3i

⚠ Common mistakes to avoid
  • Forgetting that i^2 = -1 during multiplication. Students write (2i)(3i) = 6i^2 but then forget to simplify to -6. Always simplify powers of i.
  • Getting the argument wrong by ignoring quadrants. arctan(b/a) gives the reference angle, but you must check which quadrant z is in and adjust. Use ASTC: All in Q1, Sine in Q2, Tangent in Q3, Cosine in Q4.
  • Confusing modulus with real part. |a+ib| is NOT a; it is sqrt(a^2+b^2). Modulus is always non-negative and often irrational.
  • In division, forgetting to multiply BOTH numerator and denominator by the conjugate. Only multiplying the numerator leaves i in the denominator.
  • When finding nth roots, stopping after one root. De Moivre gives n distinct roots; you must find all by using k = 0, 1, 2, ..., n-1. Missing roots costs marks.
  • Mixing up polar and rectangular forms. Use rectangular (a+ib) for addition/subtraction; use polar (r*cis(theta)) for multiplication, division, powers, and roots.
🧠 Memory aids
  • FOIL for multiplication: (a+ib)(c+id) = First (ac) + Outer (adi) + Inner (bci) + Last (bdi^2). Then combine real and imaginary parts.
  • ASTC for quadrants: All trig functions positive in Q1, Sine in Q2, Tangent in Q3, Cosine in Q4. Use this to pick the correct argument angle.
  • i-cycle: i^1=i, i^2=-1, i^3=-i, i^4=1, then repeat. Divide the exponent by 4; remainder tells you which power it equals.
  • Conjugate trick: z*z* = |z|^2. This is why we multiply by conjugate in division—it kills the i in the denominator.
  • De Moivre shortcut: [r*cis(theta)]^n = r^n*cis(n*theta). Multiply argument by n, raise modulus to power n. Much faster than expanding.
🎯 AGNIVEER VAYU exam tips
  • AGNIVEER_VAYU typically asks 2-3 questions on complex numbers. Expect one straightforward operation (add/multiply/divide), one modulus-argument conversion, and one De Moivre or roots problem.
  • Recent papers (2023-2024) favor polar form and De Moivre's theorem over pure rectangular arithmetic. Practice converting between forms quickly.
  • Watch for 'find all roots' questions—they test whether you know there are n distinct nth roots and can find them all using the k = 0,1,...,n-1 formula.
  • Time pressure: rectangular operations (add, subtract, multiply, divide) are slower; polar form (powers, roots) are faster. If the question involves high powers or roots, convert to polar immediately.
  • Quadratic equations with complex roots appear in the algebra section. Discriminant < 0 is the signal; use the formula and simplify sqrt(-ve number) = i*sqrt(+ve number).

Sample questions

Q1 · easy · AI-verified
What is the value of i¹⁶?
  1. 1
  2. -1
  3. -i
  4. i
Q2 · hard · AI-verified
If (x + iy)² = 7 + 24i, then the value of (x² + y²) is:
  1. 25
  2. 31
  3. 625
  4. 49
Q3 · medium · AI-verified
The value of (1 + i)⁸ is:
  1. 8
  2. −16
  3. 16i
  4. 16
Q4 · hard · AI-verified
The modulus of the complex number z = (2 + 3i)/(1 − 2i) is:
  1. √(17/5)
  2. √(13/5)
  3. √(5/13)
  4. √(13/3)
Q5 · medium · AI-verified
The polar form of the complex number √3 + i is:
  1. 2(cos 60° + i sin 60°)
  2. √2(cos 30° + i sin 30°)
  3. 2(cos 30° + i sin 30°)
  4. 2(cos 45° + i sin 45°)
💡 Want answers + explanations + 15+ more Algebra Complex Numbers Class 11 questions? Sign up free →
⭐ Recommended for AGNIVEER VAYU aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More AGNIVEER VAYU topics

Oscillations and Waves
20+ practice questions
Gravitation and Satellites
20+ practice questions
Laws of Motion and Friction
20+ practice questions
Properties of Solids and Fluids
20+ practice questions
Para Jumbles
20+ practice questions
Electrostatics and Capacitance
19+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q