0

If $a$ is an algebraic number and $b$ is a rational number, then show that $ab$ is algebraic number. My attempt is to prove it by contradiction, but it failed. Can someone please help me?

user729424
  • 5,061
MMM
  • 1

1 Answers1

2

Let $$f(x)=x^n + r_{n-1}x^{n-1}+\cdots +r_1x + r_0$$ be a polynomial with rational coefficients such that $f(a)=0$.

Then $$a^n + r_{n-1}a^{n-1} + \cdots + r_1a + r_0 = 0.$$ Multiply through by $b^n$. We get $$b^na^n + r_{n-1}bb^{n-1}a^{n-1} + \cdots + r_1b^{n-1}ba + r_0b^n = 0.$$ Can you finish it off?

Arturo Magidin
  • 398,050