ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)
    Math Deficiency – IITopic 2 of 32

    Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)

    13 minread
    2,237words
    Intermediatelevel

    Arithmetic with complex numbers involves operations like addition, subtraction, multiplication, and division. Let's explore each of these operations in detail:

    1. Addition of Complex Numbers:

    When adding two complex numbers, you add their real parts and imaginary parts separately.

    Formula:

    If you have two complex numbers z1=a+biz_1 = a + biz1​=a+bi and z2=c+diz_2 = c + diz2​=c+di, their sum is:

    z1+z2=(a+bi)+(c+di)=(a+c)+(b+d)iz_1 + z_2 = (a + bi) + (c + di) = (a + c) + (b + d)iz1​+z2​=(a+bi)+(c+di)=(a+c)+(b+d)i

    Example:

    Add z1=3+4iz_1 = 3 + 4iz1​=3+4i and z2=1+2iz_2 = 1 + 2iz2​=1+2i:

    z1+z2=(3+1)+(4+2)i=4+6iz_1 + z_2 = (3 + 1) + (4 + 2)i = 4 + 6iz1​+z2​=(3+1)+(4+2)i=4+6i

    So, the sum is 4+6i4 + 6i4+6i.

    2. Subtraction of Complex Numbers:

    To subtract two complex numbers, subtract the real parts and the imaginary parts separately.

    Formula:

    If z1=a+biz_1 = a + biz1​=a+bi and z2=c+diz_2 = c + diz2​=c+di, their difference is:

    z1−z2=(a+bi)−(c+di)=(a−c)+(b−d)iz_1 - z_2 = (a + bi) - (c + di) = (a - c) + (b - d)iz1​−z2​=(a+bi)−(c+di)=(a−c)+(b−d)i

    Example:

    Subtract z2=1+2iz_2 = 1 + 2iz2​=1+2i from z1=3+4iz_1 = 3 + 4iz1​=3+4i:

    z1−z2=(3−1)+(4−2)i=2+2iz_1 - z_2 = (3 - 1) + (4 - 2)i = 2 + 2iz1​−z2​=(3−1)+(4−2)i=2+2i

    So, the difference is 2+2i2 + 2i2+2i.

    3. Multiplication of Complex Numbers:

    Multiplying complex numbers requires the distributive property and remembering that i2=−1i^2 = -1i2=−1.

    Formula:

    If z1=a+biz_1 = a + biz1​=a+bi and z2=c+diz_2 = c + diz2​=c+di, their product is:

    z1×z2=(a+bi)(c+di)=ac+adi+bci+bdi2z_1 \times z_2 = (a + bi)(c + di) = ac + adi + bci + bdi^2z1​×z2​=(a+bi)(c+di)=ac+adi+bci+bdi2

    Since i2=−1i^2 = -1i2=−1, this simplifies to:

    z1×z2=(ac−bd)+(ad+bc)iz_1 \times z_2 = (ac - bd) + (ad + bc)iz1​×z2​=(ac−bd)+(ad+bc)i

    Example:

    Multiply z1=3+4iz_1 = 3 + 4iz1​=3+4i and z2=1+2iz_2 = 1 + 2iz2​=1+2i:

    z1×z2=(3+4i)(1+2i)z_1 \times z_2 = (3 + 4i)(1 + 2i)z1​×z2​=(3+4i)(1+2i)

    Using distributive property:

    =3(1)+3(2i)+4i(1)+4i(2i)= 3(1) + 3(2i) + 4i(1) + 4i(2i)=3(1)+3(2i)+4i(1)+4i(2i) =3+6i+4i+8i2= 3 + 6i + 4i + 8i^2=3+6i+4i+8i2

    Since i2=−1i^2 = -1i2=−1, this becomes:

    =3+6i+4i−8= 3 + 6i + 4i - 8=3+6i+4i−8

    Now, combine the real and imaginary parts:

    =(3−8)+(6i+4i)=−5+10i= (3 - 8) + (6i + 4i) = -5 + 10i=(3−8)+(6i+4i)=−5+10i

    So, the product is −5+10i-5 + 10i−5+10i.

    4. Division of Complex Numbers:

    To divide complex numbers, multiply both the numerator and the denominator by the complex conjugate of the denominator. This process eliminates the imaginary part in the denominator.

    Formula:

    To divide z1=a+biz_1 = a + biz1​=a+bi by z2=c+diz_2 = c + diz2​=c+di, multiply both the numerator and the denominator by the complex conjugate of z2z_2z2​, which is c−dic - dic−di:

    z1z2=a+bic+di×c−dic−di\frac{z_1}{z_2} = \frac{a + bi}{c + di} \times \frac{c - di}{c - di}z2​z1​​=c+dia+bi​×c−dic−di​

    This results in:

    z1z2=(a+bi)(c−di)(c+di)(c−di)\frac{z_1}{z_2} = \frac{(a + bi)(c - di)}{(c + di)(c - di)}z2​z1​​=(c+di)(c−di)(a+bi)(c−di)​

    The denominator simplifies as:

    (c+di)(c−di)=c2+d2(c + di)(c - di) = c^2 + d^2(c+di)(c−di)=c2+d2

    And the numerator is expanded as:

    (a+bi)(c−di)=ac−adi+bci−bdi2(a + bi)(c - di) = ac - adi + bci - bdi^2(a+bi)(c−di)=ac−adi+bci−bdi2

    Since i2=−1i^2 = -1i2=−1, this simplifies to:

    =(ac+bd)+(bc−ad)i= (ac + bd) + (bc - ad)i=(ac+bd)+(bc−ad)i

    So, the division is:

    z1z2=(ac+bd)+(bc−ad)ic2+d2\frac{z_1}{z_2} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}z2​z1​​=c2+d2(ac+bd)+(bc−ad)i​

    Example:

    Divide z1=3+4iz_1 = 3 + 4iz1​=3+4i by z2=1+2iz_2 = 1 + 2iz2​=1+2i:

    z1z2=3+4i1+2i\frac{z_1}{z_2} = \frac{3 + 4i}{1 + 2i}z2​z1​​=1+2i3+4i​

    Multiply by the conjugate of 1+2i1 + 2i1+2i, which is 1−2i1 - 2i1−2i:

    z1z2=(3+4i)(1−2i)(1+2i)(1−2i)\frac{z_1}{z_2} = \frac{(3 + 4i)(1 - 2i)}{(1 + 2i)(1 - 2i)}z2​z1​​=(1+2i)(1−2i)(3+4i)(1−2i)​

    First, compute the denominator:

    (1+2i)(1−2i)=12−(2i)2=1−(−4)=5(1 + 2i)(1 - 2i) = 1^2 - (2i)^2 = 1 - (-4) = 5(1+2i)(1−2i)=12−(2i)2=1−(−4)=5

    Next, expand the numerator:

    (3+4i)(1−2i)=3(1)−3(2i)+4i(1)−4i(2i)(3 + 4i)(1 - 2i) = 3(1) - 3(2i) + 4i(1) - 4i(2i)(3+4i)(1−2i)=3(1)−3(2i)+4i(1)−4i(2i) =3−6i+4i−8i2= 3 - 6i + 4i - 8i^2=3−6i+4i−8i2

    Since i2=−1i^2 = -1i2=−1, this becomes:

    =3−6i+4i+8= 3 - 6i + 4i + 8=3−6i+4i+8

    Combine the real and imaginary parts:

    =(3+8)+(−6i+4i)=11−2i= (3 + 8) + (-6i + 4i) = 11 - 2i=(3+8)+(−6i+4i)=11−2i

    So, the division is:

    z1z2=11−2i5=115−25i\frac{z_1}{z_2} = \frac{11 - 2i}{5} = \frac{11}{5} - \frac{2}{5}iz2​z1​​=511−2i​=511​−52​i

    Thus, the result is:

    115−25i\frac{11}{5} - \frac{2}{5}i511​−52​i

    Summary of Operations:

    • Addition: Add real parts and imaginary parts separately.
    • Subtraction: Subtract real parts and imaginary parts separately.
    • Multiplication: Use distributive property and simplify with i2=−1i^2 = -1i2=−1.
    • Division: Multiply numerator and denominator by the conjugate of the denominator to eliminate the imaginary part in the denominator.
    Previous topic 1
    Complex Numbers
    Next topic 3
    Trigonometric Polar Form of Complex Numbers

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time13 min
      Word count2,237
      Code examples0
      DifficultyIntermediate