ALGEBRAAlgebraMathematics Calculator
🔄

Complex Conjugate

The conjugate of z=a+bi is z̄=a−bi — flip the sign of the imaginary part. Conjugates preserve modulus; z·z̄ is always real. Use conjugates to rationalize denominators and in AC circuit analysis.

Concept Fundamentals
a−bi
√(a²+b²)
|z|
a²+b²
z·z̄
Across real axis
Reflection

Did our AI summary help? Let us know.

Conjugation is reflection across the real axis in the complex plane. z+z̄=2a and z−z̄=2bi extract real and imaginary parts. Polynomials with real coefficients: roots come in conjugate pairs.

Key quantities
a−bi
Key relation
√(a²+b²)
|z|
Key relation
a²+b²
z·z̄
Key relation
Across real axis
Reflection
Key relation

Ready to run the numbers?

Why: Conjugates rationalize complex division: (z₁/z₂)=(z₁·z̄₂)/|z₂|². In EE, impedance Z has conjugate Z* for power. In quantum mechanics, bras are conjugates of kets.

How: For z=a+bi, conjugate is z̄=a−bi. Modulus |z|=√(a²+b²) is unchanged. Product z·z̄=a²+b² is real. To divide: multiply numerator and denominator by the conjugate of the denominator.

Conjugation is reflection across the real axis in the complex plane.z+z̄=2a and z−z̄=2bi extract real and imaginary parts.

Run the calculator when you are ready.

Compute Complex ConjugateConjugate, modulus, polar form, division

📌 Example Scenarios — Click to Load

Complex Number z = a + bi

Second Number z₂ (for division z₁/z₂)

complex_conjugate
CALCULATED
$ conjugate --z="3 + 4i"
Conjugate z̄
3 -4i
Modulus |z|
5.0000
z·z̄
25.0000
Argument θ
53.13°
Division z₁/z₂
-0.5 + 3.5i
Share:

Magnitude Comparison

Real vs Imaginary

📐 Calculation Steps

INPUT
Input z
3 + 4i
z = a + ext{bi}
CONJUGATE
Conjugate z̄
3 -4i
z̄ = a - ext{bi} ( ext{flip} ext{sign} ext{of} ext{imaginary} ext{part})
PROPERTIES
Modulus |z|
5.0000
|z| = √(a² + b²) = √(3² + 4²)
Product z·z̄
25.0000
z cdot z̄ = |z|^{2} = a^{2} + b^{2} ( ext{always} ext{real})
Argument θ
53.13°
\text{theta} = atan2(b, a)
Polar Form
5.0000(cos 53.13° + i sin 53.13°)
z = r(\text{cos} \text{theta} + i \text{sin} \text{theta} )
DIVISION
z₁/z₂ (rationalized)
-0.5 + 3.5i
ext{Multiply} ext{num} & ext{denom} ext{by} ext{conjugate} ext{of} z_{2}

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

AC impedance Z=R+jX has conjugate Z*=R−jX for power calculations.

— EE

⚛️

Quantum: ⟨ψ| is the conjugate transpose of |ψ⟩.

— Quantum

📋 Key Takeaways

  • • The conjugate of z = a + bi is z̄ = a − bi — flip the sign of the imaginary part
  • • Conjugates preserve modulus: |z| = |z̄| = √(a² + b²)
  • • z·z̄ is always real: z·z̄ = a² + b² = |z|²
  • • Use conjugates to rationalize: (z₁/z₂) = (z₁·z̄₂)/(z₂·z̄₂) = (z₁·z̄₂)/|z₂|²
  • • In the complex plane, conjugation is reflection across the real axis

💡 Did You Know?

🪞Conjugation is a reflection: z and z̄ are mirror images across the real axis in the complex planeSource: Geometric interpretation
Electrical engineers use j instead of i for imaginary unit to avoid confusion with current ISource: IEEE convention
📡FFT algorithms exploit conjugate symmetry: X(-k) = X̄(k) for real signalsSource: Signal processing
⚛️In quantum mechanics, ⟨ψ| is the bra (conjugate) of the ket |ψ⟩Source: Dirac notation
📐For z = re^(iθ), the conjugate is z̄ = re^(-iθ) — same magnitude, negated angleSource: Polar form
🔢Complex roots of real polynomials always come in conjugate pairsSource: Fundamental theorem

📖 How Complex Conjugates Work

The complex conjugate of z = a + bi is z̄ = a − bi (also written z*). Geometrically, it is the reflection of z across the real axis in the Argand plane. The conjugate preserves the real part and negates the imaginary part. Key properties:

Algebraic Properties

  • z + z̄ = 2a (twice the real part)
  • z − z̄ = 2bi (twice the imaginary part)
  • z·z̄ = a² + b² = |z|² (always a non-negative real number)
  • z̄̄ = z (conjugate of conjugate is original)
  • (z₁ + z₂)* = z₁* + z₂* and (z₁z₂)* = z₁*z₂* (conjugation is a field automorphism)

Applications

Division: To compute z₁/z₂, multiply numerator and denominator by z̄₂. The denominator becomes |z₂|², a real number. Example: 1/(3+4i) = (3−4i)/(9+16) = (3−4i)/25.

Electrical Engineering: Impedance Z = R + jX has conjugate Z* = R − jX. Power calculations use Z·Z*. The real part of (V·Ī)/2 gives average power in AC circuits.

Signal Processing: Conjugate symmetry reduces FFT computation by half for real-valued signals. For real x[n], X[k] = X̄[N−k].

