Zum Inhalt springen

English:Complex Numbers

Aus MOOCsWiki Staging
Version vom 28. August 2026, 08:53 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
aiMOOC-Siegel

Complex Numbers



Introduction

Complex numbers extend the real number system so that equations such as x2+1=0 have solutions. A complex number has the form z=a+bi, where a and b are real numbers and the imaginary unit i satisfies i2=1. The real numbers are therefore contained inside the complex numbers: a real number a can be written as a+0i.

In this aiMOOC for Grades 11–13, you will connect algebra, geometry, trigonometry, and applications. You will learn to calculate with complex numbers, represent them on the complex plane, use conjugates, move between rectangular and polar forms, interpret multiplication as scaling and rotation, apply Euler's formula, and find roots using De Moivre's formula. You will also explore why complex numbers are important in polynomial equations, oscillations, electrical engineering, and signal analysis.

The diagram above shows how real, imaginary, and genuinely complex numbers can be located on a two-dimensional number plane.

The Khan Academy introduction above is useful for reviewing the transition from real to complex numbers before working with the more advanced representations in this course.


Learning Goals

By the end of the course, you should be able to explain the meaning of a+bi, perform the four arithmetic operations, use conjugates and modulus, plot complex numbers, convert between rectangular and polar forms, calculate powers and roots, interpret geometric transformations caused by multiplication, and justify how complex numbers complete important parts of algebra.


Foundations of Complex Numbers


The Imaginary Unit and Rectangular Form

The defining relation i2=1 gives a consistent way to work with square roots of negative real numbers. Powers of i repeat in a cycle: i0=1, i1=i, i2=1, i3=i, and i4=1. After that, the pattern repeats every four powers.

A complex number in rectangular form or Cartesian form is written z=a+bi. The number a is the real part, written Re(z)=a, and b is the imaginary part, written Im(z)=b. Notice that the imaginary part is the real coefficient b, not bi.

Two complex numbers are equal exactly when their corresponding real and imaginary parts are equal. Thus a+bi=c+di implies a=c and b=d.


Addition and Subtraction

Addition and subtraction are performed componentwise: (a+bi)+(c+di)=(a+c)+(b+d)i, and (a+bi)(c+di)=(ac)+(bd)i.

For example, (3+2i)+(5+4i)=2+6i. Geometrically, this works like adding two-dimensional vectors.


Multiplication

Use the distributive law and replace i2 by 1: (a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i.

For example, (2+3i)(14i)=28i+3i12i2=145i.

Multiplication is more than an algebraic rule. In polar form, you will see that multiplying complex numbers multiplies their distances from the origin and adds their angles.


Conjugates, Modulus, and Division


Complex Conjugates

For z=a+bi, the complex conjugate is z=abi. On the complex plane, conjugation reflects a point across the real axis.

A central identity is zz=(a+bi)(abi)=a2+b2, which is always a non-negative real number.


Modulus

The modulus or absolute value of z=a+bi is |z|=a2+b2. Geometrically, this is the distance from the origin to the point (a,b) in the complex plane.

For example, if z=3+4i, then |z|=32+42=5.

The modulus satisfies useful properties such as |zw|=|z||w| and, for w0, |z/w|=|z|/|w|.


Division

To divide by a nonzero complex number, multiply numerator and denominator by the conjugate of the denominator: a+bic+dicdicdi. The denominator becomes the real number c2+d2.

For example, 1+2i3i=(1+2i)(3+i)(3i)(3+i)=1+7i10.

This method works because a nonzero complex number has a reciprocal: 1z=z|z|2.


The Complex Plane


From Coordinates to Geometry

The Complex plane places the real axis horizontally and the imaginary axis vertically. The complex number z=a+bi corresponds to the point (a,b) and also to the vector from the origin to that point. This geometric interpretation makes addition, subtraction, modulus, argument, and multiplication easier to visualize.

You can interpret z+w as vector addition. The difference zw represents the displacement from w to z, so the distance between the points represented by z and w is |zw|.


Loci in the Complex Plane

Equations and inequalities involving modulus often describe geometric sets. For example, |z|=3 is a circle of radius 3 centered at the origin, while |z2|=1 is a circle of radius 1 centered at the point represented by the real number 2.

The condition |za|=|zb| describes all points that are equally distant from the points a and b. Geometrically, this is the perpendicular bisector of the segment joining them.


Polar and Exponential Forms


Argument and Polar Coordinates

For a nonzero complex number z=a+bi, let r=|z| and let θ be an angle from the positive real axis to the vector representing z. Then a=rcosθ and b=rsinθ, so z=r(cosθ+isinθ).

The angle θ is an argument of z. Because adding a full turn does not change the point, all angles θ+2πk, where k is an integer, represent the same direction. A common principal-value convention is π<Arg(z)π. The number zero has no defined argument.

The polar form is especially efficient for multiplication, division, powers, and roots.


Multiplication as Scaling and Rotation

Suppose z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2). Their product is z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2)).

