Mathwords logoMathwords

Cis — Definition, Formula & Examples

Cis

A complex-valued function made from sine and cosine with definition cis θ = cos θ + isin θ.

Note: cis θ is the same as eiθ.

 

 

See also

Polar form of a complex number, trig function, e

Key Formula

cisθ=cosθ+isinθ=eiθ\operatorname{cis} \theta = \cos \theta + i \sin \theta = e^{i\theta}
Where:
  • θ\theta = The angle in radians (or degrees) measured from the positive real axis
  • ii = The imaginary unit, where i² = −1
  • cosθ\cos \theta = The real part of the complex number
  • sinθ\sin \theta = The imaginary part of the complex number

Worked Example

Problem: Express cis 60° in the form a + bi.
Step 1: Write out the definition of cis using the given angle.
cis60°=cos60°+isin60°\operatorname{cis} 60° = \cos 60° + i \sin 60°
Step 2: Evaluate cos 60°.
cos60°=12\cos 60° = \frac{1}{2}
Step 3: Evaluate sin 60°.
sin60°=32\sin 60° = \frac{\sqrt{3}}{2}
Step 4: Combine the results into a + bi form.
cis60°=12+32i\operatorname{cis} 60° = \frac{1}{2} + \frac{\sqrt{3}}{2}\,i
Answer: cis 60° = 1/2 + (√3/2)i

Another Example

This example includes a modulus r ≠ 1, showing how cis is used in the full polar form r cis θ to convert a complex number to rectangular form.

Problem: Write the complex number z = 3 cis 150° in rectangular form a + bi.
Step 1: A complex number in polar form is written as r cis θ, where r is the modulus. Here r = 3 and θ = 150°. Expand using the definition.
z=3(cos150°+isin150°)z = 3(\cos 150° + i \sin 150°)
Step 2: Evaluate cos 150°. Since 150° is in the second quadrant, cosine is negative.
cos150°=32\cos 150° = -\frac{\sqrt{3}}{2}
Step 3: Evaluate sin 150°. Sine is positive in the second quadrant.
sin150°=12\sin 150° = \frac{1}{2}
Step 4: Distribute r = 3 to both the real and imaginary parts.
z=3(32)+3(12)i=332+32iz = 3\left(-\frac{\sqrt{3}}{2}\right) + 3\left(\frac{1}{2}\right)i = -\frac{3\sqrt{3}}{2} + \frac{3}{2}\,i
Answer: z = −(3√3)/2 + (3/2)i

Frequently Asked Questions

What is the difference between cis θ and e^(iθ)?
They are exactly the same thing. The notation cis θ is simply a shorthand for cos θ + i sin θ, and Euler's formula tells us that e^(iθ) = cos θ + i sin θ. Some textbooks prefer cis because it avoids introducing the exponential function, while others prefer e^(iθ) because it follows the standard rules of exponents.
Why is cis notation useful?
Cis notation makes multiplying and dividing complex numbers in polar form much cleaner. When you multiply two complex numbers, you can write r₁ cis θ₁ · r₂ cis θ₂ = r₁r₂ cis(θ₁ + θ₂), which is far more compact than writing out all the cosine and sine terms. It is especially helpful when applying De Moivre's Theorem.
How do you multiply two complex numbers using cis?
To multiply r₁ cis θ₁ by r₂ cis θ₂, multiply the moduli and add the angles: the product is r₁r₂ cis(θ₁ + θ₂). For division, divide the moduli and subtract the angles: (r₁/r₂) cis(θ₁ − θ₂). This rule comes directly from the product-to-sum identities for sine and cosine.

cis θ notation vs. e^(iθ) notation

cis θ notatione^(iθ) notation
Definitioncos θ + i sin θ (abbreviation of cosine + i sine)cos θ + i sin θ (from Euler's formula)
Formulacis θ = cos θ + i sin θe^(iθ) = cos θ + i sin θ
Multiplication rulecis α · cis β = cis(α + β)e^(iα) · e^(iβ) = e^(i(α+β))
Typical contextPrecalculus and introductory coursesCalculus, engineering, and physics
Requires knowledge of eNo — purely trigonometricYes — uses Euler's number e ≈ 2.718

Why It Matters

You encounter cis notation when working with complex numbers in polar form, particularly in precalculus and early college mathematics. It is central to De Moivre's Theorem, which lets you raise complex numbers to integer powers efficiently: (r cis θ)^n = r^n cis(nθ). Electrical engineers also rely on this notation (often written as the phasor form) to analyze alternating current circuits.

Common Mistakes

Mistake: Confusing the real and imaginary parts by writing cis θ = sin θ + i cos θ.
Correction: Remember the name: 'c-i-s' stands for cos + i sin, in that exact order. The cosine is the real part, and the sine (multiplied by i) is the imaginary part.
Mistake: Forgetting to multiply both the cosine and sine by the modulus r when converting r cis θ to rectangular form.
Correction: The modulus r scales the entire complex number: r cis θ = r cos θ + i r sin θ. Both components must be multiplied by r.

Related Terms