Exercises – Long Day#

Exercise 1: The Division Algorithm#

Question a#

Determine, using the division algorithm, whether the polynomial \(d(Z)=Z^2+Z+1\) is a factor in the polynomial \(p(Z)=2Z^6-2\).

Question b#

Is \(Z^3+2\) a factor in \(Z^6+2Z^3+8\)?

Exercise 2: Multiplicity of Roots#

Question a#

We are being informed that \(-2\) is a root of the polynomial \(p(Z)=Z^5+4Z^4+4Z^3+5Z^2+20Z+20\). Determine the multiplicity of the root.

Question b#

Find a fourth-degree polynomial that has the roots \(0\), \(1\), and \(-1\) with multiplicities \(2\), \(1\), and \(1\), respectively.

Exercise 3: The Roots and Coefficients of a Polynomial#

We are given a cubic (third-degree) polynomial \(p(Z)=Z^3+aZ^2+bZ+c \in \mathbb{R}[Z]\) with \(a,b\) and \(c\) being some numbers that we do not yet know the values of. We are also informed that the numbers \(10\), \(2\), and \(3\) are roots of \(p(Z)\). Compute \(a\), \(b\) and \(c\).

Exercise 4: A Cubic Polynomial#

We are given the polynomial

\[p(Z)=Z^3+9Z^2+28Z+30.\]

In this exercise we will investigate the roots of this polynomial.

Question a#

Show that \(-3\) is a root of \(p(Z)\).

Question b#

Use the division algorithm to show that

\[p(Z)=(Z+3)(Z^2+6Z+10).\]

Question c#

Now, find all solutions within the complex numbers to the polynomial equation \(p(z)=0.\)

Exercise 5: Real Roots#

Is the following proposition true?

Every polynomial \(p(Z) \in \mathbb{R}[Z]\) of degree four has a real root.

Either prove the proposition true or provide a counterexample to prove it false.

Exercise 6: Factorising in order to Reduce#

We are informed that \(i\) and \(1+i\) are roots of the polynomial

\[P(Z)=Z^2−Z−2iZ−1+i.\]

Use this info to reduce the following fraction:

\[\frac{Z^2−Z−2iZ−1+i}{Z-1-i}.\]

Exercise 7: Factors with Real Coefficients#

Find all roots in \(\mathbb C\) of the polynomials in the following questions and then write the polynomials as a product of polynomials with real coefficients of lowest possible degree.

Question a#

\(Z^3+Z-2.\)

Question b#

\(Z^2+2Z+1.\)

Question b#

\(Z^3-Z^2-3Z+2.\)

Exercise 8: Complex Roots and Factors with Real Coefficients#

A polynomial \(p(Z) \in \mathbb{R}[Z]\) of degree four is given in the form \(Z^4+aZ^3+bZ^2+cZ+d\). We are informed that \(p(i)=0\) and \(p(2+i)=0\).

Question a#

Compute all roots of \(p(Z)\).

Question b#

Write \(p(Z)\) as a product of two quadratic polynomials with real coefficients.

Question c#

Compute \(a,b,c,\) and \(d\).

Are you Done with all Exercises?#

If it went too quick and you are eager for more then click here for some challenging optional extra exercises.