[Math] Quadratic Equations – One rational solution

quadraticsrational numbers

I have a question that I am working on:

Which of the following will give one rational solution?

4x^2 = 9
4x^2 - 12x = -9
x^2 = 5
x^2 - 2x + 14 = 0
2x^2 = x

I am not asking for the answer, I am actually trying to understand what the question means. i.e. What does it mean when it says "one rational solution"?

Best Answer

For example $$4x^2 = 9 \implies x=\pm\frac{3}{2}\tag{rational solutions}$$

and

$$x^2 = 5\implies x=\sqrt5\tag{irrational solutions}$$

for a general quadratic equation of the form $ax^2+bx+c=0$

by using quadratic formula we get, $$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$

Now notice that for roots to be rational $b^2-4ac$ must be a perfect square and to have only one rational solution to $ax^2+bx+c=0$ we must have

$$x=\frac{-b+\sqrt{b^2-4ac}}{2a}=\frac{-b-\sqrt{b^2-4ac}}{2a}$$

$$\implies\sqrt{b^2-4ac}=0\implies \Delta=0$$