Working on a problem that says given the absolute value of the difference of the roots of $ax^2 + bx + c$ as $2$, what is the absolute value of the difference of the roots of $ax^2 + 6bx + 36c$?
I reasoned that the difference of roots would just be $2\sqrt{b^2 - 4ac}$. Therefore, the value of $\sqrt{b^2 - 4ac}$ is $1$. Then, I used this information to answer the question:
$2\sqrt{36b^2 - 36(4ac)} =$ ?
$2\sqrt{36(b^2 - 4ac)}$
$12\sqrt{b^2 - 4ac}$
$=12$
The question hinted that I could use Vieta's formulas to solve the problem. Is my method correct, and is there a method involving Vieta's formulas?
Note that the difference of roots is actually $$\frac{\sqrt{b^2-4ac}}{|a|}$$ If the roots be $p$ and $q$, then $$|p-q| =\sqrt{(p-q)^2} = \sqrt{(p+q)^2 -4pq} = \sqrt{\frac{b^2}{a^2} -4\frac ca}$$ (using Vieta’s)