I'm watching this video on what's a metric (in topology), specifically I'm at the 5th minute, where the interlocutor says that quadratic equations greater than zero have at most one real root, because it touches zero only once. Specifically, the equation is talking about is $$f(t) = \sum_{i=1}^n (a_i + tb_i)^2 \geq 0$$
I'm aware of when the discriminant of the quadratic formula is negative, $0$ or positive we have respectively no, one and $2$ solutions (because of obvious reasons from arithmetic), but I'm not really getting the statement above.
Maybe it's an easy thing and I'm simply not currently seeing it...
Since we are talking about real (and not complex) quantities, every square is $\ge 0$. Furthermore, if $f(t) = 0$ then all the squares inside $f$ must be $0$, i.e. $(a_i + t b_i)^2 = 0$ for all $i$, meaning that $a_i + t b_i = 0$ for all $i$. This implies $t = - \frac {a_i} {b_i}$ for all $i$. Letting $k$ be the common value of all these fractions, we get $a_i = k b_i$ for all $i$ so $f$ looks like $\sum_i (k b_i + t b_i)^2 = (k+t)^2 \sum_i b_i^2$.
To conclude, either $f$ has no root, or if it has, then $f$ must have the very peculiar form shown above and the root is unique (well, if you really want to be strict, then the root has multiplicity $2$).