[spec] complex factor theorem
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 4 Mar 2019 09:32:52 +0000 (20:32 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 4 Mar 2019 09:32:52 +0000 (20:32 +1100)
spec/complex.md
index ce71511c7e95db5bf532023e5385bee137260e77..e72225e3b7bbf2d5a170930723ed6a9fa50e03c3 100755 (executable)
@@ -128,6 +128,12 @@ $$P(z) = D(z)Q(z) + R(z)$$
 
 Let $\alpha \in \mathbb{C}$. Remainder of $P(z) \div (z - \alpha)$ is $P(\alpha)$
 
+#### Factor theorem
+If $a+bi$ is a solution to $P(z)=0$, then:
+
+- $P(a+bi)=0$
+- $z-(a+bi)$ is a factor of $P(z)$
+
 ## Conjugate root theorem
 
 If $a+bi$ is a solution to $P(z)=0$, with $a, b \in \mathbb{R}$, then the conjugate $\overline{z}=a-bi$ is also a solution.