i Calculator (Imaginary Unit)
Calculate powers of i, convert between complex number forms, and explore imaginary numbers
Complex Number Calculator
Enter any integer (positive, negative, or zero)
Results
Pattern of Powers of i
Example Calculations
Powers of i Pattern
Rule: i^n = i^(n mod 4)
Complex Number Example
Given: z = 3 + 4i
Magnitude: |z| = √(3² + 4²) = √25 = 5
Phase: φ = arctan(4/3) ≈ 53.13°
Polar form: z = 5e^(i × 53.13°)
Quick Reference
Complex Number Properties
Understanding the Imaginary Unit i
What is i?
The imaginary unit i is defined as the square root of -1. While this might seem impossible with real numbers, i extends our number system to include complex numbers, which are essential in mathematics, physics, and engineering.
Key Properties
- •i = √(-1), therefore i² = -1
- •Powers of i follow a cycle of 4: i, -1, -i, 1
- •Complex numbers have the form a + bi
- •i enables solutions to equations like x² + 1 = 0
Applications
Complex numbers are used extensively in many fields including electrical engineering (AC circuits), quantum mechanics, signal processing, and computer graphics. They provide a powerful mathematical framework for describing oscillations and rotations.
Powers of i Pattern
Rule: For any integer n, i^n = i^(n mod 4)