Therefore multiplication by a nonzero complex number has a clear geometric effect: distances from the origin are scaled by its modulus and directions are rotated by its argument. Division reverses these operations by dividing moduli and subtracting arguments.

A particularly useful example is multiplication by i. Since i=cos(π/2)+isin(π/2), multiplying by i rotates a point by 90 degrees counterclockwise without changing its distance from the origin.


Euler's Formula

Euler's formula connects the exponential function with trigonometry: eiθ=cosθ+isinθ.

This lets you write every nonzero complex number in exponential form: z=reiθ.

Setting θ=π gives eiπ=1, or equivalently eiπ+1=0. This identity links five fundamental mathematical constants in one equation.

The MIT OpenCourseWare video above develops complex numbers and Euler's formula in a context that connects naturally to differential equations and oscillations.


Powers and Roots


De Moivre's Formula

For an integer n, (cosθ+isinθ)n=cos(nθ)+isin(nθ). More generally, if z=r(cosθ+isinθ), then zn=rn(cos(nθ)+isin(nθ)).

This is De Moivre's formula. It turns repeated complex multiplication into two simpler operations: raise the modulus to a power and multiply the argument by the exponent.

For example, if z=2(cos30+isin30), then z3=8(cos90+isin90)=8i.


Complex Roots

If z=r(cosθ+isinθ) and you want all solutions of wn=z, the roots are wk=r1/n(cosθ+2πkn+isinθ+2πkn) for k=0,1,,n1.

These n roots have equal modulus and equally spaced arguments, so they form the vertices of a regular n-gon centered at the origin.


Roots of Unity

The nth roots of unity are the solutions of zn=1. They are e2πik/n for k=0,1,,n1.

For example, the fifth roots of unity lie at five equally spaced points on the unit circle.

Roots of unity appear in polynomial factorization, discrete Fourier transforms, symmetry, and many areas of higher mathematics.


Polynomial Equations and Algebraic Closure

A quadratic equation can have no real solutions but still have complex solutions. For example, x2+4=0 has solutions x=±2i.

More generally, the Fundamental theorem of algebra states that every nonconstant polynomial with complex coefficients has at least one complex root. Equivalently, a degree n polynomial has exactly n complex roots when multiplicities are counted. This is why the complex number system is described as algebraically closed.

If a polynomial has real coefficients and a non-real root a+bi, then its conjugate abi is also a root. This conjugate-pair property explains why non-real roots of real polynomials occur in pairs.


Applications and Connections


Oscillations and Waves

Complex exponentials provide a compact language for sinusoidal behavior. By Euler's formula, a rotating complex quantity eiωt contains both cos(ωt) and sin(ωt). This makes calculations involving waves, harmonic motion, and differential equations more systematic.


Electrical Engineering

In alternating-current circuit analysis, sinusoidal voltages and currents can be represented by complex quantities called phasors. Resistance, capacitance, and inductance combine through complex impedance, allowing phase shifts and amplitudes to be handled algebraically.


Signal Processing

Fourier analysis represents signals using combinations of sinusoidal components. Complex exponentials are central because they encode amplitude and phase efficiently. The roots of unity also appear in the discrete Fourier transform, which is widely used in digital signal processing.


Two-Dimensional Rotations