Roots of Polynomials: If a polynomial has real coefficients and α is a root, then ᾱ is also a root. Complex roots come in conjugate pairs.

🎯 Expert Tips

💡 Quick Conjugate

Just flip the sign of the imaginary part. 3+4i → 3−4i, 5i → −5i.

💡 Rationalizing

For 1/(a+bi), multiply by (a−bi)/(a−bi) to get (a−bi)/(a²+b²).

💡 Polar Form

If z = re^(iθ), then z̄ = re^(-iθ). Same r, negated angle.

💡 Modulus Check

|z| = |z̄| always. Use this to verify your conjugate calculation.

📊 Reference Table

z|z|z·z̄
3+4i3−4i525
5i−5i525
1−i1+i√22
−2+3i−2−3i√1313
77749
−4i4i416

❓ FAQ

What is the complex conjugate of a+bi?

The complex conjugate is a−bi. You keep the real part the same and change the sign of the imaginary part.

Why is z·z̄ always real?

(a+bi)(a−bi) = a² − (bi)² = a² + b², since i² = −1. So (bi)² = −b², giving a² + b².

How do I divide complex numbers?

Multiply numerator and denominator by the conjugate of the denominator. The denominator becomes |z|², a real number.

What is the geometric meaning of conjugation?

In the complex plane, the conjugate is the reflection of the point across the real (horizontal) axis.

Why do electrical engineers use j instead of i?

i is reserved for current in EE. The imaginary unit is written as j, so impedance Z = R + jX.

Are conjugates used in quantum mechanics?

Yes. The bra ⟨ψ| is the conjugate transpose of the ket |ψ⟩. Inner products use ⟨ψ|φ⟩.

Does conjugation distribute over addition and multiplication?

Yes. (z₁+z₂)* = z₁*+z₂* and (z₁z₂)* = z₁*z₂*. Conjugation is a field automorphism of ℂ that fixes ℝ.

How do I find the conjugate in polar form?

If z = re^(iθ), then z̄ = re^(-iθ). Same magnitude r, negated angle −θ.

📈 Quick Reference

z̄ = a−bi
Conjugate formula
|z| = √(a²+b²)
Modulus
z·z̄ = |z|²
Product
θ = atan2(b,a)
Argument

📝 Worked Example

Find (2+3i)/(1−i): Multiply numerator and denominator by the conjugate of 1−i, which is 1+i. Numerator: (2+3i)(1+i) = 2+2i+3i+3i² = 2+5i−3 = −1+5i. Denominator: (1−i)(1+i) = 1−i² = 1+1 = 2. Result: (−1+5i)/2 = −½ + (5/2)i.

Verify z·z̄ for z=3+4i: z̄ = 3−4i. Then z·z̄ = (3+4i)(3−4i) = 9−12i+12i−16i² = 9+16 = 25 = |z|². ✓

🖼️ Complex Plane

In the complex plane (Argand diagram), the horizontal axis is the real part and the vertical axis is the imaginary part. The conjugate z̄ is the mirror image of z across the real axis. The modulus |z| is the distance from the origin. The argument arg(z) is the angle from the positive real axis, measured counterclockwise. Conjugation flips the sign of the argument: arg(z̄) = −arg(z).

⚠️ Disclaimer: This calculator provides educational support for complex number operations. For critical engineering or scientific applications, verify results with specialized software. Angles are in degrees unless otherwise noted.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators

Complex Number Calculator

Add, subtract, multiply, divide, and compute powers and roots of complex numbers. Get results in rectangular and polar form with modulus and argument....

Mathematics

Error Function Calculator

Calculate the error function erf(x), complementary error function erfc(x), and inverse erf using the Abramowitz-Stegun approximation. erf(x) = (2/√π)∫₀ˣ...

Mathematics

Absolute Value Equation Calculator

Solve absolute value equations and inequalities including |ax+b|=c, |ax+b|=|cx+d|, and |ax+b|≤c forms. Features solution verification, number line...

Mathematics

Absolute Value Inequalities Calculator

Solve absolute value inequalities |ax+b| < c, > c, ≤ c, ≥ c. Get solution intervals, interval notation, set builder notation, number line visualization...

Mathematics

Bessel Function Calculator

Calculate Bessel functions J_n(x), Y_n(x), I_n(x), and K_n(x) with series approximation. Supports first kind (J), second kind/Neumann (Y), and modified Bessel functions (I, K). Applications include vibrating drum modes, electromagnetic waveguides, heat conduction in cylinders, and Bessel filter design in signal processing. Uses the power series J_n(x) = Σ (-1)^m/(m!(m+n)!)·(x/2)^(2m+n). Includes convergence info, Bar chart comparing values at different x, Doughnut chart showing series term contributions, and educational content on Bessel's differential equation and cylindrical harmonics.

Mathematics

Binomial Coefficient Calculator

Calculate binomial coefficients C(n,k) = n!/(k!(n-k)!) — the number of ways to choose k items from n without regard to order. Also known as n choose k or ⁿCₖ. Features Pascal's triangle row generation, factorial breakdown, Bar chart of full row C(n,0)..C(n,n), Doughnut chart showing k vs n−k. Applications: lottery (C(49,6)), poker hands (C(52,5)), committee selection, DNA combinations, binary strings. Educational content on combinatorics, binomial theorem (x+y)ⁿ expansion, and Pascal's identity.

Mathematics