I was wondering how to divide a number by $i=\sqrt{-1}$. E.g $$\frac{2}{i} = \ ?$$ Any help would be appreciated.
Asked
Active
Viewed 54 times
0
-
2Note that $i\cdot (-i)=1$. – Jun 12 '17 at 15:32
-
2If you want a real denominator, you then multiply top and bottom by the complex conjugate (here, $-i$), then work out the result... – abiessu Jun 12 '17 at 15:32
-
1Note that $i^{-1} = -i$. – Wuestenfux Jun 12 '17 at 15:32
5 Answers
2
It is the same as multiplication by $-i$:
$\frac{a}{i} = \frac{a}{i} \cdot \frac{i}{i} = -i a$
Jack
- 460
0
You could start with a known identity and then work you way backwards to the problem in the OP. For example $i^2=-1 \Rightarrow i=\frac{-1}i \Rightarrow -2\cdot i = -2 \cdot \frac{-1}i \Rightarrow -2i=\frac2i$
Χpẘ
- 1,130
- 6
- 8