Key Points

Complex Numbers and Quadratic Equations

14 Sections
  • Definition of a Complex Number

    A number of the form z=a+ibz = a + ib, where aa and bb are real numbers, is a complex number. The term aa is called the real part, denoted Re(z)\text{Re}(z), and bb is called the imaginary part, denoted Im(z)\text{Im}(z).

  • The Imaginary Unit i

    The symbol ii represents the principal square root of -1, defined as i=1i = \sqrt{-1}. This leads to the fundamental property i2=1i^2 = -1.

  • Equality of Complex Numbers

    Two complex numbers z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id are equal if and only if their real parts are equal (a=ca = c) and their imaginary parts are equal (b=db = d).

  • Addition and Subtraction of Complex Numbers

    The sum of two complex numbers is found by adding their real and imaginary parts separately: (a+ib)+(c+id)=(a+c)+i(b+d)(a + ib) + (c + id) = (a+c) + i(b+d). Subtraction follows the same principle.

  • Multiplication of Complex Numbers

    The product of two complex numbers z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id is defined as z1z2=(acbd)+i(ad+bc)z_1 z_2 = (ac - bd) + i(ad + bc).

  • Powers of i

    The powers of ii follow a cycle of four: i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, and i4=1i^4 = 1. In general, for any integer kk, i4k=1i^{4k}=1, i4k+1=ii^{4k+1}=i, i4k+2=1i^{4k+2}=-1, and i4k+3=ii^{4k+3}=-i.

  • Square Roots of Negative Real Numbers

    For any positive real number aa, the square root of its negative is given by a=a×1=ia\sqrt{-a} = \sqrt{a} \times \sqrt{-1} = i\sqrt{a}. The property a×b=ab\sqrt{a} \times \sqrt{b} = \sqrt{ab} is not valid if both aa and bb are negative.

  • The Modulus of a Complex Number

    The modulus of a complex number z=a+ibz = a + ib, denoted by z|z|, is the non-negative real number defined as z=a2+b2|z| = \sqrt{a^2 + b^2}. It represents the distance of the point (a,b)(a,b) from the origin in the Argand plane.

  • The Conjugate of a Complex Number

    The conjugate of a complex number z=a+ibz = a + ib, denoted by zˉ\bar{z}, is defined as zˉ=aib\bar{z} = a - ib. An important property is that the product of a complex number and its conjugate is the square of its modulus: zzˉ=z2=a2+b2z \bar{z} = |z|^2 = a^2 + b^2.

  • Multiplicative Inverse of a Complex Number

    For a non-zero complex number zz, its multiplicative inverse z1z^{-1} is given by the formula z1=zˉz2z^{-1} = \frac{\bar{z}}{|z|^2}. This is equivalent to z1=aa2+b2iba2+b2z^{-1} = \frac{a}{a^2+b^2} - i\frac{b}{a^2+b^2}.

  • Division of Complex Numbers

    To divide a complex number z1z_1 by a non-zero complex number z2z_2, multiply the numerator and denominator by the conjugate of the denominator: z1z2=z1×z2ˉz2×z2ˉ=z1z2ˉz22\frac{z_1}{z_2} = \frac{z_1 \times \bar{z_2}}{z_2 \times \bar{z_2}} = \frac{z_1 \bar{z_2}}{|z_2|^2}.

  • Properties of Modulus and Conjugate

    For any two complex numbers z1z_1 and z2z_2: z1z2=z1z2|z_1 z_2| = |z_1| |z_2|, z1z2=z1z2|\frac{z_1}{z_2}| = \frac{|z_1|}{|z_2|} for z20z_2 \neq 0, z1±z2=z1ˉ±z2ˉ\overline{z_1 \pm z_2} = \bar{z_1} \pm \bar{z_2}, and z1z2=z1ˉz2ˉ\overline{z_1 z_2} = \bar{z_1} \bar{z_2}.

  • The Argand Plane

    A complex number z=x+iyz = x + iy can be represented as a unique point P(x,y)P(x, y) on a two-dimensional plane called the Argand plane or complex plane. The x-axis is the real axis, and the y-axis is the imaginary axis.

  • Solution of Quadratic Equations

    For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with real coefficients, if the discriminant D=b24ac<0D = b^2 - 4ac < 0, the solutions are complex numbers given by x=b±i4acb22ax = \frac{-b \pm i\sqrt{4ac - b^2}}{2a}.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words