Fiveable

๐Ÿ“กBioengineering Signals and Systems Unit 2 Review

QR code for Bioengineering Signals and Systems practice questions

2.3 Complex numbers and Euler's formula

2.3 Complex numbers and Euler's formula

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“กBioengineering Signals and Systems
Unit & Topic Study Guides

Complex numbers are essential in bioengineering signals and systems. They allow us to represent and manipulate sinusoidal signals, which are fundamental in biological systems. From brain waves to heart rhythms, these mathematical tools help us analyze and interpret complex physiological data.

Understanding complex numbers in different forms (rectangular, polar, exponential) is crucial for signal processing. These representations enable us to perform arithmetic operations, apply Euler's formula, and use complex exponentials to describe sinusoidal signals in bioengineering applications.

Complex Numbers

Forms of complex number representation

  • Rectangular form represents complex numbers as a+jba + jb
    • aa denotes the real part and bb denotes the imaginary part
    • Imaginary unit jj is defined as โˆ’1\sqrt{-1} (electrical engineering convention)
  • Polar form expresses complex numbers as rโˆ ฮธr \angle \theta or rejฮธr e^{j\theta}
    • Magnitude (modulus) rr represents the distance from the origin on the complex plane (e.g., 2\sqrt{2})
    • Angle (argument) ฮธ\theta is measured in radians counterclockwise from the positive real axis (e.g., ฯ€4\frac{\pi}{4})
    • Convert rectangular to polar using r=a2+b2r = \sqrt{a^2 + b^2} and ฮธ=tanโกโˆ’1(ba)\theta = \tan^{-1}(\frac{b}{a})
  • Exponential form writes complex numbers as rejฮธr e^{j\theta}
    • Utilizes Euler's formula ejฮธ=cosโกฮธ+jsinโกฮธe^{j\theta} = \cos\theta + j\sin\theta to represent polar form
    • Convert polar to exponential by substituting cosโกฮธ+jsinโกฮธ\cos\theta + j\sin\theta for ejฮธe^{j\theta} (e.g., 2ejฯ€4=2(cosโกฯ€4+jsinโกฯ€4)2e^{j\frac{\pi}{4}} = 2(\cos\frac{\pi}{4} + j\sin\frac{\pi}{4}))
Forms of complex number representation, Euler's formula - Wikipedia

Arithmetic with complex numbers

  • Add and subtract complex numbers by operating on real and imaginary parts separately
    • (a+jb)ยฑ(c+jd)=(aยฑc)+j(bยฑd)(a + jb) \pm (c + jd) = (a \pm c) + j(b \pm d) (e.g., (2+j3)+(4โˆ’j5)=6โˆ’j2(2 + j3) + (4 - j5) = 6 - j2)
  • Multiply complex numbers using distributive property and j2=โˆ’1j^2 = -1
    • (a+jb)(c+jd)=(acโˆ’bd)+j(ad+bc)(a + jb)(c + jd) = (ac - bd) + j(ad + bc) (e.g., (2+j3)(4โˆ’j5)=23โˆ’j14(2 + j3)(4 - j5) = 23 - j14)
    • In polar form, multiply magnitudes and add angles: (r1โˆ ฮธ1)(r2โˆ ฮธ2)=r1r2โˆ (ฮธ1+ฮธ2)(r_1 \angle \theta_1)(r_2 \angle \theta_2) = r_1 r_2 \angle (\theta_1 + \theta_2)
  • Divide complex numbers by multiplying numerator and denominator by complex conjugate of denominator
    • a+jbc+jd=(a+jb)(cโˆ’jd)(c+jd)(cโˆ’jd)=(ac+bd)+j(bcโˆ’ad)c2+d2\frac{a + jb}{c + jd} = \frac{(a + jb)(c - jd)}{(c + jd)(c - jd)} = \frac{(ac + bd) + j(bc - ad)}{c^2 + d^2} (e.g., 2+j34โˆ’j5=23โˆ’j1441\frac{2 + j3}{4 - j5} = \frac{23 - j14}{41})
    • In polar form, divide magnitudes and subtract angles: r1โˆ ฮธ1r2โˆ ฮธ2=r1r2โˆ (ฮธ1โˆ’ฮธ2)\frac{r_1 \angle \theta_1}{r_2 \angle \theta_2} = \frac{r_1}{r_2} \angle (\theta_1 - \theta_2)
Forms of complex number representation, What Are Complex Numbers? Examples and Solving techniques ~ I Answer 4 U

Euler's formula for complex exponentials

  • Euler's formula expresses complex exponentials in terms of trigonometric functions
    • ejฮธ=cosโกฮธ+jsinโกฮธe^{j\theta} = \cos\theta + j\sin\theta (e.g., ejฯ€4=22+j22e^{j\frac{\pi}{4}} = \frac{\sqrt{2}}{2} + j\frac{\sqrt{2}}{2})
  • Complex exponential ejฯ‰te^{j\omega t} represents sinusoidal signals
    • Angular frequency ฯ‰\omega measured in radians per second (e.g., 2ฯ€f2\pi f, where ff is frequency in Hz)
    • Time tt measured in seconds
    • Real part cosโก(ฯ‰t)\cos(\omega t) represents a cosine wave
    • Imaginary part jsinโก(ฯ‰t)j\sin(\omega t) represents a sine wave

Complex numbers in signal processing

  • Fourier transform decomposes time-domain signals into complex exponentials in frequency domain
    • Complex exponentials capture both amplitude and phase information of frequency components
  • Frequency response of a system is a complex-valued function
    • Magnitude of complex number represents gain at each frequency
    • Angle of complex number represents phase shift at each frequency
  • Complex numbers simplify mathematical operations in frequency domain
    • Enable compact representation of magnitude and phase relationships between signals
  • Stability analysis uses complex-valued poles and zeros
    • Poles in right half-plane (positive real part) indicate unstable system
    • Zeros in right half-plane can cancel unstable poles for overall stable system