Conversion Calculator

Rectangular to Trigonometric Form Calculator

Convert a plus bi into trigonometric form with steps. Check modulus, argument, quadrant, and exports. Save neat CSV and PDF reports for careful review.

Calculator

Enter the real and imaginary parts of a complex number. Then choose display options.

Reset

Formula Used

For a rectangular complex number z = a + bi, use these formulas.

r = √(a² + b²)
θ = atan2(b, a)
z = r(cos θ + i sin θ)

The atan2 function keeps the angle in the correct quadrant.

How to Use This Calculator

  1. Enter the real part in the first box.
  2. Enter the imaginary coefficient in the second box.
  3. Choose decimal precision for the answer.
  4. Select degrees or radians as the main angle unit.
  5. Choose the angle range that matches your class or project.
  6. Press Calculate to view the result above the form.
  7. Use CSV or PDF download for saving your work.

Example Data Table

Rectangular Form Modulus Angle Position Trigonometric Form
3 + 4i 5 53.1301° Quadrant I 5(cos 53.1301° + i sin 53.1301°)
-5 + 12i 13 112.6199° Quadrant II 13(cos 112.6199° + i sin 112.6199°)
-7 - 7i 9.8995 225° Quadrant III 9.8995(cos 225° + i sin 225°)
0 + 6i 6 90° Positive imaginary axis 6(cos 90° + i sin 90°)
8 + 0i 8 Positive real axis 8(cos 0° + i sin 0°)
2.5 - 9.1i 9.4372 285.3616° Quadrant IV 9.4372(cos 285.3616° + i sin 285.3616°)

Rectangular to Trigonometric Form Guide

Meaning of the Conversion

A rectangular complex number is written as a plus bi. The real part moves along the horizontal axis. The imaginary part moves along the vertical axis. Trigonometric form describes the same point with distance and direction. That distance is the modulus. That direction is the argument. Both views describe one complex value. The calculator changes the view without changing the value.

Why This Form Helps

This form is useful in algebra, signals, physics, and engineering. Multiplication becomes easier in trigonometric form. Division also becomes clearer. You multiply or divide the moduli. Then you add or subtract the arguments. Powers become simpler with De Moivre's theorem. Roots also become easier to organize. A careful conversion helps reduce sign errors.

Quadrants and Angles

The key step is finding the correct angle. A simple tangent ratio can miss the quadrant. This calculator uses the atan2 method. It reads both rectangular parts together. It then places the angle in the right quadrant. Positive real and positive imaginary values are in quadrant one. Negative real and positive imaginary values are in quadrant two. Negative real and negative imaginary values are in quadrant three. Positive real and negative imaginary values are in quadrant four.

Modulus Details

The modulus is always nonnegative. It is the distance from the origin to the point. The formula follows the Pythagorean theorem. Square the real part. Square the imaginary part. Add both squares. Then take the square root. When both parts are zero, the modulus is zero. The angle is not unique. This page displays zero degrees for that special case.

Display Choices

Angle format matters. Some classes prefer degrees. Other courses prefer radians. This tool shows both values. You can choose the main display unit. You can also choose a principal angle or a zero to three hundred sixty degree angle. These options make the result fit many textbooks and assignments.

Rounding and Verification

Rounding can change the look of an answer. It should not change the idea. Use more decimals for technical work. Use fewer decimals for quick checks. The reconstruction values show how close the trigonometric form returns to the original rectangular parts. Small rounding differences are normal.

Saving Results

The export buttons help save your work. CSV is helpful for spreadsheets. PDF is helpful for notes and reports. The sample table gives quick test values. Try values from every quadrant. Also try axis points. This builds confidence before using the answer in longer problems.

Input Quality

For web calculators, input checks are important. The real part and imaginary part should be numeric. Precision should stay within a useful range. Very high precision can make reports hard to read. Very low precision can hide detail. This calculator balances both needs. It also detects axis cases. Axis cases have familiar angles. A positive real axis has zero degrees. A positive imaginary axis has ninety degrees. A negative real axis has one hundred eighty degrees. A negative imaginary axis has negative ninety degrees in principal form. These checks make the display easier to understand. They also support clean classroom explanations. This improves trust when answers are compared against printed solution keys during later review.

Final Writing Tip

Always write the final trigonometric form with the modulus outside the parentheses. Then write cosine plus i sine inside the parentheses. Use the same angle in both terms. Keep units clear. A degree answer and a radian answer are both valid when labeled correctly. The best answer is accurate, clear, and easy to verify.

FAQs

1. 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.

2. What is trigonometric form?

Trigonometric form writes a complex number as r(cos θ + i sin θ). It uses modulus and argument instead of horizontal and vertical parts.

3. How is the modulus calculated?

The modulus is r = √(a² + b²). It measures the distance from the origin to the complex point.

4. How is the argument calculated?

The argument is calculated with atan2(b, a). This method uses both parts and keeps the angle in the correct quadrant.

5. Why not use only arctan b over a?

A simple arctangent can miss the correct quadrant. atan2 avoids that problem and gives a safer angle.

6. What happens when the complex number is zero?

The modulus is zero. The argument is not unique. This calculator shows zero degrees only as a display convention.

7. Can I use negative real values?

Yes. Negative real values are supported. The calculator checks the signs and places the angle in the correct position.

8. Can I use negative imaginary values?

Yes. Negative imaginary values are supported. They often place the complex point below the real axis.

9. What is CIS notation?

CIS notation means cos θ + i sin θ. So r cis θ is a short form of trigonometric notation.

10. What is exponential form?

Exponential form writes the result as re^(iθ). It is connected to Euler's formula and is common in advanced work.

11. Should I choose degrees or radians?

Choose the unit required by your course or project. The calculator shows both, so you can compare them easily.

12. What does principal angle mean?

A principal angle usually stays between -180° and 180°. It is a compact way to express direction.

13. Why does rounding affect reconstruction?

Rounded angles and moduli can create tiny differences. These differences are normal and do not mean the method is wrong.

14. What does the CSV download include?

The CSV file includes inputs, modulus, argument, forms, verification values, and notes. It is useful for records and spreadsheets.

Related Calculators

Paver Sand Bedding Calculator (depth-based)Paver Edge Restraint Length & Cost CalculatorPaver Sealer Quantity & Cost CalculatorExcavation Hauling Loads Calculator (truck loads)Soil Disposal Fee CalculatorSite Leveling Cost CalculatorCompaction Passes Time & Cost CalculatorPlate Compactor Rental Cost CalculatorGravel Volume Calculator (yards/tons)Gravel Weight Calculator (by material type)

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.