So, let's say I have two irrational numbers a, and b. Is it possible to have a + b to be rational, and ab to be rational?
Sum and product of irrational numbers
474 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
If $a$ is irrational and $c$ is rational. Let $b=c-a$. Then $b$ is irrational and $a+b=c$ is rational.
If $a$ is irrational and $d$ is rational. Let $b=\frac{d}{a}$. Then $b$ is irrational and $ab=d$ is rational.
On
Take $a,b$ to be the roots of any equation $x^2 - m x + n =0$ where $m,n$ are integers and the quadratic does not have integer roots i.e. the discriminant $m^2-4n$ is not a perfect square. Then $a,b$ will necessarily be irrational (by the rational root theorem), while $a+b=m$ and $ab = n$ are integers (by Vieta's relations).
On
The hypothesis $a,b$ irrational is not strong enough to conclude that $a+b$ or $ab$ must be irrational, but $a,b$ transcendental implies that one of $a+b$ or $ab$ must be irrational. Otherwise the the polynomial $x^2-(a+b)x+ab$ would have rational coefficients and hence roots which are algebraic which contradicts $a,b$ transcendental.
Well, sure. Take $a = \sqrt{2}$ and $b = -\sqrt{2}$.