1

Find values for $a$ and $b$ so that $z=a+bi$ satisfies $\displaystyle \frac{z+i}{z+2}=i$. Below are my workings:

so far i simplify $\displaystyle \frac{z+i}{z+2}=i$ to $z=zi+i$

which $a=i$, $b=z$

mle
  • 2,287
carry
  • 343

3 Answers3

1

Hint: You have $\frac {z+i}{z+2}=i$ Multiplying by $z+2$ gives $z+i=iz+2i$ Now substitute in $z=a+bi$, remembering that $a$ and $b$ are real. The real and imaginary parts give you two equations in the two unknowns $a,b$

Ross Millikan
  • 374,822
  • substitute z=iz+i into z=a+bi ? – carry Mar 11 '14 at 23:45
  • No, substitute $a+bi$ for $z$ in the previous equation. It becomes $a+bi+i=i(a+bi)+2i$ – Ross Millikan Mar 11 '14 at 23:46
  • wait how can u do that? – carry Mar 11 '14 at 23:46
  • @harry Algebra still works the same way for complex numbers as it does for reals. The added "feature" is that inserting $ \ z = a + bi \ $ into the algebraic equation $ \ z + i \ = \ iz + 2i \ $ produces real and imaginary parts on both sides of the equation, which must be "matched up" separately. (We do this with real-number algebra all the time: we just don't think about it as "making parts agree" because the "imaginary part" is always zero...) – colormegone Mar 12 '14 at 01:08
1

$$\dfrac{z+i}{z+2}=i\\ \implies a=-b\mbox{ and }\\ \mbox{}b+1=a+2\mbox{ (by taking the imaginary and real parts of the resulting equation.)}$$ Solving gives $$\boxed{b=0.5,a=-0.5}$$

1

$z=zi+i$ is equivalent to $z-zi=i$. $z(1-i)=i$ then $z=\frac{i}{1-i}$ so $a = Re(z)$ and $b=Im(z).$

borg
  • 811
  • 6
  • 11