8

I was asked to find a polynomial with integer coefficients from a given root/solution.
Lets say for example that the root is: $\sqrt{5} + \sqrt{7}$.

  1. How do I go about finding a polynomial that has this number as a root?
  2. Is there a specific way of finding a polynomial with integer coefficients?

Any help would be appreciated. Thanks.

Maayan
  • 83
  • is easy (as far as I understand you don't limit the coefficients to be integer there). Take $x-\sqrt{5}-\sqrt{7}$.
  • – Fabian May 12 '11 at 20:36
  • Is the given root one of two or several roots, or is the root the only root (or perhaps a double root?)? – amWhy May 12 '11 at 20:41
  • @Amy there might be more than one. The only information was that the polynomial coefficients needs to be integers. – Maayan May 12 '11 at 21:16
  • Yes, it is clear that for integer coefficients, there must be more than the given root, as adeptly illustrated below. – amWhy May 12 '11 at 21:33