If a point in the plane is represented by a complex number z, multiplication by eiθ rotates it through angle θ around the origin. This provides a concise alternative to a two-dimensional rotation matrix in suitable problems.


Worked Examples


Example: Solving a Quadratic

Solve x26x+13=0. The quadratic formula gives x=6±36522=6±162=3±2i. The two solutions are conjugates because the polynomial has real coefficients.


Example: Converting to Polar Form

For z=1+3i, |z|=(1)2+(3)2=2. The point lies in quadrant II with reference angle 60 degrees, so a principal argument is 120 degrees, or 2π/3 radians. Therefore z=2(cos(2π/3)+isin(2π/3))=2e2πi/3.


Example: Geometric Multiplication

Let z=2eiπ/6 and w=3eiπ/4. Then zw=6ei(5π/12). The modulus becomes 23=6, while the arguments add: π/6+π/4=5π/12.


Interactive Tasks


Quiz: Test Your Knowledge

What value defines the square of the imaginary unit i? (Negative one) (!One) (!Zero) (!Two)




What is the real part of three minus four i? (Three) (!Negative four) (!Four) (!Negative three)




What is the modulus of three plus four i? (Five) (!Seven) (!One) (!Twenty five)




What is the conjugate of two minus five i? (Two plus five i) (!Negative two plus five i) (!Two minus five i) (!Five plus two i)




What is i multiplied by two plus three i? (Negative three plus two i) (!Three plus two i) (!Negative two plus three i) (!Two plus three i)




What is the reciprocal of i? (Negative i) (!i) (!One) (!Negative one)




What happens to arguments when two nonzero complex numbers are multiplied? (Their arguments are added) (!Their arguments are multiplied) (!Their arguments are always equal) (!Their arguments become zero)




What does Euler's formula connect with the complex exponential? (Sine and cosine) (!Prime numbers and factors) (!Matrices and determinants) (!Logarithms and inequalities)




Which equation is satisfied by every fourth root of unity? (z to the fourth power equals one) (!z squared equals two) (!z cubed equals negative one) (!z to the fifth power equals zero)




How many complex roots does a degree six polynomial have when multiplicity is counted? (Six) (!Three) (!Five) (!Twelve)





Memory Game

Imaginary unit Number whose square is negative one
Complex conjugate Reflection of a complex number across the real axis
Modulus Distance of a complex number from the origin
Argument Angle from the positive real axis to a nonzero complex number
Polar form Representation using a magnitude and an angle
Root of unity Solution obtained from an equation in which a power equals one





Drag and Drop

Match the correct terms. Topic
Real part Horizontal coordinate on the complex plane
Imaginary part Vertical coordinate on the complex plane
Conjugation Reflection across the real axis
Multiplication Scaling of modulus and addition of arguments
Division Division of moduli and subtraction of arguments




...


Crossword Puzzle

Modulus What word names the distance of a complex number from the origin?
Argument What word names the direction angle of a nonzero complex number?
Conjugate What is the reflected partner of a complex number across the real axis called?
Imaginary Which word describes the part whose coefficient multiplies i?
Euler Which mathematician is associated with the formula connecting complex exponentials and trigonometry?
Rotation What geometric motion is produced by multiplication with a unit complex number?





LearningApps


Cloze Text

Complete the text.

A complex number can be written in rectangular form using the imaginary unit

. The horizontal coordinate on the complex plane is the

. The distance from a complex number to the origin is its

. Reflecting a point across the real axis produces its

. A direction angle of a nonzero complex number is called an

. In polar form, multiplication causes the moduli to be multiplied while the angles are

. Euler's formula links the complex exponential with sine and

. De Moivre's formula is especially useful for calculating powers and

. The solutions of a power equation equal to one are called roots of

. The fundamental theorem of algebra guarantees complex roots for every nonconstant

.




Open-Ended Tasks


Easy

  1. Complex plane poster: Create a labeled poster showing the real axis, imaginary axis, four complex numbers, their conjugates, and the modulus of one selected number.
  2. Imaginary unit pattern: Build a visual or digital pattern showing at least twelve consecutive powers of i, then explain why the values repeat every four powers.
  3. Complex number story: Write a short explanation for a younger learner that shows why extending the real numbers makes an equation such as x squared plus one equals zero solvable.
  4. Geometry photo analogy: Find or create an image that illustrates reflection and rotation, then annotate it to compare those motions with conjugation and multiplication by a unit complex number.


