Celeb Glow
news | April 18, 2026

Finding monic polynomial of lowest degree

$\begingroup$

I came across this following question.

Find the monic polynomial $P(x)$ of lowest degree with rational coefficients such that $\sqrt{2} + 3i$ is a root of $P(x) = 0$.

What I did was write $P(x)=[x-(\sqrt{2}+3i)][x-(\sqrt{2}-3i)]$ by the Complex Conjugates Theorem. However, what I got was $x^2-2\sqrt{2}x+11$. This probably means that I need to have a fourth degree polynomial. But if I try squaring it, I get more radicals.

So what should I multiply the equation by and why?

$\endgroup$

1 Answer

$\begingroup$

How about

$$ P(x)=(x^{2}+11-2\sqrt{2}x)(x^{2}+11+2\sqrt{2}x)=(x^{2}+11)^{2}-8x^{2}=x^{4}+14x^{2}+121 $$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy