How do you convert 3i to polar form?

1 Answer
Sep 7, 2016

Use z=r(cosθ+isinθ)

Explanation:

A complex number takes the form z=a+bi.
In this example, a=0 and b=3 because z=0+3i.

To find r, use the pythagorean theorem.
r=a2+b2.
r=02+32=3

To find θ, think about a as a value along the x-axis, and b as a value along the y axis. In this case, a is zero. So, we have a point on the positive y axis, which implies θ=π2.

Substitute r and theta into z=r(cosθ+isinθ)
z=3(cos(π2)+isin(π2))

Of course, cos(π2)=0, so some teachers would give the answer as z=3isin(π2).