One of the most useful facts about conjugates is what happens when you multiply a complex number by its own conjugate:
\((a + bi)(a - bi) = a^2 - (bi)^2 = a^2 + b^2\)
Notice the imaginary part disappears completely, leaving a purely real result. This is the same pattern as the difference of squares, \((x+y)(x-y) = x^2 - y^2\), applied to complex numbers, and it works because \(i^2 = -1\) turns the subtraction into addition.
Example: Find the product of \(4 + 3i\) and its conjugate.
The conjugate of \(4 + 3i\) is \(4 - 3i\). Multiplying:
\((4 + 3i)(4 - 3i) = 4^2 + 3^2 = 16 + 9 = 25\)
This "always real" property is exactly why conjugates are used to simplify expressions with imaginary numbers in the denominator: multiplying the top and bottom of a fraction by the conjugate of the denominator clears the imaginary part from it. If you need a refresher on combining complex numbers before working through such problems, take a look at adding and subtracting complex numbers.