Question; If one root of $ax^2 + bx + c = 0$ is treble the other prove that
$3b^2 - 16ac = 0$
My attempt: we know that $\alpha + \beta = -\frac{b}{a}$
$\alpha \beta = \frac{c}{a}$
let one root be x and treble x to be 3x
sum of it is 4x and the product is $3x^2$
im stuck from here
please can some one help me
thank you
Eric Towers’ solution may be a little quicker, but there is more than one way to solve a problem, and you should not think that what you were doing was wrong. Your idea was good, and I think it is important for you to see that if you had been able to push on a little farther you could have gotten the answer.
Continuing from where you left off: You said $\alpha + \beta = -\frac ba$ and $\alpha\beta = \frac ca$, which is correct. You also said “Let one root be $x$ and treble $x$ to be $3x$”, which is fine; we can take $\alpha = x$ and $\beta = 3x$. Then you have: $$\begin{align}4x & = -\frac ba \\ 3x^2 & = \frac ca.\end{align}$$
Now we will calculate the value of $3b^2-16ac$ directly and see what we get. First we calculate $3b^2$. The first equation is all we have to work with, since it is the only one that includes $b$. So take the first equation and square it, obtaining $16x^2 = \frac{b^2}{a^2}$, and then multiply both sides by $3a^2$, obtaining $$48a^2x^2= \color{darkblue}{3b^2}.\tag{$\spadesuit$}$$
Now let's calculate $16ac$. Take the second equation and multiply both sides by $16a^2$, obtaining $$48a^2x^2 = \color{darkred}{16ac}.\tag{$\clubsuit$}$$
From $\spadesuit$ and $\clubsuit$ we have $$\color{darkblue}{3b^2} - \color{darkred}{16ac} = 48a^2x^2 - 48a^2x^2 = 0$$ and we win.