How do I find and plot the roots of a polynomial with complex roots on an Argand diagram? e.g. f(z) =z^3 -3z^2 + z + 5 where one of the roots is known to be 2+i

For a polynomial with real coefficients, use that roots come in complex conjugate pairs. Therefore, another root is 2-i (and we know for this example that the final root must be real). Write the factorised function from what we know so far. For this polynomial, the factorised equation must therefore look like (z-z1)(z-z2)(z-z3) where z1 and z2 are the 2 already known roots, and z3 is real.Expand the known part. Expanding (z-(2+i))(z-(2-i)) gives (z^2 -4z +5) - be careful with the algebra when expanding. Comparing coefficients of (z^2 -4z +5)(z-z3)=z^3 -3z^2 + z + 5 shows that z3 is -1.An Argand diagram plot is simply a plot of imaginary against real components. The roots are (2+i1), (2-i1), and (-1 +i0), so the points to plot will be (2,-1), (2,+1), and (-1, 0).

ES

Related Further Mathematics A Level answers

All answers ▸

a) Show that d/dx(arcsin x) = 1/(√ (1-x²)). b) Hence, use a suitable trigonometric substitution to find ∫ (1/(√ (4-2x-x²))) dx.


Show that G = {1, -1} is a group under multiplication.


Given y=arctan(3e^2x). Show dy/dx= 3/(5cosh(2x) + 4sinh(2x))


The quadratic equation x^2-6x+14=0 has roots alpha and beta. a) Write down the value of alpha+beta and the value of alpha*beta. b) Find a quadratic equation, with integer coefficients which has roots alpha/beta and beta/alpha.