1

I would like to seek some guidance with the following question.

Let $z$ be a complex number with $Im(z)$ not equal to $0$. If $9z + 2/z$ is a real number, find the value of $zz^*$

My solutions are as follow

Suppose $z = x + iy$ I would have the following equation

$9(x+iy) + 2/z$

$9(x+iy) + 2(x-iy)/zz^*$

$9x + 9iy + 2x/zz* - 2iy/zz^*$

Since it is a real number, the Imaginary Part would equate to $0$.

Any guidance on how to proceed further after step $3$ would be greatly appreciated, broken down into simpler terms if possible.

I did attempt to remove $(9iy$ and $2iy/zz^*)$ since it equates to $0$. However i'm stuck afterwards.

X-men
  • 111
  • 1
    Is z* the conjugate of z? – Ilovemath Sep 04 '21 at 03:41
  • @Ilovemath yes it is – X-men Sep 04 '21 at 03:44
  • Use the fact that if $z=x+iy, zz^*=x^2+y^2$ and is real. Also the things you call equations are not that as they have no equal sign. They are expressions. You are claiming correctly that they are all equal, but do not say so. In 3 only the second and fourth terms are imaginary, so set their sum to $0$ and see where it leads. – Ross Millikan Sep 04 '21 at 03:44
  • If $9z + \frac{2}{z}$ is real, then $9z + \frac{2}{z} = (9z + \frac{2}{z})^* = 9z^* + \frac{2}{z^}$. A big hint is to multiply through by $(zz^)^2$ – Sasha Sep 04 '21 at 03:50

3 Answers3

5

If $\,9z + 2/z=r \in \mathbb R\,$ then $\,z\,$ is a root of the equation $\,9z^2- r z + 2=0\,$. Since the coefficients are real and $\,z \in \mathbb C \setminus \mathbb R\,$, the other root must be its conjugate $\,z^*\,$, then the product of the roots is $\,zz^*=2/9\,$ by Vieta's formulas.

dxiv
  • 76,497
3

If imaginary part is $0$, we get the equation

$$9y- \frac{2y}{zz^*} =0$$ Now, as $y$ is non zero, we have

$$9=\frac{2}{zz^*}$$ which gives us $$zz^*=\frac{2}{9}$$

Lalit Tolani
  • 3,426
Ilovemath
  • 1,237
  • Hi ! I see where you are coming from. By forming an equation with the fact that Im equates to 0 since it is a real number.

    But for line 2, since y is non-zero, why is it that we can remove y from the equation?

    – X-men Sep 04 '21 at 04:00
  • 1
    If $r,s,t$ are real numbers, with $r \neq 0$, and if $r(s-t) = 0$, then either $r = 0$ or $(s - t) = 0$. With the premise that $r \neq 0$, you can conclude that $(s - t) = 0$. – user2661923 Sep 04 '21 at 04:03
  • 1
    In line 2, $y$ can't be factored out from all the terms to give something of the type $y$.(something free from $y$). So, there is no benefit in removing $y$ from line 2. In line 3, as you can see, $y$ can be factored out from all the terms. – Ilovemath Sep 04 '21 at 04:05
  • thank you everyone ! – X-men Sep 04 '21 at 04:18
0

If you've worked with the "polar form" for complex numbers, you might also argue this way. For $ \ z \ = \ r·e^{\ i·\theta} \ \ , \ \ \theta \neq 0 \ \ , $ we have $$ 9·z \ + \ \frac{2}{z} \ \ = \ \ 9·(r·e^{\ i·\theta}) \ + \ \frac{2}{r·e^{\ i·\theta}} \ \ = \ \ (9· r)·e^{\ i·\theta} \ + \ \left(\frac{2}{r} \right)·e^{\ -i·\theta} $$ $$ = \ \ (9· r)·( \ \cos \theta \ + \ i·\sin \theta \ ) \ + \ \left(\frac{2}{r} \right)·( \ \cos [-\theta] \ + \ i·\sin [-\theta] \ ) $$ $$ = \ \ \left(9r \ + \ \frac{2}{r} \right)· \cos \theta \ + \ i·9r·\sin \theta \ - \ i·\left(\frac{2}{r} \right)· \sin \theta \ \ . $$ This is a real number for $ \ 9r - \left(\frac{2}{r} \right) \ = \ 0 \ \Rightarrow \ r^2 \ = \ z·z^{*} \ = \ \frac29 \ \ . $