Complex Numbers and Phasor Conversion Guide
What This Tool Does
This calculator changes a complex number from rectangular form into exponential phasor form. Rectangular form uses a real part and an imaginary part. Exponential form uses a magnitude and an angle. Both forms describe the same point on the complex plane. The difference is only the way the value is written.
Why Phasor Form Matters
Phasor form is very useful in engineering. It is common in alternating current circuits. It is also used in signal analysis. A phasor shows size and direction at the same time. The magnitude gives the size. The angle gives the phase. This makes multiplication, division, and powers easier.
Understanding the Input
A complex number is written as a plus jb. The letter a is the real part. The letter b is the imaginary part. The symbol j is often used in electrical work. Mathematicians may use i instead. The meaning is the same. Enter only the number for b. Do not type the j symbol in the input box.
Magnitude and Angle
The magnitude is the distance from the origin. It is found with the Pythagorean rule. The angle is found with atan2. This function is better than a simple tangent inverse. It detects the correct quadrant. That prevents many sign errors. The calculator can show a principal angle. It can also show a positive angle.
Exponential Form
Exponential form is based on Euler’s identity. It connects sine, cosine, and exponential notation. The expression re raised to j theta is compact. It is easy to read in advanced calculations. It also supports clear phase comparison. A larger magnitude means a stronger value. A larger angle means more phase rotation.
Extra Outputs
This tool also calculates the conjugate. The conjugate changes the sign of the imaginary part. It also calculates the reciprocal when possible. Zero has no reciprocal. The power result uses De Moivre’s rule. That rule raises the magnitude to the power. It also multiplies the angle by the power.
Export Options
The CSV button downloads a spreadsheet friendly result. The PDF button downloads a simple report. These options are useful for assignments. They are also useful for lab notes. You can keep records without copying each value by hand. Recalculate after changing inputs. Then export the new result.