Complex Number Modulus and Phase (Polar Form)
Enter the real and imaginary parts of z to get the magnitude sqrt(a^2 + b^2) and the argument atan2(b, a), reported in radians and in degrees.
|z| + arg(z)
—
Modulus and phase: the polar form of a complex number
Take z = a + bi. Its modulus, or magnitude, is |z| = √(a² + b²), which is just how far the point sits from the origin in the Argand plane. The argument, or phase, is arg(z) = atan2(b, a): the signed angle measured from the positive real axis. Using atan2 rather than a plain arctangent is what lets it cover all four quadrants correctly. Put the two together and you have the polar form z = r(cos θ + i sin θ) = r·e^(iθ), where r = |z| and θ = arg(z). That exponential version comes from Euler's formula (1748). To see it in action, take z = 1 + i: you get |z| = √2 and arg(z) = π/4, which means z = √2·e^(iπ/4).
Applications: signals, AC circuits and synthesis
Polar form turns up wherever amplitude and phase need to travel together. In signal processing each sinusoid becomes a phasor carrying both. The FFT leans on powers of the roots of unity e^(2πik/N). In AC electronics the impedance folds resistance and reactance into a single modulus-and-phase pair, while digital filters get read off pole/zero diagrams and FM synthesizers work by modulating the phase of a complex oscillator.
FAQ
Radians or degrees? Mathematicians tend to work in radians, while engineers usually reach for degrees. To switch, use deg = rad·180/π.
What is the principal argument? It is the one value of arg(z) that falls in (−π, π], which is exactly what atan2 hands back.
What happens at z = 0? The modulus |z| = 0, and the argument simply isn't defined, since any angle would do.
Why is polar form useful for products? Because multiplication collapses to r₁r₂·e^(i(θ₁+θ₂)). You multiply the moduli and add the arguments.
Related Tools
Crystallinity by Density
Calculate a polymer's crystallinity degree by the density method, X_c = [ρ_c·(ρ − ρ_a)] ÷ [ρ·(ρ_c − ρ_a)] × 100%, from the sample's measured density (ρ) and the densities of the 100% amorphous (ρ_a) and 100% crystalline (ρ_c) phases. The result, in %, relies on crystalline regions being more compact and dense than amorphous ones — the higher the sample density, the higher its crystallinity. It is an alternative to DSC (enthalpy), simple and accurate, using a density gradient column or pycnometry. Enter the sample, amorphous and crystalline densities.
Saltation Velocity in Pneumatic Conveying (Rizk)
Computes the saltation velocity in dilute-phase pneumatic conveying with the Rizk correlation, V_s = √(g·D)·(μ·10^(1440·d_p + 1.96))^(1/(1100·d_p + 2.5)), where the pipe diameter D and the particle diameter d_p are in metres and μ is the solids-to-gas loading ratio in kg of solid per kg of air. Below this velocity the particles stop being carried in suspension and start settling at the bottom of the horizontal pipe, building a dune that chokes the cross-section until the line blocks — which is why it is the LOWER design limit, on top of which a typical margin of 20 to 50 % is applied. Because the bracketed term is dimensionless, velocity scales exactly with √(g·D), giving two practical readings: doubling the pipe diameter demands only 41 % more velocity, but tripling the solids loading from 10 to 30 raises the requirement from 15.9 to 22.9 m/s, because loading enters raised to an exponent. Enter the pipe diameter, the particle diameter and the loading ratio.
Solidification Time (Chvorinov)
Calculate the solidification time of a casting by Chvorinov's rule, t = B × (V ÷ A)², from the mold constant B (min/cm², depending on the mold material and metal) and the ratio of the part's volume V to its surface area A. The result, in minutes, is the time for the metal to fully solidify. The rule shows that parts with a higher volume/area ratio (more 'massive') solidify more slowly — a fundamental casting design principle: risers (metal reservoirs) must have a larger modulus than the part to solidify last and feed the shrinkage. Enter the mold constant, the volume and the part area.
Flexural Modulus of Rupture (Ceramic)
Compute the three-point flexural modulus of rupture (MOR) of a ceramic, MOR = 3·F·L/(2·b·d²), from the breaking load (F), the support span (L), the width (b) and the thickness (d) of the test bar. It is the main mechanical-strength measure of ceramics and tiles (ISO 10545): porcelain tiles exceed 35 MPa. The d² dependence shows why thicker pieces resist far more. Enter the load, the support span, the width and the thickness.
Casting Cooling Modulus
Calculate the cooling modulus (or geometric modulus) of a casting, M = V ÷ A, dividing the volume V by the surface area A in contact with the mold. The result, in cm (length unit), is the parameter governing solidification speed: the larger the modulus, the slower the solidification (Chvorinov's rule says the time is proportional to the modulus squared). It is the basis of riser sizing in foundry — the modulus rule requires the riser modulus to be about 1.2 times that of the part, so it solidifies later and feeds the shrinkage, avoiding shrinkage cavities. Enter the part volume and area.
Rubber Apparent Compression Modulus
Computes the apparent compression modulus of a rubber block squeezed between two bonded plates, Ec = E₀ × (1 + 2 × k × S²), where E₀ is the Young's modulus of the compound, k is a numerical constant tabulated by hardness (running from about 0.93 for soft 30 IRHD rubber to 0.53 for hard 75 IRHD) and S is the shape factor, which for a circular block equals the diameter divided by four times the thickness. Rubber is essentially incompressible in volume, so what resists the load is not compression of the material but friction on the bonded faces, which stops the sides from bulging; that is why the apparent modulus can sit many times above the compound's own Young's modulus. The result, in megapascals, is what you use to get the vertical stiffness of the mount (stiffness = Ec × area ÷ thickness) and from there the natural frequency of the isolated system. Because the shape factor is S = D ÷ 4t and the dominant term goes with S squared, diameter and thickness are levers of equal weight and opposite sign: halving the thickness and doubling the diameter do exactly the same thing, and in the example both take the apparent modulus from 11.3 to 35.3 MPa — a thin mount is a stiff mount, and that ruins vibration isolation. Enter the compound's Young's modulus, the constant k, the block diameter and the thickness.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.