Complex Conjugate Calculator
Solve complex conjugate problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.
Reviewed for accuracy by Manoj Kumar, Mathematics Educator
Complex Conjugate Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser โ no data is sent to any server.
Formula: conj(a + bi) = a - bi
Worked example โ conj(z) = 3 - 4i | z*conj(z) = 25 | |z| = 5
Formula
conj(a + bi) = a - bi
The complex conjugate negates the imaginary part while preserving the real part. Key property: z * conj(z) = a^2 + b^2 = |z|^2 (always a non-negative real number). The conjugate reflects the number across the real axis in the complex plane.
Worked Examples
Example 1: Conjugate of 3 + 4i
Problem:Find the complex conjugate of z = 3 + 4i and compute z * conj(z).
Solution:Conjugate: conj(3 + 4i) = 3 - 4i Product: (3 + 4i)(3 - 4i) = 9 - 12i + 12i - 16i^2 = 9 + 16 = 25 Modulus: |z| = sqrt(25) = 5 Argument: arctan(4/3) = 53.13 degrees
Result:conj(z) = 3 - 4i | z*conj(z) = 25 | |z| = 5
Example 2: Dividing (2 + 3i) by (1 - 2i)
Problem:Divide (2 + 3i) by (1 - 2i) using the conjugate method.
Solution:Multiply by conjugate of denominator: (2+3i)(1+2i) / ((1-2i)(1+2i)) Numerator: 2 + 4i + 3i + 6i^2 = 2 + 7i - 6 = -4 + 7i Denominator: 1 + 4 = 5 Result: (-4 + 7i)/5 = -0.8 + 1.4i
Result:(2+3i)/(1-2i) = -0.8 + 1.4i
Frequently Asked Questions
What is the complex conjugate and how is it defined?
The complex conjugate of a complex number z = a + bi is denoted as z-bar (or z*) and equals a - bi. It is formed by negating the imaginary part while keeping the real part unchanged. Geometrically, the conjugate is the reflection of z across the real axis in the complex plane (Argand diagram). Every real number is its own conjugate since the imaginary part is zero. The concept of conjugation is fundamental to complex analysis and appears throughout mathematics, physics, and engineering. It preserves the magnitude of the complex number while reversing the direction of rotation in the complex plane.
Why is the product of a complex number and its conjugate always real?
When you multiply z = a + bi by its conjugate a - bi, you get (a + bi)(a - bi) = a^2 - (bi)^2 = a^2 - b^2i^2 = a^2 + b^2. Since a^2 and b^2 are both real numbers, their sum is always a non-negative real number. This result equals the square of the modulus |z|^2. This property is not a coincidence but follows from the algebraic structure of complex multiplication and the definition of conjugation. It is the key property that makes conjugates useful for rationalizing complex denominators, since multiplying numerator and denominator by the conjugate of the denominator eliminates the imaginary part from the denominator.
How are complex conjugates used to divide complex numbers?
To divide two complex numbers (a + bi) / (c + di), multiply both numerator and denominator by the conjugate of the denominator (c - di). This transforms the denominator into c^2 + d^2 (a real number), making the division straightforward. The result is [(ac + bd) + (bc - ad)i] / (c^2 + d^2). For example, (3 + 2i)/(1 + i) = (3 + 2i)(1 - i)/((1 + i)(1 - i)) = (3 - 3i + 2i - 2i^2)/(1 + 1) = (5 - i)/2 = 2.5 - 0.5i. This technique, called rationalizing the denominator, is analogous to multiplying by the conjugate surd when simplifying expressions with square roots.
What properties do complex conjugates satisfy?
Complex conjugates satisfy several important algebraic properties. The conjugate of a sum equals the sum of conjugates: conj(z1 + z2) = conj(z1) + conj(z2). The conjugate of a product equals the product of conjugates: conj(z1 * z2) = conj(z1) * conj(z2). The conjugate of a conjugate returns the original: conj(conj(z)) = z (involution property). The conjugate of a quotient equals the quotient of conjugates. The real part of z equals (z + conj(z))/2, and the imaginary part equals (z - conj(z))/(2i). These properties make conjugation an automorphism of the complex number field, preserving the algebraic structure of addition and multiplication.
How do complex conjugates appear in polynomial equations?
The Complex Conjugate Root Theorem states that if a polynomial with real coefficients has a complex root a + bi, then its conjugate a - bi must also be a root. This means complex roots of real polynomials always come in conjugate pairs. For example, if x^2 + 1 = 0 has root i, it must also have root -i (which is the conjugate of i). This theorem explains why odd-degree polynomials with real coefficients always have at least one real root, since complex roots pair up and cannot account for an odd number of total roots. The theorem is a direct consequence of the fact that polynomial evaluation commutes with conjugation when coefficients are real.
What is the geometric meaning of complex conjugation in the complex plane?
In the complex plane (Argand diagram), complex conjugation corresponds to reflection across the real axis (the horizontal axis). The number z = a + bi maps to the point (a, b), and its conjugate a - bi maps to (a, -b), which is the mirror image across the x-axis. This reflection preserves the distance from the origin (the modulus remains the same) but reverses the sign of the argument (angle). If z has argument theta, then conj(z) has argument -theta. This geometric interpretation explains why |z * conj(z)| = |z|^2 and why conjugation preserves modulus: both z and its conjugate are equidistant from the origin.
How are complex conjugates used in quantum mechanics?
In quantum mechanics, complex conjugates are essential for computing probabilities and expectation values. The probability of finding a particle in a particular state is given by the square of the modulus of the wave function, calculated as the wave function times its complex conjugate. The inner product of two quantum states involves conjugating one of them, following the rule of the Hermitian (conjugate transpose) inner product. Operators representing physical observables must be Hermitian, meaning they equal their own conjugate transpose. The Born rule, which connects quantum amplitudes to measurable probabilities, fundamentally relies on the product of a complex amplitude with its conjugate to produce a real, non-negative probability.
What role do complex conjugates play in electrical engineering?
In electrical engineering, complex conjugates are used extensively in AC circuit analysis, signal processing, and power calculations. The impedance of circuit elements is represented as complex numbers, and the conjugate appears in maximum power transfer calculations where the load impedance should equal the conjugate of the source impedance. In signal processing, the autocorrelation function involves multiplying a signal by its conjugate shifted in time. The power spectral density is computed as the Fourier transform multiplied by its conjugate. In antenna theory, the conjugate match condition maximizes power delivery. Complex conjugates also appear in the definition of the Hermitian transpose used in matrix signal processing algorithms like beamforming.
How do complex conjugates relate to the modulus and argument of a complex number?
The modulus (absolute value) of a complex number z = a + bi is |z| = sqrt(a^2 + b^2), which equals the square root of z times its conjugate: |z| = sqrt(z * conj(z)). The argument (angle) of z is theta = atan2(b, a), and the conjugate has argument -theta, meaning it has the same modulus but opposite angle. In polar form, if z = r * e^(i*theta), then conj(z) = r * e^(-i*theta). This means conjugation preserves magnitude while reversing the rotational direction. The product z * conj(z) = r^2 eliminates all angular dependence, which is why it produces a real number. These relationships are fundamental to understanding how conjugation interacts with the polar representation of complex numbers.
Can complex conjugation be generalized to other number systems?
Yes, the concept of conjugation extends naturally to several other algebraic structures. In quaternions (a four-dimensional extension of complex numbers with units 1, i, j, k), the conjugate of q = a + bi + cj + dk is a - bi - cj - dk, negating all three imaginary components. In algebraic number theory, conjugation generalizes to field automorphisms, where each root of an irreducible polynomial has conjugates that are the other roots. In matrix algebra, the conjugate transpose (Hermitian adjoint) combines complex conjugation with matrix transposition. In functional analysis, conjugation extends to operators on Hilbert spaces. Each generalization preserves the key property that an element times its conjugate yields something in the base field.
References
Reviewed for accuracy by Manoj Kumar, Mathematics Educator ยท Editorial policy
Related Calculators
๐งฎComplex Number Calculator
Calculate complex number with inputs, formulas, and instant results.
๐งฎComplex Root Calculator
Calculate complex root with inputs, formulas, and instant results.
๐งฎAnnulus Area Calculator
Calculate annulus area with inputs, formulas, and instant results.
๐งฎArea Calculator
Calculate area with inputs, formulas, and instant results.
๐งฎArea of a Rectangle Calculator
Calculate the area, perimeter, and diagonal of a rectangle. Find missing sides from known area. Convert between metric and imperial area units.
๐งฎArea of Crescent Calculator
Calculate area of crescent with inputs, formulas, and instant results.
๐งฎCenter of Mass Calculator
Calculate center of mass with inputs, formulas, and instant results.
๐งฎCentroid Calculator
Calculate centroid with inputs, formulas, and instant results.