If $a,b,c, a_1, b_1, c_1$ are rational and equations $ax^2+bx+c=0$ and $a_1x^2+b_1x+c_1=0$ have only one root in common then

73 Views Asked by At

prove that $b^2-ac$ and $b_1^2-a_1c_1$ are perfect squares.

The only way I could work around this problem was assuming the roots would be rational, which would the discriminat would be a perfect square. Indeed, it is the right way to solve it, but the are the roots rational? I got the answer intuitively, but I would like a proper explanation to it.

Thanks!

1

There are 1 best solutions below

2
On

@Aditya you can begin by noting that if $x_0$ is the common root then one has

$$ ax_0^2 + b x_0 + c = a_1 x_0^2 + b_1 x_0 + c \iff ax_0^2 + b x_0 = a_1 x_0^2 + b_1 x_0 \iff ax_0 + b = a_1 x_0 + b_1 $$, where in the last equality we have considered that $x_0 \neq 0$.