1
$\begingroup$

If I have some function $f = (1 + 7i - x)(7 + 5i - x)(3 + 1i - x)$

How do I find its derivative? I know it is $(13/3 + 11i/3 - x)(3 + 5i - x)$ but I don't know how to find it.

  • 0
    The roots are not affected by constant multiplication, eg, $x-1$ and $3x-3$ have the same root, but are different functions.2012-05-26

1 Answers 1

2

Expand the function $f$:

$f(x) = -x^3+(11+13i)x^2+(16-98i)x-138+134i.$ Then differentiate as usual.

Factoring the derivative gives:

$f'(x) = (3+5i-x)(3x-13-11i).$