Re: complex number equation
For the given equation, this implies
.
Re: complex number equation
Quote:
Originally Posted by
jakobjakob
I need to solve the following equation and i am encountering some problem
Re: (z+i)/(1-z)=0
I think the actual problem is =0)
Note that =\frac{\text{Re}( z)\text{Re}(w)+\text{Im}(z)\text{Im}(w)}{|w|^2})
If you want that to be 0, then the numerator must be zero.
Also
are two solutions.
Re: complex number equation
How could z = -i possibly be a solution to this equation? The real parts of a complex number are always real...
![\displaystyle \begin{align*} \textrm{Re}\left( \frac{z + i}{1 - z} \right) &= 0 \\ \textrm{Re}\left[ \frac{x + y\,i + i}{1 - \left( x + y\,i \right)} \right] &= 0 \\ \textrm{Re}\left[ \frac{x + \left( y + 1 \right) i}{1 - x - y\,i} \right] &= 0 \\ \textrm{Re}\left\{ \frac{\left[ x + \left( y+ 1\right) i \right]\left( 1 - x + y\,i \right)}{\left( 1 - x - y\, i \right) \left( 1 - x + y\, i\right) } \right\} &= 0 \\ \textrm{Re}\left[ \frac{x(1 - x) + xy\,i + (1 - x)\left( y + 1 \right) i + y\left( y + 1 \right) i^2}{(1 - x)^2 + y^2 } \right] &= 0 \\ \textrm{Re}\left\{ \frac{x(1 - x) - y(y + 1) + \left[ xy + (1 - x)(y + 1) \right] i }{(1 - x)^2 + y^2} \right\} &= 0 \\ \textrm{Re} \left\{ \frac{x(1 - x) - y(y + 1)}{(1 - x)^2 + y^2} + \left[\frac{xy + (1 - x)(y + 1)}{(1 - x)^2 + y^2}\right] i \right\} &= 0 \end{align*}](http://latex.codecogs.com/png.latex?\displaystyle \begin{align*} \textrm{Re}\left( \frac{z + i}{1 - z} \right) &= 0 \\ \textrm{Re}\left[ \frac{x + y\,i + i}{1 - \left( x + y\,i \right)} \right] &= 0 \\ \textrm{Re}\left[ \frac{x + \left( y + 1 \right) i}{1 - x - y\,i} \right] &= 0 \\ \textrm{Re}\left\{ \frac{\left[ x + \left( y+ 1\right) i \right]\left( 1 - x + y\,i \right)}{\left( 1 - x - y\, i \right) \left( 1 - x + y\, i\right) } \right\} &= 0 \\ \textrm{Re}\left[ \frac{x(1 - x) + xy\,i + (1 - x)\left( y + 1 \right) i + y\left( y + 1 \right) i^2}{(1 - x)^2 + y^2 } \right] &= 0 \\ \textrm{Re}\left\{ \frac{x(1 - x) - y(y + 1) + \left[ xy + (1 - x)(y + 1) \right] i }{(1 - x)^2 + y^2} \right\} &= 0 \\ \textrm{Re} \left\{ \frac{x(1 - x) - y(y + 1)}{(1 - x)^2 + y^2} + \left[\frac{xy + (1 - x)(y + 1)}{(1 - x)^2 + y^2}\right] i \right\} &= 0 \end{align*})
 - y(y + 1)}{(1 - x)^2 + y^2} &= 0 \\ x(1 - x) - y(y + 1) &= 0 \textrm{ for all }(x, y) \neq (1, 0) \\ x - x^2 - y^2 - y &= 0 \\ x^2 - x + y^2 + y &= 0 \\ x^2 - x + \left( -\frac{1}{2} \right)^2 + y^2 + y + \left( \frac{1}{2} \right)^2 &= \left( -\frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^2 \\ \left( x - \frac{1}{2} \right)^2 + \left( y + \frac{1}{2} \right)^2 &= \left( \frac{\sqrt{2}}{2} \right)^2 \end{align*})
So the solution to your problem is all points that lie on the circle of radius
units, centred at
.