2

Find the inverse of $7+3i$ in $\mathbb{C}^*$.

I do not have a problem similar to this, therefore any help is appreciated.

Xam
  • 6,119
rover2
  • 1,532

2 Answers2

9

HINT: If we try the conjugate (as our guess for the inverse) we have $$(7+3i)(7-3i)=49+9=58,$$ but we would really like this product to be $1$. Can we fix this?

Laars Helenius
  • 7,965
  • 1
  • 23
  • 35
4

An element of $C^{*}$ is of the form $a + bi$, where we cannot have $a=b=0$.

$a+bi$ is the inverse of $7+3i$ if $(a+bi)(7+3i) = 1$.

Expanding this gives us: $$7a + 7bi + 3ai + 3bi^{2} = 7a - 3b + (3a+7b)i= 1$$

Notice that 1 is purely real, so we must have $3a+7b = 0$. At the same time, we must have $7a-3b = 1$. Now, all that is left is to solve this pair of equations for appropriate integers $a$ and $b$.

eg123
  • 96