Komplexe Zahlen Wiederholung
1. 1. Complex Number Representations
A complex number  can be expressed in two main forms:
Rectangular Form
where:
- is the real part.
- is the imaginary part.
Polar Form
with:
- (the amplitude or modulus),
- (the phase angle).
Conversion:
- Rectangular to Polar:
- Polar to Rectangular:
2. 2. Euler’s Formula
Euler’s formula provides the bridge between exponential and trigonometric representations:
This is particularly useful when expressing sinusoidal functions as complex exponentials.
3. 3. Operations with Complex Numbers
Multiplication
For two complex numbers  and :
- Modulus: Multiply the amplitudes: .
- Phase: Add the phase angles: .
Division
For division, if :
- Modulus: Divide the amplitudes: .
- Phase: Subtract the phase angles: .
Addition and Subtraction
These operations are performed in rectangular form:
It’s often easier to convert to rectangular form when summing or subtracting complex numbers.
4. 4. Application to AC Circuit Analysis
Phasors
A sinusoidal signal, for example,
can be represented as a phasor:
- Amplitude:  (the peak voltage).
- Phase:  (the phase shift).
Phasor Operations
- Addition: When adding sinusoids of the same frequency, convert them to phasors and add:
- Multiplication & Division: Useful for impedance calculations, where impedances are represented as complex numbers.
Determining Amplitudes and Phases
Once a result is expressed in polar form:
- Amplitude (Magnitude):
- Phase (Angle):
Note: Use the (\operatorname{atan2}) function to correctly account for the quadrant in which the complex number lies.