Standard

  1. Complex arithmetic tutorial: Produce a one-page tutorial or short video that teaches addition, multiplication, conjugation, and division with one fully explained example of each.
  2. Polar form investigation: Choose six nonzero complex numbers in different quadrants, calculate their moduli and principal arguments, and compare rectangular, trigonometric, and exponential forms.
  3. STEM interview: Interview a mathematics, physics, computing, or engineering teacher or professional about where complex numbers appear in their work, then summarize the mathematical ideas in the interview.
  4. Roots of unity model: Draw or construct a digital model of the sixth roots of unity, explain the symmetry, and verify algebraically that each point satisfies the defining equation.


Advanced

  1. Complex transformation experiment: Use dynamic geometry or graphing software to multiply many points by one fixed complex number and infer the scaling-and-rotation rule from your observations.
  2. Polynomial roots project: Investigate several real polynomials with non-real roots, test the conjugate-pair pattern, and explain how your evidence relates to the fundamental theorem of algebra.
  3. Phasor application study: Research a simple alternating-current circuit example, represent a voltage or current with a complex phasor, and explain what modulus and argument mean in that context.
  4. Fourier connection project: Create a report, animation, or presentation showing how complex exponentials and roots of unity contribute to a discrete Fourier transform and why this is useful for signal analysis.



Learning Assessment

  1. Representation and reasoning: Given a complex number in rectangular form, represent it geometrically and in polar form, then justify every step and explain what each representation makes easier to see.
  2. Error analysis: Analyze a worked solution in which a student incorrectly divides two complex numbers, identify the exact mathematical error, correct it, and explain why the conjugate method works.
  3. Geometric transfer: Predict the image of a set of points after multiplication by a fixed nonzero complex number, then verify your prediction algebraically and describe the transformation in terms of scaling and rotation.
  4. Polynomial connection: Solve a polynomial problem with non-real roots and explain how conjugate pairs and the fundamental theorem of algebra help you check whether your answer is complete.
  5. Method comparison: Calculate a high power of a complex number using both rectangular multiplication and polar or exponential form, then compare the efficiency and reliability of the two approaches.
  6. Application interpretation: Choose a context such as oscillations, alternating-current circuits, or signal processing and explain how modulus and argument can represent measurable features such as amplitude and phase.




Evidence of Learning

Knowledge: You can define the imaginary unit, real and imaginary parts, conjugate, modulus, argument, rectangular form, polar form, exponential form, and roots of unity, and you can state the central ideas of Euler's formula, de Moivre's formula, and the fundamental theorem of algebra.

Skills: You can perform arithmetic with complex numbers, convert between representations, locate numbers on the complex plane, determine modulus and argument, calculate powers and roots, and interpret multiplication geometrically.

Products: Your diagrams, written explanations, calculations, digital models, investigations, interviews, videos, or presentations communicate correct mathematics and make your reasoning visible.

Reasoning: You can choose an efficient representation for a problem, justify why a method works, check results using geometric and algebraic relationships, and explain patterns such as conjugate root pairs and equally spaced roots of unity.

Transfer: You can apply complex-number ideas to unfamiliar polynomial, geometric, oscillation, circuit, or signal problems and explain how the mathematics models the new context.




OERs on the Topic

The English Wikipedia article on complex numbers provides a broad reference for definitions, history, representations, operations, and applications.



Linked Learning Areas

Complex numbers connect strongly with Algebra, Geometry, Trigonometry, Precalculus, polynomials, differential equations, Electrical engineering, and Signal processing. These connections make the topic a bridge between upper-secondary mathematics and university-level mathematics, physics, engineering, and computing.


aiMOOC Projects

MOOCwiki · Deutsch

Nach dem Lernen ist vor dem Lernen

Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.

Zur MOOCwiki-Hauptseite

Mediathek

Mediathek

Inhalte werden geladen ...

Mediathek wird aus dem Wiki geladen ...