Enter Rectangular Complex Number
Formula Used
Rectangular form: z = a + bi
Magnitude: r = √(a² + b²)
Argument: θ = atan2(b, a)
Exponential form: z = r e^(iθ)
Degree conversion: θ° = θ × 180 / π
Power rule: zⁿ = rⁿ e^(inθ)
How to Use This Calculator
Enter the real part in the first box. Enter the imaginary part in the second box. Choose degrees or radians for the argument. Select the angle range that matches your class or report. Pick the number of decimal places. Choose an output style. Add an optional integer power when needed. Press the convert button. The result appears above the form.
Understanding Rectangular to Exponential Form
A complex number can be written in several useful ways. Rectangular form uses a real part and an imaginary part. It is written as a + bi. The real part moves along the horizontal axis. The imaginary part moves along the vertical axis. This view is easy for addition and subtraction.
Exponential form shows the same number through size and rotation. It is written as r e^(iθ). The value r is the magnitude. It tells how far the point is from the origin. The value θ is the argument. It tells the angle from the positive real axis. This view is powerful for multiplication, division, powers, and roots.
Why This Conversion Matters
Many advanced math and engineering tasks use complex numbers. Circuit analysis uses phase and impedance. Signal processing uses magnitude and angle. Control systems use poles and roots. Exponential form makes these ideas easier to compare. It also reveals symmetry that rectangular form can hide.
The conversion starts with a point. The point has coordinates a and b. The distance from the origin becomes r. The angle is found with atan2. That function is better than a simple tangent inverse. It checks the signs of both parts. That means it can choose the correct quadrant.
Angle Choices
Angles can be shown in radians or degrees. Radians are standard for pure exponential notation. Degrees are easier for many learners. Both describe the same direction. A calculator should let you choose either one.
There are also different angle ranges. The principal range usually runs from -π to π. A positive range runs from 0 to 2π. Both can be correct. The best choice depends on the class, tool, or report format. This calculator supports both ranges.
Using the Result
After conversion, the number is easier to scale and rotate. Multiplying two complex numbers adds their angles. It also multiplies their magnitudes. Dividing subtracts angles. Powers multiply the angle by the exponent. These rules make long calculations shorter.
Rounding is important. Too few decimal places can hide useful detail. Too many can make the answer hard to read. Use more decimals for engineering work. Use fewer decimals for quick homework checks. Always keep the unrounded values in mind when accuracy matters.
Learning Tips
Check the quadrant before trusting any angle. A positive real part and positive imaginary part place the point in Quadrant I. Negative real and positive imaginary parts place it in Quadrant II. Both negative parts place it in Quadrant III. Positive real and negative imaginary parts place it in Quadrant IV.
When the magnitude is zero, the angle is not unique. The point is at the origin. Any angle points to the same place. For that reason, zero does not have one normal exponential angle. A careful calculator should explain that special case instead of forcing a misleading result during complex number practice sessions.
FAQs
What is rectangular form?
Rectangular form writes a complex number as a + bi. The value a is the real part. The value b is the imaginary coefficient.
What is exponential form?
Exponential form writes a complex number as r e^(iθ). The value r is magnitude. The value θ is the argument or angle.
How is magnitude calculated?
Magnitude is found with r = √(a² + b²). It measures the distance from the origin to the complex number point.
Why does the calculator use atan2?
atan2 checks both real and imaginary signs. This helps place the angle in the correct quadrant, unlike a basic tangent inverse.
Can the angle be shown in degrees?
Yes. The calculator can show the argument in degrees or radians. Radians are standard, but degrees are often easier to read.
What is the principal angle range?
The principal range usually shows angles from -π to π. It gives one common representative angle for the complex number direction.
What is the positive angle range?
The positive range shows angles from 0 to 2π. It avoids negative arguments and is useful for some reports and diagrams.
What happens when the number is zero?
Zero has magnitude 0, but its angle is not unique. Any direction reaches the same origin point, so the argument is undefined.
Why is quadrant checking important?
Quadrant checking prevents wrong angles. Two complex numbers can share a tangent ratio but point in different directions on the plane.
How does the optional power work?
The power option uses zⁿ = rⁿ e^(inθ). It raises the magnitude to n and multiplies the angle by n.
How many decimal places should I choose?
Use two to four decimals for quick checks. Use six or more decimals when accuracy matters for engineering or advanced math work.